| 159 | return ""; |
| 160 | }; |
| 161 | virtual void SetJson(int64_t requested_frame, const std::string value) { |
| 162 | return; |
| 163 | }; |
| 164 | |
| 165 | /// Generate JSON object of meta data / info |
| 166 | Json::Value JsonInfo() const; |
nothing calls this directly
no outgoing calls
no test coverage detected