Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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(())
Callers
2
test_sink_create_dir_all
Function · 0.45
test_memory_working_copy_basic_workflow
Function · 0.45
Calls
no outgoing calls
Tested by
2
test_sink_create_dir_all
Function · 0.36
test_memory_working_copy_basic_workflow
Function · 0.36