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

Method has

src/api/services/cache.service.ts:61–66  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

59 }
60
61 async has(key: string) {
62 if (!this.cache) {
63 return;
64 }
65 return this.cache.has(key);
66 }
67
68 async delete(key: string) {
69 if (!this.cache) {

Callers

nothing calls this directly

Calls 1

hasMethod · 0.65

Tested by

no test coverage detected