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

Function test_options_skip_binary

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

with_skip_binaryMethod · 0.45

Tested by

no test coverage detected