MCPcopy
hub / github.com/simstudioai/sim / resolveFirst

Function resolveFirst

apps/sim/stores/workflows/registry/store.test.ts:188–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

186 // current hydration workflowId/requestId against the resolving request and
187 // must discard the now-stale wf-1 projection.
188 let resolveFirst: (value: unknown) => void = () => {}
189 const firstPending = new Promise((resolve) => {
190 resolveFirst = resolve
191 })

Callers 1

store.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected