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

Function test_record_with_skip_binary

atomic-cli/src/commands/record/tests.rs:168–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166
167 #[test]
168 fn test_record_with_skip_binary() {
169 let record = Record::new().with_skip_binary(true);
170 assert!(record.skip_binary);
171 }
172
173 #[test]
174 fn test_record_with_max_size() {

Callers

nothing calls this directly

Calls 1

with_skip_binaryMethod · 0.45

Tested by

no test coverage detected