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

Method exceeds_max_size

atomic-core/src/record/workflow/record/options.rs:288–290  ·  view source on GitHub ↗
(&self, size: usize)

Source from the content-addressed store, hash-verified

286 /// Check if a file size exceeds the maximum.
287 #[must_use]
288 pub fn exceeds_max_size(&self, size: usize) -> bool {
289 self.max_file_size.is_some_and(|max| size > max)
290 }
291
292 /// Convert to graph_op build options.
293 #[must_use]

Callers 2

record_added_fileFunction · 0.45
record_modified_fileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected