| 587 | // --------------------------------------------------------------------------- |
| 588 | |
| 589 | interface ActivationRow { |
| 590 | day: string; |
| 591 | installs: number; |
| 592 | activated: number; |
| 593 | } |
| 594 | |
| 595 | /** |
| 596 | * Of the machines whose FIRST day falls in the range, how many ran an index |
nothing calls this directly
no outgoing calls
no test coverage detected