MCPcopy Create free account
hub / github.com/backnotprop/plannotator / fileListCacheKey

Function fileListCacheKey

packages/shared/resolve-file.ts:239–241  ·  view source on GitHub ↗
(projectRoot: string, kind: string)

Source from the content-addressed store, hash-verified

237>();
238
239function fileListCacheKey(projectRoot: string, kind: string): string {
240 return `${projectRoot}|${kind}`;
241}
242
243function startCodeWalk(projectRoot: string): Promise<string[] | null> {
244 return Promise.resolve().then(() => {

Callers 1

warmFileListCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected