MCPcopy
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.jsFile · 0.80
node.spec.jsFile · 0.80

Calls 1

getPathToRootMethod · 0.95

Tested by

no test coverage detected