| 522 | } |
| 523 | |
| 524 | void Config::setFluxSource(std::string filename) |
| 525 | { |
| 526 | setFluxSourceImpl(filename, overrides()->mutable_flux_source()); |
| 527 | } |
| 528 | |
| 529 | static void setFluxSinkImpl(const std::string& filename, FluxSinkProto* proto) |
| 530 | { |
no test coverage detected