MCPcopy
hub / github.com/postcss/postcss / Rule

Function Rule

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

Source from the content-addressed store, hash-verified

71 visits.push(['RootExit', `${i.nodes.length}`])
72 },
73 Rule(i) {
74 visits.push(['Rule', i.selector])
75 },
76 RuleExit(i) {
77 visits.push(['RuleExit', i.selector])
78 }

Callers

nothing calls this directly

Calls 11

hasAlreadyFunction · 0.85
checkFunction · 0.85
pushMethod · 0.80
someMethod · 0.80
removeMethod · 0.80
prevMethod · 0.80
cloneMethod · 0.80
afterMethod · 0.80
errorMethod · 0.45
prependMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…