MCPcopy
hub / github.com/postcss/postcss / Comment

Function Comment

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

Source from the content-addressed store, hash-verified

40 visits.push(['AtRuleExit', i.name])
41 },
42 Comment(i) {
43 visits.push(['Comment', i.text])
44 },
45 CommentExit(i) {
46 visits.push(['CommentExit', i.text])
47 },

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…