MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / release

Function release

apps/cloud/src/auth/workos-mirror.node.test.ts:691–691  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

689 // is written after the feeder has started waiting.
690 const locked = yield* Deferred.make<void>();
691 let release: () => void = () => undefined;
692 const held = new Promise<void>((resolve) => {
693 release = resolve;
694 });

Callers 2

claimAndBootFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected