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

Function navigateUp

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

Source from the content-addressed store, hash-verified

730}
731
732function navigateUp() {
733 if (currentSelectedIndex > 0) {
734 setSelectedRow(currentSelectedIndex - 1);
735 }
736}
737
738function navigateDown() {
739 if (currentSelectedIndex < allNavigableRows.length - 1) {

Callers 1

handleKeyboardNavigationFunction · 0.85

Calls 1

setSelectedRowFunction · 0.85

Tested by

no test coverage detected