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

Method has

src/api/abstract/abstract.cache.ts:10–10  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

8 hSet(key: string, field: string, value: any): Promise<void>;
9
10 has(key: string): Promise<boolean>;
11
12 keys(appendCriteria?: string): Promise<string[]>;
13

Callers 15

hasMethod · 0.65
getInstanceFunction · 0.65
hasMethod · 0.65
addHistoryMessagesMethod · 0.65
addHistoryContactsMethod · 0.65
importHistoryMessagesMethod · 0.65
getProviderMethod · 0.65
createConversationMethod · 0.65
getInboxMethod · 0.65

Implementers 3

RedisCachesrc/cache/rediscache.ts
LocalCachesrc/cache/localcache.ts
CacheServicesrc/api/services/cache.service.ts

Calls

no outgoing calls

Tested by

no test coverage detected