(file: GoalQueueFile)
| 199 | } |
| 200 | |
| 201 | function toSnapshot(file: GoalQueueFile): GoalQueueSnapshot { |
| 202 | return { goals: file.goals }; |
| 203 | } |
| 204 | |
| 205 | function normalizeObjective(value: string): string { |
| 206 | const objective = value.trim(); |
no outgoing calls
no test coverage detected