MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / test_conflict_entity_trunk

Function test_conflict_entity_trunk

atomic-core/src/crdt/apply/conflict.rs:740–745  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

738
739 #[test]
740 fn test_conflict_entity_trunk() {
741 let trunk_id = TrunkId::new(NodeId::new(1), 0);
742 let entity = ConflictEntity::Trunk(trunk_id);
743 let display = entity.to_string();
744 assert!(display.contains("trunk"));
745 }
746
747 #[test]
748 fn test_conflict_entity_branch() {

Callers

nothing calls this directly

Calls 1

TrunkClass · 0.85

Tested by

no test coverage detected