MCPcopy
hub / github.com/postcss/postcss / some

Method some

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

Source from the content-addressed store, hash-verified

305 }
306
307 some(condition) {
308 return this.nodes.some(condition)
309 }
310
311 walk(callback) {
312 return this.each((child, i) => {

Callers 11

declMethod · 0.80
isAnnotationMethod · 0.80
isInlineMethod · 0.80
isSourcesContentMethod · 0.80
processor.test.tsFile · 0.80
hasAlreadyFunction · 0.80
DeclarationFunction · 0.80
visitor.test.tsFile · 0.80
RuleFunction · 0.80
container.test.tsFile · 0.80
isExpectedFunction · 0.80

Calls

no outgoing calls

Tested by 3

hasAlreadyFunction · 0.64
DeclarationFunction · 0.64
RuleFunction · 0.64