Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ get_run_mode_map
Function
get_run_mode_map
gui/config_manager.py:47–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
45
46
47
def
get_run_mode_map():
48
manifest = load_plugins_manifest()
49
return
{r[
'id'
]: r[
'feature'
]
for
r in manifest[
'run_modes'
]}
50
51
52
def
get_alloc_mem_feature_map():
Callers
1
_build_features_list
Method · 0.85
Calls
1
load_plugins_manifest
Function · 0.85
Tested by
no test coverage detected