MCPcopy Create free account

hub / github.com/bitcoin-dev-project/bitcoin-dev-project / functions

Functions462 in github.com/bitcoin-dev-project/bitcoin-dev-project

FunctionCustomSortSelect
({ args }: { args: string[] })
components/sidebar-filter.tsx:156
FunctionCustomTooltip
({ active, payload }: any)
components/decoding-bitcoin/markdown-ui/reorg-calculator.tsx:124
FunctionDarkMode
({ className, ...props }: React.ComponentPropsWithoutRef<"g">)
components/decoding-bitcoin/markdown-ui/QuickLinks.tsx:132
FunctionDashboardTabs
({ activeTab, setActiveTab, currentWeekData, resources, weekNumber, totalWeeks, cu
components/communities/DashboardTabs.tsx:30
FunctionDecodingLayout
({ children }: { children: ReactNode })
app/decoding/layout.tsx:12
FunctionDiscordInvite
()
components/decoding-bitcoin/markdown-ui/discord-invite.tsx:7
FunctionEmailSubscription
()
components/decoding-bitcoin/Navigation.tsx:512
FunctionEndianConverter
()
components/decoding-bitcoin/markdown-ui/byte-tools.tsx:111
FunctionError
({ error, reset }: { error: Error & { digest?: string } reset: () => void })
app/decoding/communities/[communityId]/error.tsx:3
FunctionErrorDisplay
({ error }: { error: string })
components/decoding-bitcoin/markdown-ui/hash-functions.tsx:310
FunctionEventItem
({ event, index })
components/decoding-bitcoin/markdown-ui/bitcoin-history.tsx:130
FunctionEventTypeBadge
({ type })
components/decoding-bitcoin/markdown-ui/bitcoin-history.tsx:28
FunctionExampleInputs
({ examples, onSelectExample }: ExampleInputsProps)
components/decoding-bitcoin/markdown-ui/hash-functions.tsx:163
FunctionExerciseSelector
({ sandpackConfig, trinketUrl })
components/decoding-bitcoin/markdown-ui/exercise-selector.tsx:37
FunctionExpandableAlert
({ title, children, type = "important", expandable = false, initialLines = 2 }: Expandable
components/decoding-bitcoin/markdown-ui/expandable-alert.tsx:24
FunctionExplainerBrowser
({ cards }: { cards: ExplainerCard[] })
components/explainers/ExplainerBrowser.tsx:10
FunctionExplainersLayout
({ children }: { children: React.ReactNode })
app/explainers/layout.tsx:13
FunctionExplainersPage
()
app/explainers/page.tsx:4
FunctionExplore
()
app/tools/page.tsx:37
FunctionExplore
()
app/_explore/page.tsx:11
FunctionExploreContent
({ onSectionChange }: ExploreContentProps)
components/explore/ExploreContent.tsx:19
FunctionExploreSection
()
components/landing-page/explore-section.tsx:7
FunctionExtLink
({ href, children }: { href: string children: React.ReactNode })
components/get-funded/get-funded-ui.tsx:4
FunctionFaqSection
()
components/landing-page/faq-section.tsx:4
FunctionFeature
({ feature, isActive, className, ...props }: React.ComponentPropsWithoutRef<"div"> & { fea
components/hero/SecondaryFeatures.tsx:11
FunctionFeature
({ feature, isActive, className, ...props }: React.ComponentPropsWithoutRef<"div"> & { fea
components/hero-backup/SecondaryFeatures.tsx:11
FunctionFeaturedProduct
()
components/landing-page/feature-products.tsx:5
FunctionFeaturesDesktop
()
components/hero/SecondaryFeatures.tsx:82
FunctionFeaturesDesktop
()
components/hero-backup/SecondaryFeatures.tsx:82
FunctionFeaturesMobile
()
components/hero/SecondaryFeatures.tsx:49
FunctionFeaturesMobile
()
components/hero-backup/SecondaryFeatures.tsx:49
FunctionFilterIcon
(props: SVGProps<SVGSVGElement>)
components/assets/FilterIcon.tsx:3
FunctionFilterMenu
({ toggle }: { toggle: () => void })
components/sidebar-filter.tsx:79
FunctionFilterPill
({ text, onClick }: { text: string onClick: (text: string) => void })
components/sidebar-filter.tsx:138
FunctionFilterSvgIcon
(props: React.ComponentPropsWithoutRef<"svg">)
public/FilterSvgIcon.tsx:3
FunctionFilters
()
components/brand/Filters.tsx:18
FunctionFonts
()
components/font.tsx:21
FunctionFooterComponent
()
components/footer-component.tsx:7
FunctionFooterComponent
()
components/footer-component-backup.tsx:19
FunctionFullWidthLayout
({ content, next, prev, children }: LayoutProps)
components/decoding-bitcoin/layouts/FullWidthLayout.tsx:19
FunctionFundingChecklist
()
components/get-funded/funding-checklist.tsx:83
FunctionFundingOrg
({ logo, name, description, size, width, height })
components/brand/FundingOrg.tsx:13
FunctionFundingOrgCard
({ org }: { org: FundingOrgDetail })
components/get-funded/funding-org-card.tsx:18
FunctionGetFundedLayout
({ children }: { children: React.ReactNode })
app/(explore)/get-funded/layout.tsx:13
FunctionGetFundedMegaMenu
({ isDarkMode }: { isDarkMode?: boolean })
components/get-funded/get-funded-mega-menu.tsx:14
FunctionGetFundedSidebar
()
components/get-funded/get-funded-sidebar.tsx:71
FunctionGitHubIcon
(props: React.SVGProps<SVGSVGElement>)
public/images/topics-hero/GitHubIcon.tsx:1
FunctionGoodFirstIssuesFooter
()
components/good-first-issues-footer.tsx:4
FunctionGoodFirstIssuesLayout
({ children }: { children: React.ReactNode })
app/good-first-issues/layout.tsx:6
FunctionGoodFirstIssuesNavbar
({ setIsOpen }: { setIsOpen: Dispatch<SetStateAction<boolean>> })
components/good-first-issue.tsx:10
FunctionGradient
({ color = "orange", ...props }: { color?: keyof typeof gradients } & Omit<React.ComponentPropsWit
components/decoding-bitcoin/markdown-ui/QuickLinks.tsx:104
FunctionGroupsSection
({ weekData, weekNumber, currentWeek, communityData }: { weekData: WeeklyData weekNumb
components/communities/GroupsSection.tsx:5
FunctionHashFunctionCard
({ hash, isSelected, onSelect }: HashFunctionCardProps)
components/decoding-bitcoin/markdown-ui/hash-functions.tsx:106
FunctionHashFunctions
()
components/decoding-bitcoin/markdown-ui/hash-functions.tsx:343
FunctionHashInput
({ input, onInputChange }: HashInputProps)
components/decoding-bitcoin/markdown-ui/hash-functions.tsx:199
FunctionHero
()
components/hero/Hero.tsx:6
FunctionHero
()
components/decoding-bitcoin/hero/Hero.tsx:286
FunctionHero
()
components/hero-backup/Hero.tsx:6
FunctionHeroBackground
(props: React.ComponentPropsWithoutRef<"svg">)
public/images/topics-hero/HeroBackground.tsx:3
FunctionHeroPage
({ setIsOpen }: { setIsOpen: Dispatch<SetStateAction<boolean>> })
components/landing-page/hero-page.tsx:10
FunctionHexTransactionHighlighter
({ hexString, fields, title })
components/decoding-bitcoin/markdown-ui/hex-transaction-highlighter.tsx:26
FunctionHint
({ hints }: HintProps)
components/decoding-bitcoin/markdown-ui/Hints.tsx:9
FunctionHome
()
app/page.tsx:13
FunctionHome
()
app/page-backup.tsx:9
FunctionHomeCarousel
()
components/home-carousel.tsx:8
FunctionIcon
({ icon, color = "orange", className, ...props }: { color?: keyof typeof iconStyles ic
components/decoding-bitcoin/markdown-ui/QuickLinks.tsx:67
FunctionImage
({ alt, ...rest }: ImageProps)
components/decoding-bitcoin/markdown-ui/Image.tsx:3
FunctionImpactStories
()
components/landing-page/impact-stories.tsx:6
FunctionInfoRow
({ label, value }: { label: string; value: string })
components/get-funded/paths-stories-carousel.tsx:38
FunctionInfoTab
()
components/repository-issues.tsx:223
FunctionInteractiveRoadmap
()
components/decoding-bitcoin/roadmap/InteractiveRoadmap.tsx:8
FunctionIssueCard
({ issue, index, keys, addFilterParam }: { issue: IssueCardElement index: number k
components/repository-issues.tsx:145
FunctionItem
({ content, title }: Props)
app/about/page-backup.tsx:9
FunctionKeysIcon
({ id, color }: { id: string color?: React.ComponentProps<typeof Gradient>["color"] })
public/images/topics-hero/keys-icon.tsx:7
FunctionLayout
({ children }: { children: React.ReactNode })
app/(explore)/layout.tsx:7
FunctionLearnLayout
({ children }: { children: React.ReactNode })
app/(explore)/learn/layout.tsx:13
FunctionLearnPage
()
app/(explore)/learn/page.tsx:8
FunctionLearningResourcesSection
({ resources, weekNumber, totalWeeks, currentWeekData, currentWeek }: { resources: Wee
components/communities/LearningResourcesSection.tsx:13
FunctionLightMode
({ className, ...props }: React.ComponentPropsWithoutRef<"g">)
components/decoding-bitcoin/markdown-ui/QuickLinks.tsx:125
FunctionLightningSvgIcon
(props: React.ComponentPropsWithoutRef<"svg">)
public/LightningSvgIcon.tsx:3
FunctionMailchimpSubscribeForm
()
components/subscribe-to-newsletter.tsx:5
FunctionMailingListSignup
()
components/decoding-bitcoin/markdown-ui/mailing-list-signup.tsx:7
FunctionMenuColumn
({ sections, close }: { sections: typeof NAV_SECTIONS close: () => void
components/get-funded/get-funded-mega-menu.tsx:20
FunctionMetadata
({ badges }: { badges: string[] })
components/decoding-bitcoin/topic/metadata.tsx:4
FunctionMinimalVideoPlayer
({ src, autoPlay = true }: MinimalVideoPlayerProps)
components/decoding-bitcoin/markdown-ui/minimal-video-player.tsx:11
FunctionMission
()
components/hero/Mission.tsx:4
FunctionMission
()
components/hero-backup/Mission.tsx:4
FunctionMission
({ title, description }: { title: string description: string })
components/landing-page/our-mission.tsx:6
FunctionMobileClose
(props: SVGProps<SVGSVGElement>)
components/assets/MobileClose.tsx:3
FunctionMobileMenu
({ isOpen, setIsOpen }: { isOpen?: boolean setIsOpen: Dispatch<SetStateAction<boolean>> })
components/brand/MobileMenu.tsx:10
FunctionMultisigAnimation
()
components/decoding-bitcoin/markdown-ui/multisig-animation.tsx:19
FunctionMultisigWallet
({ signatures, isAuthorized, animatingKey, requiredSignatures, totalParticipants }: {
components/decoding-bitcoin/markdown-ui/multisig-animation.tsx:254
FunctionNavTree
({ pathname, onNavigate }: { pathname: string onNavigate?: () => void })
components/get-funded/get-funded-sidebar.tsx:21
FunctionNavigation
({ className, onLinkClick }: { className?: string onLinkClick?: React.MouseEventHandler<HTMLAn
components/decoding-bitcoin/Navigation.tsx:76
FunctionNewHero
()
components/hero/NewHero.tsx:16
FunctionNewMission
()
components/hero/NewMission.tsx:3
FunctionNewsletter
()
components/hero/newsletter.tsx:4
FunctionNewsletter
()
components/hero-backup/newsletter.tsx:4
FunctionNewsletter
()
components/landing-page/newsletter.tsx:5
FunctionNotFound
()
app/decoding/communities/[communityId]/not-found.tsx:4
← previousnext →201–300 of 462, ranked by callers