MCPcopy Create free account
hub / github.com/Thanas-R/Virdis / WeatherViewProps

Interface WeatherViewProps

src/components/WeatherView.tsx:121–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119 return { lat, lng };
120}
121
122interface WeatherViewProps {
123 activeField: Field | null;
124 selectedFields: Field[];
125 allFields?: Field[];
126}
127
128const GEE_ANALYTICS_CACHE_KEY = "gee-analytics-cache";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected