Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/postcss/postcss
/ push
Method
push
lib/container.js:256–260 ·
view source on GitHub ↗
(child)
Source
from the content-addressed store, hash-verified
254
}
255
256
push(child) {
257
child.parent = this
258
this.proxyOf.nodes.push(child)
259
return
this
260
}
261
262
removeAll() {
263
for
(
let
node of this.proxyOf.nodes) node.parent = undefined
Callers
15
split
Function · 0.80
nextToken
Function · 0.80
back
Function · 0.80
atrule
Method · 0.80
init
Method · 0.80
other
Method · 0.80
fromJSON
Function · 0.80
normalize
Method · 0.80
append
Method · 0.80
warn
Method · 0.80
previous
Method · 0.80
add
Method · 0.80
Calls
no outgoing calls
Tested by
15
AtRule
Function · 0.64
AtRuleExit
Function · 0.64
Comment
Function · 0.64
CommentExit
Function · 0.64
Declaration
Function · 0.64
DeclarationExit
Function · 0.64
Document
Function · 0.64
DocumentExit
Function · 0.64
Once
Function · 0.64
OnceExit
Function · 0.64
Root
Function · 0.64
RootExit
Function · 0.64