Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ cloneBefore
Method
cloneBefore
lib/node.js:140–144 ·
view source on GitHub ↗
(overrides = {})
Source
from the content-addressed store, hash-verified
138
}
139
140
cloneBefore(overrides = {}) {
141
let
cloned = this.clone(overrides)
142
this.parent.insertBefore(this, cloned)
143
return
cloned
144
}
145
146
error(message, opts = {}) {
147
if
(this.source) {
Callers
2
Declaration
Function · 0.80
node.test.ts
File · 0.80
Calls
2
clone
Method · 0.95
insertBefore
Method · 0.80
Tested by
1
Declaration
Function · 0.64