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

Function navigateDown

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

Source from the content-addressed store, hash-verified

736}
737
738function navigateDown() {
739 if (currentSelectedIndex < allNavigableRows.length - 1) {
740 setSelectedRow(currentSelectedIndex + 1);
741 }
742}
743
744function activateSelectedRow() {
745 if (

Callers 1

handleKeyboardNavigationFunction · 0.85

Calls 1

setSelectedRowFunction · 0.85

Tested by

no test coverage detected