Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
_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_val
Function · 0.85
get_auth
Function · 0.85
Calls
1
_decrypt_val
Function · 0.85
Tested by
no test coverage detected