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

Method total_bytes

atomic-remote/src/streaming/progress.rs:168–170  ·  view source on GitHub ↗

Total bytes (transferred + skipped).

(&self)

Source from the content-addressed store, hash-verified

166
167 /// Total bytes (transferred + skipped).
168 pub fn total_bytes(&self) -> u64 {
169 self.bytes_transferred + self.bytes_skipped
170 }
171
172 /// Percentage of bytes saved by delta transfer (0.0 to 100.0).
173 pub fn savings_pct(&self) -> f64 {

Callers 3

savings_pctMethod · 0.45
render_name_conflictFunction · 0.45
materialize_parallelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected