MCPcopy Create free account

hub / github.com/CottonCandyZ/bangumi-electron / functions

Functions1,380 in github.com/CottonCandyZ/bangumi-electron

↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
app/bangumi/src/renderer/src/components/ui/chart.tsx:314
↓ 3 callersFunctiongetReactionPath
(target: ReactionTarget, commentId: number)
app/bangumi/src/renderer/src/data/fetch/api/reaction.ts:82
↓ 3 callersFunctiongetReplyInvalidationKeys
(target: ReplyTarget)
app/bangumi/src/renderer/src/data/hooks/api/reply.ts:53
↓ 3 callersFunctionhasUserTimelineItemDetails
(item: UserTimelineItem)
app/bangumi/src/renderer/src/modules/common/user/timeline.tsx:520
↓ 3 callersFunctionisAppQuitting
()
app/bangumi/src/main/app-flags.ts:7
↓ 3 callersFunctionisCollectionEpisode
( episodes: Episode[] | CollectionEpisode[], )
app/bangumi/src/renderer/src/modules/common/episodes/grid/item.tsx:27
↓ 3 callersFunctionisRecord
(data: unknown)
app/bangumi/src/renderer/src/data/hooks/api/reaction.ts:164
↓ 3 callersFunctionmarkdownToBBCode
(markdown: string)
app/bangumi/src/renderer/src/lib/utils/markdown-bbcode.ts:3
↓ 3 callersFunctionmaybeResolveToken
(url: string)
app/bangumi/src/main/tipc/turnstile.ts:49
↓ 3 callersFunctionmergeRelatedItems
(items?: MonoRelatedItem[])
app/bangumi/src/renderer/src/modules/main/mono/content.tsx:222
↓ 3 callersFunctionmergeRelationLabels
(...relations: Array<string | undefined>)
app/bangumi/src/renderer/src/lib/utils/relation.ts:10
↓ 3 callersFunctionnormalizeUrl
(url: unknown)
app/bangumi/src/renderer/src/lib/utils/bbcode.ts:170
↓ 3 callersFunctionopenImagePreview
(items: ImagePreviewItem[], index: number)
app/bangumi/src/renderer/src/components/comment/bbcode-image.tsx:237
↓ 3 callersFunctionparseGitHubRepoUrl
(sourceUrl: string)
app/bangumi/src/main/update.ts:115
↓ 3 callersFunctionremove
(path)
app/bangumi/scripts/prune-after-pack.cjs:108
↓ 3 callersFunctionremoveAll
(paths)
app/bangumi/scripts/prune-after-pack.cjs:104
↓ 3 callersFunctionrenderInlineTokens
(text: string, offset = 0)
app/bangumi/src/renderer/src/lib/utils/bbcode.ts:277
↓ 3 callersFunctionresolveUpdateSourceUrl
()
app/bangumi/src/main/update.ts:169
↓ 3 callersFunctionretryAfterTokenRecovery
( request: Parameters<typeof apiFetch>[0], options: JsonFetchOptions | undefined, fetcher: typeof apiFet
app/bangumi/src/renderer/src/data/fetch/config/base.ts:63
↓ 3 callersFunctionrun
(command, commandArgs)
app/bangumi/scripts/install-app-deps.mjs:27
↓ 3 callersFunctionrunVpk
(commandArgs, options = {})
app/bangumi/scripts/velopack-mac.mjs:293
↓ 3 callersFunctionrunVpk
(commandArgs, options = {})
app/bangumi/scripts/velopack-win.mjs:161
↓ 3 callersFunctionsetAppQuitting
(value: boolean)
app/bangumi/src/main/app-flags.ts:3
↓ 3 callersFunctionshouldUseWebTopicReply
({ error, target }: { error: unknown; target: ReplyTarget })
app/bangumi/src/renderer/src/data/fetch/api/reply.ts:198
↓ 3 callersFunctionsumSubjectStats
(stats?: Partial<Record<CollectionType, number>>)
app/bangumi/src/renderer/src/app/profile/page.tsx:544
↓ 3 callersFunctiontoString
(arr: string[][])
app/bangumi/src/renderer/src/data/fetch/db/subject.ts:14
↓ 3 callersFunctionupdateGlobalCommandPanelShortcut
(hotkey: string)
app/bangumi/src/main/shortcuts.ts:25
↓ 3 callersFunctionupdateTags
(updater: (next: Set<string>) => void)
app/bangumi/src/renderer/src/modules/common/collections/modify/tags/tags-form.tsx:20
↓ 3 callersFunctionuseCollectionEpisodesInfoBySubjectIdQuery
({ subjectId, limit = 100, offset = 0, episodeType, enabled, }: { subjectId: SubjectId limit?: n
app/bangumi/src/renderer/src/data/hooks/api/collection.ts:147
↓ 3 callersFunctionuseIndexQuery
({ enabled, indexId, }: { enabled?: boolean indexId: number | undefined })
app/bangumi/src/renderer/src/data/hooks/api/index.ts:11
↓ 3 callersFunctionuseInfinityQueryCollectionsByUsername
({ username, subjectType, collectionType, limit = 10, initialPageParam = 0, enabled, needKeepPre
app/bangumi/src/renderer/src/data/hooks/api/collection.ts:28
↓ 3 callersFunctionuseNativeSmoothVirtualizerScrollToTop
({ saveScrollState, viewport, virtualizerRef, }: { saveScrollState: (scrollOffset?: number) => void
app/bangumi/src/renderer/src/components/virtual/use-native-smooth-virtualizer-scroll-to-top.ts:8
↓ 3 callersFunctionuseOpenMonoListPanel
()
app/bangumi/src/renderer/src/modules/panel/left-panel/open-mono-list-panel.tsx:21
↓ 3 callersFunctionuseOpenReplyComposer
()
app/bangumi/src/renderer/src/modules/reply-composer/use-open-reply-composer.ts:6
↓ 3 callersFunctionuseOpenSubjectEpisodesPanel
({ subjectId, sourceTitle, episodeTotal, initialOffset = 0, }: { subjectId: SubjectId | undefined
app/bangumi/src/renderer/src/modules/common/episodes/use-open-subject-episodes-panel.ts:5
↓ 3 callersFunctionuseQueryCharacterDetailByID
({ id }: { id: CharacterId })
app/bangumi/src/renderer/src/data/hooks/api/character.ts:32
↓ 3 callersFunctionuseQueryPersonsById
({ id, enabled, }: { id: PersonId | undefined enabled?: boolean })
app/bangumi/src/renderer/src/data/hooks/api/person.ts:34
↓ 3 callersFunctionuseResizeObserver
({ ref, callback, deps = [], }: { ref: React.RefObject<T | null> callback: (entry: ResizeObserverEnt
app/bangumi/src/renderer/src/hooks/use-resize.ts:3
↓ 3 callersFunctionuseTrendingSubjectTopicsQuery
({ limit = 20, refetchPageLimit, }: { limit?: number refetchPageLimit?: number } = {})
app/bangumi/src/renderer/src/data/hooks/api/community.ts:215
↓ 3 callersFunctionuseUpdateState
()
app/bangumi/src/renderer/src/modules/update/menu.tsx:49
↓ 3 callersFunctionuseUserProfileQuery
({ username, enabled, }: { username: UserInfo['username'] | undefined enabled?: boolean })
app/bangumi/src/renderer/src/data/hooks/api/user.ts:42
↓ 3 callersFunctionuseVirtualScrollMemory
({ canSave = true, itemCount, mountKeyParts = [], memoryKey, ready = true, viewport, viewportRef
app/bangumi/src/renderer/src/components/virtual/use-virtual-scroll-memory.ts:24
↓ 2 callersFunctionapiFetchWithAuth
( request: Parameters<typeof apiFetch>[0], options?: JsonFetchOptions, )
app/bangumi/src/renderer/src/data/fetch/config/base.ts:109
↓ 2 callersFunctionappendGitHubArgs
(commandArgs, options = {})
app/bangumi/scripts/velopack-mac.mjs:189
↓ 2 callersFunctionappendGitHubArgs
(commandArgs, options = {})
app/bangumi/scripts/velopack-win.mjs:95
↓ 2 callersFunctionappendLocalArgs
(commandArgs, options = {})
app/bangumi/scripts/velopack-mac.mjs:230
↓ 2 callersFunctionappendLocalArgs
(commandArgs, options = {})
app/bangumi/scripts/velopack-win.mjs:128
↓ 2 callersFunctionappendS3Args
(commandArgs, options = {})
app/bangumi/scripts/velopack-mac.mjs:205
↓ 2 callersFunctionappendS3Args
(commandArgs, options = {})
app/bangumi/scripts/velopack-win.mjs:111
↓ 2 callersFunctionbuildTurnstileUrl
()
demo/private-api-turnstile/src/main.js:22
↓ 2 callersFunctioncanDeleteReply
(target: ReplyTarget)
app/bangumi/src/renderer/src/data/fetch/api/reply.ts:127
↓ 2 callersFunctioncleanAccessTokenCache
()
app/bangumi/src/renderer/src/data/fetch/session.ts:144
↓ 2 callersFunctioncleanupOldRendererLogs
(logsDir: string)
app/bangumi/src/main/lib/logger.ts:132
↓ 2 callersFunctioncleanupPackageFiles
(keepFileName?: string)
app/bangumi/src/main/update.ts:513
↓ 2 callersFunctioncompareVersions
(leftValue: string, rightValue: string)
app/bangumi/src/main/update.ts:325
↓ 2 callersFunctionconvertInline
(text: string)
app/bangumi/src/renderer/src/lib/utils/markdown-bbcode.ts:29
↓ 2 callersFunctioncreateDynamicSmileSections
(group: 'blake' | 'musume')
app/bangumi/src/renderer/src/components/comment/dynamic-smile.tsx:99
↓ 2 callersFunctioncreateSingletonPromise
()
app/bangumi/src/renderer/src/lib/utils/promise.ts:80
↓ 2 callersFunctioncreateSubjectBatchInsert
(subjectInfo: Subject)
app/bangumi/src/renderer/src/data/fetch/db/subject.ts:114
↓ 2 callersFunctioncreateWebReply
({ content, replyTo = 0, target, }: CreateWebReplyInput)
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:76
↓ 2 callersFunctioncreateWebReplyOnce
({ content, forceRefresh, replyTo, target, }: CreateWebReplyInput & { forceRefresh: boolean })
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:89
↓ 2 callersFunctionensureInBounds
(value: number, size: number, max: number)
app/bangumi/src/main/window.ts:20
↓ 2 callersFunctionfetchSubjectInfoById
({ subjectId }: { subjectId: SubjectId })
app/bangumi/src/renderer/src/data/fetch/web/subject.ts:29
↓ 2 callersFunctionfetchTrends
({ page, sectionPath, }: { page?: number sectionPath: SectionPath })
app/bangumi/src/renderer/src/data/fetch/web/subject.ts:17
↓ 2 callersFunctionformatCompactSubjectCount
(value: number)
app/bangumi/src/renderer/src/modules/common/subject-recommendation-meta.ts:19
↓ 2 callersFunctionformatProgressPart
(update: number | undefined, total: string | undefined, unit: string)
app/bangumi/src/renderer/src/modules/common/user/timeline.tsx:552
↓ 2 callersFunctionformatRecommendationSimilarity
(value: number)
app/bangumi/src/renderer/src/modules/common/subject-recommendation-meta.ts:15
↓ 2 callersFunctiongetAccessToken
(userId: string | null = store.get(userIdAtom) ?? null)
app/bangumi/src/renderer/src/data/fetch/session.ts:119
↓ 2 callersFunctiongetArchName
(arch)
app/bangumi/scripts/prune-after-pack.cjs:81
↓ 2 callersFunctiongetBangumiRoute
(href: string)
app/bangumi/src/renderer/src/lib/utils/bbcode.ts:342
↓ 2 callersFunctiongetBoxStyle
(box: Record<'height' | 'width', 'auto' | string>)
app/bangumi/src/renderer/src/components/hover-pop-card/manual/index.tsx:234
↓ 2 callersFunctiongetColumns
(width: number, minWidth: number, gap: number)
app/bangumi/src/renderer/src/modules/main/subject/character/gird/index.tsx:35
↓ 2 callersFunctiongetCommunityTopicLeadingKind
(topic: CommunityTopic)
app/bangumi/src/renderer/src/modules/common/community/community-topic-leading.tsx:7
↓ 2 callersFunctiongetCommunityTopicRoute
(topic: CommunityTopic)
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:248
↓ 2 callersFunctiongetDeleteReplyPath
(target: ReplyTarget, commentId: number)
app/bangumi/src/renderer/src/data/fetch/api/reply.ts:156
↓ 2 callersFunctiongetGridPosition
(index: number, count: number)
app/bangumi/src/renderer/src/components/comment/bangumi-smile.tsx:141
↓ 2 callersFunctiongetIndexCollectionActionHref
({ collected, html, indexId, }: { collected: boolean html: string indexId: number })
app/bangumi/src/renderer/src/data/fetch/web/collection.ts:49
↓ 2 callersFunctiongetIndexRelatedCategoryFilters
(stats: IndexStats | undefined)
app/bangumi/src/renderer/src/modules/common/index-related-filters.ts:42
↓ 2 callersFunctiongetIndexRelatedQueryFilters
({ categoryFilter, showCategoryFilter, subjectTypeFilter, }: { categoryFilter: string showCategoryFi
app/bangumi/src/renderer/src/modules/common/index-related-filters.ts:96
↓ 2 callersFunctiongetIndexRelatedSubjectTypeFilters
(stats: IndexStats | undefined)
app/bangumi/src/renderer/src/modules/common/index-related-filters.ts:53
↓ 2 callersFunctiongetMonoListPanelTabCount
(tab: MonoListPanelTab)
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel.tsx:296
↓ 2 callersFunctiongetOrCreateCommandWindow
()
app/bangumi/src/main/command-window.ts:107
↓ 2 callersFunctiongetPackageTempPath
(asset?: VelopackAsset | null)
app/bangumi/src/main/update.ts:199
↓ 2 callersFunctiongetPercent
(state: AppUpdateState)
app/bangumi/src/renderer/src/modules/update/menu.tsx:17
↓ 2 callersFunctiongetPostId
(value: string | undefined)
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:320
↓ 2 callersFunctiongetProgressTimelineAction
(item: UserTimelineItem)
app/bangumi/src/renderer/src/modules/common/user/timeline.tsx:461
↓ 2 callersFunctiongetReactionInvalidationKeys
(target: ReactionTarget)
app/bangumi/src/renderer/src/data/hooks/api/reaction.ts:172
↓ 2 callersFunctiongetRecommendationSubjectImage
(item: SubjectRecommendation)
app/bangumi/src/renderer/src/modules/common/subject-recommendation-meta.ts:11
↓ 2 callersFunctiongetRecommendationSubjectSubtitle
(item: SubjectRecommendation)
app/bangumi/src/renderer/src/modules/common/subject-recommendation-meta.ts:7
↓ 2 callersFunctiongetRecommendationSubjectTitle
(item: SubjectRecommendation)
app/bangumi/src/renderer/src/modules/common/subject-recommendation-meta.ts:3
↓ 2 callersFunctiongetReplyForm
(target: ReplyTarget, options?: { forceRefresh?: boolean })
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:234
↓ 2 callersFunctiongetReplyFormCacheKey
(target: ReplyTarget)
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:421
↓ 2 callersFunctiongetRightPanelContentByPathname
(pathname: string)
app/bangumi/src/renderer/src/state/panel.ts:218
↓ 2 callersFunctiongetSearchSubjectImage
(item: SearchSubjectData)
app/bangumi/src/renderer/src/modules/main/search/utils.ts:3
↓ 2 callersFunctiongetSearchSubjectSubtitle
(item: SearchSubjectData)
app/bangumi/src/renderer/src/modules/main/search/utils.ts:17
↓ 2 callersFunctiongetSearchSubjectTitle
(item: SearchSubjectData)
app/bangumi/src/renderer/src/modules/main/search/utils.ts:13
↓ 2 callersFunctiongetSimplifiedChineseName
(infobox: { key: string; value: unknown }[])
app/bangumi/src/renderer/src/modules/header/title/mono.tsx:46
↓ 2 callersFunctiongetSubjectItemValue
(subject: SubjectSearchItem)
app/bangumi/src/renderer/src/modules/command/index.tsx:22
↓ 2 callersFunctiongetTimeline
({ limit, mode, until, }: { limit?: number mode?: TimelineMode until?: number })
app/bangumi/src/renderer/src/data/fetch/api/timeline.ts:5
↓ 2 callersFunctiongetTimestamp
(date?: string, format?: string)
app/bangumi/src/renderer/src/lib/utils/date.ts:7
← previousnext →101–200 of 1,380, ranked by callers