Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ is_file_exists
Function
is_file_exists
libs/hbb_common/src/fs.rs:189–191 ·
view source on GitHub ↗
(file_path: &str)
Source
from the content-addressed store, hash-verified
187
188
#[inline]
189
pub fn is_file_exists(file_path: &str) -> bool {
190
return Path::new(file_path).exists();
191
}
192
193
#[inline]
194
pub fn can_enable_overwrite_detection(version: i64) -> bool {
Callers
nothing calls this directly
Calls
1
exists
Method · 0.80
Tested by
no test coverage detected