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

Method new

euralios_std/src/path.rs:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112 #[must_use]
113 #[inline]
114 pub fn new() -> PathBuf {
115 PathBuf { inner: OsString::new() }
116 }
117
118 /// Creates a new `PathBuf` with a given capacity used to create the
119 /// internal [`OsString`]. See [`with_capacity`] defined on [`OsString`].

Callers

nothing calls this directly

Calls 1

as_refMethod · 0.45

Tested by

no test coverage detected