Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
onAbort
Method · 0.70
onError
Method · 0.70
onClose
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected