Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/visgl/deck.gl
/ finalize
Method
finalize
modules/core/src/scripting/map-wrapper.ts:36–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
private height: number = 0;
35
36
finalize() {
37
this.map?.remove();
38
this.map = null;
39
}
40
41
setProps(props: Partial<MapProps>) {
42
const
oldProps = this.props;
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected