Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_change_id
Function
test_change_id
atomic-core/src/diff/semantic_to_crdt.rs:612–614 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
610
use crate::diff::semantic::semantic_diff;
611
612
fn test_change_id() -> NodeId {
613
NodeId::new(1)
614
}
615
616
fn test_trunk_id() -> TrunkId {
617
TrunkId::new(test_change_id(), 0)
Callers
11
test_trunk_id
Function · 0.85
test_convert_added_line
Function · 0.85
test_convert_deleted_line
Function · 0.85
test_convert_modified_line
Function · 0.85
test_convert_with_token_changes
Function · 0.85
test_convert_without_replace_ops
Function · 0.85
test_convert_without_whitespace
Function · 0.85
test_convert_empty_diff
Function · 0.85
test_convert_diff_to_file_ops
Function · 0.85
test_convert_diff_to_file_ops_with_config
Function · 0.85
test_multiline_conversion
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected