MCPcopy 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

fullscreenNotificationFunction · 0.80
disableFunction · 0.80
ScriptProxyWrapperFunction · 0.80
clearValueMethod · 0.80
checkNotificationsFunction · 0.80
callbackFunctionMethod · 0.80
setEntrySettingsFunction · 0.80
completeFunction · 0.80
flashmFunction · 0.80
flashConfirmFunction · 0.80
clearCacheFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected