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

Function openGamePicker

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

Source from the content-addressed store, hash-verified

2
3// Game picker
4function openGamePicker() {
5 const isStatic = document.body.hasAttribute("data-static-mode");
6 const url = isStatic ? "/picker.html" : "/picker";
7 window.location.href = url;
8}
9
10function openGamePickerInNewTab() {
11 const isStatic = document.body.hasAttribute("data-static-mode");

Callers 2

handlePickerClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected