MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / dispose

Method dispose

extensions/vscode/src/mcp/jobPoller.ts:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 }
53
54 public dispose(): void {
55 for (const [id] of this.activeJobs) {
56 this._stop(id);
57 }
58 }
59}

Callers

nothing calls this directly

Calls 1

_stopMethod · 0.95

Tested by

no test coverage detected