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

Method create_dir_all

atomic-core/src/output/memory.rs:591–594  ·  view source on GitHub ↗
(&self, path: &str)

Source from the content-addressed store, hash-verified

589 }
590
591 fn create_dir_all(&self, path: &str) -> Result<(), Self::Error> {
592 self.ensure_directories(path);
593 Ok(())
594 }
595
596 fn remove_path(&self, path: &str, recursive: bool) -> Result<(), Self::Error> {
597 let mut files = self.files.borrow_mut();

Callers 1

test_create_dir_allFunction · 0.45

Calls 1

ensure_directoriesMethod · 0.80

Tested by 1

test_create_dir_allFunction · 0.36