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

Function test_mark_binary_file

atomic-core/src/record/builder.rs:765–773  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

763
764 #[test]
765 fn test_mark_binary_file() {
766 let mut builder = RecordBuilder::new();
767
768 assert!(!builder.has_binary_files());
769
770 builder.mark_binary_file();
771
772 assert!(builder.has_binary_files());
773 }
774
775 #[test]
776 fn test_update_oldest_change() {

Callers

nothing calls this directly

Calls 1

mark_binary_fileMethod · 0.80

Tested by

no test coverage detected