MCPcopy
hub / github.com/postcss/postcss / CommentExit

Function CommentExit

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

Source from the content-addressed store, hash-verified

43 visits.push(['Comment', i.text])
44 },
45 CommentExit(i) {
46 visits.push(['CommentExit', i.text])
47 },
48 Declaration(i) {
49 visits.push(['Declaration', i.prop + ': ' + i.value])
50 },

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…