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

Method add_path

atomic-repository/src/record/options.rs:119–122  ·  view source on GitHub ↗
(mut self, path: impl Into<String>)

Source from the content-addressed store, hash-verified

117 /// Add a single path to record.
118 #[must_use]
119 pub fn add_path(mut self, path: impl Into<String>) -> Self {
120 self.paths.push(path.into());
121 self
122 }
123
124 /// Set whether to record all changes.
125 ///

Callers 1

test_options_add_pathFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by 1

test_options_add_pathFunction · 0.36