Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Waishnav/devspace
/ removeSession
Method
removeSession
src/process-sessions.ts:417–421 ·
view source on GitHub ↗
(sessionId: number)
Source
from the content-addressed store, hash-verified
415
}
416
417
private removeSession(sessionId: number): void {
418
const
session = this.sessions.get(sessionId);
419
if
(session?.cleanupTimer) clearTimeout(session.cleanupTimer);
420
this.sessions.delete(sessionId);
421
}
422
}
Callers
2
start
Method · 0.95
write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected