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

Function setGameFilter

codeclash/viewer/static/js/picker.js:982–989  ·  view source on GitHub ↗
(gameName)

Source from the content-addressed store, hash-verified

980}
981
982function setGameFilter(gameName) {
983 const gameFilter = document.getElementById("game-filter");
984 if (gameFilter) {
985 gameFilter.value = gameName;
986 saveFilters();
987 applyFilters();
988 }
989}
990
991function toggleModelSelection(event, modelName) {
992 event.stopPropagation();

Callers 1

handleGameNameClickFunction · 0.85

Calls 2

saveFiltersFunction · 0.85
applyFiltersFunction · 0.85

Tested by

no test coverage detected