MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / ismatch_qst

Function ismatch_qst

src/rgx.rs:187–190  ·  view source on GitHub ↗
(lazy: bool, mc: MetaCharacter, re: &[char], text: &[char], end: &mut usize)

Source from the content-addressed store, hash-verified

185}
186
187fn ismatch_qst(lazy: bool, mc: MetaCharacter, re: &[char], text: &[char], end: &mut usize) -> bool
188{
189 ismatch_char(lazy, mc, re, text, ..2, end)
190}
191
192fn ismatch_char<T: RangeBounds<usize>>(lazy: bool, mc: MetaCharacter, re: &[char], text: &[char], range: T, end: &mut usize) -> bool
193{

Callers 1

ismatch_hereFunction · 0.85

Calls 1

ismatch_charFunction · 0.85

Tested by

no test coverage detected