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

Method with_path

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

Builder: set path filter.

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

Source from the content-addressed store, hash-verified

145
146 /// Builder: set path filter.
147 pub fn with_path(mut self, path: impl Into<String>) -> Self {
148 self.path = Some(path.into());
149 self
150 }
151
152 /// Builder: set the output format.
153 pub fn with_format(mut self, format: LogFormat) -> Self {

Callers 2

test_log_with_pathFunction · 0.45
test_log_builder_chainFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_log_with_pathFunction · 0.36
test_log_builder_chainFunction · 0.36