MCPcopy Create free account
hub / github.com/compiler-explorer/compiler-explorer / started

Function started

test/compilation-queue-tests.ts:73–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 release = resolve;
72 });
73 let started: () => void = () => {};
74 const startedGate = new Promise<void>(resolve => {
75 started = resolve;
76 });

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected