MCPcopy Create free account

hub / github.com/code100x/mobile-magic / functions

Functions176 in github.com/code100x/mobile-magic

↓ 61 callersFunctioncn
(...inputs: ClassValue[])
mobile-magic/apps/frontend/lib/utils.ts:4
↓ 16 callersMethodsend
(message: string)
mobile-magic/apps/worker/ws.ts:33
↓ 10 callersMethodparse
()
mobile-magic/apps/worker/parser.ts:27
↓ 5 callersFunctionuseColorScheme
()
expo-base-app/hooks/useColorScheme.web.ts:7
↓ 4 callersFunctionuseSidebar
()
mobile-magic/apps/frontend/components/ui/sidebar.tsx:47
↓ 3 callersMethodappend
(artifact: string)
mobile-magic/apps/worker/parser.ts:23
↓ 3 callersFunctiondrawCircle
(circle: Circle, update = false)
mobile-magic/packages/ui/src/particles.tsx:189
↓ 2 callersFunctioncircleParams
()
mobile-magic/packages/ui/src/particles.tsx:162
↓ 2 callersFunctionclearContext
()
mobile-magic/packages/ui/src/particles.tsx:205
↓ 2 callersFunctionformatDate
(dateString: string)
mobile-magic/apps/frontend/utils/formatDate.ts:1
↓ 2 callersMethodgetInstance
()
mobile-magic/apps/worker/ws.ts:26
↓ 2 callersFunctioninitWs
(context: vscode.ExtensionContext)
ext/src/extension.ts:46
↓ 2 callersFunctiononSubmit
(e: React.FormEvent)
mobile-magic/apps/frontend/components/Prompt.tsx:41
↓ 2 callersFunctionrefershInstances
()
mobile-magic/apps/worker-orchestrator/index.ts:24
↓ 2 callersFunctionuseThemeColor
( props: { light?: string; dark?: string }, colorName: keyof typeof Colors.light & keyof typeof Colors.dar
expo-base-app/hooks/useThemeColor.ts:9
↓ 1 callersFunctionMousePosition
()
mobile-magic/packages/ui/src/particles.tsx:10
↓ 1 callersFunctionanimate
()
mobile-magic/packages/ui/src/particles.tsx:237
↓ 1 callersFunctionassignPodToProject
(projectId: string, projectType: "NEXTJS" | "REACT_NATIVE" | "REACT")
mobile-magic/apps/k8s-orchestrator/index.ts:141
↓ 1 callersFunctioncheckPodIsReady
(name: string)
mobile-magic/apps/k8s-orchestrator/index.ts:125
↓ 1 callersFunctioncn
(...inputs: ClassValue[])
react-base-app/src/lib/utils.ts:4
↓ 1 callersFunctioncreatePod
(name: string)
mobile-magic/apps/k8s-orchestrator/index.ts:42
↓ 1 callersFunctiondrawParticles
()
mobile-magic/packages/ui/src/particles.tsx:216
↓ 1 callersFunctionensureFileExists
(filePath: string, content: string = '')
ext/src/extension.ts:17
↓ 1 callersFunctionfetch
(req, server)
mobile-magic/apps/ws-relayer/index.ts:12
↓ 1 callersFunctiongetBaseWorkerDir
(type: "NEXTJS" | "REACT_NATIVE")
mobile-magic/apps/worker/os.ts:4
↓ 1 callersFunctiongetPrompts
()
mobile-magic/apps/frontend/hooks/usePrompts.tsx:26
↓ 1 callersFunctionhandleResize
()
mobile-magic/packages/ui/src/particles.tsx:84
↓ 1 callersFunctionhexToRgb
(hex: string)
mobile-magic/packages/ui/src/particles.tsx:45
↓ 1 callersFunctionlistPods
()
mobile-magic/apps/k8s-orchestrator/index.ts:36
↓ 1 callersFunctiononFileUpdate
(filePath: string, fileContent: string, projectId: string, promptId: string, type: "NEXTJS" | "REACT_NATIVE")
mobile-magic/apps/worker/os.ts:12
↓ 1 callersFunctiononMouseMove
()
mobile-magic/packages/ui/src/particles.tsx:122
↓ 1 callersFunctiononPromptEnd
(promptId: string)
mobile-magic/apps/worker/os.ts:56
↓ 1 callersFunctiononShellCommand
(shellCommand: string, projectId: string, promptId: string)
mobile-magic/apps/worker/os.ts:31
↓ 1 callersFunctionremapValue
( value: number, start1: number, end1: number, start2: number, end2: number, )
mobile-magic/packages/ui/src/particles.tsx:225
↓ 1 callersFunctionresizeCanvas
()
mobile-magic/packages/ui/src/particles.tsx:149
↓ 1 callersMethodsendAndAwaitResponse
(message: any, callbackId: string)
mobile-magic/apps/worker/ws.ts:37
↓ 1 callersFunctionserializeFolder
(folderPath: string)
framework-serializer/index.ts:10
↓ 1 callersFunctionsystemPrompt
(projectType: "NEXTJS" | "REACT_NATIVE" | "REACT")
mobile-magic/apps/worker/systemPrompt.tsx:1856
↓ 1 callersFunctionuseBottomTabOverflow
()
expo-base-app/components/ui/TabBarBackground.tsx:4
↓ 1 callersFunctionuseDebounce
(value: string, delay: number)
mobile-magic/apps/frontend/hooks/useDebounce.ts:3
↓ 1 callersFunctionuseIsMobile
()
mobile-magic/apps/frontend/hooks/use-mobile.ts:5
↓ 1 callersFunctionuseProjects
()
mobile-magic/apps/frontend/components/app-sidebar.tsx:34
↓ 1 callersFunctionuseProjects
(debouncedString: string)
mobile-magic/apps/frontend/hooks/useProject.ts:12
↓ 1 callersFunctionusePrompts
(projectId: string)
mobile-magic/apps/frontend/hooks/usePrompts.tsx:21
FunctionAlertDialog
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:9
FunctionAlertDialogAction
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:121
FunctionAlertDialogCancel
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:133
FunctionAlertDialogContent
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:47
FunctionAlertDialogDescription
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:108
FunctionAlertDialogFooter
({ className, ...props }: React.ComponentProps<"div">)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:79
FunctionAlertDialogHeader
({ className, ...props }: React.ComponentProps<"div">)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:66
FunctionAlertDialogOverlay
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:31
FunctionAlertDialogPortal
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:23
FunctionAlertDialogTitle
({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:95
FunctionAlertDialogTrigger
({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>)
mobile-magic/apps/frontend/components/ui/alert-dialog.tsx:15
FunctionApp
()
react-base-app/src/App.tsx:6
FunctionAppSidebar
({ ...props }: React.ComponentProps<typeof Sidebar>)
mobile-magic/apps/frontend/components/app-sidebar.tsx:63
FunctionAppbar
()
mobile-magic/apps/frontend/components/Appbar.tsx:15
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
mobile-magic/apps/frontend/components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
mobile-magic/apps/frontend/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
mobile-magic/apps/frontend/components/ui/avatar.tsx:24
FunctionBlurTabBarBackground
()
expo-base-app/components/ui/TabBarBackground.ios.tsx:6
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
react-base-app/src/components/ui/button.tsx:37
FunctionButton
({ children, className }: ButtonProps)
mobile-magic/packages/ui/src/button.tsx:10
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
mobile-magic/apps/frontend/components/ui/button.tsx:37
FunctionCard
({ className, title, children, href, }: { className?: string; title: string; children: React.Rea
mobile-magic/packages/ui/src/card.tsx:3
FunctionCode
({ children, className, }: { children: React.ReactNode; className?: string; })
mobile-magic/packages/ui/src/code.tsx:3
FunctionCollapsible
({ children, title }: PropsWithChildren & { title: string })
expo-base-app/components/Collapsible.tsx:10
FunctionDrawer
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:8
FunctionDrawerClose
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Close>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:26
FunctionDrawerContent
({ className, children, ...props }: React.ComponentProps<typeof DrawerPrimitive.Content>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:48
FunctionDrawerDescription
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Description>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:108
FunctionDrawerFooter
({ className, ...props }: React.ComponentProps<"div">)
mobile-magic/apps/frontend/components/ui/drawer.tsx:85
FunctionDrawerHeader
({ className, ...props }: React.ComponentProps<"div">)
mobile-magic/apps/frontend/components/ui/drawer.tsx:75
FunctionDrawerOverlay
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Overlay>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:32
FunctionDrawerPortal
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Portal>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:20
FunctionDrawerTitle
({ className, ...props }: React.ComponentProps<typeof DrawerPrimitive.Title>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:95
FunctionDrawerTrigger
({ ...props }: React.ComponentProps<typeof DrawerPrimitive.Trigger>)
mobile-magic/apps/frontend/components/ui/drawer.tsx:14
FunctionExternalLink
({ href, ...rest }: Props)
expo-base-app/components/ExternalLink.tsx:8
FunctionHapticTab
(props: BottomTabBarButtonProps)
expo-base-app/components/HapticTab.tsx:5
FunctionHeader
({ children, className, onClick }: { children?: React.ReactNode, className?: string, onClick?: () => void }
mobile-magic/apps/frontend/components/Header.tsx:9
FunctionHelloWave
()
expo-base-app/components/HelloWave.tsx:13
FunctionHero
()
mobile-magic/apps/frontend/components/hero.tsx:6
FunctionHome
()
nextjs-base-app/app/page.tsx:3
FunctionHome
()
mobile-magic/apps/frontend/app/page.tsx:6
FunctionHomeScreen
()
expo-base-app/app/(tabs)/index.tsx:8
FunctionIconSymbol
({ name, size = 24, color, style, }: { name: IconSymbolName; size?: number; color: string | Opaq
expo-base-app/components/ui/IconSymbol.tsx:30
FunctionIconSymbol
({ name, size = 24, color, style, weight = 'regular', }: { name: SymbolViewProps['name']; size?:
expo-base-app/components/ui/IconSymbol.ios.tsx:4
FunctionInfoBanner
({ children }: { className?: string, children: React.ReactNode })
mobile-magic/packages/ui/src/info-banner.tsx:3
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
mobile-magic/apps/frontend/components/ui/input.tsx:5
FunctionLabel
({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>)
mobile-magic/apps/frontend/components/ui/label.tsx:8
FunctionNotFoundScreen
()
expo-base-app/app/+not-found.tsx:7
FunctionOuterLayer
({ children, className, onClick }: OuterLayerProps)
mobile-magic/apps/frontend/components/theme-button.tsx:14
FunctionParallaxScrollView
({ children, headerImage, headerBackgroundColor, }: Props)
expo-base-app/components/ParallaxScrollView.tsx:21
FunctionParticles
({ className = "", quantityDesktop = 100, quantityMobile = 50, mobileBreakpoint = 768, staticity = 5
mobile-magic/packages/ui/src/particles.tsx:54
FunctionPreviewIframe
({ url }: { url: string })
mobile-magic/apps/frontend/components/PreviewIframe.tsx:5
FunctionProject
({projectId, sessionUrl, previewUrl, workerUrl })
mobile-magic/apps/frontend/app/project/[projectId]/Project.tsx:16
FunctionProjectPage
({ params }: Params)
mobile-magic/apps/frontend/app/project/[projectId]/page.tsx:9
FunctionProjectWithInitRequest
({ projectId, sessionUrl, previewUrl, workerUrl }: { projectId: string, sessionUrl: s
mobile-magic/apps/frontend/components/ProjectWithInitRequest.tsx:8
FunctionProjectsDrawer
()
mobile-magic/apps/frontend/components/ProjectsDrawer.tsx:23
next →1–100 of 176, ranked by callers