MCPcopy Create free account

hub / github.com/alfonsusac/check-site-meta / functions

Functions281 in github.com/alfonsusac/check-site-meta

FunctionPreviewThemeSwitcher
(props: { themeId: string, themes: { key: string, icon: ReactNode }[] })
src/app/components/previews/Preview.client.tsx:38
FunctionPreviewTwitter
( { metadata, className, ...props }: { metadata: ResoledMetadata } & ComponentProps<"div"> )
src/app/components/previews/PreviewTwitter.tsx:11
FunctionPreviewWhatsapp
( { metadata, className, ...props }: ComponentProps<"div"> & { metadata: ResoledMetadata } )
src/app/components/previews/PreviewWhatsapp.tsx:6
FunctionReactScan
()
src/app/lib/react-scan.tsx:2
FunctionRecentSuggestions
(props: { hidden: boolean, })
src/app/components/inputs/InputSuggestions.tsx:8
FunctionRiExternalLinkLine
(props: SVGProps<SVGSVGElement>)
src/app/components/advanced/Sitemap.client.tsx:427
FunctionRiTwitterXFill
(props: SVGProps<SVGSVGElement>)
src/app/components/LinkPreviewPanel.tsx:91
FunctionRobots
()
src/app/components/advanced/Robots.client.tsx:17
FunctionRobots
()
src/app/components/advanced/AdvancedPanel.tsx:15
FunctionRobotsAdvancedDetailsBoundary
(props: { url: string })
src/app/components/advanced/Robots.client.tsx:35
FunctionRobotsClientDetails
({ uaRules, ...props }: { uaRules: ParsedRobotRules } & ComponentProps<"div">)
src/app/components/advanced/Robots.client.tsx:118
FunctionRobotsDetails
({ data, url }: { url: string, data: GetRobotsResult, })
src/app/components/advanced/Robots.tsx:58
FunctionRobotsSummary
(props: { metadata: ResoledMetadata, getRobots: (url: string) => Promise<GetRobotsResult> })
src/app/components/advanced/Robots.tsx:10
FunctionRobotsSummaryData
()
src/app/components/advanced/Robots.tsx:25
FunctionRootLayout
(props: { children: React.ReactNode; })
src/app/layout.tsx:31
FunctionSeparator
()
src/app/components/SummaryPanelField.tsx:9
FunctionSitemapCategoryCollapsible
( props: { header: ReactNode, children?: ReactNode, } )
src/app/components/advanced/Sitemap.client.tsx:19
FunctionSitemapCountFromRobotBadge
()
src/app/components/advanced/Sitemap.tsx:150
FunctionSitemapDetails
(props: { url: string, getRobots: (url: string) => Promise<{ sitemaps: string[] }> })
src/app/components/advanced/Sitemap.tsx:60
FunctionSitemapFileCard
(props: { id: string, fullUrl: string, title: string, lastModified?: string defaultClosed?: boolean
src/app/components/advanced/Sitemap.client.tsx:53
FunctionSitemapFromRobots
()
src/app/components/advanced/Sitemap.tsx:40
FunctionSitemapIndexList
(props: { id: string, indexes: NonNullable< NonNullable< GetSitemapActionResponse >['valid
src/app/components/advanced/SitemapIndex.client.tsx:5
FunctionSitemapPresence
()
src/app/components/advanced/Sitemap.tsx:30
FunctionSitemapSourceCategorySuspense
(props: { children: ReactNode, fallback: ReactNode, header: ReactNode })
src/app/components/advanced/Sitemap.tsx:100
FunctionSitemapSummary
( props: { metadata: ResoledMetadata, getSitemap: (url: string) => Promise<{ parsed: boolean }>,
src/app/components/advanced/Sitemap.tsx:11
FunctionSitemapUrlList
(props: { urls: NonNullable< NonNullable< GetSitemapActionResponse >['validated']['res']['ur
src/app/components/advanced/SitemapUrl.client.tsx:10
FunctionSitemapsFromDirectLink
()
src/app/components/advanced/Sitemap.tsx:117
FunctionSitemapsFromRobots
()
src/app/components/advanced/Sitemap.tsx:130
FunctionSortIconTableHeader
(props: { status: "asc" | "desc" | undefined, })
src/app/components/advanced/SitemapUrl.client.tsx:134
FunctionSortIconTableHeader
(props: { status: "asc" | "desc" | null, })
src/app/components/advanced/Sitemap.client.tsx:318
FunctionSourceHeader
(props: ComponentProps<"button">)
src/app/components/advanced/Sitemap.tsx:164
FunctionStackTrace
(props: ComponentProps<"div"> & { stack?: string })
src/app/module/error/ErrorCard.tsx:39
FunctionStaticTooltip
( { className, children, tooltip, ...props }: ComponentProps<"div"> & { tooltip: ReactNode, } )
src/app/lib/Tooltip.tsx:12
FunctionStructuredOpengraphMetadata
( props: { d: ResoledMetadata, type: "images" } )
src/app/components/meta-info-panels/OpenGraph.tsx:43
FunctionSuggestionGoToUrlButton
({ value, className, ...props }: ComponentProps<"button"> & { value: string, })
src/app/components/inputs/InputSuggestions.tsx:118
FunctionSummaryMetadata
(props: { m: ResoledMetadata })
src/app/components/SummaryPanel.tsx:71
FunctionTabContent
()
src/app/module/tab/Tabs.tsx:57
FunctionTabList
({ tabs, tabNum, className, onTabChange, ...props }: ComponentProps<"div"> & { tabs: { key?: string
src/app/module/tab/TabRoot.tsx:6
FunctionTableBase
()
src/app/lib/Table.tsx:3
FunctionTabsWithContent
( { id, tabs, children, className, ...props }: { id: string, tabs: { label: ReactNode, content
src/app/module/tab/Tabs.tsx:11
FunctionTdesignSitemap
(props: SVGProps<SVGSVGElement>)
src/app/components/advanced/Sitemap.tsx:178
FunctionTdesignSitemap
(props: SVGProps<SVGSVGElement>)
src/app/components/advanced/Sitemap.client.tsx:418
FunctionTextArea
(props: ComponentProps<'textarea'>)
src/app/lib/textarea.tsx:3
FunctionTextInputCard
(props: ComponentProps<"div">)
src/app/components/inputs/TextInput.tsx:4
FunctionTextInputIconStart
(props: ComponentProps<"div">)
src/app/components/inputs/TextInput.tsx:18
FunctionThemeScript
()
src/app/layout.tsx:71
FunctionThemeSwitcher
()
src/app/theme-switch.tsx:55
FunctionThemeSwitcherDev
()
src/app/theme-switch.tsx:7
FunctionTooltipBase
( { className, ...props }: ComponentProps<"div"> )
src/app/lib/Tooltip.tsx:4
FunctionTwitterMetadata
(props: { m: ResoledMetadata })
src/app/components/SummaryPanel.tsx:149
FunctionTwitterPreviewFrame
({ children }: { children: React.ReactNode })
src/app/components/previews/PreviewTwitter.tsx:88
FunctionTypcnInfoLarge
(props: SVGProps<SVGSVGElement>)
src/app/components/previews/PreviewFacebook.tsx:271
FunctionWithPageData
(props: { url: string, children: (metadata: Awaited<ReturnType<typeof getSiteMetadata>>) => React.JSX.Elem
src/app/page.tsx:111
Functioncleanup
()
bin/check-site-meta.ts:140
Functioncleanup
()
bin/check-site-meta.js:116
FunctioncollapseAll
()
src/app/lib/Collapsible.client.tsx:28
Methodconstructor
( /** Custom-made stack implementation */ who: string, /** Title of the error. Fallback to error.
src/app/module/error/error-primitives.ts:68
Methodconstructor
(summary: string, message: string, error?: unknown)
src/app/lib/parse-url.ts:14
Methodconstructor
(readonly element: HTMLElement)
src/app/lib/get-metadata.ts:193
FunctioncreateError
( type: ErrorInfo["type"], summary: string, detail?: string, context?: string[], )
src/app/module/error/error-primitives.ts:9
FunctionexpandAll
()
src/app/lib/Collapsible.client.tsx:23
FunctionfromMetaTagWithName
(root: HTMLElement, key: string)
src/app/lib/get-metadata.ts:183
Functionget
(key: string)
src/app/lib/searchParams.ts:23
FunctiongetAll
()
src/app/lib/searchParams.ts:26
FunctiongetMetadata
(root: HTMLElement, rawUrl: string)
src/app/lib/metadata/index.ts:42
FunctiongetRobotsAction
(state: unknown, payload: string)
src/app/components/advanced/Robots.action.ts:6
FunctiongetTwitterMeta
(root: HTMLElement, key: string)
src/app/lib/get-metadata.ts:180
FunctiongetTwitterMetadataPreview
(m: Metadata)
src/app/lib/get-metadata-preview.ts:3
FunctiongetTwitterSummaryLargePreview
(m: Metadata)
src/app/lib/get-metadata-preview.ts:101
FunctiongetWhatsappPreview
(metadata: ResoledMetadata)
src/app/components/previews/PreviewWhatsapp.tsx:57
FunctionhandleClose
()
src/app/components/home/AppDescription.tsx:32
Functionignore
()
src/app/components/HostedLimitationAlert.tsx:12
Functionnavigate
(key: string, value: string | undefined)
src/app/lib/searchParams.ts:19
FunctiononClear
()
src/app/components/inputs/InputSuggestions.tsx:20
FunctionprocessTextStream
(stream: ReadableStream | null | undefined, onRead: (value: string) => void)
src/app/lib/stream.ts:1
FunctionresolveFaviconElements
( element: HTMLElement[] )
src/app/lib/metadata/+favicon.ts:3
FunctionsoftNavigate
(key: string, value: string | undefined, mode: "replace" = "replace")
src/app/lib/searchParams.ts:14
FunctiontoggleInfo
()
src/app/components/SummaryPanelField.tsx:22
FunctionuseTable
(source: T)
src/app/lib/Table.tsx:5
FunctionwithDelay
(promise: Promise<T>, delay: number = 500)
src/app/util.tsx:30
FunctionwithProxy
(url: string)
src/app/lib/fetch.ts:49
← previous201–281 of 281, ranked by callers