MCPcopy Create free account

hub / github.com/InsForge/InsForge / functions

Functions3,036 in github.com/InsForge/InsForge

↓ 1 callersMethodfetchProjectId
(signal?: AbortSignal)
packages/dashboard/src/lib/services/metadata.service.ts:24
↓ 1 callersFunctionfetchSelfHostingBackupInfo
()
packages/dashboard/src/features/database/hooks/useDatabaseBackup.ts:27
↓ 1 callersFunctionfetchWriteEndpointLimitsConfig
()
backend/src/api/middlewares/rate-limiters.ts:314
↓ 1 callersFunctionfilterModelsByModalities
( models: AIModelSchema[], selectedInputModalities: ModalitySchema[], selectedOutputModalities: Modality
packages/dashboard/src/features/ai/helpers.ts:154
↓ 1 callersFunctionfilterModelsByProvider
( models: AIModelSchema[], providerId: string )
packages/dashboard/src/features/ai/helpers.ts:87
↓ 1 callersFunctionfilterWidthsByColumns
( widths: TableColumnWidths, availableColumns?: string[] )
packages/dashboard/src/features/database/hooks/useTablePreferences.ts:132
↓ 1 callersMethodfindExistingTransactionContext
( client: Pool | PoolClient, environment: RazorpayEnvironment, refs: TransactionObjectRef[] )
backend/src/services/payments/razorpay/transaction.service.ts:589
↓ 1 callersMethodfindMatchingIdempotentCheckoutSession
( client: PoolClient, input: CreateCheckoutSessionRequest, metadata: Record<string, string>, r
backend/src/services/payments/stripe/checkout.service.ts:417
↓ 1 callersMethodfindSimilar
( scope: string, embedding: number[], k: number, threshold: number )
backend/src/services/memory/memory.service.ts:165
↓ 1 callersMethodfindStripeCustomerMapping
( environment: StripeEnvironment, subject: BillingSubject )
backend/src/services/payments/stripe/checkout.service.ts:374
↓ 1 callersMethodfindStripeCustomerMapping
( environment: string, subject: BillingSubject )
backend/src/services/payments/stripe/customer-portal.service.ts:238
↓ 1 callersMethodfindStripeCustomerMappingByCustomerId
( environment: StripeEnvironment, customerId: string )
backend/src/services/payments/stripe/transaction.service.ts:759
↓ 1 callersMethodfindStripeCustomerMappingByCustomerId
( environment: StripeEnvironment, customerId: string )
backend/src/services/payments/stripe/subscription.service.ts:366
↓ 1 callersFunctionfmtCost
(usd: number | null | undefined)
packages/dashboard/src/features/webscraper/components/shared.tsx:13
↓ 1 callersFunctionformatBackupAge
(iso: string | undefined)
packages/dashboard/src/features/dashboard/components/dtest/DTestConnectedDashboard.tsx:20
↓ 1 callersFunctionformatBilling
(price: CatalogPrice)
packages/dashboard/src/features/payments/pages/CatalogPage.tsx:22
↓ 1 callersFunctionformatCohortRange
(iso: string)
packages/dashboard/src/features/analytics/components/posthog/RetentionCard.tsx:65
↓ 1 callersFunctionformatCurrency
(value: number)
packages/dashboard/src/features/ai/pages/AIOverviewPage.tsx:31
↓ 1 callersFunctionformatCustomProviderName
(key: string)
packages/dashboard/src/features/visualizer/components/AuthNode.tsx:17
↓ 1 callersFunctionformatDisplayValue
()
packages/dashboard/src/components/datagrid/cell-editors/DateCellEditor.tsx:243
↓ 1 callersFunctionformatDisplayValue
()
packages/dashboard/src/components/datagrid/cell-editors/JsonCellEditor.tsx:171
↓ 1 callersFunctionformatEnvironments
(environments: RazorpayEnvironment[])
packages/dashboard/src/features/payments/hooks/useRazorpaySync.ts:19
↓ 1 callersFunctionformatEnvironments
(environments: StripeEnvironment[])
packages/dashboard/src/features/payments/hooks/useStripeSync.ts:22
↓ 1 callersFunctionformatEventDate
(value: string | null)
packages/dashboard/src/features/payments/pages/TransactionsPage.tsx:43
↓ 1 callersFunctionformatFileSize
(bytes: number)
packages/dashboard/src/features/storage/components/FilePreviewDialog.tsx:143
↓ 1 callersFunctionformatFileSize
(bytes: number)
packages/dashboard/src/features/storage/components/StorageDataGrid.tsx:39
↓ 1 callersFunctionformatFromAddress
(name: string, email: string)
backend/src/providers/email/smtp.provider.ts:24
↓ 1 callersFunctionformatInputPrice
(model: Pick<ModelOption, 'inputPrice' | 'inputPriceLabel'>)
packages/dashboard/src/features/ai/helpers.ts:222
↓ 1 callersFunctionformatMigrationStatements
(statements: string[])
packages/dashboard/src/features/database/pages/MigrationsPage.tsx:28
↓ 1 callersFunctionformatOutputPrice
(model: Pick<ModelOption, 'outputPrice' | 'outputPriceLabel'>)
packages/dashboard/src/features/ai/helpers.ts:225
↓ 1 callersFunctionformatParameterValue
(value: string | number | undefined)
packages/dashboard/src/features/dashboard/components/connect/ConnectionStringSection.tsx:15
↓ 1 callersFunctionformatPaymentValidationIssues
(error: { issues: Array<{ path: PropertyKey[]; message: string }>; })
backend/src/services/payments/helpers.ts:28
↓ 1 callersFunctionformatProviderReferenceType
(value: string | null)
packages/dashboard/src/features/payments/pages/TransactionsPage.tsx:72
↓ 1 callersFunctionformatRelative
Formats an ISO timestamp as "N minutes/hours/days ago", or "—" when null.
packages/dashboard/src/features/storage/components/S3SettingsPanel.tsx:9
↓ 1 callersFunctionformatRelative
(iso: string | undefined)
packages/dashboard/src/features/dashboard/components/advisor/BackendAdvisorSection.tsx:31
↓ 1 callersFunctionformatRelativeTime
(iso: string)
packages/dashboard/src/features/analytics/lib/format.ts:69
↓ 1 callersFunctionformatReleasedDate
(created?: number)
packages/dashboard/src/features/ai/helpers.ts:233
↓ 1 callersFunctionformatRemediationPromptBatch
(issues: DashboardAdvisorIssue[])
packages/dashboard/src/features/dashboard/components/advisor/remediationPrompt.ts:20
↓ 1 callersFunctionformatStageFailures
(failures: RazorpaySyncStageFailure[])
backend/src/services/payments/razorpay/sync.service.ts:55
↓ 1 callersFunctionformatStars
(count: number)
packages/dashboard/src/layout/AppHeader.tsx:60
↓ 1 callersFunctionformatStatusLabel
(status: PaymentTransactionStatus)
packages/dashboard/src/features/payments/pages/TransactionsPage.tsx:123
↓ 1 callersFunctionformatTimestamp
(date: Date)
backend/src/services/database/database-backup.service.ts:692
↓ 1 callersFunctionformatTokenPrice
(price: number)
backend/src/services/ai/helpers.ts:102
↓ 1 callersFunctionformatTooltipValue
(metric: TrendMetric, value: number)
packages/dashboard/src/features/analytics/components/posthog/KpiSectionWithTrend.tsx:100
↓ 1 callersMethodformatUtcDayBucket
(date: Date)
backend/src/providers/ai/openrouter.provider.ts:475
↓ 1 callersFunctionformatWebhookConfiguredAt
(value: string | null | undefined)
packages/dashboard/src/features/payments/components/StripeSettingsPanel.tsx:422
↓ 1 callersFunctionformatXAxis
(date: string, timeframe: string)
packages/dashboard/src/features/analytics/components/posthog/KpiSectionWithTrend.tsx:68
↓ 1 callersFunctionformatY
(metric: TrendMetric, value: number)
packages/dashboard/src/features/analytics/components/posthog/KpiSectionWithTrend.tsx:90
↓ 1 callersFunctionformatZodIssues
(error: ZodErrorLike)
backend/src/utils/zod.ts:14
↓ 1 callersMethodfrom_dict
Deserialise a config from a plain dict, applying defaults for missing keys.
examples/python-ml-experiment-tracker/tracker/config.py:28
↓ 1 callersFunctionfulfillLoggedInSession
(route: Route)
packages/dashboard/tests/ui/fixtures/api.ts:47
↓ 1 callersFunctionfulfillLoggedOutSession
(route: Route)
packages/dashboard/tests/ui/fixtures/api.ts:40
↓ 1 callersMethodgenerate
* Generate images using the specified model * @param options - Image generation options
backend/src/services/ai/image-generation.service.ts:20
↓ 1 callersMethodgenerateClientSecret
* Generate Apple client secret (JWT signed with private key) * Apple requires a dynamically generated client_secret
backend/src/providers/oauth/apple.provider.ts:106
↓ 1 callersMethodgenerateMessageId
* Generate unique message ID
backend/src/infra/socket/socket.manager.ts:563
↓ 1 callersFunctiongenerateNumericCode
(length: number)
backend/src/utils/utils.ts:94
↓ 1 callersMethodgenerateObjectKey
* Generate a unique object key with timestamp and random string * @param originalFilename - The original filename from the upload * @returns Gen
backend/src/services/storage/storage.service.ts:129
↓ 1 callersFunctiongenerateProviderTabs
(models: AIModelSchema[])
packages/dashboard/src/features/ai/helpers.ts:103
↓ 1 callersMethodgenerateRouter
* Generate router main.ts that imports all functions
backend/src/providers/functions/deno-subhosting.provider.ts:999
↓ 1 callersFunctiongenerateUUID
()
packages/dashboard/src/lib/utils/utils.ts:83
↓ 1 callersMethodgetActors
(limit: number)
backend/src/providers/webscraper/apify.provider.ts:148
↓ 1 callersFunctiongetAllHeaders
* Get all unique column headers from array of objects * Handles rows with varying schemas
packages/dashboard/src/lib/utils/data-export.ts:40
↓ 1 callersMethodgetApifyToken
()
backend/src/services/webscraper/webscraper.service.ts:28
↓ 1 callersMethodgetAppMetadata
()
backend/src/services/metadata/metadata.service.ts:26
↓ 1 callersMethodgetAuditLogStats
(days = 7)
packages/dashboard/src/features/logs/services/audit.service.ts:41
↓ 1 callersMethodgetAuditLogs
({ limit = 100, offset = 0, ...filters }: GetAuditLogsRequest)
packages/dashboard/src/features/logs/services/audit.service.ts:10
↓ 1 callersFunctiongetAvatarColor
(label: string)
packages/dashboard/src/layout/AppHeader.tsx:78
↓ 1 callersMethodgetBucketCorsRules
(bucket: string)
backend/src/services/storage/storage.service.ts:924
↓ 1 callersMethodgetBucketVersioningStatus
(bucket: string)
backend/src/services/storage/storage.service.ts:1003
↓ 1 callersMethodgetBucketsObjectCount
()
backend/src/services/storage/storage.service.ts:753
↓ 1 callersMethodgetBuildLogs
* Get build logs for the latest deployment or a specific deployment
backend/src/services/logs/log.service.ts:261
↓ 1 callersMethodgetByName
* Find a channel by name (exact match or wildcard pattern match). * For wildcard patterns like "order:%", checks if channelName matches the pattern
backend/src/services/realtime/realtime-channel.service.ts:75
↓ 1 callersMethodgetClient
* Get the OpenAI client, creating or updating it as needed. * Accepts a pre-resolved apiKey to avoid a redundant getApiKeyWithSource() call.
backend/src/providers/ai/openrouter.provider.ts:162
↓ 1 callersFunctiongetColumnIcon
(isReferenced: boolean = false)
packages/dashboard/src/features/visualizer/components/TableNode.tsx:22
↓ 1 callersMethodgetColumnTypeMap
( tableName: string, schemaName: string = DEFAULT_DATABASE_SCHEMA )
backend/src/infra/database/database.manager.ts:61
↓ 1 callersMethodgetConfig
Fetches the current storage configuration from the server.
packages/dashboard/src/features/storage/services/storage-config.service.ts:7
↓ 1 callersMethodgetConfigByKey
(key: string)
packages/dashboard/src/features/auth/services/custom-oauth-config.service.ts:14
↓ 1 callersMethodgetConfigByProvider
( provider: string )
packages/dashboard/src/features/auth/services/oauth-config.service.ts:16
↓ 1 callersMethodgetConfigMetadata
* Deployments slice for admin /api/metadata (gated behind verifyAdmin). * * Cloud-only: returns `undefined` in self-hosted backends so the metad
backend/src/services/deployments/deployment.service.ts:106
↓ 1 callersFunctiongetConfiguredRazorpayApiKeys
(keys: RazorpayKeyConfig[])
packages/dashboard/src/features/payments/components/RazorpaySettingsPanel.tsx:48
↓ 1 callersMethodgetConnection
()
backend/src/services/analytics/analytics.service.ts:18
↓ 1 callersMethodgetConnectionCount
* Get current connection count
backend/src/infra/socket/socket.manager.ts:570
↓ 1 callersFunctiongetCountryName
(countryCode: string | null)
packages/dashboard/src/features/payments/pages/CustomersPage.tsx:190
↓ 1 callersFunctiongetCurrentDistinctId
()
packages/dashboard/src/lib/analytics/posthog.tsx:67
↓ 1 callersFunctiongetCurrentOrigin
()
frontend/src/cloud-hosting/useCloudHosting.ts:204
↓ 1 callersMethodgetCurrentRazorpayAccountId
(environment: RazorpayEnvironment)
backend/src/services/payments/razorpay/config.service.ts:273
↓ 1 callersMethodgetCustomDomain
* Get a single domain associated with the configured Vercel project * GET /v9/projects/:id/domains/:domain
backend/src/providers/deployments/vercel.provider.ts:840
↓ 1 callersMethodgetCustomDomainConfig
* Get DNS configuration hints for a domain on Vercel * GET /v6/domains/:domain/config
backend/src/providers/deployments/vercel.provider.ts:811
↓ 1 callersMethodgetCustomDomainUrl
* Get the custom domain URL based on the slug * Returns null if no slug is set
backend/src/providers/deployments/vercel.provider.ts:760
↓ 1 callersFunctiongetCustomerBadgeVariant
(customer: PaymentCustomerListItem)
packages/dashboard/src/features/payments/pages/CustomersPage.tsx:182
↓ 1 callersFunctiongetCustomerLabel
(customer: PaymentCustomerListItem)
packages/dashboard/src/features/payments/pages/CustomersPage.tsx:178
↓ 1 callersFunctiongetDashboardApiBaseUrl
()
packages/dashboard/src/lib/config/runtime.ts:23
↓ 1 callersFunctiongetDatabaseErrorDetails
(err: DatabaseError)
backend/src/utils/errors.ts:138
↓ 1 callersMethodgetDatabaseSizeInGB
()
backend/src/infra/database/database.manager.ts:226
↓ 1 callersMethodgetDatasets
(limit: number)
backend/src/providers/webscraper/apify.provider.ts:152
↓ 1 callersFunctiongetDaysInMonth
(year: number, month: number)
packages/dashboard/src/components/datagrid/cell-editors/DateCellEditor.tsx:145
↓ 1 callersFunctiongetDefaultBackupName
()
packages/dashboard/src/features/database/components/CreateBackupDialog.tsx:20
↓ 1 callersFunctiongetDefaultIcon
(type: string)
packages/dashboard/src/lib/hooks/useToast.tsx:130
↓ 1 callersMethodgetDeployment
* Get deployment status by deployment ID
backend/src/providers/functions/deno-subhosting.provider.ts:683
↓ 1 callersFunctiongetDeploymentFailureMessage
(buildLogs?: string[])
packages/dashboard/src/features/functions/hooks/useFunctions.ts:7
← previousnext →1,301–1,400 of 3,036, ranked by callers