MCPcopy
hub / github.com/postcss/postcss / Once

Function Once

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

Source from the content-addressed store, hash-verified

58 visits.push(['DocumentExit', `${i.nodes.length}`])
59 },
60 Once(i) {
61 visits.push(['Once', `${i.nodes.length}`])
62 },
63 OnceExit(i) {
64 visits.push(['OnceExit', `${i.nodes.length}`])
65 },

Callers

nothing calls this directly

Calls 5

checkFunction · 0.85
pushMethod · 0.80
walkDeclsMethod · 0.80
walkAtRulesMethod · 0.80
removeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…