MCPcopy
hub / github.com/continuedev/continue / generateRepoMap

Function generateRepoMap

core/util/generateRepoMap.ts:181–188  ·  view source on GitHub ↗
(
  llm: ILLM,
  ide: IDE,
  options: RepoMapOptions,
)

Source from the content-addressed store, hash-verified

179}
180
181export default async function generateRepoMap(
182 llm: ILLM,
183 ide: IDE,
184 options: RepoMapOptions,
185): Promise<string> {
186 const generator = new RepoMapGenerator(llm, ide, options);
187 return generator.generate();
188}

Callers 5

viewSubdirectoryImplFunction · 0.85
viewRepoMapImplFunction · 0.85
getContextItemsMethod · 0.85
requestFilesFromRepoMapFunction · 0.85

Calls 1

generateMethod · 0.95

Tested by

no test coverage detected