MCPcopy
hub / github.com/visgl/deck.gl / _removeOverlay

Method _removeOverlay

test/modules/google-maps/mock-maps-api.ts:183–186  ·  view source on GitHub ↗
(overlay)

Source from the content-addressed store, hash-verified

181 }
182
183 _removeOverlay(overlay) {
184 this._overlays.delete(overlay);
185 overlay.onRemove();
186 }
187}
188
189export class OverlayView {

Callers 2

setMapMethod · 0.80
setMapMethod · 0.80

Calls 2

deleteMethod · 0.65
onRemoveMethod · 0.65

Tested by

no test coverage detected