MCPcopy Create free account
hub / github.com/TimMcCool/scratchattach / _decrypt_dict

Function _decrypt_dict

tests/src/util/keyhandler.py:53–58  ·  view source on GitHub ↗
(data: dict)

Source from the content-addressed store, hash-verified

51
52
53def _decrypt_dict(data: dict) -> dict:
54 ret = {}
55 for k, v in data.items():
56 ret[k] = _decrypt_val(v)
57
58 return ret
59
60
61__fp__ = Path(__file__).parent

Callers 2

_decrypt_valFunction · 0.85
get_authFunction · 0.85

Calls 1

_decrypt_valFunction · 0.85

Tested by

no test coverage detected