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

Method FormatInvertMatchGrepHandler

src/ugrep.cpp:2527–2530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2525 struct FormatInvertMatchGrepHandler : public GrepHandler {
2526
2527 FormatInvertMatchGrepHandler(Grep& grep, const char *& pathname)
2528 :
2529 GrepHandler(grep, pathname)
2530 { }
2531
2532 // functor invoked by the reflex::AbstractMatcher when the buffer contents are shifted out, also called explicitly in grep::search
2533 virtual void operator()(reflex::AbstractMatcher& matcher, const char *buf, size_t len, size_t num) override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected