Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echQoQ/RustSL
/ get_vm_checks_map
Function
get_vm_checks_map
gui/config_manager.py:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
36
37
def
get_vm_checks_map():
38
manifest = load_plugins_manifest()
39
return
{v[
'id'
]: v[
'feature'
]
for
v in manifest[
'vm_checks'
]}
40
41
42
def
get_encryption_feature_map():
Callers
1
_build_features_list
Method · 0.85
Calls
1
load_plugins_manifest
Function · 0.85
Tested by
no test coverage detected