Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/assert-rs/assert_fs
/ create_dir_all
Method
create_dir_all
src/fixture/tools.rs:33–35 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
31
32
impl PathCreateDir for ChildPath {
33
fn create_dir_all(&self) -> Result<(), FixtureError> {
34
create_dir_all(self.path())
35
}
36
}
37
38
/// Create empty files at [`ChildPath`].
Callers
nothing calls this directly
Calls
2
create_dir_all
Function · 0.85
path
Method · 0.45
Tested by
no test coverage detected