MCPcopy
hub / github.com/coder/code-server / dispose

Function dispose

src/node/app.ts:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 const disposeEditorSessionManagerServer = disposer(editorSessionManagerServer)
93
94 const dispose = async () => {
95 await Promise.all([disposeServer(), disposeEditorSessionManagerServer()])
96 }
97
98 return { router, wsRouter, server, dispose, editorSessionManagerServer }
99}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected