MCPcopy Create free account

hub / github.com/di-sukharev/vibe / functions

Functions520 in github.com/di-sukharev/vibe

↓ 273 callersFunctioncn
(...inputs: ClassValue[])
webapp/src/lib/utils.ts:4
↓ 38 callersMethodrequest
( path: string, schema: TSchema, options: RequestOptions, )
webapp/src/lib/api.ts:110
↓ 17 callersFunctionvalidateDigitalOceanCronSchedule
(schedule, { name = 'cron schedule', minimumMinutes = 15 } = {})
scripts/do-cron.mjs:3
↓ 14 callersFunctionjson
(body: unknown, status: number)
webapp/tests/api.test.ts:290
↓ 13 callersFunctionlintPolicyFixture
(source: string)
webapp/tests/typography-policy.test.ts:13
↓ 11 callersFunctionhasErrors
(errors: FormError[] | undefined)
webapp/src/components/AuthForm.tsx:390
↓ 11 callersFunctionloadEnv
(source: Record<string, string | undefined>)
backend/src/env.ts:64
↓ 10 callersMethodme
()
webapp/src/lib/api.ts:83
↓ 9 callersFunctionassertSafeObjectKey
(key: string)
backend/src/storage/service.ts:203
↓ 9 callersFunctionrequiredEnv
(name)
scripts/prepare-do-specs.mjs:144
↓ 8 callersFunctionPrimitive
(tag: keyof React.JSX.IntrinsicElements)
webapp/tests/typography-render.test.tsx:10
↓ 7 callersFunctionhashRefreshToken
(refreshToken: string)
backend/src/auth/refresh-tokens.ts:7
↓ 7 callersFunctionportFromUrl
(value: string | undefined)
webapp/e2e/url.ts:1
↓ 7 callersFunctionrunPrepareSpecs
(extraEnv = {}, { skipReleaseGitCheck = true } = {})
scripts/prepare-do-specs.test.mjs:114
↓ 6 callersFunctionassertTestDatabaseUrl
( databaseUrl, { allowEnvName = 'TEST_ALLOW_NON_TEST_DATABASE' } = {}, )
scripts/repo-env.mjs:22
↓ 6 callersFunctionjsxNameToString
(name)
webapp/eslint.config.js:62
↓ 6 callersFunctionyamlString
(value)
scripts/prepare-do-specs.mjs:520
↓ 5 callersFunctionclearFieldError
( field: FieldName, setFieldErrors: (updater: (errors: FieldErrors) => FieldErrors) => void, )
webapp/src/components/AuthForm.tsx:378
↓ 5 callersFunctioncomposeEnv
(extra: NodeJS.ProcessEnv = {})
webapp/e2e/env.ts:24
↓ 5 callersFunctioncreateApp
({ env, prisma }: CreateAppOptions)
backend/src/app.ts:18
↓ 5 callersFunctiondoName
(value, maxLength = 63)
scripts/prepare-do-specs.mjs:524
↓ 5 callersFunctionerrorId
(errors: FormError[] | undefined, id: string)
webapp/src/components/AuthForm.tsx:394
↓ 5 callersFunctionerrorResponse
( code: ApiErrorCode, message: string, details?: unknown, )
backend/src/http/errors.ts:18
↓ 5 callersFunctionexpandNumberField
(field, minimum, maximum, label)
scripts/do-cron.mjs:41
↓ 5 callersFunctionrun
(command, args, options = {})
backend/scripts/docker-smoke.mjs:34
↓ 5 callersFunctionstaticStringValue
(node)
webapp/eslint.config.js:129
↓ 5 callersFunctionuseAuth
()
webapp/src/lib/use-auth.ts:5
↓ 4 callersFunctionassertSafeYamlString
(name, value)
scripts/prepare-do-specs.mjs:514
↓ 4 callersFunctioncreateRefreshToken
()
backend/src/auth/refresh-tokens.ts:3
↓ 4 callersFunctionnormalizePgConnectionString
(connectionString: string)
backend/src/db.ts:12
↓ 4 callersFunctionparseNumber
(value, minimum, maximum, label)
scripts/do-cron.mjs:90
↓ 4 callersFunctionpostgresPortFromDatabaseUrl
(databaseUrl)
scripts/repo-env.mjs:16
↓ 4 callersFunctionresolveE2ePorts
()
webapp/e2e/ports.ts:18
↓ 4 callersFunctionrun
(command, args, options = {})
backend/scripts/test-integration.mjs:21
↓ 4 callersFunctionuseCarousel
()
webapp/src/components/ui/carousel.tsx:35
↓ 4 callersFunctionuseSidebar
()
webapp/src/components/ui/sidebar.tsx:46
↓ 3 callersFunctionapplyAuthenticatedSession
( queryClient: QueryClient, setAccessToken: (accessToken: string | null) => void, response: AuthResponse
webapp/src/lib/auth-queries.ts:74
↓ 3 callersFunctionapplyE2ePortEnv
(plan: PortPlan)
webapp/e2e/ports.ts:69
↓ 3 callersFunctionclearAuthenticatedSession
( queryClient: QueryClient, setAccessToken: (accessToken: string | null) => void, )
webapp/src/lib/auth-queries.ts:83
↓ 3 callersFunctioncommonReplacements
()
scripts/prepare-do-specs.mjs:97
↓ 3 callersFunctioncreateBackendRuntime
(source: Record<string, string | undefined> = Bun.env)
backend/src/runtime.ts:12
↓ 3 callersFunctiondefaultTestDatabaseUrl
(port = defaultPostgresTestPort)
scripts/repo-env.mjs:12
↓ 3 callersMethodexpireSession
()
webapp/src/lib/api.ts:99
↓ 3 callersFunctionfindEnvValue
(contents, key)
scripts/prepare-do-specs.mjs:304
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
webapp/src/components/ui/chart.tsx:350
↓ 3 callersFunctionisClassNameOrClassCallContext
(node)
webapp/eslint.config.js:261
↓ 3 callersFunctionisTypographySlotElement
(openingElement)
webapp/eslint.config.js:71
↓ 3 callersFunctionnormalizeHttpsUrl
(name, value)
scripts/prepare-do-specs.mjs:158
↓ 3 callersFunctionparsePortValue
(value: string | undefined, envName: string)
webapp/e2e/ports.ts:117
↓ 3 callersMethodrawRequest
(path: string, options: RequestOptions)
webapp/src/lib/api.ts:120
↓ 3 callersMethodregister
(input: RegisterRequest)
webapp/src/lib/api.ts:55
↓ 3 callersFunctionregisterForMeGuard
(email: string)
backend/src/auth/auth.integration.test.ts:419
↓ 3 callersFunctionreportUtilities
(node, utilities)
webapp/eslint.config.js:287
↓ 3 callersFunctionrequestMetadata
(c: Context)
backend/src/auth/routes.ts:240
↓ 3 callersFunctionrequiredUrlEnv
(name)
scripts/prepare-do-specs.mjs:154
↓ 3 callersFunctionreservePort
(port: number, reservedPorts: Set<number>)
webapp/e2e/ports.ts:103
↓ 3 callersFunctionresolvePort
(input: { envName: string preferredPort: number reservedPorts: Set<number> })
webapp/e2e/ports.ts:79
↓ 3 callersFunctionresponseForClient
(c: Context, response: T)
backend/src/auth/routes.ts:284
↓ 3 callersFunctionrunCronTask
(taskName: string, runtime: BackendRuntime)
backend/src/cron.ts:17
↓ 3 callersFunctionsanitizePathSegment
(value: string)
backend/src/storage/service.ts:255
↓ 3 callersFunctionsetRefreshCookie
(c: Context, refreshToken: string, env: AppEnv)
backend/src/auth/routes.ts:270
↓ 3 callersFunctionsignAccessToken
(payload: AccessTokenPayload, env: AppEnv)
backend/src/auth/access-tokens.ts:18
↓ 3 callersFunctiontypographyUtilities
(value)
webapp/eslint.config.js:115
↓ 3 callersFunctionverifyPassword
(password: string, passwordHash: string)
backend/src/auth/passwords.ts:7
↓ 3 callersFunctionwritePreparedSpec
(templateName, outputName, replacements)
scripts/prepare-do-specs.mjs:112
↓ 2 callersFunctionassertSignedUrlTtl
(expiresInSeconds: number)
backend/src/storage/service.ts:249
↓ 2 callersFunctionassertStrongJwtSecret
(value)
scripts/prepare-do-specs.mjs:254
↓ 2 callersFunctionassertTrustedCookieRequest
( c: Context, env: AppEnv, bodyRefreshToken: string | undefined, cookieRefreshToken: string | undefine
backend/src/auth/routes.ts:252
↓ 2 callersMethodauthenticateAccessToken
(accessToken: string | undefined)
backend/src/auth/service.ts:153
↓ 2 callersFunctionbootstrapAuthSession
({ api, shouldApply, setAccessToken, }: BootstrapAuthSessionOptions)
webapp/src/lib/bootstrap-auth.ts:13
↓ 2 callersFunctioncalleeName
(callee)
webapp/eslint.config.js:219
↓ 2 callersFunctioncomposeEnv
(extra = {})
scripts/repo-env.mjs:35
↓ 2 callersFunctioncreatePrisma
(connectionString: string)
backend/src/db.ts:5
↓ 2 callersFunctioncreateProtectedTestApp
()
backend/src/auth/middleware.test.ts:58
↓ 2 callersMethodcreateUploadUrl
(input: CreateUploadUrlInput)
backend/src/storage/service.ts:78
↓ 2 callersFunctionexpiresAt
(expiresInSeconds: number)
backend/src/storage/service.ts:291
↓ 2 callersFunctiongetRefreshCookie
(c: Context)
backend/src/auth/routes.ts:248
↓ 2 callersFunctiongitOutput
(args)
scripts/prepare-do-specs.mjs:237
↓ 2 callersFunctionhashPassword
(password: string)
backend/src/auth/passwords.ts:1
↓ 2 callersFunctionisDomElementName
(name)
webapp/eslint.config.js:58
↓ 2 callersMethodissueSession
(user: UserRecord, metadata: SessionMetadata)
backend/src/auth/service.ts:208
↓ 2 callersMethodlogin
(input: LoginRequest)
webapp/src/lib/api.ts:64
↓ 2 callersMethodlogout
(input: LogoutRequest = {})
webapp/src/lib/api.ts:89
↓ 2 callersFunctionnormalizeEnv
(env: NodeJS.ProcessEnv)
webapp/playwright.config.ts:19
↓ 2 callersFunctionoptionalAppPlatformInstanceSizeSlugEnv
(name, defaultValue)
scripts/prepare-do-specs.mjs:487
↓ 2 callersFunctionoptionalPositiveIntegerEnv
(name, defaultValue)
scripts/prepare-do-specs.mjs:475
↓ 2 callersFunctionparsePort
(value: string, envName: string)
webapp/e2e/ports.ts:108
↓ 2 callersMethodpublicUrlForKey
(key: string)
backend/src/storage/service.ts:146
↓ 2 callersMethodrefresh
(input: RefreshRequest = {})
webapp/src/lib/api.ts:73
↓ 2 callersFunctionrefreshCookieSameSite
(env: AppEnv)
backend/src/auth/routes.ts:280
↓ 2 callersMethodrefreshExpiresAt
()
backend/src/auth/service.ts:236
↓ 2 callersFunctionreportTypographyUtilities
(node, value)
webapp/eslint.config.js:297
↓ 2 callersFunctionresolveIdentifierVariable
(node)
webapp/eslint.config.js:413
↓ 2 callersFunctionrun
(command: string, args: string[], env: NodeJS.ProcessEnv = process.env)
webapp/e2e/global-setup.ts:11
↓ 2 callersFunctionsecretKey
(secret: string)
backend/src/auth/access-tokens.ts:14
↓ 2 callersFunctionshutdown
(signal: string)
backend/src/index.ts:16
↓ 2 callersFunctionstaticPropertyName
(node)
webapp/eslint.config.js:143
↓ 2 callersFunctionstorageConfigFromEnv
(env: AppEnv)
backend/src/storage/service.ts:160
↓ 2 callersFunctiontoFieldErrors
(issues: z.ZodIssue[])
webapp/src/components/AuthForm.tsx:368
↓ 2 callersFunctiontoUserDto
(user: UserRecord)
backend/src/auth/service.ts:245
next →1–100 of 520, ranked by callers