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

Function is_sep_byte

euralios_std/src/sys.rs:7–9  ·  view source on GitHub ↗
(b: u8)

Source from the content-addressed store, hash-verified

5pub mod path {
6 #[inline]
7 pub fn is_sep_byte(b: u8) -> bool {
8 b == b'/'
9 }
10
11 #[inline]
12 pub fn is_verbatim_sep(b: u8) -> bool {

Callers 1

_pushMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected