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

Function test_options_algorithm

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_algorithmMethod · 0.45

Tested by

no test coverage detected