Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/atomicdotdev/atomic
/ max_file_size
Method
max_file_size
atomic-repository/src/record/options.rs:297–299 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
295
/// Get the maximum file size.
296
#[must_use]
297
pub fn max_file_size(&self) -> u64 {
298
self.max_file_size
299
}
300
301
/// Get whether to skip binary files.
302
#[must_use]
Callers
2
to_core_options
Method · 0.45
record
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected