MCPcopy
hub / github.com/compodoc/compodoc / parseApiMarkdownExports

Function parseApiMarkdownExports

src/utils/api-markdown-parser.util.ts:381–384  ·  view source on GitHub ↗
(sourceRoot: string)

Source from the content-addressed store, hash-verified

379 * Parse public API exports from *.api.md files in the source root
380 */
381export async function parseApiMarkdownExports(sourceRoot: string): Promise<ApiMarkdownExports> {
382 const parser = new ApiMarkdownParser(sourceRoot);
383 return await parser.parseApiMarkdownFiles();
384}

Callers 1

processPublicApiMethod · 0.90

Calls 1

parseApiMarkdownFilesMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…