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

Method limit

atomic-repository/src/history/types.rs:263–266  ·  view source on GitHub ↗

Set the maximum number of entries to return. # Arguments `n` - Maximum number of entries

(mut self, n: usize)

Source from the content-addressed store, hash-verified

261 ///
262 /// * `n` - Maximum number of entries
263 pub fn limit(mut self, n: usize) -> Self {
264 self.limit = Some(n);
265 self
266 }
267
268 /// Enable loading of change headers.
269 ///

Callers 3

build_history_optionsMethod · 0.80
lastMethod · 0.80

Calls

no outgoing calls

Tested by 1