(objects: ReadableStream<{ hash: Uint8Array; bytes: Uint8Array }>)
| 85 | // bytes the container reported missing (via hasObjects) during a |
| 86 | // push. Pushed objects are addressable immediately by hash. |
| 87 | pushObjects(objects: ReadableStream<{ hash: Uint8Array; bytes: Uint8Array }>): Promise<void>; |
| 88 | } |
| 89 | |
| 90 | // Process supervision surface. Lives alongside SyncRPC. computerd's |
no outgoing calls
no test coverage detected