| 493 | } |
| 494 | |
| 495 | bool ImportInfoModern::has_param(const String &p_key) const { |
| 496 | return cf->has_section_key("params", p_key); |
| 497 | } |
| 498 | |
| 499 | Variant ImportInfoModern::get_iinfo_val(const String &p_section, const String &p_prop) const { |
| 500 | if (!cf->has_section_key(p_section, p_prop)) { |
no test coverage detected