MCPcopy Create free account
hub / github.com/Genivia/ugrep / advance_none

Method advance_none

lib/matcher.cpp:868–871  ·  view source on GitHub ↗

Default method is none (unset)

Source from the content-addressed store, hash-verified

866
867/// Default method is none (unset)
868bool Matcher::advance_none(size_t)
869{
870 return false;
871}
872
873/// My homegrown "needle search" method when needle pin=1 and min=0 or 1 therefore lcp=0
874bool Matcher::advance_pattern_pin1_one(size_t loc)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected