Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InsForge/InsForge
/ functions
Functions
3,036 in github.com/InsForge/InsForge
⨍
Functions
3,036
◇
Types & classes
796
↳
Endpoints
3
↓ 3 callers
Method
getInstance
()
backend/src/services/payments/razorpay/sync.service.ts:73
↓ 3 callers
Method
getInstance
()
backend/src/services/compute/services.service.ts:258
↓ 3 callers
Method
getKeyConfig
()
backend/src/services/payments/razorpay/config.service.ts:405
↓ 3 callers
Function
getLocalStorage
()
packages/dashboard/src/lib/utils/local-storage.ts:1
↓ 3 callers
Function
getLocalStorageJSON
(key: string)
packages/dashboard/src/lib/utils/local-storage.ts:50
↓ 3 callers
Method
getLogSourceStats
()
backend/src/providers/logs/base.provider.ts:18
↓ 3 callers
Method
getLogSources
()
backend/src/providers/logs/base.provider.ts:6
↓ 3 callers
Method
getMaxFileSizeBytes
* Returns the configured maximum file size in bytes. * Reads from the database configuration first; falls back to the * `MAX_FILE_SIZE` environm
backend/src/services/storage/storage-config.service.ts:100
↓ 3 callers
Method
getPool
()
backend/src/services/email/email-template.service.ts:50
↓ 3 callers
Method
getPool
()
backend/src/services/email/smtp-config.service.ts:140
↓ 3 callers
Method
getPool
()
backend/src/services/auth/auth-config.service.ts:28
↓ 3 callers
Function
getProviderReferenceId
(payment: PaymentTransaction)
packages/dashboard/src/features/payments/pages/TransactionsPage.tsx:83
↓ 3 callers
Method
getServiceLogs
* Fetch container stdout/stderr ("application logs") for a service. Resolves * the service's Fly app + machine, then delegates to the active comput
backend/src/services/compute/services.service.ts:930
↓ 3 callers
Function
getStripeKeyValue
(keys: StripeKeyConfig[], environment: PaymentEnvironment)
packages/dashboard/src/features/payments/components/StripeSettingsPanel.tsx:26
↓ 3 callers
Method
getTableSchema
(schemaName: string, table: string)
backend/src/services/database/database-table.service.ts:351
↓ 3 callers
Method
getTrends
(metric: string, timeframe: string)
backend/src/providers/analytics/posthog.provider.ts:295
↓ 3 callers
Method
getUploadMode
( deployment: DeploymentRecord, registeredFileCount: number = 0 )
backend/src/services/deployments/deployment.service.ts:497
↓ 3 callers
Function
getUpstreamStatus
(error: unknown, fallbackStatus = 502)
backend/src/utils/errors.ts:189
↓ 3 callers
Method
getUserSchemaById
* Get user by ID (returns UserSchema for API)
backend/src/services/auth/auth.service.ts:1319
↓ 3 callers
Method
getValidatedPath
(filename: string)
backend/src/providers/logs/local.provider.ts:38
↓ 3 callers
Method
getValidatedPath
(bucket: string, ...parts: string[])
backend/src/providers/storage/local.provider.ts:23
↓ 3 callers
Function
handleDelete
(id: string)
packages/dashboard/src/features/compute/pages/ComputePage.tsx:45
↓ 3 callers
Method
handleDisconnect
* Handle disconnection and attempt reconnection
backend/src/infra/realtime/realtime.manager.ts:195
↓ 3 callers
Method
handleOAuthCallback
* Handle OAuth callback for any supported provider
backend/src/services/auth/auth.service.ts:997
↓ 3 callers
Function
handleSort
(field: SortField)
packages/dashboard/src/features/ai/pages/AIModelsPage.tsx:121
↓ 3 callers
Function
handleSubmit
(e: React.FormEvent)
packages/dashboard/src/features/auth/components/UserFormDialog.tsx:112
↓ 3 callers
Function
handleTableFormClose
()
packages/dashboard/src/features/database/pages/TablesPage.tsx:336
↓ 3 callers
Function
hasAtLeastOneValue
(value: Record<string, unknown>)
packages/shared-schemas/src/payments-api.schema.ts:158
↓ 3 callers
Function
hasPgErrorCode
(error: unknown, code: string)
backend/src/utils/errors.ts:134
↓ 3 callers
Method
headers
()
backend/src/providers/webscraper/apify.provider.ts:78
↓ 3 callers
Method
importDatabase
( fileBuffer: Buffer, filename: string, fileSize: number, truncate: boolean = false )
backend/src/services/database/database-advance.service.ts:710
↓ 3 callers
Method
insertMessage
* Insert a message into the channel (client-initiated send). * RLS INSERT policy controls who can send to which channels. * pg_notify is automat
backend/src/services/realtime/realtime-message.service.ts:38
↓ 3 callers
Method
invalidateAnonKeyCache
* Invalidate the in-memory anon key cache (called on rotation)
backend/src/services/secrets/secret.service.ts:629
↓ 3 callers
Method
isEnabled
()
backend/src/providers/webscraper/apify.provider.ts:46
↓ 3 callers
Function
isObject
(value: unknown)
backend/src/providers/payments/razorpay-errors.ts:11
↓ 3 callers
Function
isProduction
()
backend/src/utils/environment.ts:33
↓ 3 callers
Method
isRecord
(value: unknown)
backend/src/services/payments/payment-customer.service.ts:557
↓ 3 callers
Function
isValidIdentifier
(identifier: string)
backend/src/utils/validations.ts:89
↓ 3 callers
Function
jsonResponse
(body: unknown, status = 200, headers: Record<string, string> = {})
backend/tests/unit/deno-subhosting-429.test.ts:6
↓ 3 callers
Method
listConfigs
()
backend/src/services/auth/custom-oauth-config.service.ts:73
↓ 3 callers
Method
listRazorpayEnvironments
()
backend/src/services/payments/razorpay/config.service.ts:90
↓ 3 callers
Method
listStripeEnvironments
()
backend/src/services/payments/stripe/config.service.ts:78
↓ 3 callers
Method
localArtifactPath
(key: string)
backend/src/services/database/database-backup.service.ts:656
↓ 3 callers
Method
logout
()
packages/dashboard/src/features/login/services/login.service.ts:59
↓ 3 callers
Function
makeConnection
( environment: RazorpayEnvironment, status: RazorpayConnection['status'], lastSyncError: string | null )
backend/tests/unit/razorpay-sync.service.test.ts:40
↓ 3 callers
Function
makeEndpointUrl
(flyAppName: string)
backend/src/services/compute/services.service.ts:179
↓ 3 callers
Function
makePgError
(code: string, message: string)
backend/tests/unit/error-middleware-rls.test.ts:30
↓ 3 callers
Function
makePrice
(overrides: Partial<CatalogPrice>)
packages/dashboard/src/features/payments/__tests__/helpers.test.ts:11
↓ 3 callers
Function
makeWebhookPayload
(event: string)
backend/tests/unit/razorpay-webhook.service.test.ts:80
↓ 3 callers
Method
markWebhookEvent
( environment: RazorpayEnvironment, eventId: string, status: RazorpayWebhookProcessingStatus,
backend/src/services/payments/razorpay/webhook.service.ts:181
↓ 3 callers
Function
metricTotal
(points: AIOverviewMetricPoint[])
packages/dashboard/src/features/ai/pages/AIOverviewPage.tsx:49
↓ 3 callers
Function
normalizeEnvVarDrafts
(drafts: EnvVarDraft[])
packages/dashboard/src/features/deployments/helpers.ts:21
↓ 3 callers
Function
normalizeModalities
(modalities: string[])
backend/src/services/ai/helpers.ts:34
↓ 3 callers
Method
normalizeNotes
( notes: Record<string, string | number | boolean> | undefined | null )
backend/src/services/payments/razorpay/webhook.service.ts:612
↓ 3 callers
Method
normalizeOrderRow
(row: RazorpayOrderRow)
backend/src/services/payments/razorpay/order.service.ts:353
↓ 3 callers
Function
normalizePriceRow
(row: StripePriceRow)
backend/src/services/payments/helpers.ts:156
↓ 3 callers
Function
normalizeStripePrice
( price: StripePrice, environment: StripeEnvironment )
backend/src/services/payments/helpers.ts:190
↓ 3 callers
Function
normalizeStripeWebhookError
(error: unknown)
backend/src/api/routes/webhooks/stripe.routes.ts:9
↓ 3 callers
Method
normalizeSubscriptionRow
( row: RazorpaySubscriptionRow )
backend/src/services/payments/razorpay/subscription.service.ts:361
↓ 3 callers
Method
normalizeUrl
* Normalizes a URL for comparison. * - Converts hostname to lowercase * - Removes default ports (handled by URL class) * - Removes trailing s
backend/src/services/auth/auth-config.service.ts:276
↓ 3 callers
Function
parseBackupId
(value: string)
backend/src/api/routes/database/backups.routes.ts:29
↓ 3 callers
Method
pauseSubscription
(subscriptionId: string)
backend/src/providers/payments/razorpay.provider.ts:496
↓ 3 callers
Method
persistManagedStripeWebhookSecret
( client: PoolClient, environment: StripeEnvironment, webhookSetup: ManagedStripeWebhookSetup | nu
backend/src/services/payments/stripe/config.service.ts:1004
↓ 3 callers
Method
processCheckoutSessionCompleted
( environment: StripeEnvironment, checkoutSession: StripeCheckoutSession, statusOverride?: StripeT
backend/src/services/payments/stripe/transaction.service.ts:100
↓ 3 callers
Method
processPaymentIntentTransaction
( environment: StripeEnvironment, paymentIntent: StripePaymentIntent, status: 'succeeded' | 'faile
backend/src/services/payments/stripe/transaction.service.ts:191
↓ 3 callers
Method
readLogsFromFile
( filePath: string, limit: number, beforeTimestamp?: string )
backend/src/providers/logs/local.provider.ts:74
↓ 3 callers
Function
readMigration
()
backend/tests/unit/grant-system-database-backups-select-migration.test.ts:12
↓ 3 callers
Function
readMigration
()
backend/tests/unit/project-admin-public-privileges-migration.test.ts:11
↓ 3 callers
Function
readRepoFiles
( paths: string[], extensions: string[] )
backend/tests/unit/prefer-request-jwt-claims-migration.test.ts:42
↓ 3 callers
Function
readSql
()
backend/tests/unit/realtime-channel-name-helper-migration.test.ts:11
↓ 3 callers
Method
recordConnectionStatus
( environment: StripeEnvironment, status: 'unconfigured' | 'error', error: string )
backend/src/services/payments/stripe/config.service.ts:290
↓ 3 callers
Method
removeStripeSecretKey
(environment: StripeEnvironment)
backend/src/services/payments/stripe/config.service.ts:159
↓ 3 callers
Function
renderAxisLabel
(value: number)
packages/dashboard/src/features/dashboard/components/observability/MetricChartCard.tsx:170
↓ 3 callers
Method
resolveHeaderSecrets
( headers: Record<string, string> )
backend/src/services/schedules/schedule.service.ts:158
↓ 3 callers
Method
restoreBackup
(backupId: string)
packages/dashboard/src/features/database/services/backup.service.ts:51
↓ 3 callers
Method
retrieveAccount
()
backend/src/providers/payments/stripe.provider.ts:105
↓ 3 callers
Method
retrievePaymentIntent
(paymentIntentId: string)
backend/src/providers/payments/stripe.provider.ts:218
↓ 3 callers
Function
rewrapCloudError
(error: unknown, defaultMessage: string)
backend/src/services/compute/services.service.ts:191
↓ 3 callers
Function
safeDecode
(s: string)
backend/src/services/storage/s3-signature.ts:80
↓ 3 callers
Function
seedBackend
()
backend/src/utils/seed.ts:173
↓ 3 callers
Method
setRazorpayKeys
( environment: RazorpayEnvironment, keyId: string, keySecret: string, webhookSecret?: string,
backend/src/services/payments/razorpay/config.service.ts:113
↓ 3 callers
Function
setRequestUser
( req: AuthRequest, payload: { sub: string; email?: string; role: RoleSchema } )
backend/src/api/middlewares/auth.ts:68
↓ 3 callers
Function
sha256Hex
(input: string | Buffer)
backend/src/services/storage/s3-signature.ts:112
↓ 3 callers
Function
sign
(payload: string, secret: string = TEST_RAZORPAY_KEY_SECRET)
backend/tests/unit/razorpay-provider.test.ts:12
↓ 3 callers
Method
start
()
backend/src/services/telemetry/telemetry.service.ts:121
↓ 3 callers
Method
stop
()
backend/src/services/telemetry/telemetry.service.ts:134
↓ 3 callers
Function
stubClipboard
(writeText: ReturnType<typeof vi.fn>)
packages/dashboard/src/lib/hooks/__tests__/useCopyToClipboard.test.tsx:5
↓ 3 callers
Function
stubPlansAll
(provider: RazorpayProvider, all: ReturnType<typeof vi.fn>)
backend/tests/unit/razorpay-provider.test.ts:62
↓ 3 callers
Method
syncCatalog
()
backend/src/providers/payments/stripe.provider.ts:109
↓ 3 callers
Method
syncPaymentsEnvironmentAfterKeyChange
( environment: StripeEnvironment, provider: StripeProvider )
backend/src/services/payments/stripe/sync.service.ts:73
↓ 3 callers
Method
throwUnsupported
()
backend/src/providers/webscraper/apify.provider.ts:50
↓ 3 callers
Method
toCustomDomainResponse
( domain: { name: string; apexName: string; verified: boolean; verification?: Arra
backend/src/services/deployments/deployment.service.ts:141
↓ 3 callers
Function
trackEvent
(eventName: string, properties?: Record<string, unknown>)
packages/dashboard/src/lib/analytics/posthog.tsx:74
↓ 3 callers
Method
updateDeployment
* Update deployment record with final status
backend/src/services/functions/function.service.ts:655
↓ 3 callers
Method
upsertEnvironmentVariables
* Upsert environment variables for the project
backend/src/providers/deployments/vercel.provider.ts:524
↓ 3 callers
Method
upsertInvoiceTransaction
( environment: StripeEnvironment, invoice: StripeInvoice, status: 'succeeded' | 'failed' )
backend/src/services/payments/stripe/transaction.service.ts:119
↓ 3 callers
Method
upsertItemRecord
( environment: RazorpayEnvironment, item: RazorpayProviderItem | RazorpayProviderPlan['item'] )
backend/src/services/payments/razorpay/catalog.service.ts:160
↓ 3 callers
Method
upsertPriceRecord
( environment: StripeEnvironment, price: StripePrice )
backend/src/services/payments/stripe/price.service.ts:126
↓ 3 callers
Method
upsertS3Object
* Upsert object metadata after an S3-protocol PutObject or CompleteMultipartUpload. * uploaded_by stays NULL; uploaded_via='s3' + s3_access_key_id
backend/src/services/storage/storage.service.ts:825
↓ 3 callers
Method
upsertSubscription
( environment: RazorpayEnvironment, subscription: RazorpaySubscription )
backend/src/services/payments/razorpay/webhook.service.ts:385
← previous
next →
601–700 of 3,036, ranked by callers