Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ count
Method
count
atomic-repository/src/unrecord.rs:299–301 ·
view source on GitHub ↗
Get the number of changes unrecorded.
(&self)
Source
from the content-addressed store, hash-verified
297
298
/// Get the number of changes unrecorded.
299
pub fn count(&self) -> usize {
300
self.unrecorded.len()
301
}
302
303
/// Check if anything was unrecorded.
304
pub fn has_changes(&self) -> bool {
Callers
10
parse
Method · 0.45
modified_count
Method · 0.45
deleted_count
Method · 0.45
untracked_count
Method · 0.45
added_count
Method · 0.45
conflicted_count
Method · 0.45
clean_count
Method · 0.45
dirty_count
Method · 0.45
test_hyperfine_crdt_audit
Function · 0.45
test_four_step_evolution_fidelity
Function · 0.45
Calls
1
len
Method · 0.45
Tested by
2
test_hyperfine_crdt_audit
Function · 0.36
test_four_step_evolution_fidelity
Function · 0.36