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

Function buildProjectFullContextResourceUri

src/resources/uri.ts:27–29  ·  view source on GitHub ↗
(projectPath: string)

Source from the content-addressed store, hash-verified

25}
26
27export function buildProjectFullContextResourceUri(projectPath: string): string {
28 return `${FULL_PROJECT_CONTEXT_RESOURCE_PREFIX}${encodeURIComponent(projectPath)}`;
29}
30
31export function getProjectPathFromContextResourceUri(uri: string): string | undefined {
32 const normalized = normalizeResourceUri(uri);

Callers 5

registerHandlersFunction · 0.85
buildResourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected