| 743 | |
| 744 | bool IsOpen() override { return cin.good(); } |
| 745 | bool MayBlock() const final { return may_block; } |
| 746 | bool End() override { return cin.eof(); } |
| 747 | int GetSysSocket() const override { return fileno(stdin); }; |
| 748 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected