MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / with_bytes_written

Method with_bytes_written

atomic-core/src/output/repo/file.rs:395–398  ·  view source on GitHub ↗

Set the bytes written count. # Arguments `bytes` - Number of bytes written

(mut self, bytes: u64)

Source from the content-addressed store, hash-verified

393 ///
394 /// * `bytes` - Number of bytes written
395 pub fn with_bytes_written(mut self, bytes: u64) -> Self {
396 self.bytes_written = bytes;
397 self
398 }
399
400 /// Set the vertices processed count.
401 ///

Callers 3

Calls

no outgoing calls

Tested by 3