| 68 | } |
| 69 | |
| 70 | QueryLastChunkOp StorageClient::createQueryOp(ChainId chainId, |
| 71 | ChunkId chunkIdBegin, |
| 72 | ChunkId chunkIdEnd, |
| 73 | uint32_t maxNumChunkIdsToProcess, |
| 74 | void *userCtx) { |
| 75 | return QueryLastChunkOp{chainId, {chunkIdBegin, chunkIdEnd, maxNumChunkIdsToProcess}, userCtx}; |
| 76 | } |
| 77 | |
| 78 | RemoveChunksOp StorageClient::createRemoveOp(ChainId chainId, |
| 79 | ChunkId chunkIdBegin, |
no outgoing calls