snix/tvix/store/src/pathinfoservice
Florian Klink 849966d614 refactor(tvix/store/pathinfo/signing_wrapper): remove clone
Construct the owned signature in a separate scope, so all borrows to the
original PathInfo are already dropped again, and we can modify the
PathInfo without having to clone it.

Change-Id: I03e7390540c2cfe7a2c61850bdbe8a33d213a5d9
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12663
Autosubmit: flokli <flokli@flokli.de>
Tested-by: BuildkiteCI
Reviewed-by: raitobezarius <tvl@lahfa.xyz>
2024-10-19 09:41:58 +00:00
..
fs refactor(tvix/[ca]store): use auto_impl 2024-10-18 21:45:55 +00:00
tests refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
bigtable.rs refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
combinators.rs refactor(tvix/[ca]store): use auto_impl 2024-10-18 21:45:55 +00:00
from_addr.rs refactor(tvix/store): remove use of lazy_static 2024-10-17 22:15:48 +00:00
grpc.rs fix(tvix/store/pathinfo): use gRPC NarCalculationService 2024-10-18 21:45:55 +00:00
lru.rs refactor(tvix/store): remove use of lazy_static 2024-10-17 22:15:48 +00:00
memory.rs refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
mod.rs refactor(tvix/[ca]store): use auto_impl 2024-10-18 21:45:55 +00:00
nix_http.rs refactor(tvix/[ca]store): use auto_impl 2024-10-18 21:45:55 +00:00
redb.rs refactor(tvix/store): use strictly typed PathInfo struct 2024-10-11 17:18:20 +00:00
signing_wrapper.rs refactor(tvix/store/pathinfo/signing_wrapper): remove clone 2024-10-19 09:41:58 +00:00