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

Method has

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

Source from the content-addressed store, hash-verified

25 }
26
27 async has(key: string) {
28 return LocalCache.localCache.has(this.buildKey(key));
29 }
30
31 async delete(key: string) {
32 return LocalCache.localCache.del(this.buildKey(key));

Callers

nothing calls this directly

Calls 2

buildKeyMethod · 0.95
hasMethod · 0.65

Tested by

no test coverage detected