Generate JSON string of this object
| 117 | |
| 118 | // Generate JSON string of this object |
| 119 | std::string Shift::Json() const { |
| 120 | |
| 121 | // Return formatted string |
| 122 | return JsonValue().toStyledString(); |
| 123 | } |
| 124 | |
| 125 | // Generate Json::Value for this object |
| 126 | Json::Value Shift::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected