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

Method expandChildren

src/frontend/views/live-watch.ts:624–630  ·  view source on GitHub ↗
(element: LiveVariableNode)

Source from the content-addressed store, hash-verified

622 }
623
624 public expandChildren(element: LiveVariableNode) {
625 if (element) {
626 element.expandChildren().then(() => {
627 this.fire();
628 });
629 }
630 }
631
632 private pendingFires = 0;
633 private inFire = false;

Callers

nothing calls this directly

Calls 2

fireMethod · 0.95
expandChildrenMethod · 0.45

Tested by

no test coverage detected