MCPcopy Index your code

hub / github.com/burakorkmez/grocify-expo / functions

Functions35 in github.com/burakorkmez/grocify-expo

↓ 3 callersFunctionhandleSocialAuth
(strategy: "oauth_google" | "oauth_github" | "oauth_apple")
src/hooks/useSocialAuth.ts:9
↓ 1 callersFunctionclearPurchasedItems
()
src/lib/server/db-actions.ts:59
↓ 1 callersFunctioncreateGroceryItem
(input: { name: string; category: string; quantity: number; priority: string; })
src/lib/server/db-actions.ts:11
↓ 1 callersFunctiondeleteGroceryItem
(id: string)
src/lib/server/db-actions.ts:55
↓ 1 callersFunctionlistGroceryItems
()
src/lib/server/db-actions.ts:5
↓ 1 callersFunctionseed
()
scripts/seed-grocery.cjs:25
↓ 1 callersFunctionsetGroceryItemPurchased
(id: string, purchased: boolean)
src/lib/server/db-actions.ts:33
↓ 1 callersFunctionupdateGroceryItemQuantity
(id: string, quantity: number)
src/lib/server/db-actions.ts:44
↓ 1 callersFunctionuseSocialAuth
()
src/hooks/useSocialAuth.ts:5
FunctionAuthRoutesLayout
()
src/app/(auth)/_layout.tsx:4
FunctionClearCompletedButton
()
src/components/insights/ClearCompletedButton.tsx:4
FunctionCompletedItems
()
src/components/list/CompletedItems.tsx:5
FunctionDELETE
(_request: Request, { id }: { id: string })
src/app/api/items/[id]+api.ts:24
FunctionGET
()
src/app/api/items/index+api.ts:3
FunctionInsightsCategorySection
()
src/components/insights/InsightsCategorySection.tsx:12
FunctionInsightsPrioritySection
()
src/components/insights/InsightsPrioritySection.tsx:4
FunctionInsightsScreen
()
src/app/(tabs)/insights.tsx:10
FunctionInsightsStatsSection
()
src/components/insights/InsightsStatsSection.tsx:5
FunctionListHeroCard
()
src/components/list/ListHeroCard.tsx:4
FunctionListScreen
()
src/app/(tabs)/index.tsx:9
FunctionPATCH
(request: Request, { id }: { id: string })
src/app/api/items/[id]+api.ts:7
FunctionPOST
(request: Request)
src/app/api/items/index+api.ts:15
FunctionPOST
()
src/app/api/items/clear-purchased+api.ts:3
FunctionPendingItemCard
({ item }: { item: GroceryItem })
src/components/list/PendingItemCard.tsx:17
FunctionPlannerFormCard
()
src/components/planner/PlannerFormCard.tsx:17
FunctionPlannerHeroImage
()
src/components/planner/PlannerHeroImage.tsx:4
FunctionPlannerScreen
()
src/app/(tabs)/planner.tsx:9
FunctionSSOCallbackScreen
()
src/app/sso-callback.tsx:4
FunctionSentryFeedbackButton
()
src/components/insights/SentryFeedbackButton.tsx:6
FunctionSignInScreen
()
src/app/(auth)/sign-in.tsx:8
FunctionTabScreenBackground
()
src/components/TabScreenBackground.tsx:3
FunctionTabsLayout
()
src/app/(tabs)/_layout.tsx:8
FunctionUserProfile
()
src/components/insights/UserProfile.tsx:6
FunctioncreateItem
()
src/components/planner/PlannerFormCard.tsx:32
FunctionhandleQuantityChange
(value: string)
src/components/planner/PlannerFormCard.tsx:27