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

Method view

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

Builder: set view filter.

(mut self, view: impl Into<String>)

Source from the content-addressed store, hash-verified

685
686 /// Builder: set view filter.
687 pub fn view(mut self, view: impl Into<String>) -> Self {
688 self.view = Some(view.into());
689 self
690 }
691
692 /// Builder: set starting sequence number.
693 #[allow(clippy::wrong_self_convention)]

Callers 8

run_single_insertFunction · 0.45
build_history_optionsMethod · 0.45
print_coverageMethod · 0.45
runMethod · 0.45
run_asyncMethod · 0.45

Calls

no outgoing calls