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

Function get_encoding_feature_map

gui/config_manager.py:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60
61
62def get_encoding_feature_map():
63 manifest = load_plugins_manifest()
64 return {e['id']: e['feature'] for e in manifest.get('encodings', [])}
65
66
67def get_load_payload_feature_map():

Callers 1

_build_features_listMethod · 0.85

Calls 1

load_plugins_manifestFunction · 0.85

Tested by

no test coverage detected