| 92 | } |
| 93 | |
| 94 | std::string Json() const override { return JsonValue().toStyledString(); } |
| 95 | Json::Value JsonValue() const override { |
| 96 | Json::Value root = ReaderBase::JsonValue(); |
| 97 | root["type"] = "TimelineTrackingMaskReader"; |
nothing calls this directly
no outgoing calls
no test coverage detected