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

Method list

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

Source from the content-addressed store, hash-verified

2 store(category: string, uuid: string, object: any): Promise<void>;
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 7

initializeMethod · 0.65
initializeMethod · 0.65
listMethod · 0.65
constructorMethod · 0.65
loadInstancesMethod · 0.65
file_router.tsFile · 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