Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Marus/cortex-debug
/ removeChild
Method
removeChild
src/frontend/cortex_debug_session.ts:71–74 ·
view source on GitHub ↗
(child: CDebugSession)
Source
from the content-addressed store, hash-verified
69
}
70
71
private removeChild(child: CDebugSession) {
72
this.children = this.children.filter((x) => x !== child);
73
child.parent = null;
74
}
75
76
public stopAll() {
77
this.broadcastDFS((arg) => {
Callers
1
remove
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected