MCPcopy 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]
167fn 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]
174fn test_options_debug() {

Callers

nothing calls this directly

Calls 2

messageMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected