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

Method StdInHandler

src/ugrep.cpp:2299–2302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2297 struct StdInHandler : public reflex::Input::Handler {
2298
2299 StdInHandler(Grep& grep)
2300 :
2301 grep(grep)
2302 { }
2303
2304 Grep& grep;
2305

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected