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

Function test_options_save_to_store

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

Source from the content-addressed store, hash-verified

113
114#[test]
115fn test_options_save_to_store() {
116 let opts = RecordOptions::new().save_to_store(false);
117 assert!(!opts.get_save_to_store());
118}
119
120#[test]
121fn test_options_builder_chain() {

Callers

nothing calls this directly

Calls 1

save_to_storeMethod · 0.80

Tested by

no test coverage detected