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

Method eq

euralios_std/src/path.rs:520–522  ·  view source on GitHub ↗
(&self, other: &Path)

Source from the content-addressed store, hash-verified

518impl cmp::PartialEq for Path {
519 #[inline]
520 fn eq(&self, other: &Path) -> bool {
521 self.components() == other.components()
522 }
523}
524
525impl AsRef<Path> for str {

Callers

nothing calls this directly

Calls 3

componentsMethod · 0.80
cloneMethod · 0.80
lenMethod · 0.45

Tested by

no test coverage detected