Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ root
Method
root
lib/node.js:375–381 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
373
}
374
375
root() {
376
let
result = this
377
while
(result.parent && result.parent.
type
!==
'document'
) {
378
result = result.parent
379
}
380
return
result
381
}
382
383
toJSON(_, inputs) {
384
let
fixed = {}
Callers
7
get
Method · 0.45
get
Method · 0.45
map.test.ts
File · 0.45
postcss.test.ts
File · 0.45
Declaration
Function · 0.45
visitor.test.ts
File · 0.45
node.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
1
Declaration
Function · 0.36