MCPcopy
hub / github.com/postcss/postcss / AtRuleExit

Function AtRuleExit

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

Source from the content-addressed store, hash-verified

37 visits.push(['AtRule', i.name])
38 },
39 AtRuleExit(i) {
40 visits.push(['AtRuleExit', i.name])
41 },
42 Comment(i) {
43 visits.push(['Comment', i.text])
44 },

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…