MCPcopy Create free account
hub / github.com/Marus/cortex-debug / killTimer

Method killTimer

src/frontend/views/live-watch.ts:494–500  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

492 }
493
494 private killTimer() {
495 if (this.timeout) {
496 // console.error('Killing Timer');
497 clearTimeout(this.timeout);
498 this.timeout = undefined;
499 }
500 }
501
502 public debugSessionTerminated(session: vscode.DebugSession) {
503 if (this.isSameSession(session)) {

Callers 3

startTimerMethod · 0.95
debugStoppedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected