Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/MALSync/MALSync
/ set
Method
set
src/api/storage/storageInterface.ts:2–2 ·
view source on GitHub ↗
(key: string, value: any)
Source
from the content-addressed store, hash-verified
1
export
interface
storageInterface {
2
set(key: string, value: any): Promise<void>;
3
4
get(key: string): Promise<any | undefined>;
5
Callers
15
runPage
Function · 0.65
iframe
Function · 0.65
authentication
Method · 0.65
getRefreshToken
Function · 0.65
enable
Function · 0.65
setValue
Method · 0.65
firebaseNotification
Function · 0.65
checkNotifications
Function · 0.65
getQuicklinks
Function · 0.65
removeFromOptions
Function · 0.65
setResumeWaching
Function · 0.65
setContinueWaching
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected