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

Function handleGameOver

src/Pages/Home/index.jsx:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 navigation.navigate("AppExplanation");
30 }
31 function handleGameOver() {
32 navigation.navigate("Start");
33 db.transaction((tx) => {
34 tx.executeSql("DROP TABLE habits;");
35 tx.executeSql("DROP TABLE change_navigation;");
36 });
37 }
38
39 const excludeArea = route.params?.excludeArea;
40

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected