MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / batchSet

Method batchSet

src/app/cache.ts:6–6  ·  view source on GitHub ↗
(data: { [key: string]: any })

Source from the content-addressed store, hash-verified

4 get<T>(key: string): Promise<T | undefined>;
5 set<T>(key: string, value: T): Promise<void>;
6 batchSet(data: { [key: string]: any }): Promise<void>;
7 has(key: string): Promise<boolean>;
8 del(key: string): Promise<void>;
9 clear(): Promise<void>;

Callers 1

cache.test.tsFile · 0.65

Implementers 1

ExtCachesrc/app/cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected