()
| 194 | } |
| 195 | |
| 196 | export function enableStopButton() { |
| 197 | document.getElementById('stop-training').removeAttribute('disabled'); |
| 198 | } |
| 199 | |
| 200 | export function disableStopButton() { |
| 201 | document.getElementById('stop-training').setAttribute('disabled', true); |
nothing calls this directly
no outgoing calls
no test coverage detected