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

Function test_options_all

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

Source from the content-addressed store, hash-verified

53
54#[test]
55fn test_options_all() {
56 let opts = RecordOptions::new().with_all(true);
57 assert!(opts.all());
58}
59
60#[test]
61fn test_options_algorithm() {

Callers

nothing calls this directly

Calls 1

with_allMethod · 0.45

Tested by

no test coverage detected