MCPcopy Create free account
hub / github.com/PatrickSys/codebase-context / isFullContextResourceUri

Function isFullContextResourceUri

src/resources/uri.ts:19–21  ·  view source on GitHub ↗
(uri: string)

Source from the content-addressed store, hash-verified

17}
18
19export function isFullContextResourceUri(uri: string): boolean {
20 return normalizeResourceUri(uri) === FULL_CONTEXT_RESOURCE_URI;
21}
22
23export function buildProjectContextResourceUri(projectPath: string): string {
24 return `${PROJECT_CONTEXT_RESOURCE_PREFIX}${encodeURIComponent(projectPath)}`;

Callers 2

registerHandlersFunction · 0.85

Calls 1

normalizeResourceUriFunction · 0.85

Tested by

no test coverage detected