MCPcopy
hub / github.com/postcss/postcss / DocumentExit

Function DocumentExit

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

Source from the content-addressed store, hash-verified

55 visits.push(['Document', `${i.nodes.length}`])
56 },
57 DocumentExit(i) {
58 visits.push(['DocumentExit', `${i.nodes.length}`])
59 },
60 Once(i) {
61 visits.push(['Once', `${i.nodes.length}`])
62 },

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…