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

Method entries

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

Get all entries.

(&self)

Source from the content-addressed store, hash-verified

489
490 /// Get all entries.
491 pub fn entries(&self) -> &[FileStatusEntry] {
492 &self.entries
493 }
494
495 /// Get the total number of files in the status.
496 pub fn total_count(&self) -> usize {

Callers 15

files_to_restoreMethod · 0.80
display_dry_runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
record_turnFunction · 0.80
read_layer_entriesFunction · 0.80
recordMethod · 0.80

Calls

no outgoing calls