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

Method _broadcastDFS

src/frontend/cortex_debug_session.ts:50–55  ·  view source on GitHub ↗
(cb: (s: CDebugSession) => void)

Source from the content-addressed store, hash-verified

48 }
49
50 protected _broadcastDFS(cb: (s: CDebugSession) => void) {
51 for (const child of this.children) {
52 child._broadcastDFS(cb);
53 }
54 cb(this);
55 }
56
57 private remove() {
58 this.parent.removeChild(this);

Callers 1

broadcastDFSMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected