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

Function updateNavigableRows

codeclash/viewer/static/js/picker.js:649–654  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

647}
648
649function updateNavigableRows() {
650 // Get all visible rows (both games and folders)
651 allNavigableRows = Array.from(document.querySelectorAll(".game-row")).filter(
652 (row) => row.style.display !== "none",
653 );
654}
655
656function setSelectedRow(index) {
657 // Remove previous selection

Callers 3

handleKeyboardNavigationFunction · 0.85
applyFiltersFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected