Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
files_to_restore
Method · 0.80
display_dry_run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
record_turn
Function · 0.80
build_file_change_summary
Function · 0.80
read_layer_entries
Function · 0.80
verify_working_copy
Method · 0.80
record
Method · 0.80
test_status_clean_after_view_switch_with_sibling_changes
Function · 0.80
test_repo_status_ignores_atomic_dir
Function · 0.80
test_repo_status_respects_atomicignore
Function · 0.80
Calls
no outgoing calls
Tested by
11
test_status_clean_after_view_switch_with_sibling_changes
Function · 0.64
test_repo_status_ignores_atomic_dir
Function · 0.64
test_repo_status_respects_atomicignore
Function · 0.64
test_repo_status_include_ignored
Function · 0.64
test_repo_status_ignores_node_modules
Function · 0.64
test_repo_status_ignores_node_modules_no_trailing_newline
Function · 0.64
test_status_no_untracked_for_files_tracked_on_other_view
Function · 0.64
test_status_foreign_file_not_on_disk_is_invisible
Function · 0.64
test_status_detects_modification_when_file_index_missing
Function · 0.64
prop_conflict_state_is_honest
Function · 0.64
conflicted_entry_paths
Function · 0.64