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

Method _join

euralios_std/src/path.rs:498–502  ·  view source on GitHub ↗
(&self, path: &Path)

Source from the content-addressed store, hash-verified

496 }
497
498 fn _join(&self, path: &Path) -> PathBuf {
499 let mut buf = self.to_path_buf();
500 buf.push(path);
501 buf
502 }
503}
504
505impl AsRef<OsStr> for Path {

Callers 1

joinMethod · 0.80

Calls 2

to_path_bufMethod · 0.80
pushMethod · 0.45

Tested by

no test coverage detected