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

Method skip_binary

atomic-repository/src/record/options.rs:303–305  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

301 /// Get whether to skip binary files.
302 #[must_use]
303 pub fn skip_binary(&self) -> bool {
304 self.skip_binary
305 }
306
307 /// Get whether to record empty files.
308 #[must_use]

Callers 2

to_core_optionsMethod · 0.45
recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected