Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
def
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
37
def
get_vm_checks_map():
Callers
1
_encrypt_payload
Method · 0.85
Calls
1
load_plugins_manifest
Function · 0.85
Tested by
no test coverage detected