Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
836
pub fn create_dir(dir: &str) -> ResultType<()> {
837
std::fs::create_dir_all(get_path(dir))?;
838
Ok(())
839
}
840
841
#[inline]
842
pub fn transform_windows_path(entries: &mut Vec<FileEntry>) {
Callers
1
ipc_path
Method · 0.85
Calls
1
get_path
Function · 0.85
Tested by
no test coverage detected