| 1695 | |
| 1696 | public: |
| 1697 | StringInputStreamReader(const std::string &content) : s(content), pos(0) { |
| 1698 | // No operations. |
| 1699 | } |
| 1700 | |
| 1701 | void setTestCase(int) { |
| 1702 | __testlib_fail("setTestCase not implemented in StringInputStreamReader"); |
nothing calls this directly
no outgoing calls
no test coverage detected