MCPcopy
hub / github.com/visgl/react-google-maps / push

Method push

src/components/map/use-map-instance.ts:39–43  ·  view source on GitHub ↗
(key: string, value: google.maps.Map)

Source from the content-addressed store, hash-verified

37 }
38
39 static push(key: string, value: google.maps.Map) {
40 if (!this.entries[key]) this.entries[key] = [];
41
42 this.entries[key].push(value);
43 }
44}
45
46/**

Callers 15

assembleMarkerParamsFunction · 0.80
getPathsArrayFunction · 0.80
subscribeToInnerPathFunction · 0.80
usePolygonFunction · 0.80
MapControlFunction · 0.80
useMapInstanceFunction · 0.80
popover.test.tsxFile · 0.80
useMap3DCameraEventsFunction · 0.80
addUpdateListenerFunction · 0.80
useDrawingManagerEventsFunction · 0.80
useOverlaySelectionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected