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

Method c_byte

regex/src/compile.rs:421–423  ·  view source on GitHub ↗
(&mut self, b: u8)

Source from the content-addressed store, hash-verified

419 }
420
421 fn c_byte(&mut self, b: u8) -> Result {
422 self.c_class_bytes(&[hir::ClassBytesRange::new(b, b)])
423 }
424
425 fn c_class_bytes(&mut self, ranges: &[hir::ClassBytesRange]) -> Result {
426 debug_assert!(!ranges.is_empty());

Callers 1

cMethod · 0.80

Calls 1

c_class_bytesMethod · 0.80

Tested by

no test coverage detected