Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_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
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
test_repo_status_include_ignored
Function · 0.80
Calls
no outgoing calls
Tested by
7
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_detects_modification_when_file_index_missing
Function · 0.64