about summary refs log tree commit diff
path: root/tvix/store/src/pathinfoservice
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2023-09-21T21·40+0300
committerflokli <flokli@flokli.de>2023-09-22T09·14+0000
commit3d064f714cd84fb13e6d875af899190248d1b1e3 (patch)
tree291b975366f743ef1149b6daf54e96ae4efa3f6c /tvix/store/src/pathinfoservice
parent731996fbfe5947190443ed70385632a7f9e07e06 (diff)
docs(tvix/store/pathinfosvc): fix copypasta error r/6625
This is not a simple get and put returning digest.

You currently can get by output hash, and a put gives you back the
(possibly modified) PathInfo message.

Change-Id: I43174d87a764417b8620c4d5bdac058cc25b0373
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9371
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'tvix/store/src/pathinfoservice')
-rw-r--r--tvix/store/src/pathinfoservice/mod.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tvix/store/src/pathinfoservice/mod.rs b/tvix/store/src/pathinfoservice/mod.rs
index a460c35a02..b436ad0b16 100644
--- a/tvix/store/src/pathinfoservice/mod.rs
+++ b/tvix/store/src/pathinfoservice/mod.rs
@@ -19,7 +19,6 @@ pub use self::memory::MemoryPathInfoService;
 pub use self::sled::SledPathInfoService;
 
 /// The base trait all PathInfo services need to implement.
-/// This is a simple get and put of [proto::Directory], returning their digest.
 #[async_trait]
 pub trait PathInfoService: Send + Sync {
     /// Create a new instance by passing in a connection URL, as well