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

Method as_ref

euralios_std/src/path.rs:507–509  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

505impl AsRef<OsStr> for Path {
506 #[inline]
507 fn as_ref(&self) -> &OsStr {
508 &self.inner
509 }
510}
511
512impl fmt::Debug for Path {

Callers 4

pushMethod · 0.45
fromMethod · 0.45
newMethod · 0.45
joinMethod · 0.45

Calls 2

as_pathMethod · 0.80
as_os_strMethod · 0.80

Tested by

no test coverage detected