Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ skip_binary
Method
skip_binary
atomic-repository/src/record/options.rs:344–346 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
342
/// Get whether to skip binary files.
343
#[must_use]
344
pub fn skip_binary(&self) -> bool {
345
self.skip_binary
346
}
347
348
/// Get whether to record empty files.
349
#[must_use]
Callers
2
to_core_options
Method · 0.45
record
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected