MCPcopy Create free account

hub / github.com/KunMoe/kun-touchgal-next / functions

Functions1,854 in github.com/KunMoe/kun-touchgal-next

↓ 2 callersFunctionderivePasswordHash
( password: string, salt: string, options: PasswordHashOptions )
app/api/utils/algorithm.ts:125
↓ 2 callersFunctiondisable2FA
(uid: number, db: TwoFactorDB = prisma)
app/api/user/setting/2fa/disable.ts:7
↓ 2 callersFunctiondisableMarkdownHtmlCache
()
app/api/utils/render/markdownHtmlCache.ts:37
↓ 2 callersFunctionfetchCompanies
()
components/patch/introduction/PatchCompanySelector.tsx:88
↓ 2 callersFunctionfetchCompanies
()
components/company/Container.tsx:29
↓ 2 callersFunctionfetchData
()
components/admin/moderation/Container.tsx:66
↓ 2 callersFunctionfetchData
()
components/admin/rating/Container.tsx:126
↓ 2 callersFunctionfetchData
()
components/admin/comment/Container.tsx:127
↓ 2 callersFunctionfetchData
(targetPage = page, targetTab = activeTab)
components/admin/report/Container.tsx:30
↓ 2 callersFunctionfetchMessages
(targetPage: number)
components/message/Container.tsx:31
↓ 2 callersFunctionfetchPatches
()
components/tag/detail/Container.tsx:106
↓ 2 callersFunctionfetchPatchesInFolder
(folderId: number)
components/user/favorite/Container.tsx:52
↓ 2 callersFunctionfetchStats
()
components/admin/moderation/Container.tsx:80
↓ 2 callersFunctionfetchTags
()
components/patch/introduction/PatchTagSelector.tsx:89
↓ 2 callersFunctionfetchTags
()
components/tag/Container.tsx:27
↓ 2 callersFunctionfetchVNDBDetails
( vnId: string )
utils/vndb.ts:12
↓ 2 callersFunctionfindExactMatch
( results: BangumiSubject[], names: string[] )
migration/syncBangumiId.ts:48
↓ 2 callersFunctionflushBuffer
()
utils/markdownPreview.ts:81
↓ 2 callersFunctionformatPayload
(contentType: string, payload: AppealPayload)
components/admin/appeal/Card.tsx:26
↓ 2 callersFunctiongenerateKunMetadataTemplate
(tagName: string)
app/tag/[id]/metadata.ts:4
↓ 2 callersFunctiongetAdminCreator
( input: z.infer<typeof adminPaginationSchema> )
app/api/admin/creator/service.ts:6
↓ 2 callersFunctiongetAllCookiesStartWith
(startWithKey: string)
store/_cookie.ts:52
↓ 2 callersFunctiongetAppeals
( input: z.infer<typeof adminAppealPaginationSchema> )
app/api/admin/appeal/get.ts:6
↓ 2 callersFunctiongetApplyStatus
(uid: number)
app/api/apply/status/service.ts:3
↓ 2 callersFunctiongetAuthenticatedNSFWHeader
( token: string | undefined )
utils/nsfwHeader.ts:12
↓ 2 callersFunctiongetAvatarUrls
(uid: number)
app/api/user/setting/avatar/route.ts:15
↓ 2 callersFunctiongetCachedPatchContent
(uniqueId: string)
app/api/patch/_content.ts:161
↓ 2 callersFunctiongetCachedPatchIntroduction
(uniqueId: string)
app/api/patch/_content.ts:166
↓ 2 callersFunctiongetClosestExternalLink
( target: EventTarget | null, content: HTMLElement )
components/patch/introduction/IntroductionTab.tsx:69
↓ 2 callersFunctiongetClosestVideoPlayer
(target: EventTarget | null)
components/patch/introduction/IntroductionTab.tsx:60
↓ 2 callersFunctiongetComment
( input: z.infer<typeof adminCommentPaginationSchema> )
app/api/admin/comment/get.ts:7
↓ 2 callersFunctiongetCompany
(input: z.infer<typeof getCompanySchema>)
app/api/company/all/service.ts:4
↓ 2 callersFunctiongetCompanyById
( input: z.infer<typeof getCompanyByIdSchema> )
app/api/company/service.ts:9
↓ 2 callersFunctiongetConversationMessages
( conversationId: number, input: z.infer<typeof getConversationMessagesSchema>, uid: number )
app/api/message/conversation/[id]/service.ts:34
↓ 2 callersFunctiongetConversations
( input: z.infer<typeof getConversationsSchema>, uid: number )
app/api/message/conversation/service.ts:10
↓ 2 callersFunctiongetDefaultLinkStorage
(section: string, role: number)
components/patch/resource/publish/ResourceLinksInput.tsx:29
↓ 2 callersFunctiongetDisableRegisterStatus
()
app/api/admin/setting/register/service.ts:4
↓ 2 callersFunctiongetExplicitProtocol
(value: string)
utils/safeUrl.ts:22
↓ 2 callersFunctiongetFeedback
( input: z.infer<typeof adminFeedbackPaginationSchema> )
app/api/admin/feedback/service.ts:6
↓ 2 callersFunctiongetFolders
( input: z.infer<typeof patchIdSchema>, pageUid: number, currentUserUid: number )
app/api/user/profile/favorite/folder/get.ts:11
↓ 2 callersFunctiongetHomeData
( visibilityWhere: Prisma.patchWhereInput, viewer: KunViewer | null, bypassCache: boolean )
app/api/home/service.ts:78
↓ 2 callersFunctiongetHttpUrlHostname
(url: string)
utils/safeUrl.ts:57
↓ 2 callersFunctiongetLog
(input: z.infer<typeof adminPaginationSchema>)
app/api/admin/log/service.ts:6
↓ 2 callersFunctiongetLoginSessionPruneKey
(uid: number)
app/api/utils/jwt.ts:76
↓ 2 callersFunctiongetLoginSessionTouchLockKey
(uid: number, jti: string)
app/api/utils/jwt.ts:73
↓ 2 callersFunctiongetMessage
( input: z.infer<typeof getMessageSchema>, uid: number )
app/api/message/all/service.ts:6
↓ 2 callersFunctiongetModerationTasks
( input: z.infer<typeof adminModerationPaginationSchema> )
app/api/admin/moderation/get.ts:6
↓ 2 callersFunctiongetPatchByCompany
( input: z.infer<typeof getPatchByCompanySchema>, visibilityWhere: Prisma.patchWhereInput )
app/api/company/galgame/service.ts:16
↓ 2 callersFunctiongetPatchByTag
( input: z.infer<typeof getPatchByTagSchema>, visibilityWhere: Prisma.patchWhereInput )
app/api/tag/galgame/service.ts:16
↓ 2 callersFunctiongetPatchResource
( input: z.infer<typeof resourceSchema>, visibilityWhere: Prisma.patchWhereInput, viewer: KunViewer | nu
app/api/resource/service.ts:17
↓ 2 callersFunctiongetPatchResource
( input: z.infer<typeof patchIdSchema>, viewer: KunViewer | null )
app/api/patch/resource/get.ts:15
↓ 2 callersFunctiongetPatchResourceApply
( input: z.infer<typeof adminResourceApplyPaginationSchema>, nsfwEnable: Record<string, string | undefined
app/api/admin/resource-apply/get.ts:7
↓ 2 callersFunctiongetPostBySlug
(slug: string)
lib/mdx/getPosts.ts:48
↓ 2 callersFunctiongetPreviewContent
()
components/admin/email/EmailTemplate.tsx:41
↓ 2 callersFunctiongetRating
( input: z.infer<typeof adminRatingPaginationSchema> )
app/api/admin/rating/get.ts:6
↓ 2 callersFunctiongetRevertPayload
(token: string)
app/api/user/setting/email/revert/route.ts:48
↓ 2 callersFunctiongetSelectedTab
(searchParams: SearchParamsLike)
components/patch/header/Tabs.tsx:69
↓ 2 callersFunctiongetSessionDeviceInfo
(userAgent: string)
components/settings/user/LoginSessions.tsx:52
↓ 2 callersFunctiongetSiteAddress
()
app/api/user/setting/email/_emailChange.ts:16
↓ 2 callersFunctiongetTabId
(id: UserSettingsSectionId)
components/settings/Nav.tsx:48
↓ 2 callersFunctiongetTag
( input: z.infer<typeof getTagSchema>, blockedTagIds: number[] = [] )
app/api/tag/all/service.ts:6
↓ 2 callersFunctiongetTagById
(input: z.infer<typeof getTagByIdSchema>)
app/api/tag/get.ts:6
↓ 2 callersFunctiongetTokenTtlSeconds
(payload: KunGalgamePayload)
app/api/utils/jwt.ts:139
↓ 2 callersFunctiongetUserAgentPreview
(userAgent: string)
components/settings/user/LoginSessions.tsx:96
↓ 2 callersFunctiongetUserComment
( input: z.infer<typeof getUserInfoSchema>, viewer: KunViewer )
app/api/user/profile/comment/service.ts:12
↓ 2 callersFunctiongetUserInfo
( input: z.infer<typeof adminUserPaginationSchema> )
app/api/admin/user/get.ts:6
↓ 2 callersFunctiongetUserLastActiveKey
(uid: number)
app/api/user/status/service.ts:9
↓ 2 callersFunctiongetUserPatchRating
( input: z.infer<typeof getUserInfoSchema>, viewer: KunViewer )
app/api/user/profile/rating/service.ts:7
↓ 2 callersFunctiongetUserPatchResource
( input: z.infer<typeof getUserInfoSchema>, visibilityWhere: Prisma.patchWhereInput, viewer: KunViewer )
app/api/user/profile/resource/service.ts:11
↓ 2 callersFunctiongetUserProfile
( input: z.infer<typeof getProfileSchema>, viewer: KunViewer | null )
app/api/user/status/info/service.ts:10
↓ 2 callersFunctiongetUserSessionCacheKey
( uid: number, { generation, version }: UserSessionCacheScope )
app/api/user/session/cache.ts:24
↓ 2 callersFunctiongetUserSessionCacheScope
( uid: number )
app/api/user/session/cache.ts:35
↓ 2 callersFunctiongetUserStatus
(uid: number)
app/api/user/status/service.ts:73
↓ 2 callersFunctionhandle
(approve: boolean)
components/admin/appeal/Card.tsx:40
↓ 2 callersFunctionhandleBatchPatchTags
( patchId: number, tagArray: string[], uid: number )
app/api/edit/batchTag.ts:3
↓ 2 callersFunctionhandleFileInput
(file: File | undefined)
components/patch/resource/upload/FileDropZone.tsx:29
↓ 2 callersFunctionhandleFileSelect
(file: File)
components/kun/cropper/KunImageUploader.tsx:16
↓ 2 callersFunctionhandleNewComment
(newComment: PatchComment)
components/patch/comment/Comments.tsx:116
↓ 2 callersFunctionhandlePatchCompanyAction
(type: 'add' | 'delete')
app/api/patch/introduction/company/route.ts:9
↓ 2 callersFunctionhandleReview
(approve: boolean)
components/admin/moderation/Card.tsx:40
↓ 2 callersFunctionhandleSearch
()
components/patch/introduction/PatchTagSelector.tsx:130
↓ 2 callersFunctionhandleSearch
()
components/tag/Container.tsx:72
↓ 2 callersFunctionhandleSelectMultiQueryKeywords
( mode: SearchSuggestionType['mode'] )
components/search/Suggestion.tsx:79
↓ 2 callersFunctionhandleSwitch
(value: { enabled: boolean; dryRun: boolean })
components/admin/setting/ModerationSetting.tsx:18
↓ 2 callersFunctionhandleUpdateStatus
(status: number)
components/admin/rating/RatingEdit.tsx:61
↓ 2 callersFunctionhandleUpdateStatus
(status: number)
components/admin/comment/CommentEdit.tsx:61
↓ 2 callersFunctionhasShortSummary
(rating: KunPatchRating)
components/patch/rating/Ratings.tsx:34
↓ 2 callersFunctionheadObject
(key: string)
lib/s3.ts:103
↓ 2 callersFunctioninvalidateAllUserSessions
()
app/api/user/session/cache.ts:126
↓ 2 callersFunctioninvalidateResourceStatsListCache
()
app/api/resource/cache.ts:41
↓ 2 callersFunctionisCompanyPath
(pathname: string)
constants/routes/matcher.ts:17
↓ 2 callersFunctionisHostnameExcluded
(hostname: string, domains?: string[])
utils/safeUrl.ts:83
↓ 2 callersFunctionisKunWhitelistedEmailDomain
(email: string)
constants/email/whitelist.ts:33
↓ 2 callersFunctionisMessageChatConversationPath
(pathname: string)
constants/routes/matcher.ts:27
↓ 2 callersFunctionisNsfwAllowed
(nsfwHeader: { content_limit?: string })
app/[id]/page.tsx:20
↓ 2 callersFunctionisPatchTabKey
(value: string | null)
components/patch/header/Tabs.tsx:60
↓ 2 callersFunctionisRestrictedNSFWSetting
(token: string | undefined)
utils/nsfwHeader.ts:9
↓ 2 callersFunctionisTagPath
(pathname: string)
constants/routes/matcher.ts:5
↓ 2 callersFunctionisUserPath
(pathname: string)
constants/routes/matcher.ts:9
↓ 2 callersFunctionisUserSettingsSectionId
( value: string | null )
components/settings/user/User.tsx:23
← previousnext →201–300 of 1,854, ranked by callers