MCPcopy
hub / github.com/postcss/postcss / every

Method every

lib/container.js:73–75  ·  view source on GitHub ↗
(condition)

Source from the content-addressed store, hash-verified

71 }
72
73 every(condition) {
74 return this.nodes.every(condition)
75 }
76
77 getIterator() {
78 if (!this.lastEach) this.lastEach = 0

Callers 2

visitor.test.tsFile · 0.80
container.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected