MCPcopy Create free account

hub / github.com/JoeSlain/Nexpo / functions

Functions102 in github.com/JoeSlain/Nexpo

↓ 16 callersFunctioncreateServerClient
(accessToken?: string)
packages/api/src/supabase.ts:6
↓ 12 callersFunctioncreateMockUser
(overrides?: Partial<TestUser>)
packages/api/src/__tests__/helpers.ts:14
↓ 9 callersFunctioncreateTestContext
(user?: User)
packages/api/src/__tests__/helpers.ts:38
↓ 5 callersFunctioncreateMockUsers
(count: number)
packages/api/src/__tests__/helpers.ts:27
↓ 4 callersFunctionbuildLocaleInfo
(languageTag: string, formatter?: Intl.NumberFormat)
packages/app/provider/local/LocaleProvider.tsx:60
↓ 4 callersFunctionresolveLocalHostUrl
(url: string)
packages/app/utils/resolve-localhost-url.ts:11
↓ 4 callersFunctionuseTheme
()
packages/app/provider/theme/index.tsx:17
↓ 4 callersFunctionwait
(ms: number)
packages/api/src/__tests__/helpers.ts:54
↓ 3 callersFunctiongetFormatterPart
( formatter: Intl.NumberFormat, value: number, type: string )
packages/app/provider/local/LocaleProvider.tsx:52
↓ 3 callersFunctionisSupportedLocale
(locale)
packages/app/config/locales.js:15
↓ 3 callersFunctionuseAuth
()
packages/app/provider/supabase/index.tsx:46
↓ 2 callersFunctiongetQueryClient
()
apps/next/utils/trpc/query-client.ts:22
↓ 2 callersFunctionmakeQueryClient
()
apps/next/utils/trpc/query-client.ts:3
↓ 2 callersFunctionparseLanguageTag
(tag: string)
packages/app/provider/local/LocaleProvider.tsx:44
↓ 2 callersFunctiont
( key: keyof typeof translations.en, locale: SupportedLocale = DEFAULT_LOCALE )
apps/next/e2e/helpers.ts:34
↓ 1 callersFunctioncreateBrowserClient
()
apps/next/utils/supabase/client.ts:9
↓ 1 callersFunctioncreateExpoClient
()
apps/expo/utils/supabase/client.ts:5
↓ 1 callersFunctioncreateTRPCContext
()
apps/next/utils/trpc/server.tsx:12
↓ 1 callersFunctiongetButtonLabel
()
packages/app/features/home/auth-test-button.tsx:15
↓ 1 callersFunctiongetClientQueryClient
()
apps/next/utils/trpc/client.tsx:15
↓ 1 callersFunctiongetInitialLocale
()
packages/app/provider/local/LocaleProvider.tsx:87
↓ 1 callersFunctiongetLanguageCode
(locale)
packages/app/config/locales.js:11
↓ 1 callersFunctiongetLinguiLocale
(languageCode: string | null)
packages/app/provider/local/LocaleProvider.native.tsx:64
↓ 1 callersFunctiongetLinguiLocale
(languageCode: string | null)
packages/app/provider/local/LocaleProvider.tsx:94
↓ 1 callersFunctiongetLocale
(request: NextRequest)
apps/next/proxy.ts:11
↓ 1 callersFunctiongetMeasurementSystem
(regionCode: string | null)
packages/app/provider/local/LocaleProvider.tsx:34
↓ 1 callersFunctiongetQueryClient
()
packages/app/provider/trpc/index.tsx:23
↓ 1 callersFunctiongetQueryClient
()
apps/expo/utils/trpc/client.tsx:11
↓ 1 callersFunctiongetSupabaseClient
Cross-platform Supabase client — detects platform and creates the appropriate client.
packages/app/provider/supabase/index.tsx:8
↓ 1 callersFunctiongetSystemTheme
()
packages/app/provider/theme/index.tsx:20
↓ 1 callersFunctiongetTemperatureUnit
(regionCode: string | null)
packages/app/provider/local/LocaleProvider.tsx:40
↓ 1 callersFunctiongetTextDirection
(languageCode: string | null)
packages/app/provider/local/LocaleProvider.tsx:30
↓ 1 callersFunctiongetUrl
()
packages/app/provider/trpc/index.tsx:35
↓ 1 callersFunctiongetUrl
()
apps/expo/utils/trpc/client.tsx:24
↓ 1 callersFunctiongetUrl
()
apps/next/utils/trpc/client.tsx:27
↓ 1 callersFunctionsetLocale
(languageTag: string)
packages/app/provider/local/LocaleProvider.tsx:152
↓ 1 callersFunctionsetTheme
(newTheme: Theme | 'system')
packages/app/provider/theme/index.tsx:108
↓ 1 callersFunctionuseLocale
()
packages/app/provider/local/LocaleProvider.tsx:83
↓ 1 callersFunctionuseSafeArea
()
packages/app/provider/safe-area/use-safe-area.ts:29
↓ 1 callersFunctionuseSystemTheme
()
packages/app/provider/theme/index.tsx:45
FunctionApp
()
apps/expo/App.tsx:6
FunctionApp
()
apps/storybook-web/src/App.tsx:6
FunctionAuthTestButton
()
packages/app/features/home/auth-test-button.tsx:10
FunctionButton
({ primary = false, size = 'medium', backgroundColor, label, ...props }: ButtonProps)
apps/storybook-web/src/stories/Button.tsx:17
FunctionDefaultComponent
({ children }: TransRenderProps)
packages/app/provider/local/LocaleProvider.native.tsx:70
FunctionDefaultComponent
({ children }: TransRenderProps)
packages/app/provider/local/LocaleProvider.tsx:99
FunctionExampleButton
({ children, ...props }: ButtonProps)
packages/ui/src/components/ExampleButton.native.tsx:5
FunctionExampleButton
({ children, ...props }: ButtonProps)
packages/ui/src/components/ExampleButton.tsx:5
FunctionGET
(_request: Request)
apps/next/app/api/hello/route.ts:1
FunctionHeader
({ user, onLogin, onLogout, onCreateAccount }: HeaderProps)
apps/storybook-web/src/stories/Header.tsx:16
FunctionHomeScreen
()
packages/app/features/home/screen.tsx:22
FunctionInfoRow
({ label, value }: InfoRowProps)
packages/app/features/home/locale-demo.tsx:19
FunctionLocaleAttribute
()
apps/next/app/[lang]/locale-attribute.tsx:6
FunctionLocaleDemo
()
packages/app/features/home/locale-demo.tsx:32
FunctionLocaleProvider
({ children }: LocaleProviderProps)
packages/app/provider/local/LocaleProvider.native.tsx:78
FunctionLocaleProvider
({ children, initialLocale })
packages/app/provider/local/LocaleProvider.tsx:106
FunctionLoginTest
()
packages/app/features/home/login-test.tsx:10
FunctionLogo
({ width = 200, height = 200, style }: LogoProps)
packages/app/components/Logo.example.tsx:20
FunctionNativeNavigation
()
packages/app/navigation/native/index.tsx:14
FunctionNavigationProvider
({ children }: { children: React.ReactNode })
packages/app/provider/navigation/index.native.tsx:6
FunctionNavigationProvider
({ children }: { children: React.ReactNode })
packages/app/provider/navigation/index.tsx:5
FunctionPage
()
apps/storybook-web/src/stories/Page.tsx:10
FunctionProvider
({ children, locale }: { children: React.ReactNode; locale?: string })
packages/app/provider/index.tsx:11
FunctionRootLayout
({ children, params, }: { children: React.ReactNode params: Promise<{ lang: string }> })
apps/next/app/[lang]/layout.tsx:16
FunctionSafeArea
({ children }: { children: React.ReactElement })
packages/app/provider/safe-area/index.tsx:10
FunctionStylesProvider
({ children }: { children: React.ReactNode })
apps/next/app/[lang]/styles-provider.tsx:5
FunctionSupabaseAuthProvider
({ children }: { children: ReactNode })
packages/app/provider/supabase/index.tsx:54
FunctionTRPCProvider
({ children }: { children: React.ReactNode })
packages/app/provider/trpc/index.tsx:58
FunctionTRPCProvider
({ children }: { children: React.ReactNode })
apps/expo/utils/trpc/client.tsx:47
FunctionTRPCProvider
({ children }: { children: React.ReactNode })
apps/next/utils/trpc/client.tsx:37
FunctionTamaguiProviderComponent
({ children }: { children: ReactNode })
packages/app/provider/tamagui/index.tsx:6
FunctionTestWrapper
({ children }: { children: React.ReactNode })
packages/ui/src/components/__tests__/ExampleButton.snapshot.test.tsx:24
FunctionTestWrapper
({ children }: { children: React.ReactNode })
packages/ui/src/components/__tests__/ExampleButton.test.tsx:26
FunctionThemeProvider
({ children }: { children: ReactNode })
packages/app/provider/theme/index.native.tsx:20
FunctionThemeProvider
({ children }: { children: ReactNode })
packages/app/provider/theme/index.tsx:86
FunctionUserDetailScreen
()
packages/app/features/user/detail-screen.tsx:4
FunctionUserPage
()
apps/next/app/[lang]/users/[userId]/page.tsx:7
FunctioncreateMockSupabaseClient
()
packages/api/src/__mocks__/supabase.ts:5
FunctiongenerateStaticParams
()
apps/next/app/[lang]/layout.tsx:12
FunctiongetBrowserClient
()
apps/next/utils/supabase/client.ts:27
FunctiongetDictionary
(locale: Locale)
apps/next/app/[lang]/dictionaries.ts:10
FunctiongetExpoClient
()
apps/expo/utils/supabase/client.ts:31
FunctiongetHomeUrl
(locale: SupportedLocale = DEFAULT_LOCALE)
apps/next/e2e/helpers.ts:53
FunctiongetInitialLocale
()
packages/app/provider/local/LocaleProvider.native.tsx:47
FunctiongetLocalizedUrl
(path: string, locale: SupportedLocale = DEFAULT_LOCALE)
apps/next/e2e/helpers.ts:44
FunctiongetUserUrl
(userId: string, locale: SupportedLocale = DEFAULT_LOCALE)
apps/next/e2e/helpers.ts:60
FunctionhandleChange
(e: MediaQueryListEvent)
packages/app/provider/theme/index.tsx:68
FunctionhandleSignIn
()
packages/app/features/home/login-test.tsx:31
FunctionhandleSignOut
()
packages/app/features/home/login-test.tsx:56
FunctionhandleTestAuth
()
packages/app/features/home/auth-test-button.tsx:21
Functionhandler
(req: Request)
apps/next/app/api/trpc/[trpc]/route.ts:4
Functionhandler
(dialog: { accept: () => Promise<void> })
apps/next/e2e/auth.spec.ts:85
FunctionisElementVisible
(page: Page, selector: string)
apps/next/e2e/helpers.ts:75
Functionproxy
(request: NextRequest)
apps/next/proxy.ts:18
FunctionresetMockData
()
packages/api/src/__mocks__/supabase.ts:90
FunctionsetLocale
(languageTag: string)
packages/app/provider/local/LocaleProvider.native.tsx:106
FunctionsetTheme
(newTheme: Theme | 'system')
packages/app/provider/theme/index.native.tsx:31
FunctiontoggleTheme
()
packages/app/features/home/screen.tsx:26
FunctionuseLocale
()
packages/app/provider/local/LocaleProvider.native.tsx:43
FunctionuseTheme
()
packages/app/provider/theme/index.native.tsx:18
next →1–100 of 102, ranked by callers