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

Method stats

atomic-repository/src/record/assemble.rs:255–257  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

253 /// Get the recording statistics.
254 #[must_use]
255 pub fn stats(&self) -> &RecordStats {
256 &self.stats
257 }
258
259 /// Check if the change was saved.
260 #[must_use]

Calls

no outgoing calls