Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Marus/cortex-debug
/ remove
Method
remove
src/frontend/cortex_debug_session.ts:57–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
private remove() {
58
this.parent.removeChild(this);
59
}
60
61
public add(child: CDebugSession) {
62
assert(!child.parent,
'child already has a parent?'
);
Callers
5
moveToRoot
Method · 0.95
RemoveSession
Method · 0.80
updateSymbolSize
Method · 0.80
updateGraph
Method · 0.80
updateGraph
Method · 0.80
Calls
1
removeChild
Method · 0.45
Tested by
no test coverage detected