Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ goPrev
Function
goPrev
web/components/file-viewer/SearchBar.tsx:150–152 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
148
};
149
150
const goPrev = () => {
151
setCurrentMatch((c) => (c <= 1 ? totalMatches : c - 1));
152
};
153
154
const handleKeyDown = (e: React.KeyboardEvent) => {
155
if (e.key ===
"Enter"
) {
Callers
1
handleKeyDown
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected