Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_clone_eq
Function
test_clone_eq
atomic-agent/src/envelope.rs:1098–1102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1096
1097
#[test]
1098
fn test_clone_eq() {
1099
let e = make_envelope();
1100
let cloned = e.clone();
1101
assert_eq!(e, cloned);
1102
}
1103
}
Callers
nothing calls this directly
Calls
2
make_envelope
Function · 0.85
clone
Method · 0.45
Tested by
no test coverage detected