MCPcopy Index your code
hub / github.com/markdoc/markdoc / transformChildren

Method transformChildren

src/ast/node.ts:77–79  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

75 }
76
77 transformChildren(config: Config): RenderableTreeNode[] {
78 return transformer.children(this, config);
79 }
80
81 transform(config: Config): MaybePromise<RenderableTreeNodes> {
82 return transformer.node(this, config);

Callers 2

transformFunction · 0.80
transformChildrenFunction · 0.80

Calls 1

childrenMethod · 0.80

Tested by

no test coverage detected