* Returns the id of the runtime. * @param {string} runtime runtime * @returns {RuntimeId} the id of the runtime
(runtime)
| 1546 | * @returns {RuntimeId} the id of the runtime |
| 1547 | */ |
| 1548 | getRuntimeId(runtime) { |
| 1549 | return /** @type {RuntimeId} */ (this._runtimeIds.get(runtime)); |
| 1550 | } |
| 1551 | |
| 1552 | /** |
| 1553 | * Updates runtime id using the provided runtime. |
no test coverage detected