MCPcopy
hub / github.com/coder/mux / cleanupStartWaiter

Method cleanupStartWaiter

src/node/services/taskService.ts:5404–5408  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5402 };
5403
5404 const cleanupStartWaiter = () => {
5405 if (!startWaiter) return;
5406 startWaiter.cleanup();
5407 startWaiter = null;
5408 };
5409
5410 const entry: PendingTaskWaiter = {
5411 taskId,

Callers

nothing calls this directly

Calls 1

cleanupMethod · 0.65

Tested by

no test coverage detected