MCPcopy Create free account
hub / github.com/Snapchat/Valdi / terminate

Method terminate

valdi/vscode_debugger/src/sessionManager.ts:125–129  ·  view source on GitHub ↗
(debugSession: TSessionImpl)

Source from the content-addressed store, hash-verified

123 ) {}
124
125 public terminate(debugSession: TSessionImpl) {
126 const session = this._sessions.get(debugSession.id);
127 this._sessions.delete(debugSession.id);
128 if (session) session.dispose();
129 }
130
131 /**
132 * @inheritdoc

Callers

nothing calls this directly

Calls 3

getMethod · 0.65
deleteMethod · 0.65
disposeMethod · 0.65

Tested by

no test coverage detected