MCPcopy
hub / github.com/postcss/postcss / RootExit

Function RootExit

test/visitor.test.ts:70–72  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

68 visits.push(['Root', `${i.nodes.length}`])
69 },
70 RootExit(i) {
71 visits.push(['RootExit', `${i.nodes.length}`])
72 },
73 Rule(i) {
74 visits.push(['Rule', i.selector])
75 },

Callers

nothing calls this directly

Calls 1

pushMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…