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

Method with_stats

atomic-repository/src/unrecord.rs:293–296  ·  view source on GitHub ↗

Set statistics.

(mut self, stats: UnrecordStats)

Source from the content-addressed store, hash-verified

291
292 /// Set statistics.
293 pub fn with_stats(mut self, stats: UnrecordStats) -> Self {
294 self.stats = stats;
295 self
296 }
297
298 /// Get the number of changes unrecorded.
299 pub fn count(&self) -> usize {

Callers 1

preview_unrecordFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected