MCPcopy 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

1import { createBoard, playMove } from "./connect4.js";
2
3function showMessage(message) {
4 window.setTimeout(() => window.alert(message), 50);

Callers

nothing calls this directly

Calls 3

createBoardFunction · 0.90
receiveMovesFunction · 0.70
sendMovesFunction · 0.70

Tested by

no test coverage detected