MCPcopy
hub / github.com/markdoc/markdoc / resolve

Method resolve

src/types.ts:14–14  ·  view source on GitHub ↗
(config: Config)

Source from the content-addressed store, hash-verified

12export interface AstType {
13 readonly $$mdtype: 'Function' | 'Node' | 'Variable';
14 resolve(config: Config): any;
15}
16
17export type AttributeValue = {

Callers 6

resolveFunction · 0.65
index.test.tsFile · 0.65
resolveFunction · 0.65
variable.test.tsFile · 0.65
resolveMethod · 0.65
transformChildrenFunction · 0.65

Implementers 3

Nodesrc/ast/node.ts
Functionsrc/ast/function.ts
Variablesrc/ast/variable.ts

Calls

no outgoing calls

Tested by

no test coverage detected