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

Method with_path

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

Builder: set path filter.

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

Source from the content-addressed store, hash-verified

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

Callers 3

test_log_with_pathFunction · 0.45
test_log_builder_chainFunction · 0.45
sync_integration_packageFunction · 0.45

Calls

no outgoing calls

Tested by 2

test_log_with_pathFunction · 0.36
test_log_builder_chainFunction · 0.36