Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/less/less.js
/ getIndex
Method
getIndex
packages/less/lib/less/tree/node.js:120–122 ·
view source on GitHub ↗
@returns {number}
()
Source
from the content-addressed store, hash-verified
118
119
/** @returns {number} */
120
getIndex() {
121
return
this._index || (this.parent && this.parent.getIndex()) || 0;
122
}
123
124
/** @returns {FileInfo} */
125
fileInfo() {
Callers
15
index
Method · 0.95
import-visitor.js
File · 0.80
to-css-visitor.js
File · 0.80
extendSelector
Method · 0.80
eval
Method · 0.80
clone
Method · 0.80
createDerived
Method · 0.80
genCSS
Method · 0.80
evaluateJavaScript
Method · 0.80
genCSS
Method · 0.80
eval
Method · 0.80
eval
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected