Load Json::Value into this object
| 182 | |
| 183 | // Load Json::Value into this object |
| 184 | void DummyReader::SetJsonValue(const Json::Value root) { |
| 185 | |
| 186 | // Set parent data |
| 187 | ReaderBase::SetJsonValue(root); |
| 188 | |
| 189 | } |
nothing calls this directly
no outgoing calls
no test coverage detected