> ## Documentation Index
> Fetch the complete documentation index at: https://docs.forterulesengine.io/llms.txt
> Use this file to discover all available pages before exploring further.

# convertCallingFunctionToStrings

> v0.20.5

> **convertCallingFunctionToStrings**(`callingFunctions`): [`CallingFunctionJSON`](../../../modules/validation/interfaces/CallingFunctionJSON)\[]

Defined in: [src/parsing/reverse-parsing-logic.ts:837](https://github.com/Forte-Service-Company-Ltd/forte-rules-engine-sdk/blob/40cc8388cecd8ee445b00b9df2b681cff8552ece/src/parsing/reverse-parsing-logic.ts#L837)

Validate and convert calling function entries to JSON.

## Parameters

| Parameter          | Type                                                                                              | Description                              |
| ------------------ | ------------------------------------------------------------------------------------------------- | ---------------------------------------- |
| `callingFunctions` | [`CallingFunctionHashMapping`](../../../modules/types/type-aliases/CallingFunctionHashMapping)\[] | Array of calling function hash mappings. |

## Returns

[`CallingFunctionJSON`](../../../modules/validation/interfaces/CallingFunctionJSON)\[]

Array of validated CallingFunctionJSON objects.
