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

Function handleDone

src/ui/App.tsx:108–115  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

106 };
107
108 const handleDone = (data) => {
109 setAreaData(data);
110 setCenter(data);
111 console.log(data, "AAEE");
112 setIsNextButtonDisabled(false);
113 setBuildings([]);
114 setHasFetchedBuildings(false);
115 };
116
117 const handleRemove = () => {
118 setAreaData([]);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected