Skip to main content

Documentation Index

Fetch the complete documentation index at: https://thrackle.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

parseFunctionArguments(encodedValues, condition?): FunctionArgument[]
Parses the function signature string and builds an array of argument placeholders.

Parameters

ParameterTypeDescription
encodedValuesstringThe encoded values string.
condition?stringOptional parameter for the condition statement of a rule

Returns

FunctionArgument[] An array of FunctionArgument.

Defined in

src/parsing/parsing-utilities.ts:50