MCPcopy
hub / github.com/postcss/postcss / markDirty

Method markDirty

lib/node.js:195–203  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

193 }
194
195 markDirty() {
196 if (this[isClean]) {
197 this[isClean] = false
198 let next = this
199 while ((next = next.parent)) {
200 next[isClean] = false
201 }
202 }
203 }
204
205 next() {
206 if (!this.parent) return undefined

Callers 9

setMethod · 0.80
appendMethod · 0.80
setMethod · 0.80
insertAfterMethod · 0.80
insertBeforeMethod · 0.80
prependMethod · 0.80
removeAllMethod · 0.80
removeChildMethod · 0.80
replaceValuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected