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

Method get_skip_binary

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

Source from the content-addressed store, hash-verified

228 /// Get the skip binary setting.
229 #[must_use]
230 pub fn get_skip_binary(&self) -> bool {
231 self.skip_binary
232 }
233
234 /// Get the record empty files setting.
235 #[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