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

Function pushCompletion

apps/sim/lib/execution/isolated-vm.test.ts:504–507  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

502
503 const completionOrder: string[] = []
504 const pushCompletion = (label: string) => (res: { result: unknown }) => {
505 completionOrder.push(String(res.result ?? label))
506 return res
507 }
508
509 const p1 = executeInIsolatedVM({
510 code: 'return 1',

Callers 1

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected