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

Function getProjectIndexStatus

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

Source from the content-addressed store, hash-verified

336}
337
338function getProjectIndexStatus(rootPath: string): ProjectDescriptor['indexStatus'] {
339 return getProject(rootPath)?.indexState.status ?? 'idle';
340}
341
342function buildProjectDescriptor(rootPath: string): ProjectDescriptor {
343 const resolvedRootPath = path.resolve(rootPath);

Callers 1

buildProjectDescriptorFunction · 0.85

Calls 1

getProjectFunction · 0.85

Tested by

no test coverage detected