Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
def
__decode(content):
25
if
type(content) == bytes:
26
content = content.decode(
"utf-8"
)
27
return
content
28
29
30
def
decrypt(cipher_password, key):
Callers
1
decrypt
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected