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

Method lcp

regex/src/literal/mod.rs:157–159  ·  view source on GitHub ↗

Returns a matcher for the longest common prefix of this matcher.

(&self)

Source from the content-addressed store, hash-verified

155
156 /// Returns a matcher for the longest common prefix of this matcher.
157 pub fn lcp(&self) -> &FreqyPacked {
158 &self.lcp
159 }
160
161 /// Returns a matcher for the longest common suffix of this matcher.
162 pub fn lcs(&self) -> &FreqyPacked {

Callers 1

should_suffix_scanMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected