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

Function test_options_algorithm

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

Source from the content-addressed store, hash-verified

60
61#[test]
62fn test_options_algorithm() {
63 let opts = RecordOptions::new().with_algorithm(Algorithm::Patience);
64 assert_eq!(opts.algorithm(), Algorithm::Patience);
65}
66
67#[test]
68fn test_options_default_encoding() {

Callers

nothing calls this directly

Calls 1

with_algorithmMethod · 0.45

Tested by

no test coverage detected