coder.descriptor.ServiceInterface.getCallableFunctionsThatCallServiceFunction - Return entry-point functions that call service function - MATLAB (original) (raw)
Main Content
Class: coder.descriptor.ServiceInterface
Namespace: coder.descriptor
Return entry-point functions that call service function
Since R2022b
Syntax
entryPointFunctions = getCallableFunctionsThatCallServiceFunction(serviceObj,serviceFunctionName)
Description
[entryPointFunctions](#mw%5F577bd4c7-6724-4232-848f-49d5645abd5e) = getCallableFunctionsThatCallServiceFunction([serviceObj](#mw%5F13451899-8c05-4b07-b2ae-1f15095b1ff6%5Fsep%5Fmw%5F73f4d856-397b-4a25-af0d-72bcd37e02c5),[serviceFunctionName](#mw%5F13451899-8c05-4b07-b2ae-1f15095b1ff6%5Fsep%5Fmw%5Fe26177ce-2107-4a1e-9787-aa1e51019ba5))
returns the names of the entry-point functions that call the specified service function.
Input Arguments
Service interface, also referred to as the code configuration object, for which you want to retrieve the information about generated code, specified as acoder.descriptor.ServiceInterface
object.
Service function name, specified as character vector or string scalar.
Output Arguments
List of entry-point functions that call the specified service function, returned as a character vector.
Version History
Introduced in R2022b