MCPcopy Create free account
hub / github.com/evolution-foundation/evolution-api / buildKey

Method buildKey

src/cache/localcache.ts:50–52  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

48 }
49
50 buildKey(key: string) {
51 return `${this.module}:${key}`;
52 }
53
54 async hGet(key: string, field: string) {
55 try {

Callers 8

getMethod · 0.95
setMethod · 0.95
hasMethod · 0.95
deleteMethod · 0.95
keysMethod · 0.95
hGetMethod · 0.95
hSetMethod · 0.95
hDeleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected