Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
738
function
navigateDown() {
739
if
(currentSelectedIndex < allNavigableRows.length - 1) {
740
setSelectedRow(currentSelectedIndex + 1);
741
}
742
}
743
744
function
activateSelectedRow() {
745
if
(
Callers
1
handleKeyboardNavigation
Function · 0.85
Calls
1
setSelectedRow
Function · 0.85
Tested by
no test coverage detected