Generate JSON string of this object
| 154 | |
| 155 | // Generate JSON string of this object |
| 156 | std::string Tracker::Json() const { |
| 157 | |
| 158 | // Return formatted string |
| 159 | return JsonValue().toStyledString(); |
| 160 | } |
| 161 | |
| 162 | // Generate Json::Value for this object |
| 163 | Json::Value Tracker::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected