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

Method haystack

regex/src/pattern.rs:27–29  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

25unsafe impl<'r, 't> Searcher<'t> for RegexSearcher<'r, 't> {
26 #[inline]
27 fn haystack(&self) -> &'t str {
28 self.haystack
29 }
30
31 #[inline]
32 fn next(&mut self) -> SearchStep {

Callers 1

nextMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected