MCPcopy Index your code
hub / github.com/coder/code-server / deleteSession

Method deleteSession

src/node/vscodeSocket.ts:122–125  ·  view source on GitHub ↗
(socketPath: string)

Source from the content-addressed store, hash-verified

120 }
121
122 deleteSession(socketPath: string): void {
123 logger.debug(`Deleting session from session registry: ${socketPath}`)
124 this.entries.delete(socketPath)
125 }
126
127 /**
128 * Returns the best socket path that we can connect to.

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected