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

Function getProject

src/project-state.ts:87–89  ·  view source on GitHub ↗
(rootPath: string)

Source from the content-addressed store, hash-verified

85}
86
87export function getProject(rootPath: string): ProjectState | undefined {
88 return projects.get(normalizeRootKey(rootPath));
89}
90
91export function getAllProjects(): ProjectState[] {
92 return Array.from(projects.values());

Callers 2

getProjectIndexStatusFunction · 0.85

Calls 2

normalizeRootKeyFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected