MCPcopy Create free account
hub / github.com/echQoQ/RustSL / get_default_value

Function get_default_value

gui/config_manager.py:72–74  ·  view source on GitHub ↗
(key)

Source from the content-addressed store, hash-verified

70
71
72def get_default_value(key):
73 manifest = load_plugins_manifest()
74 return manifest['defaults'].get(key)

Callers 7

_collect_paramsMethod · 0.85
create_mem_mode_comboboxFunction · 0.85
create_run_mode_comboboxFunction · 0.85
_build_features_listMethod · 0.85

Calls 1

load_plugins_manifestFunction · 0.85

Tested by

no test coverage detected