MCPcopy Create free account
hub / github.com/bendudson/EuraliOS / pathbuf_as_path

Function pathbuf_as_path

euralios_std/src/path.rs:1045–1048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1043
1044 #[test_case]
1045 fn pathbuf_as_path() {
1046 let p = PathBuf::from("/test");
1047 assert_eq!(Path::new("/test"), p.as_path());
1048 }
1049
1050 #[test_case]
1051 fn pathbuf_push_relative() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected