MCPcopy Create free account

hub / github.com/Some1Uknow/learn-solana / functions

Functions368 in github.com/Some1Uknow/learn-solana

FunctionConceptCard
({ term, children, accentColor = "#a9ff2f", }: ConceptCardProps)
components/learn/concept-card.tsx:21
FunctionConceptCardGrid
({ children }: { children: React.ReactNode })
components/learn/concept-card.tsx:128
FunctionConceptCards
({ concepts, accentColor, }: ConceptCardsProps)
components/learn/concept-card.tsx:136
FunctionCourseCard
({ m, large, onContinue, }: { m: ModuleItem; large?: boolean; onContinue: () => void; })
components/learn/modules-grid.tsx:134
FunctionCourseModuleSchema
({ courseName, moduleTitle, moduleDescription, moduleUrl, position, totalModules, }: CourseModuleS
components/seo/structured-data.tsx:276
FunctionDELETE
(req: NextRequest)
app/api/tools/runtime-lab/progress/route.ts:222
FunctionDeepDive
({ title, children, defaultExpanded = false, }: { title?: string; children: React.ReactNode; defau
components/learn/callouts.tsx:220
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDocsBackground
()
components/docs-background.tsx:1
FunctionDocsChat
()
components/docs-chat.tsx:45
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionFAQSchema
({ items }: { items: FAQItem[] })
components/seo/structured-data.tsx:238
FunctionFooter
()
components/layout/footer.tsx:10
FunctionGET
()
app/llms-full.txt/route.ts:7
FunctionGET
()
app/llms.txt/route.ts:7
FunctionGET
(req: NextRequest)
app/api/challenges/progress/route.ts:8
FunctionGET
(req: NextRequest)
app/api/tools/runtime-lab/progress/route.ts:53
FunctionGET
()
app/og/challenges/route.tsx:7
FunctionGET
( _request: Request, { params }: { params: Promise<Params> } )
app/og/challenges/[track]/route.tsx:10
FunctionGET
( _request: Request, { params }: { params: Promise<Params> } )
app/og/challenges/[track]/[slug]/route.tsx:15
FunctionGET
()
app/og/tools/route.tsx:7
FunctionGET
()
app/og/modules/route.tsx:7
FunctionGET
( _request: Request, { params }: { params: Promise<Params> } )
app/og/modules/[moduleId]/route.tsx:11
FunctionGET
( _req: Request, { params }: RouteContext<"/og/docs/[...slug]"> )
app/og/docs/[...slug]/route.tsx:7
FunctionGET
( _req: NextRequest, { params }: { params: Promise<{ slug?: string[] }> }, )
app/llms.mdx/[[...slug]]/route.ts:8
FunctionGlobe
({ className, config = GLOBE_CONFIG, }: { className?: string; config?: GlobeConfig; })
components/ui/globe.tsx:42
FunctionHome
()
app/page.tsx:46
FunctionHomePage
()
components/home/homepage.tsx:211
FunctionHomePageClient
()
app/home-page.client.tsx:6
FunctionHowToSchema
({ title, description, steps, totalTime, image, }: HowToSchemaProps)
components/seo/structured-data.tsx:186
FunctionInfoCallout
({ title, children, }: { title?: string; children: React.ReactNode; })
components/learn/callouts.tsx:178
FunctionInteractiveButton
()
components/learn/interactive-mdx-wrapper.tsx:6
FunctionInteractiveMermaidViewer
({ chart, title }: { chart: string; title?: string })
components/fumadocs/mermaid-with-zoom.tsx:72
FunctionLayout
({ children }: { children: ReactNode })
app/learn/[[...slug]]/layout.tsx:30
FunctionLearnPageActions
({ title, pagePath, markdownPath, }: { title: string; pagePath: string; markdownPath: string; })
components/learn/page-actions.tsx:95
FunctionLearningResourceSchema
({ title, description, url, educationalLevel = "Beginner to Advanced", learningResourceType = "Tutor
components/seo/structured-data.tsx:128
FunctionLoginRequiredModal
({ open, onOpenChange, title = "Sign in", description = "Sign in to continue.", }: LoginRequiredModalP
components/ui/login-required-modal.tsx:20
FunctionMarqueeBase
({ className, reverse = false, pauseOnHover = false, children, vertical = false, repeat = 2, ...
components/ui/marquee.tsx:14
FunctionMermaid
({ chart }: { chart: string })
components/fumadocs/mermaid.tsx:6
FunctionMermaidContent
({ chart }: { chart: string })
components/fumadocs/mermaid.tsx:31
FunctionMermaidContent
({ chart, className }: { chart: string; className?: string })
components/fumadocs/mermaid-with-zoom.tsx:291
FunctionMermaidWithZoom
({ chart, title }: { chart: string; title?: string })
components/fumadocs/mermaid-with-zoom.tsx:15
FunctionModuleCard
({ module, index, onViewDetails, }: ModuleCardProps)
components/learn/module-card.tsx:26
FunctionModuleCard
({ module, index, }: { module: (typeof modules)[number]; index: number; })
app/modules/modules-page.client.tsx:31
FunctionModuleDetailPage
({ params }: Props)
app/modules/[moduleId]/page.tsx:107
FunctionModuleDetailPageClient
({ module, }: { module: ModuleItem; })
app/modules/[moduleId]/module-detail-page.client.tsx:40
FunctionModulesGrid
({ modules }: { modules: ModuleItem[] })
components/learn/modules-grid.tsx:35
FunctionModulesPage
()
app/modules/page.tsx:51
FunctionModulesPageClient
()
app/modules/modules-page.client.tsx:94
FunctionNavbar
()
components/layout/navbar.tsx:13
FunctionNavbarBranding
()
components/layout/navbar/branding.tsx:8
FunctionNavbarGithub
({ isMobile = false }: NavbarGithubProps)
components/layout/navbar/github.tsx:105
FunctionNavbarLinks
({ isMobile = false, onNavigate }: NavbarLinksProps)
components/layout/navbar/links.tsx:18
FunctionNavbarWalletButton
({ isMobile = false }: NavbarWalletButtonProps)
components/layout/navbar/wallet-button.tsx:34
FunctionNotFound
()
app/not-found.tsx:13
FunctionNumberTicker
({ value, startValue = 0, direction = "up", delay = 0, className, decimalPlaces = 0, ...props }:
components/ui/number-ticker.tsx:16
FunctionPOST
(req: NextRequest)
app/api/challenges/complete/route.ts:9
FunctionPOST
(request: Request)
app/api/challenges/run/route.ts:17
FunctionPOST
(req: NextRequest)
app/api/auth/sync/route.ts:9
FunctionPOST
(req: Request)
app/api/chat/route.ts:10
FunctionPUT
(req: NextRequest)
app/api/tools/runtime-lab/progress/route.ts:117
FunctionPage
(props: { params: Promise<{ slug?: string[] }>; })
app/learn/[[...slug]]/page.tsx:54
FunctionPartnerPage
()
app/partner/page.tsx:42
FunctionPartnerPageClient
()
app/partner/partner-page.client.tsx:68
FunctionPrivyAppProvider
({ children }: { children: ReactNode })
components/auth/privy-provider.tsx:7
FunctionPrivyAuthBridge
({ children }: { children: ReactNode })
components/auth/auth-context.tsx:41
FunctionQuickCheck
({ question, options, correctIndex, hint, explanation, id, }: QuickCheckProps)
components/learn/quick-check.tsx:17
FunctionReadingProgress
()
components/learn/reading-progress.tsx:6
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
app/layout.tsx:131
FunctionRouteGuard
({ children }: RouteGuardProps)
components/route-guard.tsx:20
FunctionRuntimeLabClient
()
app/tools/runtime-lab/runtime-lab.client.tsx:28
FunctionRuntimeLabPage
()
app/tools/runtime-lab/page.tsx:36
FunctionRuntimeLabProgramClient
({ program }: { program: RuntimeLabProgram })
app/tools/runtime-lab/[programId]/runtime-lab-program.client.tsx:24
FunctionRuntimeLabProgramPage
({ params }: Props)
app/tools/runtime-lab/[programId]/page.tsx:63
FunctionRustMonacoEditor
({ value, onChange, onRun, height }: Props)
components/challenges/RustMonacoEditor.tsx:417
FunctionScrollSection
({ children, delay = 0 }: { children: React.ReactNode; delay?: number })
app/partner/partner-page.client.tsx:51
FunctionSearchToolStatus
({ message }: { message: any })
components/docs-chat.tsx:31
FunctionSoftwareApplicationSchema
({ name, description, url, category = "DeveloperApplication", operatingSystem = "Web", }: { name:
components/seo/structured-data.tsx:324
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme-provider.tsx:9
FunctionTipCallout
({ title, children, }: { title?: string; children: React.ReactNode; })
components/learn/callouts.tsx:206
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionToolsPage
()
app/tools/page.tsx:48
FunctionToolsPageClient
()
app/tools/tools-page.client.tsx:35
FunctionToolsPageFrame
({ breadcrumbItems, heroKicker, title, description, heroActions, heroAside, children, footer =
app/tools/tools-shell.tsx:29
FunctionTrackChallengesClient
({ track, trackName, trackDescription, challenges, }: Props)
app/challenges/[track]/track-challenges.client.tsx:62
FunctionTrackChallengesPage
({ params }: { params: Params })
app/challenges/[track]/page.tsx:49
FunctionUpNextCard
({ nextTitle, nextDescription, nextHref, nextLessonNumber, nextReadingTime, prevTitle, prevHref,
components/learn/up-next.tsx:22
FunctionVisualBuilderCanvas
({ fullscreen = false }: { fullscreen?: boolean })
components/visual-builder/editor.tsx:93
FunctionVisualBuilderClient
({ fullscreen = false }: VisualBuilderClientProps)
app/tools/visual-builder/visual-builder.client.tsx:18
FunctionVisualBuilderEditor
({ fullscreen = false }: { fullscreen?: boolean })
components/visual-builder/editor.tsx:635
FunctionVisualBuilderFullscreenPage
()
app/tools/visual-builder/fullscreen/page.tsx:40
FunctionVisualBuilderPage
()
app/tools/visual-builder/page.tsx:36
FunctionWarningCallout
({ title, children, }: { title?: string; children: React.ReactNode; })
components/learn/callouts.tsx:192
Functionanimate
(currentTime: number)
app/partner/partner-page.client.tsx:26
FunctionbuildWalletAuthMessage
(walletAddress: string, nonce: string)
lib/solana/signature.ts:23
Functionclear
()
stubs/asyncStorage.ts:18
FunctioncopySkillCommand
()
components/home/homepage.tsx:214
FunctiondebugLog
(module: string, ...args: any[])
lib/utils/debug.ts:1
FunctionestimateReadingTime
(content: string)
app/learn/[[...slug]]/page.tsx:49
← previousnext →201–300 of 368, ranked by callers