Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/twitter/labella.js
/ getLayerIndex
Method
getLayerIndex
src/core/node.js:119–121 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
getLayerIndex(){
120
return
this.layerIndex;
121
}
122
123
clone(){
124
const
node =
new
Node(this.idealPos, this.width, this.data);
Callers
3
renderer.js
File · 0.80
node.spec.js
File · 0.80
labella-extra.min.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected