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

Method iterateEntities

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

* Generator providing the data of the entities stored locally for given * list of keys. * * No exception is thrown when data is missing.

(keys: string[])

Source from the content-addressed store, hash-verified

76 * No exception is thrown when data is missing.
77 */
78 iterateEntities(keys: string[]): AsyncGenerator<EntityResult<T>>;
79
80 /**
81 * Generator providing the data of the entities stored locally for given

Callers 4

iterateNodesFunction · 0.65
iterateEntitiesMethod · 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