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

Method count

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

Builder: set count limit.

(mut self, count: usize)

Source from the content-addressed store, hash-verified

661
662 /// Builder: set count limit.
663 pub fn count(mut self, count: usize) -> Self {
664 self.count = Some(count);
665 self
666 }
667
668 /// Builder: set reverse order.
669 pub fn reverse(mut self, reverse: bool) -> Self {

Callers 15

runMethod · 0.45
count_line_unitsFunction · 0.45
run_asyncMethod · 0.45
truncate_stringFunction · 0.45
build_hunks_from_diffFunction · 0.45
jaccardMethod · 0.45
truncate_stringFunction · 0.45
print_coverageMethod · 0.45

Calls

no outgoing calls