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

Method list

src/api/storage/storageInterface.ts:8–8  ·  view source on GitHub ↗
(from?: string)

Source from the content-addressed store, hash-verified

6 remove(key: string): Promise<void>;
7
8 list(from?: string): Promise<{ [key: string]: any }>;
9
10 addStyle(css: string): Promise<void>;
11

Callers 3

clearCacheFunction · 0.80
upgradewWizzardsFunction · 0.80
getSyncListFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected