MCPcopy Create free account

hub / github.com/Y80/bmm / functions

Functions544 in github.com/Y80/bmm

↓ 1 callersFunctionhandleMarkRead
(item: ReadLaterItem)
src/app/user/read-later/ClientPage.tsx:121
↓ 1 callersFunctionhandleResize
()
src/hooks/useIsMobile.ts:6
↓ 1 callersFunctionincludesThirdPartyIconApiHostPlaceholder
(srcTemplate: string)
src/components/BookmarkIconDropdown.tsx:117
↓ 1 callersFunctionisActiveLink
(href: string)
src/components/CmsSidebarNav.tsx:95
↓ 1 callersFunctionisCloudflareVerificationResponse
(response: FetchResponse)
src/controllers/BookmarkHostCheck.controller.ts:159
↓ 1 callersFunctionisServerless
()
src/utils/index.ts:105
↓ 1 callersFunctionisUserCmsPath
(pathname: string)
src/app/user/UserLayoutShell.tsx:14
↓ 1 callersFunctionisVercelVerificationResponse
(response: FetchResponse)
src/controllers/BookmarkHostCheck.controller.ts:167
↓ 1 callersFunctionisVerificationChallengeResponse
(response: FetchResponse)
src/controllers/BookmarkHostCheck.controller.ts:173
↓ 1 callersFunctionlistOpenAICompatibleModels
(params: { baseUrl: string; apiKey: string })
src/controllers/AiProvider.controller.ts:262
↓ 1 callersFunctionmain
()
scripts/db-test.mjs:6
↓ 1 callersFunctionmain
()
scripts/reset-user-password.mjs:130
↓ 1 callersFunctionmain
()
scripts/list-users.mjs:11
↓ 1 callersFunctionmain
()
scripts/db-migration.mjs:6
↓ 1 callersFunctionmain
()
scripts/backfill-bookmark-host-keys.mjs:31
↓ 1 callersFunctionmain
()
scripts/db-push.mjs:6
↓ 1 callersFunctionmergeConfig
( input: AiProvidersConfigInput, existing: AiProvidersConfig )
src/controllers/AiProvider.controller.ts:127
↓ 1 callersFunctionmergeHeaders
(headers: HeadersInit | undefined, otherHeaders: HeadersInit)
src/utils/index.ts:45
↓ 1 callersFunctionmockTag
()
tests/db/utils.ts:7
↓ 1 callersFunctionnormalizeBookmarkInput
(bookmark: Partial<Bookmark>)
src/components/BookmarkSlugPage.tsx:49
↓ 1 callersFunctionnormalizeThirdPartyIconApiConfigs
(input: unknown)
src/components/BookmarkIconDropdown.tsx:94
↓ 1 callersFunctiononChangeIconSet
(prefix: string)
src/components/IconPicker.tsx:112
↓ 1 callersFunctiononChangeIsPinned
(item: SelectBookmark, isPinned: boolean)
src/components/BookmarkListPage.tsx:309
↓ 1 callersFunctiononCheckHost
(item: SelectBookmark)
src/components/BookmarkListPage.tsx:325
↓ 1 callersFunctiononDeleteUser
(user: SelectUser)
src/app/admin/user/list/page.tsx:116
↓ 1 callersFunctiononRemoveTag
(target: ValueType[number])
src/components/TagSelect/index.tsx:58
↓ 1 callersFunctiononValueChange
(value: ValueType)
src/components/TagSelect/index.tsx:53
↓ 1 callersFunctiononerror
()
src/utils/website-icon.test.ts:105
↓ 1 callersFunctiononload
()
src/utils/website-icon.test.ts:99
↓ 1 callersFunctionopenEditModal
(provider: EditableProvider)
src/app/admin/ai-provider/page.tsx:131
↓ 1 callersFunctionparseArgs
()
scripts/reset-user-password.mjs:7
↓ 1 callersFunctionparseCharset
从 Content-Type header 提取 charset 并映射到 iconv 编码名
src/utils/fetch-html.ts:65
↓ 1 callersFunctionparseMetaCharset
从 HTML <meta> 标签提取 charset
src/utils/fetch-html.ts:73
↓ 1 callersFunctionparseStoredConfig
(value: unknown)
src/controllers/AiProvider.controller.ts:103
↓ 1 callersFunctionprobeHost
(hostKey: string, timeout: number, proxyUrl?: string)
src/controllers/BookmarkHostCheck.controller.ts:131
↓ 1 callersFunctionpromptNewPassword
(passwordSchema)
scripts/reset-user-password.mjs:110
↓ 1 callersFunctionpromptText
(message, defaultValue = '')
scripts/reset-user-password.mjs:44
↓ 1 callersFunctionredactDbConnectionUrl
(connectionUrl = '')
scripts/utils.mjs:32
↓ 1 callersFunctionrenderBrandLogo
()
src/components/CmsSidebarNav.tsx:162
↓ 1 callersFunctionrenderCategory
(node: CategoryNode)
src/components/UploadPage/index.tsx:242
↓ 1 callersFunctionrenderError
(props: Props)
src/components/Favicon.tsx:54
↓ 1 callersFunctionrenderHostCheckStatus
(item: SelectBookmark)
src/components/BookmarkListPage.tsx:386
↓ 1 callersFunctionrenderIcon
()
src/components/TagSlugPage.tsx:77
↓ 1 callersFunctionrenderMobileBrandLogo
()
src/components/CmsSidebarNav.tsx:188
↓ 1 callersFunctionrenderModelDropdown
()
src/app/admin/ai-provider/page.tsx:257
↓ 1 callersFunctionrenderModelLabel
()
src/app/admin/ai-provider/page.tsx:240
↓ 1 callersFunctionrenderParseWebsiteDropdown
()
src/components/BookmarkSlugPage.tsx:158
↓ 1 callersFunctionrunConcurrent
( items: T[], concurrency: number, worker: (item: T) => Promise<void> )
src/controllers/BookmarkHostCheck.controller.ts:327
↓ 1 callersFunctionsaveUserCheckHostsTask
(userId: UserId, task: CheckHostsTaskValue)
src/controllers/BookmarkHostCheck.controller.ts:275
↓ 1 callersFunctionsetCtxValue
(fn)
src/app/user/ctx.tsx:39
↓ 1 callersFunctionsetCtxValue
(fn)
src/app/admin/ctx.tsx:41
↓ 1 callersFunctionsort
(orders: { id: number; order: number }[])
src/controllers/PublicTag.controller.ts:158
↓ 1 callersFunctiontestDBInitialed
()
scripts/db-init.mjs:9
↓ 1 callersFunctiontestOpenAICompatibleProvider
( provider: AiProviderConfig )
src/controllers/AiProvider.controller.ts:209
↓ 1 callersFunctiontestProvider
(provider: EditableProvider)
src/app/admin/ai-provider/page.tsx:201
↓ 1 callersFunctiontoEditPage
(item: SelectBookmark)
src/components/BookmarkListPage.tsx:321
↓ 1 callersFunctiontoFormValidationErrors
(fieldErrors: Record<string, string[] | undefined>)
src/app/login/page.tsx:98
↓ 1 callersFunctiontoSavePayload
(config: EditableConfig)
src/app/admin/ai-provider/page.tsx:85
↓ 1 callersFunctiontoggleActiveProvider
(provider: EditableProvider, isSelected: boolean)
src/app/admin/ai-provider/page.tsx:178
↓ 1 callersFunctiontoggleFolderOpen
(id: string)
src/components/UploadPage/index.tsx:234
↓ 1 callersFunctiontoggleRegisterMode
()
src/app/login/page.tsx:75
↓ 1 callersFunctiontraverse
(node: typeof body)
src/lib/ai/payload.ts:13
↓ 1 callersFunctiontraverseDt
( dt: HTMLDetailsElement, parentCates: Category[] )
src/components/UploadPage/index.tsx:88
↓ 1 callersFunctionvalidateForm
(values: unknown)
src/app/user/settings/ClientPage.tsx:38
↓ 1 callersFunctionvalidateForm
(values: any)
src/app/login/page.tsx:81
↓ 1 callersFunctionverifyPassword
验证密码是否匹配
src/controllers/Credentials.controller.ts:25
↓ 1 callersFunctionwalk
(node: unknown)
src/utils/extract-article.ts:69
FunctionAdminLayout
(props: PropsWithChildren)
src/app/admin/layout.tsx:18
FunctionAdminPageShell
(props: AdminPageShellProps)
src/components/AdminPageShell.tsx:37
FunctionAdminPageTitle
(props: AdminPageTitleProps)
src/components/AdminPageTitle.tsx:32
FunctionAdminProvider
(props: PropsWithChildren<ContextValuePart>)
src/app/admin/ctx.tsx:31
FunctionAdminSurfaceCard
(props: AdminSurfaceCardProps)
src/components/AdminPageShell.tsx:136
FunctionAiAnalyzeButton
(props: Props)
src/components/AiAnalyzeRelatedTagButton.tsx:13
FunctionAntdConfigProviderWrapper
({ children }: PropsWithChildren)
src/app/ctx.tsx:25
FunctionAppBackground
()
src/components/AppBackground.tsx:4
FunctionBanner
(props: Props)
src/components/HomeBody/components/Banner.tsx:26
FunctionBookmarkCard
(props: Props)
src/components/HomeBody/components/BookmarkCard.tsx:15
FunctionBookmarkContainer
({ children }: PropsWithChildren)
src/components/HomeBody/components/BookmarkContainer.tsx:4
FunctionBookmarkIconDropdown
(props: Props)
src/components/BookmarkIconDropdown.tsx:130
FunctionBookmarkListPage
(props: BookmarkListPageProps)
src/components/BookmarkListPage.tsx:107
FunctionBookmarkSlug
()
src/app/user/bookmark/[slug]/page.tsx:7
FunctionBookmarkSlug
()
src/app/admin/bookmark/[slug]/page.tsx:10
FunctionBookmarkSlugPage
(props: BookmarkSlugPageProps)
src/components/BookmarkSlugPage.tsx:67
FunctionBorderBeam
({ className, size = 50, delay = 0, duration = 6, colorFrom = '#ffaa40', colorTo = '#9c40ff', tr
src/components/ui/BorderBeam.tsx:54
FunctionClientHomePage
()
src/app/user/ClientHomePage.tsx:8
FunctionClientIcon
(props: Props)
src/components/ClientIcon.tsx:16
FunctionClientPage
(props: ClientPageProps)
src/app/user/read-later/ClientPage.tsx:69
FunctionClientPage
(props: Props)
src/app/user/settings/ClientPage.tsx:24
FunctionClientPage
()
src/app/user/bookmark/[slug]/ClientPage.tsx:10
FunctionClientPage
()
src/app/user/bookmark/list/ClientPage.tsx:6
FunctionClientPage
()
src/app/user/tag/[slug]/ClientPage.tsx:12
FunctionClientPage
()
src/app/user/tag/list/ClientPage.tsx:13
FunctionCmsHomePage
(props: CmsHomePageProps)
src/components/CmsHomePage.tsx:27
FunctionCmsLayout
(props: CmsLayoutProps)
src/components/CmsLayout.tsx:28
FunctionCmsLayoutShell
(props: PropsWithChildren)
src/components/CmsLayoutShell.tsx:17
FunctionCmsSidebarNav
(props: CmsSidebarNavProps)
src/components/CmsSidebarNav.tsx:60
FunctionColorPicker
(props: Props)
src/components/ColorPicker.tsx:31
FunctionEmptyListPlaceholder
(props: Props)
src/components/EmptyListPlaceholder.tsx:9
FunctionExportBookmarksGuide
()
src/components/UploadPage/components/ExportBookmarksGuide.tsx:3
FunctionFavicon
(props: Props)
src/components/Favicon.tsx:64
← previousnext →201–300 of 544, ranked by callers