Generate JSON string of this object
| 147 | |
| 148 | // Generate JSON string of this object |
| 149 | std::string DummyReader::Json() const { |
| 150 | |
| 151 | // Return formatted string |
| 152 | return JsonValue().toStyledString(); |
| 153 | } |
| 154 | |
| 155 | // Generate Json::Value for this object |
| 156 | Json::Value DummyReader::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected