| 77 | |
| 78 | let toSend = 0; // Progress state to send for ModuleUpdater (0 = downloading, 1 = installing) |
| 79 | class UIProgress { // Generic class to track updating and sent states to splash |
| 80 | constructor(st) { |
| 81 | this.st = st; |
| 82 |
nothing calls this directly
no outgoing calls
no test coverage detected