Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ remove
Method
remove
libs/hbb_common/src/config.rs:1150–1152 ·
view source on GitHub ↗
(id: &str)
Source
from the content-addressed store, hash-verified
1148
}
1149
1150
pub fn remove(id: &str) {
1151
fs::remove_file(Self::path(id)).ok();
1152
}
1153
1154
fn path(id: &str) -> PathBuf {
1155
//If the id contains invalid chars, encode it
Callers
9
primary
Method · 0.80
all
Method · 0.80
update
Method · 0.80
main
Function · 0.80
get_display
Function · 0.80
get_display
Function · 0.80
set_option
Method · 0.80
set_flutter_option
Method · 0.80
set
Method · 0.80
Calls
1
remove_file
Function · 0.85
Tested by
no test coverage detected