getCalledServiceFunctions
Class: coder.descriptor.ServiceInterface
Namespace: coder.descriptor
Syntax
serviceFunctions = getCalledServiceFunctions(serviceObj,entryPointFunctionName)
Description
returns a list of service functions that the specified entry-point function,
serviceFunctions = getCalledServiceFunctions(serviceObj,entryPointFunctionName)entryPointFunctionName, calls. The method returns the results as an
array of strings that represent the coder.descriptor.ServiceFunctions object.
Input Arguments
Output Arguments
Version History
Introduced in R2022b