Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
116
pub fn get_path(path: &str) -> PathBuf {
117
Path::new(path).to_path_buf()
118
}
119
120
#[inline]
121
pub fn get_home_as_string() -> String {
Callers
5
get_recursive_files
Function · 0.85
new_write
Method · 0.85
new_read
Method · 0.85
remove_file
Function · 0.85
create_dir
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected