MCPcopy Create free account
hub / github.com/ImGoodBai/MapGoGoGo / ChallengeMap

Function ChallengeMap

frontend/src/maps.tsx:205–210  ·  view source on GitHub ↗
(props: MapProps)

Source from the content-addressed store, hash-verified

203}
204
205export function ChallengeMap(props: MapProps) {
206 if (props.config?.has_amap) {
207 return <AmapView {...props} />;
208 }
209 return <MockMap {...props} />;
210}
211
212function AmapView({
213 config,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected