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

Function get_alloc_mem_feature_map

gui/config_manager.py:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50
51
52def get_alloc_mem_feature_map():
53 manifest = load_plugins_manifest()
54 return {m['id']: m['feature'] for m in manifest.get('alloc_mem_modes', [])}
55
56
57def get_encodings():

Callers 1

_build_features_listMethod · 0.85

Calls 1

load_plugins_manifestFunction · 0.85

Tested by

no test coverage detected