MCPcopy Create free account
hub / github.com/davidblewett/rure-python / is_start_byte

Function is_start_byte

regex/src/utf8.rs:144–146  ·  view source on GitHub ↗
(b: u8)

Source from the content-addressed store, hash-verified

142}
143
144fn is_start_byte(b: u8) -> bool {
145 b & 0b11_000000 != 0b1_0000000
146}
147
148#[cfg(test)]
149mod tests {

Callers 1

decode_last_utf8Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected