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

Method total_added

atomic-cli/src/commands/add.rs:537–539  ·  view source on GitHub ↗

Total items added.

(&self)

Source from the content-addressed store, hash-verified

535
536 /// Total items added.
537 fn total_added(&self) -> usize {
538 self.files_added + self.directories_added + self.explicit_directories
539 }
540}
541
542// Helper Functions

Callers 2

print_resultsMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected