about summary refs log tree commit diff
path: root/tvix/store/src/blobreader.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-03-10 r/5906 feat(tvix/store): add blobreaderFlorian Klink1-0/+384
A BlobReader can be used to read a blob, which might consist out of multiple chunks. Chunks are fetched from a ChunkService. Change-Id: I1806225b0052adaa4a2320b79b744e554e524ee3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8088 Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz> Reviewed-by: tazjin <tazjin@tvl.su>