Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/Tencent/CodeAnalysis
/ __decode
Function
__decode
server/projects/analysis/util/cdcrypto.py:26–29 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
24
25
26
def
__decode(content):
27
if
type(content) == bytes:
28
content = content.decode(
"utf-8"
)
29
return
content
30
31
32
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