Main Content
coder.descriptor.ServiceFunctions Class
Namespace: coder.descriptor
Description
An object of the coder.descriptor.ServiceFunctions
class represents the list of service functions
that a generated entry-point function calls.
Creation
creates a serviceFunctions
= getCalledServiceFunctions(serviceObj
,entryPointFunctionName
)ServiceFunction
object that returns a list of service functions that
the entry-point function, entryPointFunctionName
, calls. For more
information, see getCalledServiceFunctions
.
Input Arguments
Properties
Version History
Introduced in R2022b