Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cartesiancs/map3d
/ handleClickExport
Function
handleClickExport
src/ui/App.tsx:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
};
171
172
const handleClickExport = () => {
173
setIsExportModal(true);
174
};
175
176
useEffect(() => {
177
checkFleetLogin();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected