MCPcopy Index your code
hub / github.com/apache/echarts / clearTmpModel

Function clearTmpModel

src/util/model.ts:1211–1214  ·  view source on GitHub ↗
(model: Model)

Source from the content-addressed store, hash-verified

1209}
1210
1211export function clearTmpModel(model: Model): void {
1212 // Clear to avoid memory leak.
1213 model.option = model.parentModel = model.ecModel = null;
1214}
1215
1216export function initExtentForUnion(): [number, number] {
1217 return [Infinity, -Infinity];

Callers 1

createMatrixCellFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…