(hashes: Uint8Array[])
| 75 | readEntry(path: string): Promise<ChangeEntry | null>; |
| 76 | |
| 77 | hasObjects(hashes: Uint8Array[]): Promise<Uint8Array[]>; |
| 78 | |
| 79 | // Container → DO direction of object transfer. Stream bytes for a |
| 80 | // set of chunk hashes in request order. Throws EUNKNOWN_HASH if |
no outgoing calls
no test coverage detected