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

Method get_skip_binary

atomic-core/src/record/workflow/record/options.rs:264–266  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

262 /// Get the skip binary setting.
263 #[must_use]
264 pub fn get_skip_binary(&self) -> bool {
265 self.skip_binary
266 }
267
268 /// Get the record empty files setting.
269 #[must_use]

Callers 3

record_added_fileFunction · 0.80
record_modified_fileFunction · 0.80
process_added_fileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected