MCPcopy
hub / github.com/postcss/postcss / Root

Function Root

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

Source from the content-addressed store, hash-verified

65 },
66 postcssPlugin: 'visitor',
67 Root(i) {
68 visits.push(['Root', `${i.nodes.length}`])
69 },
70 RootExit(i) {
71 visits.push(['RootExit', `${i.nodes.length}`])
72 },

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…