Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ remove_file
Function
remove_file
libs/hbb_common/src/fs.rs:830–833 ·
view source on GitHub ↗
(file: &str)
Source
from the content-addressed store, hash-verified
828
829
#[inline]
830
pub fn remove_file(file: &str) -> ResultType<()> {
831
std::fs::remove_file(get_path(file))?;
832
Ok(())
833
}
834
835
#[inline]
836
pub fn create_dir(dir: &str) -> ResultType<()> {
Callers
5
drop
Method · 0.85
remove
Method · 0.85
peers
Method · 0.85
remove_download_file
Method · 0.85
remove_all_empty_dir
Function · 0.85
Calls
1
get_path
Function · 0.85
Tested by
no test coverage detected