MCPcopy 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
32impl 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_allFunction · 0.85
pathMethod · 0.45

Tested by

no test coverage detected