(event)
| 150 | } |
| 151 | |
| 152 | const handleSearchChange = (event) => { |
| 153 | const { value } = event.target |
| 154 | setQuery(value) |
| 155 | setTitle('') |
| 156 | } |
| 157 | |
| 158 | const handleClearSearch = () => { |
| 159 | setQuery('') |
nothing calls this directly
no outgoing calls
no test coverage detected