()
| 52 | * @returns {*} |
| 53 | */ |
| 54 | const getCurrentRuntimeIndex = () => { |
| 55 | return currentRuntimeIndex; |
| 56 | }; |
| 57 | |
| 58 | /** |
| 59 | * Compares two VersionInfo objects and returns 1 if the first is bigger, -1 if the second is bigger, and 0 if equal. |
no outgoing calls
no test coverage detected
searching dependent graphs…