| 112 | } |
| 113 | |
| 114 | bool MuseAthena::parse_bool_option (const std::string &value, bool &parsed) |
| 115 | { |
| 116 | return MuseOptions::parse_bool_option (value, parsed); |
| 117 | } |
| 118 | |
| 119 | int MuseAthena::parse_muse_options () |
| 120 | { |
nothing calls this directly
no test coverage detected