Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ path_file_name
Function
path_file_name
command/src/main.rs:1060–1062 ·
view source on GitHub ↗
(path: &Path)
Source
from the content-addressed store, hash-verified
1058
}
1059
1060
fn path_file_name(path: &Path) -> &str {
1061
os_str_to_str(path.file_name().expect(
"Not a file"
))
1062
}
1063
1064
fn path_created(path: &Path) -> SystemTime {
1065
path.metadata()
Callers
2
cache_workspace
Function · 0.85
list_firedbg_runs
Function · 0.85
Calls
1
os_str_to_str
Function · 0.85
Tested by
no test coverage detected