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

Function applyOverlayOptions

frontend/src/maps.tsx:151–155  ·  view source on GitHub ↗
(overlay: any, options: Record<string, unknown>)

Source from the content-addressed store, hash-verified

149}
150
151function applyOverlayOptions(overlay: any, options: Record<string, unknown>) {
152 if (overlay?.setOptions) {
153 overlay.setOptions(options);
154 }
155}
156
157function addChangedCells(previous: Set<string>, next: Set<string>, changed: Set<string>) {
158 for (const cellId of previous) {

Callers 1

AmapViewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected