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

Method clear

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

Source from the content-addressed store, hash-verified

7 has(key: string): Promise<boolean>;
8 del(key: string): Promise<void>;
9 clear(): Promise<void>;
10 list(): Promise<string[]>;
11}
12

Callers 15

resetMethod · 0.65
auth.test.tsFile · 0.65
clearPathCacheMethod · 0.65
onedrive.test.tsFile · 0.65
index.tsxFile · 0.65
clearFaviconMemoryCacheFunction · 0.65
LoggerPageFunction · 0.65
requestFilterResultMethod · 0.65
useScriptDataManagementFunction · 0.65
isUrlMatchFunction · 0.65
addRulesMethod · 0.65

Implementers 1

ExtCachesrc/app/cache.ts

Calls

no outgoing calls

Tested by

no test coverage detected