( progressTimestamps: ProgressTimestamp[] | null )
| 30 | * @returns The number of points. |
| 31 | */ |
| 32 | export const getPoints = ( |
| 33 | progressTimestamps: ProgressTimestamp[] | null |
| 34 | ): number => { |
| 35 | return progressTimestamps?.length ?? 1; |
| 36 | }; |
no outgoing calls
no test coverage detected