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

Function test_options_clone

atomic-core/src/record/workflow/retrieve.rs:623–628  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

621
622 #[test]
623 fn test_options_clone() {
624 let opts = RetrieveContentOptions::new().max_vertices(100);
625 let cloned = opts;
626
627 assert_eq!(cloned.max_vertices, Some(100));
628 }
629
630 // RetrieveResult Tests
631

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected