MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / query_enterprise

Function query_enterprise

keepercommander/enterprise.py:24–27  ·  view source on GitHub ↗
(params, tree_key=None)

Source from the content-addressed store, hash-verified

22
23
24def query_enterprise(params, tree_key=None): # type: (KeeperParams, Optional[bytes]) -> None
25 if not params.enterprise_loader:
26 params.enterprise_loader = _EnterpriseLoader(tree_key)
27 params.enterprise_loader.load(params)
28
29
30def _to_key_type(key_type): # type: (proto.EncryptedKeyType) -> str

Callers

nothing calls this directly

Calls 2

_EnterpriseLoaderClass · 0.85
loadMethod · 0.45

Tested by

no test coverage detected