MCPcopy Index your code
hub / github.com/PatrickSys/codebase-context / touchProject

Function touchProject

src/index.ts:254–256  ·  view source on GitHub ↗
(rootPath: string)

Source from the content-addressed store, hash-verified

252}
253
254function touchProject(rootPath: string): void {
255 projectAccessOrder.set(normalizeRootKey(rootPath), nextProjectAccessOrder++);
256}
257
258function rememberProjectPath(
259 rootPath: string,

Callers 5

rememberProjectPathFunction · 0.85
resolveProjectForToolFunction · 0.85
ensureProjectWatcherFunction · 0.85
initProjectFunction · 0.85

Calls 2

normalizeRootKeyFunction · 0.85
setMethod · 0.80

Tested by

no test coverage detected