Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/bqplot/bqplot
/ handle_destroy
Method
handle_destroy
js/src/MarkModel.ts:93–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
91
}
92
93
handle_destroy() {
94
this.unregister_all_scales(this.getScales());
95
}
96
97
get_key_for_dimension(dimension) {
98
const
scales_metadata = this.get(
'scales_metadata'
);
Callers
nothing calls this directly
Calls
2
unregister_all_scales
Method · 0.95
getScales
Method · 0.95
Tested by
no test coverage detected