Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Milkdown/milkdown
/ push
Method
push
packages/transformer/src/parser/stack-element.ts:14–16 ·
view source on GitHub ↗
(node: Node, ...rest: Node[])
Source
from the content-addressed store, hash-verified
12
}
13
14
push(node: Node, ...rest: Node[]) {
15
this.content.push(node, ...rest)
16
}
17
18
pop(): Node | undefined {
19
return
this.content.pop()
Callers
15
addBlockDeletionDecorations
Function · 0.80
collectTopLevelNodes
Function · 0.80
addCrossBoundaryDecorations
Function · 0.80
buildDecorations
Function · 0.80
splitCrossBoundaryChange
Function · 0.80
mergeBlockChanges
Function · 0.80
flatten
Function · 0.80
outline
Function · 0.80
on
Method · 0.80
Editor
Class · 0.80
KeymapManager
Class · 0.80
CommandManager
Class · 0.80
Calls
no outgoing calls
Tested by
1
collect
Function · 0.64