MCPcopy Create free account
hub / github.com/code100x/cms / generateKey

Method generateKey

src/lib/cache/in-memory-cache.ts:55–57  ·  view source on GitHub ↗
(type: string, args: string[])

Source from the content-addressed store, hash-verified

53 }
54
55 private generateKey(type: string, args: string[]): string {
56 return `${type}:${JSON.stringify(args)}`;
57 }
58}

Callers 3

setMethod · 0.95
getMethod · 0.95
evictMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected