Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ get_load_payload_feature_map
Function
get_load_payload_feature_map
gui/config_manager.py:67–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
65
66
67
def
get_load_payload_feature_map():
68
manifest = load_plugins_manifest()
69
return
{m[
'id'
]: m[
'feature'
]
for
m in manifest.get(
'load_payload_modes'
, [])}
70
71
72
def
get_default_value(key):
Callers
1
_build_features_list
Method · 0.85
Calls
1
load_plugins_manifest
Function · 0.85
Tested by
no test coverage detected