MCPcopy
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

1export interface storageInterface {
2 set(key: string, value: any): Promise<void>;
3
4 get(key: string): Promise<any | undefined>;
5

Callers 15

runPageFunction · 0.65
iframeFunction · 0.65
authenticationMethod · 0.65
getRefreshTokenFunction · 0.65
enableFunction · 0.65
setValueMethod · 0.65
firebaseNotificationFunction · 0.65
checkNotificationsFunction · 0.65
getQuicklinksFunction · 0.65
removeFromOptionsFunction · 0.65
setResumeWachingFunction · 0.65
setContinueWachingFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected