MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / __decode

Function __decode

server/projects/file/utils/cdcrypto.py:24–27  ·  view source on GitHub ↗
(content)

Source from the content-addressed store, hash-verified

22
23
24def __decode(content):
25 if type(content) == bytes:
26 content = content.decode("utf-8")
27 return content
28
29
30def decrypt(cipher_password, key):

Callers 1

decryptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected