snix/tvix/store/src
Florian Klink 6f85dbfc06 feat(tvix/store/pathinfosvc): add calculate_nar method
Putting this in the PathInfoService trait makes much more sense, we can
have direct control over where/how to cache the results in the
implementation.

This now requires each PathInfoService to hold pointers to BlobService
and DirectoryService.

Change-Id: I4faae780d43eae4beeb57bd5e190e6d1a5d3314e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/8724
Tested-by: BuildkiteCI
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: tazjin <tazjin@tvl.su>
2023-06-12 10:15:20 +00:00
..
bin feat(tvix/store/pathinfosvc): add calculate_nar method 2023-06-12 10:15:20 +00:00
blobservice feat(tvix/store): eliminate generics in BlobStore 2023-06-12 10:15:20 +00:00
directoryservice refactor(tvix/store/directorysvc): don't borrow self mutable 2023-05-25 10:48:52 +00:00
fuse feat(tvix/store): add mount command to entrypoint and fuse mod 2023-06-10 15:33:07 +00:00
nar feat(tvix/store/pathinfosvc): add calculate_nar method 2023-06-12 10:15:20 +00:00
pathinfoservice feat(tvix/store/pathinfosvc): add calculate_nar method 2023-06-12 10:15:20 +00:00
proto feat(tvix/store/pathinfosvc): add calculate_nar method 2023-06-12 10:15:20 +00:00
tests feat(tvix/store/pathinfosvc): add calculate_nar method 2023-06-12 10:15:20 +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 feat(tvix/store): eliminate generics in BlobStore 2023-06-12 10:15:20 +00:00
lib.rs feat(tvix/store): add mount command to entrypoint and fuse mod 2023-06-10 15:33:07 +00:00
store_io.rs refactor(tvix/src/nar): drop NARCalculationService 2023-06-12 10:15:20 +00:00