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

Method count

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

Builder: set count limit.

(mut self, count: usize)

Source from the content-addressed store, hash-verified

665
666 /// Builder: set count limit.
667 pub fn count(mut self, count: usize) -> Self {
668 self.count = Some(count);
669 self
670 }
671
672 /// Builder: set reverse order.
673 pub fn reverse(mut self, reverse: bool) -> Self {

Callers 15

truncate_columnFunction · 0.45
body_match_fractionFunction · 0.45
apply_budgetFunction · 0.45
runMethod · 0.45
build_reportFunction · 0.45
runMethod · 0.45
count_line_unitsFunction · 0.45
runMethod · 0.45
col_widthFunction · 0.45
run_asyncMethod · 0.45
truncate_stringFunction · 0.45

Calls

no outgoing calls