Generate JSON string of this object
| 768 | |
| 769 | // Generate JSON string of this object |
| 770 | std::string FrameMapper::Json() const { |
| 771 | |
| 772 | // Return formatted string |
| 773 | return JsonValue().toStyledString(); |
| 774 | } |
| 775 | |
| 776 | // Generate Json::Value for this object |
| 777 | Json::Value FrameMapper::JsonValue() const { |
nothing calls this directly
no outgoing calls
no test coverage detected