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

Function test_options_clone

atomic-repository/src/record/tests.rs:174–178  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172
173#[test]
174fn test_options_clone() {
175 let opts1 = RecordOptions::new().message("test");
176 let opts2 = opts1.clone();
177 assert_eq!(opts2.get_message(), Some("test"));
178}
179
180#[test]
181fn test_options_debug() {

Callers

nothing calls this directly

Calls 2

messageMethod · 0.45
cloneMethod · 0.45

Tested by

no test coverage detected