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

Method c_utf8_seq

regex/src/compile.rs:882–888  ·  view source on GitHub ↗
(&mut self, seq: &Utf8Sequence)

Source from the content-addressed store, hash-verified

880 }
881
882 fn c_utf8_seq(&mut self, seq: &Utf8Sequence) -> Result {
883 if self.c.compiled.is_reverse {
884 self.c_utf8_seq_(seq)
885 } else {
886 self.c_utf8_seq_(seq.into_iter().rev())
887 }
888 }
889
890 fn c_utf8_seq_<'r, I>(&mut self, seq: I) -> Result
891 where I: IntoIterator<Item=&'r Utf8Range> {

Callers 1

compileMethod · 0.80

Calls 2

c_utf8_seq_Method · 0.80
into_iterMethod · 0.45

Tested by

no test coverage detected