* Returns true, when the runtime exists. * @param {RuntimeSpec} runtime runtime * @returns {boolean} true, when the runtime exists
(runtime)
| 713 | * @returns {boolean} true, when the runtime exists |
| 714 | */ |
| 715 | has(runtime) { |
| 716 | return this._map.has(getRuntimeKey(runtime)); |
| 717 | } |
| 718 | |
| 719 | /** |
| 720 | * Returns iterable iterator. |
nothing calls this directly
no test coverage detected