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

Class ExecNoSyncStr

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

`ExecNoSyncStr` is like `ExecNoSync`, but matches on &str instead of &[u8].

Source from the content-addressed store, hash-verified

58
59/// `ExecNoSyncStr` is like `ExecNoSync`, but matches on &str instead of &[u8].
60pub struct ExecNoSyncStr<'c>(ExecNoSync<'c>);
61
62/// `ExecReadOnly` comprises all read only state for a regex. Namely, all such
63/// state is determined at compile time and never changes during search.

Callers 1

searcher_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected