Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/markdoc/markdoc
/ push
Method
push
src/ast/node.ts:52–54 ·
view source on GitHub ↗
(node: Node)
Source
from the content-addressed store, hash-verified
50
}
51
52
push(node: Node) {
53
this.children.push(node);
54
}
55
56
resolve(config: Config = {}): Node {
57
return
Object.assign(
new
Node(), this, {
Callers
15
annotate
Function · 0.80
handleToken
Function · 0.80
parser
Function · 0.80
parseTags
Function · 0.80
validateFunction
Function · 0.80
validator
Function · 0.80
peg$begin
Function · 0.80
peg$expect
Function · 0.80
peg$parseAnnotation
Function · 0.80
peg$parseTagOpen
Function · 0.80
peg$parseTagAttributes
Function · 0.80
peg$parseTagAttributesTail
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected