| 1638 | |
| 1639 | public: |
| 1640 | StringInputStreamReader(const std::string &content) : s(content), pos(0) { |
| 1641 | // No operations. |
| 1642 | } |
| 1643 | |
| 1644 | void setTestCase(int) { |
| 1645 | __testlib_fail("setTestCase not implemented in StringInputStreamReader"); |
nothing calls this directly
no outgoing calls
no test coverage detected