Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
reset
Method · 0.65
auth.test.ts
File · 0.65
googledrive.test.ts
File · 0.65
clearPathCache
Method · 0.65
onedrive.test.ts
File · 0.65
index.tsx
File · 0.65
clearFaviconMemoryCache
Function · 0.65
LoggerPage
Function · 0.65
requestFilterResult
Method · 0.65
useScriptDataManagement
Function · 0.65
isUrlMatch
Function · 0.65
addRules
Method · 0.65
Implementers
1
ExtCache
src/app/cache.ts
Calls
no outgoing calls
Tested by
no test coverage detected