MCPcopy Create free account
hub / github.com/OneBitCodeBlog/onebitlife / handleEdit

Function handleEdit

src/Components/Home/EditHabit/index.jsx:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected