buildForeignCallArgumentMapping
buildForeignCallArgumentMapping(
fCallIDs
,fCalls
,argumentNames
,trackers
):ForeignCallArgumentMappings
[]
Builds a mapping of foreign call arguments to their corresponding placeholders.
Parameters
Parameter | Type | Description |
---|---|---|
fCallIDs | number [] | An array of foreign call IDs. |
fCalls | string [] | An array of foreign call expressions. |
argumentNames | FunctionArgument [] | An array of function arguments. |
trackers | TrackerDefinition [] | An array of tracker definitions. |
Returns
An array of foreign call argument mappings.