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

Method entries

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

Get all entries.

(&self)

Source from the content-addressed store, hash-verified

501
502 /// Get all entries.
503 pub fn entries(&self) -> &[FileStatusEntry] {
504 &self.entries
505 }
506
507 /// Get the total number of files in the status.
508 pub fn total_count(&self) -> usize {

Callers 15

newMethod · 0.80
files_to_restoreMethod · 0.80
display_dry_runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
record_turnFunction · 0.80
snapshotFunction · 0.80
filterFunction · 0.80
read_layer_entriesFunction · 0.80

Calls

no outgoing calls