MCPcopy 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
1060fn path_file_name(path: &Path) -> &str {
1061 os_str_to_str(path.file_name().expect("Not a file"))
1062}
1063
1064fn path_created(path: &Path) -> SystemTime {
1065 path.metadata()

Callers 2

cache_workspaceFunction · 0.85
list_firedbg_runsFunction · 0.85

Calls 1

os_str_to_strFunction · 0.85

Tested by

no test coverage detected