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

Method remove_path

atomic-core/src/output/traits.rs:596–598  ·  view source on GitHub ↗
(&self, _path: &str, _recursive: bool)

Source from the content-addressed store, hash-verified

594 }
595
596 fn remove_path(&self, _path: &str, _recursive: bool) -> Result<(), Self::Error> {
597 Ok(())
598 }
599
600 fn rename(&self, _from: &str, _to: &str) -> Result<(), Self::Error> {
601 Ok(())

Callers 2

test_sink_remove_pathFunction · 0.45
switch_viewMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_sink_remove_pathFunction · 0.36