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

Method get_param

utility/import_info.cpp:482–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482Variant ImportInfoModern::get_param(const String &p_key) const {
483 if (!cf->has_section_key("params", p_key)) {
484 return Variant();
485 }
486 return cf->get_value("params", p_key);
487}
488
489void ImportInfoModern::set_param(const String &p_key, const Variant &p_val) {
490 // erase the dummy value if it exists, it's no longer needed

Callers 1

_update_import_paramsMethod · 0.45

Calls 3

has_section_keyMethod · 0.80
get_optionMethod · 0.80
get_valueMethod · 0.45

Tested by

no test coverage detected