Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ involved_change_count
Method
involved_change_count
atomic-core/src/apply/conflict.rs:410–412 ·
view source on GitHub ↗
Get the number of changes involved in conflicts.
(&self)
Source
from the content-addressed store, hash-verified
408
409
/// Get the number of changes involved in conflicts.
410
pub fn involved_change_count(&self) -> usize {
411
self.involved_changes.len()
412
}
413
}
414
415
// Conflict Summary
Callers
1
from_tracker
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected