| 119 | Error remove_setting(String p_var); |
| 120 | Error set_setting(String p_var, Variant value); |
| 121 | String get_cfg_path() const { return cfb_path; } |
| 122 | int get_config_version() const { return config_version; } |
| 123 | Variant g_set(const String &p_var, const Variant &p_default, bool p_restart_if_changed = false); |
| 124 | Dictionary get_section(const String &p_var) const; |
no outgoing calls
no test coverage detected