MCPcopy
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

annotateFunction · 0.80
handleTokenFunction · 0.80
parserFunction · 0.80
parseTagsFunction · 0.80
validateFunctionFunction · 0.80
validatorFunction · 0.80
peg$beginFunction · 0.80
peg$expectFunction · 0.80
peg$parseAnnotationFunction · 0.80
peg$parseTagOpenFunction · 0.80
peg$parseTagAttributesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected