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