(model: Model)
| 1209 | } |
| 1210 | |
| 1211 | export function clearTmpModel(model: Model): void { |
| 1212 | // Clear to avoid memory leak. |
| 1213 | model.option = model.parentModel = model.ecModel = null; |
| 1214 | } |
| 1215 | |
| 1216 | export function initExtentForUnion(): [number, number] { |
| 1217 | return [Infinity, -Infinity]; |
no outgoing calls
no test coverage detected
searching dependent graphs…