Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/CharlesPikachu/Games
/ packSocketData
Function
packSocketData
cpgames/core/games/gobang/modules/misc/utils.py:92–93 ·
view source on GitHub ↗
(data)
Source
from the content-addressed store, hash-verified
90
91
''
'包装待发送数据'
''
92
def
packSocketData(data):
93
return
(json.dumps(data)+
' END'
).encode()
Callers
15
__init__
Method · 0.85
startgame
Method · 0.85
givein
Method · 0.85
regret
Method · 0.85
urge
Method · 0.85
mousePressEvent
Method · 0.85
responseForReceiveData
Method · 0.85
closeEvent
Method · 0.85
startgame
Method · 0.85
givein
Method · 0.85
regret
Method · 0.85
urge
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected