Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ stats
Method
stats
atomic-core/src/diff/semantic_to_crdt.rs:312–314 ·
view source on GitHub ↗
Get the conversion statistics.
(&self)
Source
from the content-addressed store, hash-verified
310
311
/// Get the conversion statistics.
312
pub fn stats(&self) -> &ConversionStats {
313
&self.stats
314
}
315
316
/// Convert a SemanticDiff to FileOps.
317
///
Callers
4
convert_diff_to_file_ops_with_config
Function · 0.45
test_convert_with_token_changes
Function · 0.45
test_convert_without_replace_ops
Function · 0.45
test_multiline_conversion
Function · 0.45
Calls
no outgoing calls
Tested by
3
test_convert_with_token_changes
Function · 0.36
test_convert_without_replace_ops
Function · 0.36
test_multiline_conversion
Function · 0.36