Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
def
get_default_value(key):
73
manifest = load_plugins_manifest()
74
return
manifest[
'defaults'
].get(key)
Callers
7
_create_encryption_group
Method · 0.85
_collect_params
Method · 0.85
create_encryption_combobox
Function · 0.85
create_mem_mode_combobox
Function · 0.85
create_load_payload_combobox
Function · 0.85
create_run_mode_combobox
Function · 0.85
_build_features_list
Method · 0.85
Calls
1
load_plugins_manifest
Function · 0.85
Tested by
no test coverage detected