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

Method skip_binary

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

Source from the content-addressed store, hash-verified

322 /// Get whether to skip binary files.
323 #[must_use]
324 pub fn skip_binary(&self) -> bool {
325 self.skip_binary
326 }
327
328 /// Get whether to record empty files.
329 #[must_use]

Callers 2

to_core_optionsMethod · 0.45
recordMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected