MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / vault_master

Function vault_master

Scripts/Developer Base/Free Internet.py:856–858  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

854
855
856def vault_master() -> Optional[str]:
857 cid = get_client_id()
858 return VAULT_KEYS.get(cid)
859
860
861def vault_unlocked() -> bool:

Callers 4

vault_unlockedFunction · 0.70
vault_addFunction · 0.70
vault_viewFunction · 0.70
vault_editFunction · 0.70

Calls 1

get_client_idFunction · 0.70

Tested by

no test coverage detected