MCPcopy Index your code
hub / github.com/MALSync/MALSync / get

Method get

src/api/storage/storageInterface.ts:4–4  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

2 set(key: string, value: any): Promise<void>;
3
4 get(key: string): Promise<any | undefined>;
5
6 remove(key: string): Promise<void>;
7

Callers 15

vidmolyFunction · 0.65
mixdropFunction · 0.65
zoroFunction · 0.65
kickassanimeFunction · 0.65
animekaiFunction · 0.65
batoFunction · 0.65
applyMethod · 0.65
getAsyncFunction · 0.65
import.test.tsFile · 0.65
runPageFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected