(hashes: Uint8Array[])
| 80 | // set of chunk hashes in request order. Throws EUNKNOWN_HASH if |
| 81 | // any hash is unknown — callers must dedupe and probe first. |
| 82 | fetchObjects(hashes: Uint8Array[]): ReadableStream<{ hash: Uint8Array; bytes: Uint8Array }>; |
| 83 | |
| 84 | // DO → container direction of object transfer. The DO streams the |
| 85 | // bytes the container reported missing (via hasObjects) during a |
no outgoing calls
no test coverage detected