MCPcopy Index your code
hub / github.com/caesarHQ/textSQL / clearMapLayers

Function clearMapLayers

client/censusGPT/src/App.js:144–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 const clearMapLayers = () => {
145 setCities([])
146 setZipcodes([])
147 setZipcodesFormatted([])
148 setPolygons([])
149 setPoints([])
150 }
151
152 const handleSearchChange = (event) => {
153 const { value } = event.target

Callers 2

executeSqlFunction · 0.85
fetchBackendFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected