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

Function test_options_skip_binary

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

Source from the content-addressed store, hash-verified

77
78#[test]
79fn test_options_skip_binary() {
80 let opts = RecordOptions::new().with_skip_binary(true);
81 assert!(opts.skip_binary());
82}
83
84#[test]
85fn test_options_record_empty_files() {

Callers

nothing calls this directly

Calls 1

with_skip_binaryMethod · 0.45

Tested by

no test coverage detected