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

Method view

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

Builder: set view filter.

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

Source from the content-addressed store, hash-verified

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

Callers 10

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

Calls

no outgoing calls