Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ diff_count
Method
diff_count
atomic-core/src/record/workflow/compare.rs:197–199 ·
view source on GitHub ↗
Get the number of diff operations.
(&self)
Source
from the content-addressed store, hash-verified
195
196
/// Get the number of diff operations.
197
pub fn diff_count(&self) -> usize {
198
self.diff_ops.len()
199
}
200
}
201
202
impl Default for CompareResult {
Callers
nothing calls this directly
Calls
1
len
Method · 0.45
Tested by
no test coverage detected