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

Function get_path

libs/hbb_common/src/fs.rs:116–118  ·  view source on GitHub ↗
(path: &str)

Source from the content-addressed store, hash-verified

114
115#[inline]
116pub fn get_path(path: &str) -> PathBuf {
117 Path::new(path).to_path_buf()
118}
119
120#[inline]
121pub fn get_home_as_string() -> String {

Callers 5

get_recursive_filesFunction · 0.85
new_writeMethod · 0.85
new_readMethod · 0.85
remove_fileFunction · 0.85
create_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected