MCPcopy 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

onErrorFunction · 0.70
onFinishFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected