Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/FireDBG.for.Rust
/ path_to_str
Function
path_to_str
parser/src/lib.rs:136–138 ·
view source on GitHub ↗
(path: &Path)
Source
from the content-addressed store, hash-verified
134
}
135
136
fn path_to_str(path: &Path) -> &str {
137
path.to_str().expect(
"Failed to convert Path to &str"
)
138
}
139
140
fn path_created(path: &Path) -> SystemTime {
141
path.metadata()
Callers
1
parse_directory
Function · 0.70
Calls
1
to_str
Method · 0.80
Tested by
no test coverage detected