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

Function params

apps/sim/lib/workspaces/fork/promote/cleared-refs.test.ts:66–75  ·  view source on GitHub ↗
(overrides: ParamOverrides)

Source from the content-addressed store, hash-verified

64}
65
66const params = (overrides: ParamOverrides) => ({
67 items: [],
68 sourceStates: new Map<string, WorkflowState>(),
69 resolver: (() => null) as ForkReferenceResolver,
70 workflowIdMap: new Map<string, string>(),
71 resolveBlockId,
72 sourceLabels: new Map<string, string>(),
73 sourceWorkflowNames: new Map<string, string>(),
74 ...overrides,
75})
76
77const targetBlockId = deriveForkBlockId('wf-tgt', 'block-1')
78

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected