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

Function get_encryption_map

gui/config_manager.py:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30
31
32def get_encryption_map():
33 manifest = load_plugins_manifest()
34 return {e['id']: e.get('encrypt_arg', e['id']) for e in manifest['encryption']}
35
36
37def get_vm_checks_map():

Callers 1

_encrypt_payloadMethod · 0.85

Calls 1

load_plugins_manifestFunction · 0.85

Tested by

no test coverage detected