Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/coder/mux
/ cleanup
Function
cleanup
src/node/runtime/RemoteRuntime.ts:316–319 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
314
};
315
316
const
cleanup = () => {
317
nodeStdin.removeListener(
"error"
, onError);
318
nodeStdin.removeListener(
"finish"
, onFinish);
319
};
320
321
nodeStdin.once(
"error"
, onError);
322
nodeStdin.once(
"finish"
, onFinish);
Callers
2
onError
Function · 0.70
onFinish
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected