MCPcopy
hub / github.com/markdoc/markdoc / transformAttributes

Method transformAttributes

src/ast/node.ts:73–75  ·  view source on GitHub ↗
(config: Config = {})

Source from the content-addressed store, hash-verified

71 }
72
73 transformAttributes(config: Config = {}) {
74 return transformer.attributes(this, config);
75 }
76
77 transformChildren(config: Config): RenderableTreeNode[] {
78 return transformer.children(this, config);

Callers 2

transformFunction · 0.80
transformFunction · 0.80

Calls 1

attributesMethod · 0.80

Tested by 1

transformFunction · 0.64