Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ status
Method
status
atomic-repository/src/status.rs:338–340 ·
view source on GitHub ↗
Get the file's status.
(&self)
Source
from the content-addressed store, hash-verified
336
337
/// Get the file's status.
338
pub fn status(&self) -> FileStatus {
339
self.status
340
}
341
342
/// Get the inode if the file is tracked.
343
pub fn inode(&self) -> Option<Inode> {
Callers
15
run_push
Method · 0.45
collect_untracked_files
Method · 0.45
fetch_latest
Function · 0.45
run
Method · 0.45
files_to_restore
Method · 0.45
run
Method · 0.45
test_restore_added_untracks_but_keeps_file_on_disk
Function · 0.45
get_message_from_editor
Method · 0.45
run
Method · 0.45
run
Method · 0.45
display_dry_run
Method · 0.45
get_message_from_editor
Method · 0.45
Calls
no outgoing calls
Tested by
15
test_restore_added_untracks_but_keeps_file_on_disk
Function · 0.36
test_diff_end_to_end_modified_file
Function · 0.36
test_diff_end_to_end_multiple_files
Function · 0.36
test_turn_end_records_untracked_only_files
Function · 0.36
test_hyperfine_content_duplication_bug
Function · 0.36
test_hyperfine_crdt_audit
Function · 0.36
test_hyperfine_extended_commit_sequence
Function · 0.36
test_hyperfine_pairwise_transitions
Function · 0.36
test_crdt_walker_hyperfine_sequence_byte_exact
Function · 0.36
test_file_modification_state_retrieval
Function · 0.36
test_file_append_state_retrieval
Function · 0.36
test_file_prepend_state_retrieval
Function · 0.36