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

Method total_count

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

Get the total number of files in the status.

(&self)

Source from the content-addressed store, hash-verified

506
507 /// Get the total number of files in the status.
508 pub fn total_count(&self) -> usize {
509 self.entries.len()
510 }
511
512 /// Check if the working copy is clean (no uncommitted changes).
513 pub fn is_clean(&self) -> bool {

Callers

nothing calls this directly

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected