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

Method with_count

atomic-cli/src/commands/log/command.rs:129–132  ·  view source on GitHub ↗

Builder: set the count limit.

(mut self, count: usize)

Source from the content-addressed store, hash-verified

127
128 /// Builder: set the count limit.
129 pub fn with_count(mut self, count: usize) -> Self {
130 self.count = Some(count);
131 self
132 }
133
134 /// Builder: set the view name.
135 pub fn with_view(mut self, view: impl Into<String>) -> Self {

Calls

no outgoing calls