Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ test_options_clone
Function
test_options_clone
atomic-repository/src/record/tests.rs:167–171 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
166
#[test]
167
fn test_options_clone() {
168
let opts1 = RecordOptions::new().message(
"test"
);
169
let opts2 = opts1.clone();
170
assert_eq!(opts2.get_message(), Some(
"test"
));
171
}
172
173
#[test]
174
fn test_options_debug() {
Callers
nothing calls this directly
Calls
2
message
Method · 0.45
clone
Method · 0.45
Tested by
no test coverage detected