MCPcopy
hub / github.com/postcss/postcss / cloneAfter

Method cloneAfter

lib/node.js:134–138  ·  view source on GitHub ↗
(overrides = {})

Source from the content-addressed store, hash-verified

132 }
133
134 cloneAfter(overrides = {}) {
135 let cloned = this.clone(overrides)
136 this.parent.insertAfter(this, cloned)
137 return cloned
138 }
139
140 cloneBefore(overrides = {}) {
141 let cloned = this.clone(overrides)

Callers 2

DeclarationFunction · 0.80
node.test.tsFile · 0.80

Calls 2

cloneMethod · 0.95
insertAfterMethod · 0.80

Tested by 1

DeclarationFunction · 0.64