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

Method next_after_empty

regex/src/exec.rs:373–375  ·  view source on GitHub ↗
(&self, text: &str, i: usize)

Source from the content-addressed store, hash-verified

371 fn slots_len(&self) -> usize { self.0.slots_len() }
372
373 fn next_after_empty(&self, text: &str, i: usize) -> usize {
374 next_utf8(text.as_bytes(), i)
375 }
376
377 #[inline(always)] // reduces constant overhead
378 fn shortest_match_at(&self, text: &str, start: usize) -> Option<usize> {

Callers 1

nextMethod · 0.45

Calls 2

next_utf8Function · 0.85
as_bytesMethod · 0.45

Tested by

no test coverage detected