MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / get_metadata_prop

Method get_metadata_prop

utility/import_info.cpp:473–475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

rewrite_metadataMethod · 0.45
is_equal_toMethod · 0.45

Calls 1

get_valueMethod · 0.45

Tested by

no test coverage detected