MCPcopy Create free account

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

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

↓ 1 callersFunctiongetSubjectCollectionBySubjectIdAndUsername
({ username, subjectId, }: { username: UserInfo['username'] | undefined subjectId: SubjectId | undefin
app/bangumi/src/renderer/src/data/fetch/api/collection.ts:202
↓ 1 callersFunctiongetSubjectCollectionTimelineAction
(item: UserTimelineItem)
app/bangumi/src/renderer/src/modules/common/user/timeline.tsx:474
↓ 1 callersFunctiongetTimelineAction
(item: UserTimelineItem)
app/bangumi/src/renderer/src/modules/common/user/timeline.tsx:398
↓ 1 callersFunctiongetTimelineFallbackCollections
({ username, subjectType, collectionType, }: CollectionFetchParams & { username: UserInfo['username'] })
app/bangumi/src/renderer/src/data/fetch/api/user.ts:142
↓ 1 callersFunctiongetTimelineReaction
(item: UserTimelineItem)
app/bangumi/src/renderer/src/modules/common/user/timeline.tsx:432
↓ 1 callersFunctiongetTimelineSubjectCollectionType
(type: number)
app/bangumi/src/renderer/src/modules/common/user/timeline.tsx:483
↓ 1 callersFunctiongetTopicRoute
(topic: CommunityTopic)
app/bangumi/src/renderer/src/modules/main/community/topic-preview-section.tsx:224
↓ 1 callersFunctiongetTopicRows
(topic: GroupTopic | SubjectTopic)
app/bangumi/src/renderer/src/modules/main/community/topic-detail.tsx:195
↓ 1 callersFunctiongetUpdateActionText
(state: AppUpdateState | null)
app/bangumi/src/renderer/src/modules/update/menu.tsx:34
↓ 1 callersFunctiongetUpdateDescription
(state: AppUpdateState | null, title: string)
app/bangumi/src/renderer/src/modules/main/settings/about.tsx:189
↓ 1 callersFunctiongetUpdateState
()
app/bangumi/src/main/update.ts:535
↓ 1 callersFunctiongetUrlFilename
(src: string)
app/bangumi/src/renderer/src/components/comment/bbcode-image.tsx:315
↓ 1 callersFunctiongetUser32
()
app/bangumi/src/main/windows-focus.ts:10
↓ 1 callersFunctiongetUserInfoWithAuth
()
app/bangumi/src/renderer/src/data/fetch/api/user.ts:17
↓ 1 callersFunctiongetUserP1CollectionPath
(type: P1CollectionResourceType, username: UserInfo['username'])
app/bangumi/src/renderer/src/data/fetch/api/collection.ts:70
↓ 1 callersFunctiongetUserTimelineByUsername
({ username, limit, until, }: { username: UserInfo['username'] | undefined limit?: number until?:
app/bangumi/src/renderer/src/data/fetch/api/user.ts:48
↓ 1 callersFunctiongetUserTimelineInfiniteQueryKey
({ limit, userId, username, }: { limit: number userId: unknown username: UserInfo['username'] | un
app/bangumi/src/renderer/src/data/hooks/api/user.ts:18
↓ 1 callersFunctiongetWebReplyErrorMessage
(html: string | undefined)
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:382
↓ 1 callersFunctiongetWebReplyFallbackAction
(target: ReplyTarget)
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:415
↓ 1 callersFunctiongetWebReplyPath
(target: ReplyTarget)
app/bangumi/src/renderer/src/data/fetch/web/reply.ts:394
↓ 1 callersFunctiongetWheelPixelDelta
(delta: number, deltaMode: number, pageSize: number)
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel.tsx:265
↓ 1 callersFunctionhandleUnauthorizedResponse
()
app/bangumi/src/renderer/src/data/fetch/config/base.ts:53
↓ 1 callersFunctionhasCollectionStats
( stats: Partial<Record<CollectionType, number>> | undefined, collectionType: CollectionType, )
app/bangumi/src/renderer/src/app/profile/page.tsx:549
↓ 1 callersFunctionhasVisibleReplyContent
(reply: CommentBase)
app/bangumi/src/renderer/src/components/comment/comment-item.tsx:48
↓ 1 callersFunctionhashString
(value: string)
app/bangumi/src/renderer/src/modules/main/search/utils.ts:51
↓ 1 callersFunctionhideCommandWindow
(options?: { restorePreviousFocus?: boolean })
app/bangumi/src/main/command-window.ts:233
↓ 1 callersFunctionhighlightMatch
(text: string, query: string | undefined)
app/bangumi/src/renderer/src/components/input-selector/index.tsx:72
↓ 1 callersFunctionignoreUpdate
(version?: string)
app/bangumi/src/main/update.ts:727
↓ 1 callersFunctioninitDB
()
app/bangumi/src/main/lib/db.ts:59
↓ 1 callersFunctioninitialize
()
app/bangumi/src/main/init.ts:12
↓ 1 callersFunctioninsertLoginInfo
(loginInfo: LoginInfo)
app/bangumi/src/renderer/src/data/fetch/db/user.ts:10
↓ 1 callersFunctioninstallBetterSqlitePrebuild
()
app/bangumi/scripts/install-app-deps.mjs:56
↓ 1 callersFunctioninstallElectronBinary
()
app/bangumi/scripts/install-app-deps.mjs:47
↓ 1 callersFunctioninstallUpdate
()
app/bangumi/src/main/update.ts:710
↓ 1 callersFunctionisAllowedRedirect
(uri)
demo/private-api-turnstile/src/main.js:29
↓ 1 callersFunctionisCollectionEpisode
(episode: Episode | CollectionEpisode)
app/bangumi/src/renderer/src/modules/common/episodes/grid/content.tsx:9
↓ 1 callersFunctionisCurrentVersionPackage
(fileName: string)
app/bangumi/src/main/update.ts:509
↓ 1 callersFunctionisNativeModuleArch
(filePath, arch)
app/bangumi/scripts/ensure-native-arch.mjs:59
↓ 1 callersFunctionisNativeModuleArch
(filePath, targetArch)
app/bangumi/scripts/velopack-mac.mjs:264
↓ 1 callersFunctionisReactableItem
(data: Record<string, unknown>, variables: ToggleReactionInput)
app/bangumi/src/renderer/src/data/hooks/api/reaction.ts:135
↓ 1 callersFunctionisSameReactionUser
(a: CommentReactionUser, b: CommentReactionUser)
app/bangumi/src/renderer/src/data/hooks/api/reaction.ts:168
↓ 1 callersFunctionisUpdatePackageFile
(fileName: string)
app/bangumi/src/main/update.ts:505
↓ 1 callersFunctionlinkifyNodes
(nodes: ReactNode)
app/bangumi/src/renderer/src/lib/utils/bbcode.ts:209
↓ 1 callersFunctionlinkifyText
(text: string)
app/bangumi/src/renderer/src/lib/utils/bbcode.ts:254
↓ 1 callersFunctionloadBmojiDecoder
()
app/bangumi/src/renderer/src/components/comment/bmoji.tsx:204
↓ 1 callersFunctionloadCommandWindowContents
(window: BrowserWindow)
app/bangumi/src/main/command-window.ts:27
↓ 1 callersFunctionlogout
()
app/bangumi/src/renderer/src/data/fetch/session.ts:48
↓ 1 callersFunctionlogout
()
app/bangumi/scripts/test/test-ofetch-error.js:5
↓ 1 callersFunctionmarkCommandOverlayReady
()
app/bangumi/src/main/command-window.ts:202
↓ 1 callersFunctionmayNeedContentCollapse
(content: string)
app/bangumi/src/renderer/src/components/comment/comment-item.tsx:479
↓ 1 callersFunctionmergeSubjectType
(prev?: SubjectType, next?: SubjectType)
app/bangumi/src/renderer/src/modules/main/mono/content.tsx:314
↓ 1 callersFunctionmigrateLegacyUserDataPath
(nextUserDataPath: string)
app/bangumi/src/main/env.ts:21
↓ 1 callersFunctionmutateNotCollected
()
app/bangumi/src/renderer/src/modules/common/collections/use-episode-collection-actions.ts:173
↓ 1 callersFunctionmutateSeenAction
()
app/bangumi/src/renderer/src/modules/common/collections/use-episode-collection-actions.ts:143
↓ 1 callersFunctionmutateWatchedAction
()
app/bangumi/src/renderer/src/modules/common/collections/use-episode-collection-actions.ts:133
↓ 1 callersFunctionnewIdbStorage
(idbStore: UseStore)
app/bangumi/src/renderer/src/lib/persister.ts:9
↓ 1 callersFunctionnormalizeBmojiCode
(code: string)
app/bangumi/src/renderer/src/components/comment/bmoji.tsx:114
↓ 1 callersMethodnotAuth
()
app/bangumi/src/renderer/src/lib/utils/error.ts:34
↓ 1 callersMethodnotFound
()
app/bangumi/src/renderer/src/lib/utils/error.ts:40
↓ 1 callersFunctionopen
()
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/shared.tsx:126
↓ 1 callersFunctionopenGroup
()
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-group-content.tsx:103
↓ 1 callersFunctionopenLoginDialogForAuthError
(error: AuthError)
app/bangumi/src/renderer/src/modules/wrapper/query.ts:20
↓ 1 callersFunctionopenPreview
()
app/bangumi/src/renderer/src/components/image/image-preview-button.tsx:23
↓ 1 callersFunctionopenTopic
()
app/bangumi/src/renderer/src/modules/panel/left-panel/panels/mono-list-panel/community-topic-content.tsx:171
↓ 1 callersFunctionopenTopic
()
app/bangumi/src/renderer/src/modules/main/home/community-overview.tsx:167
↓ 1 callersFunctionopenTopic
()
app/bangumi/src/renderer/src/modules/main/community/topic-preview-section.tsx:149
↓ 1 callersFunctionparseArgs
(values)
app/bangumi/scripts/velopack-mac.mjs:276
↓ 1 callersFunctionparseArgs
(values)
app/bangumi/scripts/velopack-win.mjs:144
↓ 1 callersFunctionparseBlocks
(markdown: string)
app/bangumi/src/renderer/src/lib/utils/markdown-bbcode.ts:10
↓ 1 callersFunctionparseDateValue
(value: string)
app/bangumi/src/renderer/src/modules/panel/right-panel/panels/search-filter-panel.tsx:343
↓ 1 callersFunctionparseDeleteCollectionHash
(HTML: string)
app/bangumi/src/renderer/src/data/transformer/web.ts:78
↓ 1 callersFunctionparseInfoBoxFromSubjectPage
(HTML: string)
app/bangumi/src/renderer/src/data/transformer/web.ts:25
↓ 1 callersFunctionparseInfoBoxItem
(item: Element)
app/bangumi/src/renderer/src/data/transformer/web.ts:46
↓ 1 callersFunctionpruneBetterSqlite3
(unpackedRoot)
app/bangumi/scripts/prune-after-pack.cjs:16
↓ 1 callersFunctionpruneKoffi
(unpackedRoot, platform, contextArch)
app/bangumi/scripts/prune-after-pack.cjs:44
↓ 1 callersFunctionpruneMacOSTrafficLights
(unpackedRoot, platform)
app/bangumi/scripts/prune-after-pack.cjs:33
↓ 1 callersFunctionpruneVelopack
(unpackedRoot, platform, contextArch)
app/bangumi/scripts/prune-after-pack.cjs:66
↓ 1 callersFunctionreadAppConfig
()
app/bangumi/src/main/update.ts:44
↓ 1 callersFunctionreadBuildHash
()
app/bangumi/electron.vite.config.ts:7
↓ 1 callersFunctionreadCallbackToken
()
demo/private-api-turnstile/src/main.js:49
↓ 1 callersFunctionreadGitHubCliToken
()
app/bangumi/scripts/with-github-token.mjs:34
↓ 1 callersFunctionreadGlobalCommandPanelShortcut
()
app/bangumi/src/main/shortcuts.ts:46
↓ 1 callersFunctionrecoverAccessTokenAfterUnauthorized
( userId: string | null = store.get(userIdAtom) ?? null, )
app/bangumi/src/renderer/src/data/fetch/session.ts:91
↓ 1 callersFunctionredactArgs
(commandArgs)
app/bangumi/scripts/velopack-mac.mjs:312
↓ 1 callersFunctionredactArgs
(commandArgs)
app/bangumi/scripts/velopack-win.mjs:181
↓ 1 callersFunctionrefreshToken
({ refresh_token, user_id, }: { refresh_token: string user_id: number })
app/bangumi/src/renderer/src/data/fetch/web/login.ts:205
↓ 1 callersFunctionrefreshUrl
()
demo/private-api-turnstile/src/main.js:33
↓ 1 callersFunctionregisterGlobalShortcuts
(toggleCommandWindow: () => void)
app/bangumi/src/main/shortcuts.ts:11
↓ 1 callersFunctionrenderInfoBoxValueList
(values: MonoInfoBox['value'] & Array<{ k?: string; v: string }>)
app/bangumi/src/renderer/src/components/mono/mono-detail-view.tsx:960
↓ 1 callersFunctionrenderLink
(href: string, key: string)
app/bangumi/src/renderer/src/lib/utils/bbcode.ts:315
↓ 1 callersFunctionrenderRelatedCards
(items: MonoRelatedItem[])
app/bangumi/src/renderer/src/components/mono/mono-detail-view.tsx:677
↓ 1 callersFunctionrenderSubjectCards
(subjects: MonoSubjectItem[])
app/bangumi/src/renderer/src/components/mono/mono-detail-view.tsx:478
↓ 1 callersFunctionrequestTurnstileToken
()
app/bangumi/src/main/tipc/turnstile.ts:15
↓ 1 callersFunctionresetOutputDir
(outputDir)
app/bangumi/scripts/velopack-mac.mjs:162
↓ 1 callersFunctionresetOutputDir
()
app/bangumi/scripts/velopack-win.mjs:64
↓ 1 callersFunctionresolveCompactBmojiLayers
(code: string)
app/bangumi/src/renderer/src/components/comment/bmoji.tsx:142
↓ 1 callersFunctionresolveEpisodeCollectionActionByShortcut
({ defaultAction, modifierState, }: { defaultAction: EpisodeCollectionAction modifierState: Collection
app/bangumi/src/renderer/src/constant/collection.ts:19
↓ 1 callersFunctionresolveExpandedBmojiLayers
(code: string)
app/bangumi/src/renderer/src/components/comment/bmoji.tsx:118
↓ 1 callersFunctionresolveGitHubRelease
( channel = readUpdateChannel(), )
app/bangumi/src/main/update.ts:129
↓ 1 callersFunctionresolveMonoListPanelTab
(tab: MonoListPanelTabInput)
app/bangumi/src/renderer/src/modules/panel/left-panel/open-mono-list-panel.tsx:17
← previousnext →401–500 of 1,380, ranked by callers