Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/codeaashu/DevDisplay
/ handleSearchButtonClick
Function
handleSearchButtonClick
src/components/Search/Search.jsx:43–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
41
};
42
43
const handleSearchButtonClick = () => {
44
handleSearch();
45
};
46
47
const handleDeleteButtonClick = () => {
48
if (searchValue) {
Callers
nothing calls this directly
Calls
1
handleSearch
Function · 0.70
Tested by
no test coverage detected