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

Method create_dir_all

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

Source from the content-addressed store, hash-verified

590 }
591
592 fn create_dir_all(&self, _path: &str) -> Result<(), Self::Error> {
593 Ok(())
594 }
595
596 fn remove_path(&self, _path: &str, _recursive: bool) -> Result<(), Self::Error> {
597 Ok(())

Calls

no outgoing calls

Tested by 2

test_sink_create_dir_allFunction · 0.36