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

Function test_options_clone

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

Source from the content-addressed store, hash-verified

598
599 #[test]
600 fn test_options_clone() {
601 let opts = RetrieveContentOptions::new().max_vertices(100);
602 let cloned = opts;
603
604 assert_eq!(cloned.max_vertices, Some(100));
605 }
606
607 // RetrieveResult Tests
608

Callers

nothing calls this directly

Calls 1

max_verticesMethod · 0.45

Tested by

no test coverage detected