Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/MALSync/MALSync
/ remove
Method
remove
src/api/storage/storageInterface.ts:6–6 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
4
get(key: string): Promise<any | undefined>;
5
6
remove(key: string): Promise<void>;
7
8
list(from?: string): Promise<{ [key: string]: any }>;
9
Callers
15
materialDesignLite.js
File · 0.80
fullscreenNotification
Function · 0.80
disable
Function · 0.80
ScriptProxyWrapper
Function · 0.80
clearValue
Method · 0.80
checkNotifications
Function · 0.80
callbackFunction
Method · 0.80
setEntrySettings
Function · 0.80
complete
Function · 0.80
flashm
Function · 0.80
flashConfirm
Function · 0.80
clearCache
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected