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

Method dispose

src/frontend/swo/sources/socket.ts:114–120  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 }
113
114 public dispose() {
115 if (this.timer) {
116 clearInterval(this.timer);
117 this.timer = undefined;
118 }
119 this.disposeClient();
120 }
121}
122
123export class SocketRTTSource extends SocketSWOSource {

Callers 1

startMethod · 0.95

Calls 1

disposeClientMethod · 0.95

Tested by

no test coverage detected