MCPcopy Index your code
hub / github.com/coder/mux / cleanup

Function cleanup

src/node/services/coderService.ts:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 };
120
121 const cleanup = () => {
122 if (sigkillTimer) {
123 clearTimeout(sigkillTimer);
124 sigkillTimer = null;
125 }
126 };
127
128 return { terminate, cleanup };
129}

Callers 3

onAbortMethod · 0.70
onErrorMethod · 0.70
onCloseMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected