Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/CodeAnalysis
/ __encode
Function
__encode
server/projects/file/utils/cdcrypto.py:18–21 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
16
17
18
def
__encode(content):
19
if
type(content) == str:
20
content = content.encode(
"utf-8"
)
21
return
content
22
23
24
def
__decode(content):
Callers
1
decrypt
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected