| 471 | } |
| 472 | |
| 473 | Dictionary ImportInfoModern::get_metadata_prop() const { |
| 474 | return cf->get_value("remap", "metadata", Dictionary()); |
| 475 | } |
| 476 | |
| 477 | void ImportInfoModern::set_metadata_prop(Dictionary r_dict) { |
| 478 | cf->set_value("remap", "metadata", Dictionary()); |
no test coverage detected