MCPcopy Index your code
hub / github.com/simstudioai/sim / buildNextCallChain

Function buildNextCallChain

apps/sim/lib/execution/call-chain.ts:49–51  ·  view source on GitHub ↗
(chain: string[], workflowId: string)

Source from the content-addressed store, hash-verified

47 * Builds the next call chain by appending the current workflow ID.
48 */
49export function buildNextCallChain(chain: string[], workflowId: string): string[] {
50 return [...chain, workflowId]
51}

Callers 3

call-chain.test.tsFile · 0.90
handleExecutePostFunction · 0.90
executeCoreMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected