MCPcopy Create free account

hub / github.com/NeurProjects/neur-app / functions

Functions392 in github.com/NeurProjects/neur-app

FunctionTokenCard
({ token, className }: TokenCardProps)
src/components/message/token-grid.tsx:80
FunctionTokenCard
({ token }: { token: JupiterToken })
src/ai/solana/jupiter.tsx:21
FunctionTokenCardSkeleton
()
src/components/message/token-grid.tsx:36
FunctionTokenCardSkeleton
()
src/components/message/wallet-portfolio.tsx:28
FunctionTokenGrid
({ tokens, className, isLoading = false, timeframe = '24h', }: TokenGridProps)
src/components/message/token-grid.tsx:162
FunctionTokenHoldersResult
({ holdersResult, }: { holdersResult?: TokenHoldersResult; })
src/ai/solana/solana.tsx:254
FunctionTokenProfile
({ pair }: { pair: DexScreenerPair })
src/ai/solana/dexscreener.tsx:135
FunctionTokenProfiles
({ profiles, }: { profiles: DexScreenerTokenProfile[]; })
src/ai/solana/dexscreener.tsx:241
FunctionTokenRow
({ token, index, }: { token: Portfolio['tokens'][0]; index: number; })
src/components/message/wallet-portfolio.tsx:46
FunctionTokenSearchResult
({ token, className, }: { token: any; className?: string; })
src/ai/solana/solana.tsx:107
FunctionTokenTransferDialog
({ isOpen, onClose, walletId, tokens, otherAddresses, onSuccess, }: TokenTransferDialogProps)
src/components/transfer-dialog.tsx:53
FunctionToolResult
({ toolName, result, header }: ToolResultProps)
src/components/message/tool-result.tsx:17
FunctionTopTrader
({ trader, rank, }: { trader: BirdeyeTrader; rank: number; })
src/components/top-trader.tsx:6
FunctionTransferResult
({ result }: { result: TransferResult })
src/ai/solana/solana.tsx:397
FunctionTruncatedDescription
({ description }: { description: string })
src/components/message/pumpfun-launch.tsx:123
FunctionTweetBody
({ tweet }: { tweet: EnrichedTweet })
src/components/ui/tweet-card.tsx:149
FunctionTweetCard
({ id, components, fallback = <TweetSkeleton />, onError, ...props }: TweetProps & { className?: s
src/components/ui/tweet-card.tsx:253
FunctionTweetHeader
({ tweet }: { tweet: EnrichedTweet })
src/components/ui/tweet-card.tsx:104
FunctionTweetMedia
({ tweet }: { tweet: EnrichedTweet })
src/components/ui/tweet-card.tsx:181
FunctionTweetNotFound
({ className, ...props }: { className?: string; [key: string]: any; })
src/components/ui/tweet-card.tsx:86
FunctionTweetSkeleton
({ className, ...props }: { className?: string; [key: string]: any; })
src/components/ui/tweet-card.tsx:64
FunctionTwitter
({ className, ...props }: TwitterIconProps)
src/components/ui/tweet-card.tsx:18
FunctionTypingAnimation
({ text, duration = 200, className, }: TypingAnimationProps)
src/components/ui/typing-animation.tsx:13
FunctionUserLayout
({ children, }: { children: React.ReactNode; })
src/app/(user)/layout.tsx:6
FunctionVerified
({ className, ...props }: TwitterIconProps)
src/components/ui/tweet-card.tsx:37
FunctionWalletCard
({ wallet, mutateWallets, allWalletAddresses, }: WalletCardProps)
src/components/dashboard/wallet-card.tsx:40
FunctionWalletPortfolio
({ data, className, isLoading = false, }: WalletPortfolioProps)
src/components/message/wallet-portfolio.tsx:113
FunctionWebContent
({ content, className, }: { content: JinaWebReaderResponse; className?: string; })
src/ai/generic/jina.tsx:13
Methodconstructor
( public code: number, message: string, )
src/types/subscription.ts:2
Methodconstructor
(privyClient: PrivyClient, publicKey: PublicKey)
src/lib/solana/PrivyEmbeddedWallet.ts:12
FunctiongenerateMetadata
({ params, }: { params: Promise<{ id: string }>; })
src/app/(user)/chat/[id]/page.tsx:18
FunctiongetBalance
( walletAddress: string, )
src/lib/solana/helius.ts:90
FunctiongetMostRecentToolResultMessage
( messages: Array<CoreMessage>, )
src/lib/utils/ai.ts:84
FunctiongetMostRecentUserMessage
(messages: Array<CoreMessage>)
src/lib/utils/ai.ts:74
FunctiongetPriceHistory
( tokenId: string, days: number = 7, )
src/server/actions/charts.ts:37
FunctiongetTokenAccountInfo
(address: string)
src/lib/solana/helius.ts:342
FunctiongetTokenHolders
( mintInfo: MintInfo, )
src/lib/solana/helius.ts:302
FunctiongetTokenId
(contractAddress: string)
src/server/actions/charts.ts:14
FunctionhandleActionMutation
()
src/components/dashboard/app-sidebar-automations.tsx:316
FunctionhandleCheck
()
src/components/eap-transaction-checker.tsx:28
FunctionhandleClose
()
src/components/transfer-dialog.tsx:115
FunctionhandleCloseDialog
()
src/components/dashboard/wallet-card.tsx:121
FunctionhandleConfirmAction
()
src/components/subscription/subscription-section.tsx:86
FunctionhandleConversationRead
()
src/components/dashboard/app-sidebar-conversations.tsx:226
FunctionhandleDelegationToggle
()
src/components/dashboard/wallet-card.tsx:73
FunctionhandleDelete
()
src/components/dashboard/app-sidebar-conversations.tsx:104
FunctionhandleDelete
()
src/components/dashboard/app-sidebar-automations.tsx:80
FunctionhandleDeletePrompt
()
src/app/(user)/saved-prompts/page.tsx:183
FunctionhandleDismiss
()
src/components/ui/banner.tsx:24
FunctionhandleEdit
()
src/components/dashboard/app-sidebar-automations.tsx:97
FunctionhandleEditPrompt
()
src/app/(user)/saved-prompts/page.tsx:206
FunctionhandleFundWallet
()
src/components/dashboard/wallet-card.tsx:108
FunctionhandleKeyDown
(event: KeyboardEvent)
src/components/ui/sidebar.tsx:102
FunctionhandleKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
src/app/(user)/home/conversation-input.tsx:201
FunctionhandlePopState
()
src/app/(user)/home/home-content.tsx:273
FunctionhandlePromptMenuClick
(subtitle: string)
src/app/(user)/home/conversation-input.tsx:251
FunctionhandlePromptMenuClick
(subtitle: string)
src/app/(user)/home/home-content.tsx:291
FunctionhandlePurchase
()
src/app/(user)/home/home-content.tsx:204
FunctionhandleReactivate
()
src/app/(user)/account/account-content.tsx:127
FunctionhandleRename
()
src/components/dashboard/app-sidebar-conversations.tsx:84
FunctionhandleRename
(id: string, newTitle: string)
src/hooks/use-conversations.ts:91
FunctionhandleSavePrompt
()
src/app/(user)/chat/[id]/chat-interface.tsx:382
FunctionhandleSavePrompt
()
src/app/(user)/saved-prompts/page.tsx:139
FunctionhandleSend
(value: string, attachments: Attachment[])
src/app/(user)/chat/[id]/chat-interface.tsx:722
FunctionhandleSend
(value: string, attachments: Attachment[])
src/app/(user)/home/home-content.tsx:167
FunctionhandleServerError
(e, _)
src/lib/safe-action.ts:4
FunctionhandleSetActive
()
src/components/dashboard/wallet-card.tsx:94
FunctionhandleSubmit
()
src/components/transfer-dialog.tsx:73
FunctionhandleSubmit
(event: React.FormEvent)
src/components/referral-section.tsx:34
FunctionhandleSubscribe
()
src/app/(user)/account/account-content.tsx:103
FunctionhandleSubscriptionAction
()
src/components/subscription/subscription-section.tsx:82
FunctionhandleTextareaChange
(e: React.ChangeEvent<HTMLTextAreaElement>)
src/app/(user)/home/conversation-input.tsx:192
FunctionhandleUnsubscribe
()
src/app/(user)/account/account-content.tsx:151
Functionhandler
(event: MediaQueryListEvent)
src/hooks/use-media-query.ts:15
Methodimage
(width = 48, height = 48)
src/lib/placeholder.ts:56
Functionmiddleware
(req: NextRequest)
src/middleware.ts:33
FunctiononFinish
({ response, usage })
src/app/api/chat/route.ts:234
FunctiononStepFinish
({ toolResults, stepType })
src/server/actions/action.ts:162
FunctiononTransferSuccess
()
src/components/dashboard/wallet-card.tsx:125
Functionpoll
()
src/hooks/use-polling.ts:11
FunctionrenderChart
(result: unknown)
src/ai/solana/chart.tsx:27
Methodrequest
( query: string, variables: Record<string, unknown>, )
src/lib/solana/integrations/defined_fi.ts:47
FunctionsanitizeResponseMessages
( messages: Array<CoreToolMessage | CoreAssistantMessage>, )
src/lib/utils/ai.ts:108
FunctionsearchPairs
( query: string, limit: number = 10, )
src/lib/solana/integrations/dexscreener.ts:90
MethodsignAllTransactions
( transactions: T[], )
src/lib/solana/PrivyEmbeddedWallet.ts:45
FunctiontoggleTrialBanner
()
src/app/(user)/home/home-content.tsx:347
FunctiontruncateJson
(json: unknown)
src/app/(user)/chat/[id]/chat-interface.tsx:116
FunctionupdateConfirmationMessageResult
( confirmationMessage: CoreToolMessage, isConfirmed: boolean, )
src/lib/utils/ai.ts:40
FunctionupdatePromptLastUsedAt
(id: string)
src/app/(user)/home/conversation-input.tsx:226
FunctionuseMediaQuery
(query: string)
src/hooks/use-media-query.ts:5
FunctionvalidateCode
(value: string)
src/components/referral-section.tsx:54
Functionverify
()
src/app/(user)/home/home-content.tsx:131
← previous301–392 of 392, ranked by callers