MCPcopy Create free account

hub / github.com/burakorkmez/study-app-expo / functions

Functions38 in github.com/burakorkmez/study-app-expo

↓ 4 callersFunctionuseAppContext
()
src/contexts/AppProvider.tsx:30
↓ 3 callersFunctionhandleSocialAuth
(strategy: "oauth_google" | "oauth_apple" | "oauth_github")
src/hooks/useSocialAuth.ts:9
↓ 2 callersFunctionvw
(percent: number)
src/lib/theme.ts:6
↓ 1 callersFunctionfetchUsers
()
src/hooks/useStreamUsers.ts:9
↓ 1 callersFunctiongetGreetingForHour
(date: Date = new Date())
src/lib/utils.ts:1
↓ 1 callersFunctionstartCall
()
src/app/call/[callId].tsx:31
↓ 1 callersFunctionsyncUserToStream
(user: UserResource)
src/components/ChatWrapper.tsx:12
↓ 1 callersFunctionuseSocialAuth
()
src/hooks/useSocialAuth.ts:5
↓ 1 callersFunctionuseStartChat
({ client, userId, setChannel, setCreating }: UseStartChatParams)
src/hooks/useStartChat.ts:12
↓ 1 callersFunctionuseStreamUsers
(client: StreamChat, userId: string)
src/hooks/useStreamUsers.ts:4
FunctionAppProvider
({ children }: { children: React.ReactNode })
src/contexts/AppProvider.tsx:19
FunctionAuthRoutesLayout
()
src/app/(auth)/_layout.tsx:4
FunctionAuthScreen
()
src/app/(auth)/index.tsx:8
FunctionCallScreen
()
src/app/call/[callId].tsx:20
FunctionCallUI
()
src/app/call/[callId].tsx:83
FunctionChannelScreen
()
src/app/channel/[cid]/index.tsx:13
FunctionChatClient
({ children, user }: { children: React.ReactNode; user: UserResource })
src/components/ChatWrapper.tsx:28
FunctionChatWrapper
({ children }: { children: React.ReactNode })
src/components/ChatWrapper.tsx:78
FunctionChatsScreen
()
src/app/(tabs)/index.tsx:13
FunctionEmptyState
({ icon, title, subtitle }: EmptyStateProps)
src/components/EmptyState.tsx:11
FunctionErrorCallUI
({ error }: { error: string })
src/app/call/[callId].tsx:118
FunctionExploreScreen
()
src/app/(tabs)/explore.tsx:15
FunctionExploreUserCard
({ item, creating, onStartChat }: ExploreUserCardProps)
src/components/ExploreUserCard.tsx:13
FunctionFullScreenLoader
({ message }: { message: string })
src/components/FullScreenLoader.tsx:5
FunctionListEmptyComponent
()
src/components/ListEmptyComponent.tsx:5
FunctionPOST
(request: Request)
src/app/api/sync-user+api.ts:7
FunctionPOST
(request: Request)
src/app/api/token+api.ts:6
FunctionProfileScreen
()
src/app/(tabs)/profile.tsx:16
FunctionRingingCalls
()
src/components/VideoProvider.tsx:34
FunctionRootLayout
()
src/app/_layout.tsx:37
FunctionTabsLayout
()
src/app/(tabs)/_layout.tsx:5
FunctionThreadScreen
()
src/app/channel/[cid]/thread/[cid]/index.tsx:9
FunctionVideoProvider
({ children }: { children: React.ReactNode })
src/components/VideoProvider.tsx:49
FunctionchannelRenderFilterFn
(channels: Channel[])
src/app/(tabs)/index.tsx:23
FunctionhandleStartChat
(targetId: string)
src/hooks/useStartChat.ts:15
FunctionrenderUserItem
({ item }: { item: UserResponse })
src/app/(tabs)/explore.tsx:36
FunctiontokenProvider
()
src/components/VideoProvider.tsx:56
FunctiontokenProvider
()
src/components/ChatWrapper.tsx:39