Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ls
Function · 0.80
rm
Function · 0.80
mkdir
Function · 0.80
main
Function · 0.80
Calls
2
_join
Method · 0.80
as_ref
Method · 0.45
Tested by
no test coverage detected