Generate JSON string of this object
| 415 | |
| 416 | // Generate JSON string of this object |
| 417 | std::string CacheDisk::Json() { |
| 418 | |
| 419 | // Return formatted string |
| 420 | return JsonValue().toStyledString(); |
| 421 | } |
| 422 | |
| 423 | // Generate Json::Value for this object |
| 424 | Json::Value CacheDisk::JsonValue() { |
nothing calls this directly
no outgoing calls
no test coverage detected