Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/butterfly
/ detectRoot
Method
detectRoot
src/node/treeNode.js:40–42 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
38
return
!!!(this.children && this.children.length > 0);
39
}
40
detectRoot() {
41
return
this.isRoot;
42
}
43
}
44
45
export
default TreeNode;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected