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

Method mark_binary_file

atomic-core/src/record/builder.rs:378–380  ·  view source on GitHub ↗

Mark that a binary file was recorded.

(&mut self)

Source from the content-addressed store, hash-verified

376
377 /// Mark that a binary file was recorded.
378 pub fn mark_binary_file(&mut self) {
379 self.has_binary_files = true;
380 }
381
382 /// Check if any binary files were recorded.
383 pub fn has_binary_files(&self) -> bool {

Callers 4

test_mark_binary_fileFunction · 0.80
test_finish_with_dataFunction · 0.80
test_clearFunction · 0.80
test_stats_populatedFunction · 0.80

Calls

no outgoing calls

Tested by 4

test_mark_binary_fileFunction · 0.64
test_finish_with_dataFunction · 0.64
test_clearFunction · 0.64
test_stats_populatedFunction · 0.64