Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_trunk_id
Function
test_trunk_id
atomic-core/src/diff/semantic_to_crdt.rs:616–618 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
614
}
615
616
fn test_trunk_id() -> TrunkId {
617
TrunkId::new(test_change_id(), 0)
618
}
619
620
// ConversionConfig tests
621
Callers
10
test_convert_added_line
Function · 0.70
test_convert_deleted_line
Function · 0.70
test_convert_modified_line
Function · 0.70
test_convert_with_token_changes
Function · 0.70
test_convert_without_replace_ops
Function · 0.70
test_convert_without_whitespace
Function · 0.70
test_convert_empty_diff
Function · 0.70
test_convert_diff_to_file_ops
Function · 0.70
test_convert_diff_to_file_ops_with_config
Function · 0.70
test_multiline_conversion
Function · 0.70
Calls
1
test_change_id
Function · 0.85
Tested by
no test coverage detected