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

Method finished

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

Source from the content-addressed store, hash-verified

711 // is the iteration complete?
712 #[inline]
713 fn finished(&self) -> bool {
714 self.front == State::Done || self.back == State::Done || self.front > self.back
715 }
716
717 #[inline]
718 fn is_sep_byte(&self, b: u8) -> bool {

Callers 2

nextMethod · 0.80
next_backMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected