(ecModel: GlobalModel)
| 81 | * - See `getCachePerECPrepare` for details. |
| 82 | */ |
| 83 | export function getCachePerECFullUpdate(ecModel: GlobalModel): GlobalModelCachePerECFullUpdate { |
| 84 | return ecModelCacheInner(ecModel).fullUpdate; |
| 85 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…