MCPcopy Create free account
hub / github.com/cartesiancs/map3d / handleRemove

Function handleRemove

src/ui/App.tsx:117–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 };
116
117 const handleRemove = () => {
118 setAreaData([]);
119 setIsNextButtonDisabled(true);
120 setBuildings([]);
121 setHasFetchedBuildings(false);
122 };
123
124 const requestBuildings = async () => {
125 setIsFetchingBuildings(true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected