MCPcopy Create free account
hub / github.com/CodeClash-ai/CodeClash / navigateToNextGame

Function navigateToNextGame

codeclash/viewer/static/js/app.js:34–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34function navigateToNextGame() {
35 const nextBtn = document.getElementById("next-game-btn");
36 if (nextBtn && !nextBtn.disabled) {
37 nextBtn.click();
38 }
39}
40
41// Help modal functionality
42function showHelpModal() {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected