docs(tvix/store): make upload_chunk docs a docstring
Change-Id: I6794e2a69b4907ab8d9ed2d55335c11db2c30c02 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8250 Autosubmit: flokli <flokli@flokli.de> Tested-by: BuildkiteCI Reviewed-by: raitobezarius <tvl@lahfa.xyz>
This commit is contained in:
parent
ead113cdfc
commit
2dc93f8de2
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use crate::Error;
|
||||||
|
|
||||||
use super::ChunkService;
|
use super::ChunkService;
|
||||||
|
|
||||||
// upload a chunk to the chunk service, and return its digest (or an error) when done.
|
/// uploads a chunk to a chunk service, and returns its digest (or an error) when done.
|
||||||
#[instrument(skip_all, err)]
|
#[instrument(skip_all, err)]
|
||||||
pub fn upload_chunk<CS: ChunkService>(
|
pub fn upload_chunk<CS: ChunkService>(
|
||||||
chunk_service: &CS,
|
chunk_service: &CS,
|
||||||
|
|
Loading…
Reference in a new issue