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

Function hideModalWarning

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

Source from the content-addressed store, hash-verified

181}
182
183function hideModalWarning() {
184 document.getElementById("modal-warning").classList.remove("show");
185}
186
187function getVisibleCheckedCheckboxes() {
188 // Get all checked checkboxes and filter out those in hidden rows

Calls

no outgoing calls

Tested by

no test coverage detected