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

Function openGamePickerInNewTab

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

Source from the content-addressed store, hash-verified

8}
9
10function openGamePickerInNewTab() {
11 const isStatic = document.body.hasAttribute("data-static-mode");
12 const url = isStatic ? "/picker.html" : "/picker";
13 window.open(url, "_blank");
14}
15
16// Game navigation
17function navigateToGame(gameName) {

Callers 2

handlePickerClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected