Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python-websockets/websockets
/ main.js
File
main.js
example/tutorial/step1/main.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createBoard, playMove } from
"./connect4.js"
;
2
3
function
showMessage(message) {
4
window.setTimeout(() => window.alert(message), 50);
Callers
nothing calls this directly
Calls
3
createBoard
Function · 0.90
receiveMoves
Function · 0.70
sendMoves
Function · 0.70
Tested by
no test coverage detected