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

Method c_char

regex/src/compile.rs:398–400  ·  view source on GitHub ↗
(&mut self, c: char)

Source from the content-addressed store, hash-verified

396 }
397
398 fn c_char(&mut self, c: char) -> Result {
399 self.c_class(&[hir::ClassUnicodeRange::new(c, c)])
400 }
401
402 fn c_class(&mut self, ranges: &[hir::ClassUnicodeRange]) -> Result {
403 assert!(!ranges.is_empty());

Callers 1

cMethod · 0.80

Calls 1

c_classMethod · 0.80

Tested by

no test coverage detected