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

Function navigateToPreviousGame

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

Source from the content-addressed store, hash-verified

25}
26
27function navigateToPreviousGame() {
28 const prevBtn = document.getElementById("prev-game-btn");
29 if (prevBtn && !prevBtn.disabled) {
30 prevBtn.click();
31 }
32}
33
34function navigateToNextGame() {
35 const nextBtn = document.getElementById("next-game-btn");

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected