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

Method InvertContextGrepHandler

src/ugrep.cpp:2993–2996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2991 };
2992
2993 InvertContextGrepHandler(Grep& grep, const char *& pathname)
2994 :
2995 AnyLineGrepHandler(grep, pathname)
2996 { }
2997
2998 // output the inverted before context
2999 void output_before_context()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected