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

Method list

src/app/cache.ts:10–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 del(key: string): Promise<void>;
9 clear(): Promise<void>;
10 list(): Promise<string[]>;
11}
12
13class ExtCache implements CacheStorage {

Callers 9

gm_cookie.jsFile · 0.65
ToolsFunction · 0.65
parseMethod · 0.65
cache.test.tsFile · 0.65
clearCacheMethod · 0.65
syncOnceInternalMethod · 0.65
updateFileDigestMethod · 0.65
CAT_fileStorageMethod · 0.65

Implementers 1

ExtCachesrc/app/cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected