(key)
| 45 | } |
| 46 | |
| 47 | function getRepairName(key) { |
| 48 | return selfcheckState.repairCatalog?.[key]?.name || key; |
| 49 | } |
| 50 | |
| 51 | function renderRuntime(runtime) { |
| 52 | const statusNode = document.getElementById('runtime-status'); |
no outgoing calls
no test coverage detected