| 200 | } |
| 201 | void SetJson(const std::string value) override { (void) value; } |
| 202 | void SetJsonValue(const Json::Value root) override { ReaderBase::SetJsonValue(root); } |
| 203 | }; |
| 204 | |
| 205 | static double expected_equal_power_gain(int64_t frame_number, int64_t start_frame, int64_t end_frame, bool fades_in) { |
nothing calls this directly
no outgoing calls
no test coverage detected