Main Content

getCallableFunctionsThatCallServiceFunction

Class: coder.descriptor.ServiceInterface
Namespace: coder.descriptor

Return entry-point functions that call service function

Since R2022b

Syntax

entryPointFunctions = getCallableFunctionsThatCallServiceFunction(serviceObj,serviceFunctionName)

Description

entryPointFunctions = getCallableFunctionsThatCallServiceFunction(serviceObj,serviceFunctionName) returns the names of the entry-point functions that call the specified service function.

Input Arguments

expand all

Service interface, also referred to as the code configuration object, for which you want to retrieve the information about generated code, specified as a coder.descriptor.ServiceInterface object.

Service function name, specified as character vector or string scalar.

Output Arguments

expand all

List of entry-point functions that call the specified service function, returned as a character vector.

Version History

Introduced in R2022b