()
| 13 | const formatDate = `${checkData.getFullYear()}-${checkData.getMonth()}-${checkData.getDate()}`; |
| 14 | |
| 15 | function handleEdit() { |
| 16 | navigation.navigate("HabitPage", { |
| 17 | create: false, |
| 18 | habit, |
| 19 | }); |
| 20 | } |
| 21 | |
| 22 | function handleCheck() { |
| 23 | if (habitCheck === 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected