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

Method as_path

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

Source from the content-addressed store, hash-verified

161 #[must_use]
162 #[inline]
163 pub fn as_path(&self) -> &Path {
164 self
165 }
166
167 /// Extends `self` with `path`.
168 ///

Callers 3

parentMethod · 0.80
fmtMethod · 0.80
as_refMethod · 0.80

Calls 3

cloneMethod · 0.80
trim_leftMethod · 0.80
trim_rightMethod · 0.80

Tested by

no test coverage detected