Default method is none (unset)
| 866 | |
| 867 | /// Default method is none (unset) |
| 868 | bool 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 |
| 874 | bool Matcher::advance_pattern_pin1_one(size_t loc) |
nothing calls this directly
no outgoing calls
no test coverage detected