* Generator providing the data of the entities stored locally for given * list of keys. * * No exception is thrown when data is missing.
(keys: string[])
| 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 |
no outgoing calls
no test coverage detected