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

Method join

euralios_std/src/path.rs:494–496  ·  view source on GitHub ↗
(&self, path: P)

Source from the content-addressed store, hash-verified

492 /// ```
493 #[must_use]
494 pub fn join<P: AsRef<Path>>(&self, path: P) -> PathBuf {
495 self._join(path.as_ref())
496 }
497
498 fn _join(&self, path: &Path) -> PathBuf {
499 let mut buf = self.to_path_buf();

Callers 4

lsFunction · 0.80
rmFunction · 0.80
mkdirFunction · 0.80
mainFunction · 0.80

Calls 2

_joinMethod · 0.80
as_refMethod · 0.45

Tested by

no test coverage detected