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

Method load

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

Source from the content-addressed store, hash-verified

1export interface IStorage {
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 14

openLoadingDialogFunction · 0.65
openRenewalDialogFunction · 0.65
openNodeSelectDialogFunction · 0.65
openMarketDialogFunction · 0.65
initSystemConfigFunction · 0.65
initializeMethod · 0.65
initializeMethod · 0.65
loadMethod · 0.65
app.tsFile · 0.65
constructorMethod · 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