MCPcopy Create free account

hub / github.com/TangSY/edge-next-starter / functions

Functions438 in github.com/TangSY/edge-next-starter

FunctionisTest
()
lib/config/env.ts:212
Methodlist
* List all keys
lib/cache/client.ts:139
FunctionlogAuditEvent
( repos: RepositoryFactory, params: { userId?: number | null; action: AuditAction | string; re
lib/audit/logger.ts:57
Functionmanifest
()
app/manifest.ts:7
FunctionmeasurePerformance
(operationName?: string)
lib/logger/index.ts:344
FunctiononSubmit
(event: React.FormEvent<HTMLFormElement>)
app/[locale]/register/page.tsx:21
FunctiononSubmit
(event: React.FormEvent<HTMLFormElement>)
app/[locale]/login/page.tsx:24
FunctionpasswordResetEmailTemplate
(params: { userName: string; resetUrl: string; expiresInMinutes: number; })
lib/email/templates/password-reset.ts:7
Methodpayments
* Get Payment Repository (Stripe)
repositories/index.ts:60
Methodposts
* Get Post Repository
repositories/index.ts:40
FunctionprintEnvConfig
()
lib/config/env.ts:226
Functionproxy
(req: NextRequest)
proxy.ts:98
Methodquery
* Execute query and return all results
lib/db/client.ts:147
Methodraw
* Get raw KV instance
lib/cache/client.ts:146
Methodraw
* Get raw bucket instance
lib/r2/client.ts:87
Methodraw
* Get raw database instance
lib/db/client.ts:189
FunctionresetStripeClient
()
lib/stripe/client.ts:54
FunctionresolveId
(source)
vite.config.ts:64
Functionrobots
()
app/robots.ts:7
FunctionsendEmail
(params: { to: string | string[]; subject: string; html: string; from?: string; replyTo?: string; })
lib/email/client.ts:39
FunctionserviceUnavailableResponse
( message = 'Service unavailable' )
lib/api/response.ts:205
Functionsitemap
()
app/sitemap.ts:7
Methodsubscriptions
* Get Subscription Repository (Stripe)
repositories/index.ts:70
Functiontoast
({ ...props }: Toast)
hooks/use-toast.ts:136
FunctiontrackPerformanceDecorator
(eventType?: AnalyticsEventType)
lib/analytics/index.ts:414
FunctionunauthorizedResponse
(message = 'Unauthorized')
lib/api/response.ts:191
Functionupdate
(props: ToasterToast)
hooks/use-toast.ts:139
Methodupdate
* Update customer
repositories/customer.repository.ts:98
MethodupdateStatus
* Update payment status
repositories/payment.repository.ts:134
Methodusers
* Get User Repository
repositories/index.ts:30
FunctionvalidateEmail
(email: unknown, fieldName = 'Email')
lib/validators/index.ts:39
FunctionvalidateOptionalString
(value: unknown, maxLength = 255)
lib/validators/index.ts:328
FunctionvalidatePagination
(searchParams: URLSearchParams)
lib/validators/index.ts:280
FunctionvalidatePassword
(password: unknown, strict = false)
lib/validators/index.ts:182
FunctionvalidateRequiredString
(value: unknown, fieldName: string)
lib/validators/index.ts:309
FunctionvalidateUuid
(uuid: unknown, fieldName = 'ID')
lib/validators/index.ts:91
MethodwebhookEvents
* Get Webhook Event Repository (Stripe)
repositories/index.ts:90
FunctionwelcomeEmailTemplate
(params: { userName: string; loginUrl: string })
lib/email/templates/welcome.ts:7
← previous401–438 of 438, ranked by callers