Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TimMcCool/scratchattach
/ _decrypt_list
Function
_decrypt_list
tests/src/util/keyhandler.py:46–50 ·
view source on GitHub ↗
(data: list)
Source
from the content-addressed store, hash-verified
44
45
46
def
_decrypt_list(data: list) -> list:
47
ret = []
48
for
v in data:
49
ret.append(_decrypt_val(v))
50
return
ret
51
52
53
def
_decrypt_dict(data: dict) -> dict:
Callers
1
_decrypt_val
Function · 0.85
Calls
1
_decrypt_val
Function · 0.85
Tested by
no test coverage detected