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

Method _stop

extensions/vscode/src/mcp/jobPoller.ts:46–52  ·  view source on GitHub ↗
(jobId: string)

Source from the content-addressed store, hash-verified

44 }
45
46 private _stop(jobId: string): void {
47 const timer = this.activeJobs.get(jobId);
48 if (timer) {
49 clearInterval(timer);
50 this.activeJobs.delete(jobId);
51 }
52 }
53
54 public dispose(): void {
55 for (const [id] of this.activeJobs) {

Callers 2

startPollingMethod · 0.95
disposeMethod · 0.95

Calls 2

getMethod · 0.65
deleteMethod · 0.65

Tested by

no test coverage detected