MCPcopy
hub / github.com/microsoft/vscode-js-debug / releaseDap

Method releaseDap

src/dapDebugServer.ts:207–209  ·  view source on GitHub ↗

@inheritdoc

(target: ITarget)

Source from the content-addressed store, hash-verified

205
206 /** @inheritdoc */
207 public releaseDap(target: ITarget): void {
208 this.sessions.delete(target.id());
209 }
210
211 /** Gets whether the manager is waiting for a target of the given ID */
212 public hasPendingTarget(targetId: string) {

Callers

nothing calls this directly

Calls 2

deleteMethod · 0.65
idMethod · 0.65

Tested by

no test coverage detected