MCPcopy Index your code
hub / github.com/continuedev/continue / getRepoMapFilePath

Function getRepoMapFilePath

core/util/paths.ts:433–435  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431}
432
433export function getRepoMapFilePath(): string {
434 return path.join(getContinueUtilsPath(), "repo_map.txt");
435}
436
437export function getEsbuildBinaryPath(): string {
438 return path.join(getContinueUtilsPath(), "esbuild");

Callers 2

RepoMapGeneratorClass · 0.90

Calls 1

getContinueUtilsPathFunction · 0.85

Tested by

no test coverage detected