Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/echarts
/ remove
Method
remove
src/component/helper/BrushController.ts:429–433 ·
view source on GitHub ↗
(oldIndex: number)
Source
from the content-addressed store, hash-verified
427
}
428
429
function
remove(oldIndex: number) {
430
if
(oldCovers[oldIndex] !== creatingCover) {
431
controller.group.remove(oldCovers[oldIndex]);
432
}
433
}
434
}
435
436
unmount() {
Callers
nothing calls this directly
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected