MCPcopy Create free account

hub / github.com/blockmatic/basilic / functions

Functions1,050 in github.com/blockmatic/basilic

↓ 1 callersFunctionbuildSavePayload
( state: { name: string | null; username: string | null }, user: { name?: string | null; username?: string
apps/web/app/(dashboard)/settings/(profile)/profile-section.tsx:37
↓ 1 callersFunctionbuildTokenExchangeError
(err: unknown)
apps/api/src/routes/auth/oauth/google/exchange-helpers.ts:13
↓ 1 callersFunctionbuildUrl
(options)
packages/core/src/gen/client/utils.gen.ts:171
↓ 1 callersFunctionbuildUserInfoError
(err: unknown)
apps/api/src/routes/auth/oauth/google/exchange-helpers.ts:28
↓ 1 callersFunctionbuildUserInfoSpec
(user: { name: string | null email: string | null image: string | null username: string | null creat
apps/api/src/routes/ai/account-info-tool.ts:11
↓ 1 callersFunctioncanAttemptRefresh
( errorStatus: number, options: CoreClientOptions, isRefreshEndpoint: boolean, )
packages/core/src/client.ts:73
↓ 1 callersFunctioncheck
()
apps/api/scripts/run-e2e-local.mjs:37
↓ 1 callersFunctioncheck
()
apps/web/scripts/run-e2e-local.mjs:37
↓ 1 callersFunctioncheckAuthStatus
(request: NextRequest)
apps/web/proxy.ts:18
↓ 1 callersFunctioncheckBrewAvailable
()
scripts/setup-osv-scanner.mjs:62
↓ 1 callersFunctioncheckBrewAvailable
()
scripts/setup-gitleaks.mjs:62
↓ 1 callersFunctioncheckDockerCompose
()
scripts/setup-database.mjs:298
↓ 1 callersFunctioncheckForExistence
( options: Pick<RequestOptions, "auth" | "query"> & { headers: Headers; }, name?: string, )
packages/core/src/gen/client/utils.gen.ts:114
↓ 1 callersFunctioncheckToolExists
(toolName)
scripts/ensure-tool.mjs:55
↓ 1 callersFunctioncheckToolExists
(toolName)
scripts/scan-secrets-staged.mjs:6
↓ 1 callersFunctioncheckToolExists
(toolName)
scripts/scan-osv.mjs:6
↓ 1 callersFunctionclearAuthCookiesOnResponse
(response: { cookies: { set: (name: string, value: string, opts?: object) => void } })
apps/web/lib/auth/auth-server.ts:40
↓ 1 callersFunctionclearSessionPool
()
apps/api/test/utils/auth-helper.ts:23
↓ 1 callersFunctioncollectCommandSpecs
(obj, pathPrefix = [], acc = [])
packages/cli/scripts/generate-cli.mjs:56
↓ 1 callersFunctioncollectOperationIds
(obj, acc = new Set())
packages/core/scripts/generate-wrapper.mjs:75
↓ 1 callersFunctioncreate
({ emailService, type, payload, options, }: { emailService: ReturnType<typeof createEmailService> }
packages/notif/src/index.ts:70
↓ 1 callersFunctioncreateAccountInfoTool
(userId: string)
apps/api/src/routes/ai/account-info-tool.ts:41
↓ 1 callersFunctioncreateApiKey
( _app: TestApp, userId: string, name = 'Test Key', )
apps/api/test/utils/auth-helper.ts:27
↓ 1 callersFunctioncreateBraveSearchTool
(apiKey: string, log: FastifyBaseLogger)
apps/api/src/routes/ai/brave-search.ts:8
↓ 1 callersFunctioncreateClient
(config: Config = {})
packages/core/src/gen/client/client.gen.ts:27
↓ 1 callersFunctioncreateInterceptors
()
packages/core/src/gen/client/utils.gen.ts:302
↓ 1 callersFunctioncreateMockClient
()
packages/react/src/hooks/use-link-email.test.tsx:8
↓ 1 callersFunctioncreateNotifications
()
packages/notif/src/index.ts:224
↓ 1 callersFunctioncreateReactApiConfig
(options: ReactApiConfig)
packages/react/src/setup.ts:84
↓ 1 callersFunctioncreateSseClient
({ onRequest, onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay
packages/core/src/gen/core/serverSentEvents.gen.ts:89
↓ 1 callersFunctioncreateVerificationTable
()
apps/api/scripts/create-verification-table.ts:10
↓ 1 callersFunctioncreateWrapper
(client: ReturnType<typeof createMockClient>)
packages/react/src/hooks/use-link-email.test.tsx:20
↓ 1 callersFunctiondecodeSession
(token: string | null)
packages/react/src/hooks/use-session.ts:17
↓ 1 callersFunctiondecryptPasskeyTokens
(record: PasskeyCallback)
apps/api/src/db/passkey-callback.ts:14
↓ 1 callersFunctiondefaultPathSerializer
({ path, url: _url }: PathSerializer)
packages/core/src/gen/core/utils.gen.ts:18
↓ 1 callersFunctiondetectSuspiciousActivity
(request: FastifyRequest)
apps/api/src/lib/security.ts:48
↓ 1 callersFunctiondiscriminate
(body: { token?: string email?: string verificationId?: string })
apps/api/src/routes/account/email/change/verify.ts:37
↓ 1 callersFunctiondoRefresh
( options: CoreClientOptions, client: ReturnType<typeof createHeyApiClient>, )
packages/core/src/client.ts:59
↓ 1 callersFunctionencryptTotpSecret
(secret: string)
apps/api/src/lib/totp.ts:45
↓ 1 callersFunctionenrichError
(response: Awaited<ReturnType<typeof sendMagicLinkOnce>>)
apps/web/e2e/auth-helpers.ts:25
↓ 1 callersFunctionensureApiKey
()
packages/cli/src/cli.ts:33
↓ 1 callersFunctionerrorToString
(err: unknown)
apps/api/src/routes/ai/upstream-error.ts:3
↓ 1 callersFunctionextractModuleFromRoute
* Extracts module name from route path * Examples: /users/123 → 'user-service', /payments → 'payment-service'
apps/api/src/plugins/error-handler.ts:21
↓ 1 callersMethodextractTokenFromUrls
(html: string)
apps/api/test/utils/fake-email.ts:132
↓ 1 callersFunctionfetchGoogleTokens
(input: { code: string codeVerifier: string redirectUri: string clientId: string clientSecret: strin
apps/api/src/lib/oauth-google.ts:26
↓ 1 callersFunctionfetchGoogleUserInfo
(accessToken: string)
apps/api/src/lib/oauth-google.ts:75
↓ 1 callersFunctionfetchHeadlines
()
apps/web/app/(dashboard)/(news)/page.tsx:8
↓ 1 callersFunctionfetchMarkets
()
apps/web/app/(dashboard)/markets/page.tsx:8
↓ 1 callersFunctionfetchTwitterOAuthData
(input: { code: string codeVerifier: string redirectUri: string twitterClientId: string twitterClien
apps/api/src/lib/oauth-twitter.ts:142
↓ 1 callersFunctionfilterTransports
(arr: string[] | null)
apps/api/src/lib/passkey-auth.ts:10
↓ 1 callersFunctionfindOrCreateUserForMagicLink
( db: Awaited<ReturnType<typeof getDb>>, email: string, )
apps/api/src/routes/auth/magiclink/request.ts:18
↓ 1 callersFunctionformatDate
(dateString: string)
packages/email/emails/login-notification.tsx:38
↓ 1 callersFunctionformatDate
(iso: string)
apps/web/app/(dashboard)/settings/security/passkeys-card.tsx:36
↓ 1 callersFunctionformatTransactionDate
(date: string)
packages/email/emails/transactions.tsx:14
↓ 1 callersFunctiongenerate
( options: Options<GenerateData, ThrowOnError>, )
packages/core/src/gen/sdk.gen.ts:571
↓ 1 callersFunctiongenerateClientTypeLines
(obj, indent = 0)
packages/core/scripts/generate-wrapper.mjs:108
↓ 1 callersFunctiongenerateCodeChallenge
(verifier: string)
apps/api/src/routes/auth/oauth/twitter/link-authorize-url.ts:22
↓ 1 callersFunctiongenerateCodeChallenge
(verifier: string)
apps/api/src/routes/auth/oauth/twitter/authorize-url.ts:27
↓ 1 callersFunctiongenerateCodeChallenge
(verifier: string)
apps/api/src/routes/auth/oauth/google/link-authorize-url.ts:30
↓ 1 callersFunctiongenerateCodeChallenge
(verifier: string)
apps/api/src/routes/auth/oauth/google/authorize-url.ts:27
↓ 1 callersFunctiongenerateCodeVerifier
()
apps/api/src/routes/auth/oauth/twitter/link-authorize-url.ts:18
↓ 1 callersFunctiongenerateCodeVerifier
()
apps/api/src/routes/auth/oauth/twitter/authorize-url.ts:23
↓ 1 callersFunctiongenerateCodeVerifier
()
apps/api/src/routes/auth/oauth/google/link-authorize-url.ts:26
↓ 1 callersFunctiongenerateCodeVerifier
()
apps/api/src/routes/auth/oauth/google/authorize-url.ts:23
↓ 1 callersFunctiongenerateFunnyUsername
()
apps/web/app/(dashboard)/settings/(profile)/profile-section.tsx:31
↓ 1 callersFunctiongenerateNestedObject
(obj, indent = 0)
packages/core/scripts/generate-wrapper.mjs:58
↓ 1 callersFunctiongenerateOpenAPI
()
apps/api/scripts/generate-openapi.ts:93
↓ 1 callersFunctiongenerateTestUsername
(email: string)
apps/api/src/lib/username.ts:34
↓ 1 callersFunctiongenerateTotpCode
(secret: string)
apps/api/src/lib/totp.ts:26
↓ 1 callersFunctiongenerateTotpSecret
()
apps/api/src/lib/totp.ts:6
↓ 1 callersFunctiongenerateTotpUri
({ secret, issuer, label, }: { secret: string issuer: string label: string })
apps/api/src/lib/totp.ts:10
↓ 1 callersFunctiongetActiveValue
(pathname: string)
apps/web/app/(dashboard)/settings/security/security-tabs.tsx:22
↓ 1 callersFunctiongetAlchemyRpcUrl
(chainId: number | string, apiKey: string)
packages/utils/src/web3/alchemy.ts:49
↓ 1 callersFunctiongetApiUrl
()
apps/web/next.config.mjs:22
↓ 1 callersFunctiongetArchitecture
()
scripts/setup-osv-scanner.mjs:106
↓ 1 callersFunctiongetArchitecture
()
scripts/setup-gitleaks.mjs:98
↓ 1 callersFunctiongetAuthToken
( auth: Auth, callback: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken, )
packages/core/src/gen/core/auth.gen.ts:22
↓ 1 callersFunctiongetButtonInjectionScript
()
apps/api/src/routes/reference/template-scripts.ts:1
↓ 1 callersFunctiongetCanonicalAddress
({ chain, address, }: { chain: Web3Chain address: string })
apps/api/src/lib/web3-verify.ts:63
↓ 1 callersFunctiongetConfig
()
packages/core/src/gen/client/client.gen.ts:30
↓ 1 callersFunctiongetConfigDir
()
packages/cli/src/config.ts:10
↓ 1 callersFunctiongetDevMenuHint
()
apps/mobile/src/app/index.tsx:12
↓ 1 callersFunctiongetEmailDarkModeCSS
()
packages/email/components/theme.tsx:28
↓ 1 callersFunctiongetInitScript
(opts: { apiUrl: string openApiUrl: string callbackUrl: string jwtToken: string | null verificationI
apps/api/src/routes/reference/template-scripts.ts:94
↓ 1 callersFunctiongetInitials
(name: string | null, email: string | null)
apps/web/components/assistant/user-info-catalog.tsx:26
↓ 1 callersFunctiongetLatestVersion
(repo)
scripts/setup-database.mjs:133
↓ 1 callersFunctiongetLatestVersion
(repo)
scripts/setup-osv-scanner.mjs:80
↓ 1 callersFunctiongetLatestVersion
(repo)
scripts/setup-gitleaks.mjs:80
↓ 1 callersFunctiongetMDXComponents
(components?: MDXComponents)
apps/docu/mdx-components.tsx:9
↓ 1 callersFunctiongetMaxAgeFromRefreshToken
(refreshToken: string)
apps/web/lib/auth/auth-server.ts:20
↓ 1 callersFunctiongetMergedTools
(userId: string, log: import('fastify').FastifyBaseLogger)
apps/api/src/routes/ai/account-info-tool.ts:64
↓ 1 callersFunctiongetNested
( client: object, path: readonly string[], )
packages/cli/src/run-command.ts:11
↓ 1 callersFunctiongetNotificationTypeByType
(typeString: string)
packages/notif/src/notification-types.ts:39
↓ 1 callersFunctiongetOrCreateCommand
(parent: Command, pathSegment: string)
packages/cli/src/cli.ts:119
↓ 1 callersFunctiongetParams
(operation)
packages/cli/scripts/generate-cli.mjs:66
↓ 1 callersFunctiongetParseAs
( contentType: string | null, )
packages/core/src/gen/client/utils.gen.ts:73
↓ 1 callersFunctiongetPgErrorCode
(err: unknown)
apps/api/src/lib/db-errors.ts:2
↓ 1 callersFunctiongetPlatform
()
scripts/ensure-tool.mjs:69
↓ 1 callersFunctiongetPlatform
()
scripts/setup-osv-scanner.mjs:54
↓ 1 callersFunctiongetPlatform
()
scripts/setup-gitleaks.mjs:54
← previousnext →201–300 of 1,050, ranked by callers