MCPcopy 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

moveToRootMethod · 0.95
RemoveSessionMethod · 0.80
updateSymbolSizeMethod · 0.80
updateGraphMethod · 0.80
updateGraphMethod · 0.80

Calls 1

removeChildMethod · 0.45

Tested by

no test coverage detected