(
key: CALC_INFO_KEY
)
| 698 | } |
| 699 | |
| 700 | getCalculationInfo<CALC_INFO_KEY extends keyof DataCalculationInfo<HostModel>>( |
| 701 | key: CALC_INFO_KEY |
| 702 | ): DataCalculationInfo<HostModel>[CALC_INFO_KEY] { |
| 703 | return this._calculationInfo[key]; |
| 704 | } |
| 705 | |
| 706 | /** |
| 707 | * @param key or k-v object |
no outgoing calls
no test coverage detected