| 156 | virtual void SetJsonValue(const Json::Value root); ///< Load Json::Value into this object |
| 157 | |
| 158 | virtual std::string Json(int64_t requested_frame) const{ |
| 159 | return ""; |
| 160 | }; |
| 161 | virtual void SetJson(int64_t requested_frame, const std::string value) { |
| 162 | return; |
| 163 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected