MCPcopy Create free account
hub / github.com/Recordscript/recordscript / create_dir

Function create_dir

libs/hbb_common/src/fs.rs:836–839  ·  view source on GitHub ↗
(dir: &str)

Source from the content-addressed store, hash-verified

834
835#[inline]
836pub fn create_dir(dir: &str) -> ResultType<()> {
837 std::fs::create_dir_all(get_path(dir))?;
838 Ok(())
839}
840
841#[inline]
842pub fn transform_windows_path(entries: &mut Vec<FileEntry>) {

Callers 1

ipc_pathMethod · 0.85

Calls 1

get_pathFunction · 0.85

Tested by

no test coverage detected