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

Method isRootChild

src/frontend/views/live-watch.ts:47–50  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45 }
46
47 public isRootChild(): boolean {
48 const node = this.parent;
49 return node && (node.getParent() === undefined);
50 }
51
52 public rename(nm: string) {
53 if (this.isRootChild()) {

Callers 7

renameMethod · 0.95
getTreeItemMethod · 0.95
removeChildMethod · 0.80
moveUpChildMethod · 0.80
moveDownChildMethod · 0.80
getTreeItemMethod · 0.80
editNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected