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

Method path

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

Builder: set path filter.

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

Source from the content-addressed store, hash-verified

680
681 /// Builder: set path filter.
682 pub fn path(mut self, path: impl Into<String>) -> Self {
683 self.path = Some(path.into());
684 self
685 }
686
687 /// Builder: set view filter.
688 pub fn view(mut self, view: impl Into<String>) -> Self {

Calls

no outgoing calls