Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ __decode
Function
__decode
server/projects/main/util/cdcrypto.py:30–33 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
28
29
30
def
__decode(content):
31
if
type(content) == bytes:
32
content = content.decode(
"utf-8"
)
33
return
content
34
35
36
def
encrypt(plain_password, key):
Callers
2
encrypt
Function · 0.70
decrypt
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected