Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/twitter/labella.js
/ getPathFromRoot
Method
getPathFromRoot
src/core/node.js:92–94 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
getPathFromRoot(){
93
return
this.getPathToRoot().reverse();
94
}
95
96
getPathToRootLength(){
97
let
length = 0;
Callers
4
renderer.js
File · 0.80
node.spec.js
File · 0.80
labella-extra.min.js
File · 0.80
labella-0.1.1.min.js
File · 0.80
Calls
1
getPathToRoot
Method · 0.95
Tested by
no test coverage detected