MCPcopy Create free account

hub / github.com/Dark-Brain07/PayForApi / functions

Functions286 in github.com/Dark-Brain07/PayForApi

↓ 32 callersMethodparse
(csv: string)
lib/server/csvParser.ts:8
↓ 20 callersMethoderror
* Logs an error message with an ISO timestamp.
lib/server/logger.ts:17
↓ 11 callersMethodget
(key: string)
lib/server/cacheManager.ts:14
↓ 9 callersFunctionuseWallet
()
components/wallet/WalletContext.tsx:72
↓ 4 callersFunctionprocessPayment
( provider: ethers.BrowserProvider, tokenAddress: string, amount: string, productId: number, request
lib/payment.ts:8
↓ 4 callersMethodset
(key: string, value: unknown, ttlMs: number = 60000)
lib/server/cacheManager.ts:11
↓ 3 callersFunctionfetchStats
()
app/rewards/page.tsx:29
↓ 2 callersFunctionescapeHTML
(str: string)
app/marketplace/page.tsx:31
↓ 2 callersFunctionhandler
(e: KeyboardEvent)
hooks/useModal.ts:24
↓ 2 callersMethodinfo
* Logs an informational message with an ISO timestamp.
lib/server/logger.ts:11
↓ 2 callersFunctionisProviderError
(e: unknown)
hooks/useAuth.ts:87
↓ 1 callersFunctionautoConnect
()
hooks/useMiniPay.ts:20
↓ 1 callersFunctionfetchBalances
()
components/layout/Header.tsx:26
↓ 1 callersFunctionfetchCommunityApis
()
app/marketplace/page.tsx:55
↓ 1 callersFunctionfetchLeaderboard
()
app/explorer/page.tsx:74
↓ 1 callersFunctionfetchRealEndpoints
()
app/dashboard/page.tsx:114
↓ 1 callersFunctionfetchStats
()
app/explorer/page.tsx:36
↓ 1 callersFunctiongenerateNumericId
(str: string)
app/marketplace/page.tsx:30
↓ 1 callersFunctiongetGradient
()
components/api/APIResultDisplay.tsx:50
↓ 1 callersFunctiongetHandler
(req: NextRequest)
app/api/crypto/route.ts:8
↓ 1 callersFunctiongetHandler
(req: NextRequest)
app/api/summary/route.ts:8
↓ 1 callersFunctiongetHandler
(req: NextRequest)
app/api/translate/route.ts:8
↓ 1 callersFunctiongetHandler
(req: NextRequest)
app/api/news/route.ts:8
↓ 1 callersFunctiongetHandler
(req: NextRequest)
app/api/weather/route.ts:8
↓ 1 callersFunctiongetIcon
()
components/api/APICard.tsx:26
↓ 1 callersFunctiongetIcon
()
components/api/APIResultDisplay.tsx:40
↓ 1 callersMethodgetInstance
()
lib/server/metricsCollector.ts:7
↓ 1 callersMethodgetInstance
()
lib/server/cryptoUtils.ts:5
↓ 1 callersMethodgetInstance
()
lib/server/emailSender.ts:5
↓ 1 callersMethodgetInstance
()
lib/server/filterHelper.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/healthCheck.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/responseValidator.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/passwordHasher.ts:5
↓ 1 callersMethodgetInstance
()
lib/server/sortHelper.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/responseFormatter.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/smsSender.ts:5
↓ 1 callersMethodgetInstance
()
lib/server/corsMiddleware.ts:5
↓ 1 callersMethodgetInstance
()
lib/server/requestValidator.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/pdfGenerator.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/paginationHelper.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/authMiddleware.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/cacheManager.ts:7
↓ 1 callersMethodgetInstance
()
lib/server/sessionManager.ts:12
↓ 1 callersMethodgetInstance
()
lib/server/s3Uploader.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/logger.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/featureFlags.ts:7
↓ 1 callersMethodgetInstance
()
lib/server/jwtUtils.ts:6
↓ 1 callersMethodgetInstance
()
lib/server/excelExporter.ts:4
↓ 1 callersMethodgetInstance
()
lib/server/errorHandler.ts:6
↓ 1 callersMethodgetInstance
()
lib/server/rateLimiter.ts:13
↓ 1 callersMethodgetInstance
()
lib/server/csvParser.ts:4
↓ 1 callersFunctiongetProvider
()
app/dashboard/page.tsx:123
↓ 1 callersFunctionhandleGenerateClick
()
app/image/page.tsx:130
↓ 1 callersFunctionhandleResize
()
hooks/useWindowSize.ts:12
↓ 1 callersFunctionhandleSendClick
()
app/chat/page.tsx:50
↓ 1 callersFunctionhandler
()
hooks/useScroll.ts:28
↓ 1 callersFunctionhandler
()
hooks/useWindowScroll.ts:7
↓ 1 callersMethodhash
(password: string)
lib/server/passwordHasher.ts:9
↓ 1 callersFunctionmain
()
contracts/register-direct.js:4
↓ 1 callersFunctionmain
()
contracts/scripts/deploy.js:3
↓ 1 callersFunctionmain
()
contracts/scripts/register-8004.js:3
↓ 1 callersFunctionsetValue
(value: T | ((val: T) => T))
hooks/useLocalStorage.ts:14
↓ 1 callersMethodsort
(data: T[], key: keyof T, order: 'asc' | 'desc' = 'asc')
lib/server/sortHelper.ts:8
↓ 1 callersFunctiontruncateAddress
(addr: string)
components/layout/Header.tsx:12
↓ 1 callersFunctiontruncateAddress
(addr: string)
app/explorer/page.tsx:20
↓ 1 callersFunctionuseMiniPay
()
hooks/useMiniPay.ts:13
FunctionAPICard
({ id, name, priceUsd, priceCredits = 0, description, inputs, onTryIt }: APICardProps)
components/api/APICard.tsx:23
FunctionAPIResultDisplay
({ apiId, data }: { apiId: number, data: ApiData | null })
components/api/APIResultDisplay.tsx:23
FunctionAccordion
({ children, summary, className = '', ...props })
components/ui/Accordion.tsx:14
FunctionAlert
({ children, variant = 'default', size = 'md', className = '', ...props })
components/ui/Alert.tsx:29
FunctionAvatar
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Avatar.tsx:16
FunctionBadge
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Badge.tsx:16
FunctionBreadcrumbs
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Breadcrumbs.tsx:16
FunctionButton
({ children, variant = 'default', size = 'md', isDisabled = false, isLoading = false, classNa
components/ui/Button.tsx:17
FunctionCard
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Card.tsx:16
FunctionChatPage
()
app/chat/page.tsx:22
FunctionCheckbox
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Checkbox.tsx:19
FunctionCodeBlock
({ code, language = "json" }: { code: string, language?: string })
app/docs/page.tsx:4
FunctionDashboardPage
()
app/dashboard/page.tsx:40
FunctionDivider
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Divider.tsx:19
FunctionDocs
()
app/docs/page.tsx:19
FunctionDrawer
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Drawer.tsx:19
FunctionEmptyStateIcon
()
app/dashboard/page.tsx:18
FunctionExplorer
()
app/explorer/page.tsx:27
FunctionFooter
()
components/layout/Footer.tsx:5
FunctionGET
()
app/api/health/route.ts:3
FunctionGoodDollarIdentity
()
components/identity/GoodDollarIdentity.tsx:11
FunctionHeader
()
components/layout/Header.tsx:18
FunctionHome
()
app/page.tsx:77
FunctionImagePage
()
app/image/page.tsx:117
FunctionImageWithLoader
({ src, alt }: { src: string; alt: string })
app/image/page.tsx:52
FunctionInteractiveTerminal
()
app/page.tsx:14
FunctionLabel
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Label.tsx:19
FunctionLoadingMasterpiece
()
app/image/page.tsx:20
FunctionMarketplace
()
app/marketplace/page.tsx:41
FunctionModal
({ children, variant = 'default', size = 'md', isDisabled = false, className = '', ...props
components/ui/Modal.tsx:14
FunctionPOST
(request: NextRequest)
app/api/crypto/route.ts:25
FunctionPOST
(request: NextRequest)
app/api/image/route.ts:5
FunctionPOST
(request: NextRequest)
app/api/chat/route.ts:7
FunctionPOST
(request: NextRequest)
app/api/proxy/route.ts:5
next →1–100 of 286, ranked by callers