MCPcopy 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
18def __encode(content):
19 if type(content) == str:
20 content = content.encode("utf-8")
21 return content
22
23
24def __decode(content):

Callers 1

decryptFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected