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

Function test_options_default_encoding

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

Source from the content-addressed store, hash-verified

65
66#[test]
67fn test_options_default_encoding() {
68 let opts = RecordOptions::new().with_default_encoding(Encoding::Binary);
69 assert_eq!(opts.default_encoding(), Encoding::Binary);
70}
71
72#[test]
73fn test_options_max_file_size() {

Callers

nothing calls this directly

Calls 1

with_default_encodingMethod · 0.45

Tested by

no test coverage detected