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

File main.js

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

Source from the content-addressed store, hash-verified

1import { createBoard, playMove } from "./connect4.js";
2
3function getWebSocketServer() {
4 if (window.location.host === "python-websockets.github.io") {

Callers

nothing calls this directly

Calls 5

createBoardFunction · 0.90
getWebSocketServerFunction · 0.85
initGameFunction · 0.70
receiveMovesFunction · 0.70
sendMovesFunction · 0.70

Tested by

no test coverage detected