Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
rename
Method · 0.95
getTreeItem
Method · 0.95
removeChild
Method · 0.80
moveUpChild
Method · 0.80
moveDownChild
Method · 0.80
getTreeItem
Method · 0.80
editNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected