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

Function ismatch_plus

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

Source from the content-addressed store, hash-verified

180}
181
182fn ismatch_plus(lazy: bool, mc: MetaCharacter, re: &[char], text: &[char], end: &mut usize) -> bool
183{
184 ismatch_char(lazy, mc, re, text, 1.., end)
185}
186
187fn ismatch_qst(lazy: bool, mc: MetaCharacter, re: &[char], text: &[char], end: &mut usize) -> bool
188{

Callers 1

ismatch_hereFunction · 0.85

Calls 1

ismatch_charFunction · 0.85

Tested by

no test coverage detected