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

Function ismatch_star

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

Source from the content-addressed store, hash-verified

175}
176
177fn ismatch_star(lazy: bool, mc: MetaCharacter, re: &[char], text: &[char], end: &mut usize) -> bool
178{
179 ismatch_char(lazy, mc, re, text, .., end)
180}
181
182fn ismatch_plus(lazy: bool, mc: MetaCharacter, re: &[char], text: &[char], end: &mut usize) -> bool
183{

Callers 1

ismatch_hereFunction · 0.85

Calls 1

ismatch_charFunction · 0.85

Tested by

no test coverage detected