Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Declaration
Function · 0.80
node.test.ts
File · 0.80
Calls
2
clone
Method · 0.95
insertAfter
Method · 0.80
Tested by
1
Declaration
Function · 0.64