MCPcopy Index your code
hub / github.com/compodoc/compodoc / createSourcePathMapper

Function createSourcePathMapper

src/utils/source-path-mapper.util.ts:160–165  ·  view source on GitHub ↗
(
    distPath: string,
    sourceRoot: string = process.cwd()
)

Source from the content-addressed store, hash-verified

158 * Create a source path mapper instance
159 */
160export function createSourcePathMapper(
161 distPath: string,
162 sourceRoot: string = process.cwd()
163): SourcePathMapper {
164 return new SourcePathMapper(distPath, sourceRoot);
165}
166

Callers 1

processPublicApiMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…