MCPcopy Create free account
hub / github.com/ProtonDriveApps/sdk / getEntity

Method getEntity

client/js/src/cache/interface.ts:70–70  ·  view source on GitHub ↗

* Returns the data of the entity stored locally. * * @throws Exception if entity is not present.

(key: string)

Source from the content-addressed store, hash-verified

68 * @throws Exception if entity is not present.
69 */
70 getEntity(key: string): Promise<T>;
71
72 /**
73 * Generator providing the data of the entities stored locally for given

Callers 13

getNodeUidsMethod · 0.65
getNodeFunction · 0.65
isFolderChildrenLoadedFunction · 0.65
getNodeKeysMethod · 0.65
cache.test.tsFile · 0.65
getVolumeMethod · 0.65
getShareKeyMethod · 0.65
cache.test.tsFile · 0.65
getEntityMethod · 0.65

Implementers 4

NullCacheclient/js/src/cache/nullCache.ts
MemoryCacheclient/js/src/cache/memoryCache.ts
SQLiteCachecli/src/cache/sqliteCache.ts
DriveCryptoCacheAdaptercli/src/cache/driveCryptoCacheAdapter.

Calls

no outgoing calls

Tested by

no test coverage detected