MCPcopy Index your code
hub / github.com/python-websockets/websockets / main.js

File main.js

example/tutorial/step2/main.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { createBoard, playMove } from "./connect4.js";
2
3function initGame(websocket) {
4 websocket.addEventListener("open", () => {

Callers

nothing calls this directly

Calls 4

createBoardFunction · 0.90
initGameFunction · 0.70
receiveMovesFunction · 0.70
sendMovesFunction · 0.70

Tested by

no test coverage detected