| 199 | return root; |
| 200 | } |
| 201 | void SetJson(const std::string value) override { (void) value; } |
| 202 | void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); } |
| 203 | }; |
| 204 |
nothing calls this directly
no outgoing calls
no test coverage detected