| 99 | return root; |
| 100 | } |
| 101 | void SetJson(const std::string value) override { (void) value; } |
| 102 | void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); } |
| 103 | }; |
| 104 |
nothing calls this directly
no outgoing calls
no test coverage detected