MCPcopy Index your code
hub / github.com/code100x/cms / generateKey

Method generateKey

src/lib/cache/redis-cache.ts:47–49  ·  view source on GitHub ↗
(type: string, args: string[])

Source from the content-addressed store, hash-verified

45 }
46
47 private generateKey(type: string, args: string[]): string {
48 return `${type}:${args.join(':')}`;
49 }
50}

Callers 3

setMethod · 0.95
getMethod · 0.95
evictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected