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

Method keys

src/api/services/cache.service.ts:95–100  ·  view source on GitHub ↗
(appendCriteria?: string)

Source from the content-addressed store, hash-verified

93 }
94
95 async keys(appendCriteria?: string) {
96 if (!this.cache) {
97 return;
98 }
99 return this.cache.keys(appendCriteria);
100 }
101}

Callers

nothing calls this directly

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected