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

Method searcher_str

regex/src/exec.rs:1146–1148  ·  view source on GitHub ↗

reduces constant overhead

(&self)

Source from the content-addressed store, hash-verified

1144 /// Get a searcher that isn't Sync and can match on &str.
1145 #[inline(always)] // reduces constant overhead
1146 pub fn searcher_str(&self) -> ExecNoSyncStr {
1147 ExecNoSyncStr(self.searcher())
1148 }
1149
1150 /// Build a Regex from this executor.
1151 pub fn into_regex(self) -> re_unicode::Regex {

Callers 7

find_iterMethod · 0.80
captures_iterMethod · 0.80
shortest_match_atMethod · 0.80
find_atMethod · 0.80
captures_read_atMethod · 0.80
capture_locationsMethod · 0.80
locationsMethod · 0.80

Calls 2

ExecNoSyncStrClass · 0.85
searcherMethod · 0.80

Tested by

no test coverage detected