Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
export
class
SocketRTTSource extends SocketSWOSource {
Callers
1
start
Method · 0.95
Calls
1
disposeClient
Method · 0.95
Tested by
no test coverage detected