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

Method is_sep_byte

euralios_std/src/path.rs:718–720  ·  view source on GitHub ↗
(&self, b: u8)

Source from the content-addressed store, hash-verified

716
717 #[inline]
718 fn is_sep_byte(&self, b: u8) -> bool {
719 b == b'/'
720 }
721
722 /// Extracts a slice corresponding to the portion of the path remaining for iteration.
723 ///

Callers 3

include_cur_dirMethod · 0.80
parse_next_componentMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected