MCPcopy Create free account
hub / github.com/facebook/Rapid / redraw

Method redraw

modules/core/Map3dSystem.js:299–303  ·  view source on GitHub ↗

* redraw * Redraw the 3d map

()

Source from the content-addressed store, hash-verified

297 * Redraw the 3d map
298 */
299 redraw() {
300 if (!this.visible) return;
301 this.updateViewport();
302 this.updateData();
303 }
304
305
306 /**

Callers 1

startAsyncMethod · 0.95

Calls 2

updateViewportMethod · 0.95
updateDataMethod · 0.95

Tested by

no test coverage detected