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

Function path_join

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

Source from the content-addressed store, hash-verified

1029
1030 #[test_case]
1031 fn path_join() {
1032 assert_eq!(Path::new("/etc").join("passwd"), PathBuf::from("/etc/passwd"));
1033 }
1034
1035 #[test_case]
1036 fn pathbuf_with_capacity() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected