MCPcopy Create free account
hub / github.com/idosal/git-mcp / getUrlContentCacheKey

Function getUrlContentCacheKey

src/api/utils/cache.ts:57–59  ·  view source on GitHub ↗
(url: string, format: string)

Source from the content-addressed store, hash-verified

55 * @returns Cache key
56 */
57export function getUrlContentCacheKey(url: string, format: string): string {
58 return `url_content:${format}:${url}`;
59}
60
61/**
62 * Get a value from KV cache

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected