Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
505
impl AsRef<OsStr> for Path {
Callers
1
join
Method · 0.80
Calls
2
to_path_buf
Method · 0.80
push
Method · 0.45
Tested by
no test coverage detected