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

Function isContextResourceUri

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

Source from the content-addressed store, hash-verified

13}
14
15export function isContextResourceUri(uri: string): boolean {
16 return normalizeResourceUri(uri) === CONTEXT_RESOURCE_URI;
17}
18
19export function isFullContextResourceUri(uri: string): boolean {
20 return normalizeResourceUri(uri) === FULL_CONTEXT_RESOURCE_URI;

Callers 2

registerHandlersFunction · 0.85

Calls 1

normalizeResourceUriFunction · 0.85

Tested by

no test coverage detected