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

Function oldKey

apps/sim/lib/table/workflow-groups/service.ts:379–380  ·  view source on GitHub ↗
(o: WorkflowGroupOutput)

Source from the content-addressed store, hash-verified

377 // on the registry `outputId` when present; fall back to `blockId::path` for
378 // workflow outputs.
379 const oldKey = (o: WorkflowGroupOutput) =>
380 o.outputId ? `out::${o.outputId}` : `${o.blockId}::${o.path}`
381 const oldByKey = new Map(oldOutputs.map((o) => [oldKey(o), o]))
382 const newByKey = new Map(newOutputs.map((o) => [oldKey(o), o]))
383

Callers 1

updateWorkflowGroupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected