MCPcopy Create free account
hub / github.com/MCSManager/MCSManager / delete

Method delete

panel/src/app/common/storage/storage_interface.ts:5–5  ·  view source on GitHub ↗
(category: string, uuid: string)

Source from the content-addressed store, hash-verified

3 load(category: string, classz: any, uuid: string): Promise<any>;
4 list(category: string): Promise<Array<string>>;
5 delete(category: string, uuid: string): Promise<void>;
6}

Callers 15

useIframeEventListenerFunction · 0.65
iframeEventDispatchFunction · 0.65
removeCallbackMethod · 0.65
stopMethod · 0.65
changeIdMethod · 0.65
updateMethod · 0.65
subscribeMethod · 0.65
getExistingUploadNamesFunction · 0.65
execWithMutexFunction · 0.65
execWithMutexIdFunction · 0.65
deleteRemoteServiceMethod · 0.65
constructorMethod · 0.65

Implementers 3

RedisStorageSubsystempanel/src/app/common/storage/redis_sto
FileStorageSubsystemAdapterpanel/src/app/common/storage/file_stor
StorageSubsystemcommon/src/system_storage.ts

Calls

no outgoing calls

Tested by

no test coverage detected