MCPcopy Create free account
hub / github.com/boringstack-xyz/boringstack / del

Method del

apps/api/src/lib/cache/providers/noop.ts:30–32  ·  view source on GitHub ↗
(_key: string | string[])

Source from the content-addressed store, hash-verified

28 }
29
30 del(_key: string | string[]): Promise<void> {
31 return Promise.resolve();
32 }
33
34 has(_key: string): Promise<boolean> {
35 return Promise.resolve(false);

Callers 11

resetMethod · 0.45
verifySetupMethod · 0.45
verifyTotpLoginMethod · 0.45
verifyRecoveryLoginMethod · 0.45
recordFailedAttemptMethod · 0.45
valkey.test.tsFile · 0.45
memory.test.tsFile · 0.45
noop.test.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected