Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ OnceExit
Function
OnceExit
test/visitor.test.ts:63–65 ·
view source on GitHub ↗
(i)
Source
from the content-addressed store, hash-verified
61
visits.push([
'Once'
, `${i.nodes.length}`])
62
},
63
OnceExit(i) {
64
visits.push([
'OnceExit'
, `${i.nodes.length}`])
65
},
66
postcssPlugin:
'visitor'
,
67
Root(i) {
68
visits.push([
'Root'
, `${i.nodes.length}`])
Callers
nothing calls this directly
Calls
4
check
Function · 0.85
push
Method · 0.80
remove
Method · 0.80
append
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…