| 143 | } |
| 144 | |
| 145 | std::vector<std::string> program::get_parameter_names() const |
| 146 | { |
| 147 | const auto* mm = this->get_main_module(); |
| 148 | return mm->get_parameter_names(); |
| 149 | } |
| 150 | |
| 151 | instruction_ref program::get_parameter(std::string name) const |
| 152 | { |
nothing calls this directly
no test coverage detected