MCPcopy Create free account

hub / github.com/ansh/deeperseeker-app / functions

Functions49 in github.com/ansh/deeperseeker-app

↓ 3 callersFunctionaddMessage
(db: SQLiteDatabase, chatId: number, { content, role }: Message)
utils/Database.ts:58
↓ 3 callersFunctionloadChats
()
app/(auth)/(drawer)/_layout.tsx:155
↓ 2 callersFunctionuseThemeColor
( props: { light?: string; dark?: string }, colorName: keyof typeof Colors.light & keyof typeof Colors.dar
components/Themed.tsx:19
↓ 2 callersFunctionuseWarmUpBrowser
()
components/auth/useWarmUpBrowser.ts:5
↓ 1 callersFunctionaddChat
(db: SQLiteDatabase, title: string)
utils/Database.ts:43
↓ 1 callersFunctioncollapseItems
()
components/MessageInput.tsx:34
↓ 1 callersFunctiongetChats
(db: SQLiteDatabase)
utils/Database.ts:47
↓ 1 callersFunctiongetMessages
(db: SQLiteDatabase, chatId: number)
utils/Database.ts:51
↓ 1 callersFunctiononDeleteChat
(chatId: number)
app/(auth)/(drawer)/_layout.tsx:45
↓ 1 callersFunctiononRenameChat
(chatId: number)
app/(auth)/(drawer)/_layout.tsx:62
↓ 1 callersFunctionrenameChat
(db: SQLiteDatabase, chatId: number, title: string)
utils/Database.ts:71
↓ 1 callersFunctionsaveFile
(fileUri: string)
utils/Image.ts:19
↓ 1 callersFunctionsendMessage
( messages: Message[], selectedModel: string, onUpdate: (content: string, reasoningContent?: strin
components/useApi.tsx:18
↓ 1 callersFunctionsetChatId
(id: string)
components/ChatPage.tsx:41
↓ 1 callersFunctionuseApi
()
components/useApi.tsx:15
↓ 1 callersFunctionuseAppleAuth
()
components/auth/useAppleAuth.tsx:7
↓ 1 callersFunctionuseGoogleAuth
()
components/auth/useGoogleAuth.tsx:7
FunctionAuthRedirect
()
app/auth-redirect.tsx:3
FunctionChatMessage
({ content, role, loading, reasoning_content, }: Message & { loading?: boolean })
components/ChatMessage.tsx:8
FunctionChatPage
()
components/ChatPage.tsx:20
FunctionCustomDrawerContent
( props: DrawerContentComponentProps & { loadChats: () => void; history: Chat[] }, )
app/(auth)/(drawer)/_layout.tsx:29
FunctionDropDownMenu
({ items, onSelect }: Props)
components/DropDownMenu.tsx:14
FunctionHeaderDropDown
({ title, selected, items, onSelect }: Props)
components/HeaderDropDown.tsx:18
FunctionInitialLayout
()
app/_layout.tsx:39
FunctionLayout
()
app/(auth)/_layout.tsx:8
FunctionLayout
()
app/(auth)/(drawer)/_layout.tsx:150
FunctionLoginButtons
()
components/auth/LoginButtons.tsx:9
FunctionMessageIdeas
({ onSelectCard }: Props)
components/MessageIdeas.tsx:14
FunctionMessageInput
({ onShouldSend }: Props)
components/MessageInput.tsx:24
FunctionPage
()
app/index.tsx:6
FunctionPage
()
app/(auth)/(modal)/settings.tsx:11
FunctionRootLayoutNav
()
app/_layout.tsx:87
FunctionText
(props: TextProps)
components/Themed.tsx:33
FunctionView
(props: ViewProps)
components/Themed.tsx:40
FunctioncopyImageToClipboard
(imageUrl: string)
utils/Image.ts:44
FunctiondeleteChat
(db: SQLiteDatabase, chatId: number)
utils/Database.ts:67
FunctiondownloadAndSaveImage
(imageUrl: string)
utils/Image.ts:8
FunctionexpandItems
()
components/MessageInput.tsx:30
FunctiongetCompletion
(text: string)
components/ChatPage.tsx:55
FunctiongetToken
(key: string)
app/_layout.tsx:20
FunctionmigrateDbIfNeeded
(db: SQLiteDatabase)
utils/Database.ts:4
FunctiononChangeText
(text: string)
components/MessageInput.tsx:56
FunctiononLayout
(event: any)
components/ChatPage.tsx:50
FunctiononModelChange
(model: string)
components/ChatPage.tsx:46
FunctiononSend
()
components/MessageInput.tsx:61
FunctionremoveApiKey
()
app/(auth)/(modal)/settings.tsx:23
FunctionsaveApiKey
()
app/(auth)/(modal)/settings.tsx:18
FunctionsaveToken
(key: string, value: string)
app/_layout.tsx:27
FunctionshareImage
(imageUrl: string)
utils/Image.ts:59