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

Method is_relative

euralios_std/src/path.rs:355–357  ·  view source on GitHub ↗

Returns true if the Path is relative, i.e., not absolute.

(&self)

Source from the content-addressed store, hash-verified

353
354 /// Returns true if the Path is relative, i.e., not absolute.
355 pub fn is_relative(&self) -> bool {
356 !self.is_absolute()
357 }
358
359 /// Produces an iterator over the [`Component`]s of the path.
360 ///

Callers 3

_openMethod · 0.80
createMethod · 0.80
openMethod · 0.80

Calls 1

is_absoluteMethod · 0.80

Tested by

no test coverage detected