MCPcopy Create free account
hub / github.com/caesarHQ/textSQL / handleSearchChange

Function handleSearchChange

client/censusGPT/src/App.js:152–156  ·  view source on GitHub ↗
(event)

Source from the content-addressed store, hash-verified

150 }
151
152 const handleSearchChange = (event) => {
153 const { value } = event.target
154 setQuery(value)
155 setTitle('')
156 }
157
158 const handleClearSearch = () => {
159 setQuery('')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected