| 549 | } |
| 550 | |
| 551 | void Config::setCopyFluxTo(std::string filename) |
| 552 | { |
| 553 | setFluxSinkImpl( |
| 554 | filename, overrides()->mutable_decoder()->mutable_copy_flux_to()); |
| 555 | } |
| 556 | |
| 557 | void Config::setVerificationFluxSource(std::string filename) |
| 558 | { |
no test coverage detected