tvl-depot/tvix/store/src
Florian Klink fcfbcf9cfa refactor(tvix/store): drop mut self borrow in ingest_path
With traverse_to not requiring a &mut anymore, we can drop the &mut self
in all these function signatures.

Change-Id: I22105376b625cb281c39e92d3206df8a6ce97a88
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8629
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Autosubmit: flokli <flokli@flokli.de>
2023-05-25 11:11:58 +00:00
..
bin refactor(tvix/store/bin): use std::io 2023-05-25 10:48:51 +00:00
blobservice feat(tvix/store/blobsvc): add constructors 2023-05-24 09:01:36 +00:00
directoryservice refactor(tvix/store/directorysvc): don't borrow self mutable 2023-05-25 10:48:52 +00:00
nar feat(tvix/store/nar): add GRPCNARCalculationService 2023-05-24 09:01:35 +00:00
pathinfoservice feat(tvix/store/pathinfosvc): derive Clone 2023-05-24 16:04:08 +00:00
proto refactor(tvix/store/blobsvc): move from Vec<u8> to B3Digest 2023-05-23 10:48:55 +00:00
tests refactor(tvix/store/blobsvc): move from Vec<u8> to B3Digest 2023-05-23 10:48:55 +00:00
digests.rs refactor(tvix/store/digests): clippy 2023-05-23 12:28:34 +00:00
errors.rs feat(tvix/store/pathinfosvc): add gRPC client 2023-03-27 08:48:41 +00:00
import.rs refactor(tvix/store): drop mut self borrow in ingest_path 2023-05-25 11:11:58 +00:00
lib.rs feat(tvix/store): implement TvixStoreIO 2023-05-24 09:25:02 +00:00
store_io.rs refactor(tvix/store): drop mut self borrow in ingest_path 2023-05-25 11:11:58 +00:00