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

Method total_count

atomic-repository/src/status.rs:496–498  ·  view source on GitHub ↗

Get the total number of files in the status.

(&self)

Source from the content-addressed store, hash-verified

494
495 /// Get the total number of files in the status.
496 pub fn total_count(&self) -> usize {
497 self.entries.len()
498 }
499
500 /// Check if the working copy is clean (no uncommitted changes).
501 pub fn is_clean(&self) -> bool {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected