MCPcopy Create free account

hub / github.com/InsForge/InsForge / functions

Functions3,036 in github.com/InsForge/InsForge

↓ 4 callersMethodrefreshOriginalTransactionRefundState
( environment: StripeEnvironment, paymentIntentId: string | null, chargeId: string | null )
backend/src/services/payments/stripe/transaction.service.ts:557
↓ 4 callersMethodremoveSocketFromRoom
(roomName: string, socketId: string)
backend/src/services/realtime/realtime-presence.service.ts:58
↓ 4 callersMethodrotateAnonKey
* Rotate anon key with grace period for the old key. * The old key stays valid for the grace period (default 7 days) so already * deployed clien
backend/src/services/secrets/secret.service.ts:666
↓ 4 callersFunctionselectComputeProvider
()
backend/src/services/compute/services.service.ts:219
↓ 4 callersFunctionsetAdminRefreshTokenCookie
(res: Response, value: string)
backend/src/utils/cookies.ts:22
↓ 4 callersFunctionsetLocalStorageJSON
(key: string, value: unknown)
packages/dashboard/src/lib/utils/local-storage.ts:63
↓ 4 callersFunctionsplitQualifiedTableReference
( tableReference: string, defaultSchemaName: string = DEFAULT_DATABASE_SCHEMA )
backend/src/services/database/helpers.ts:127
↓ 4 callersMethodstartService
(id: string)
backend/src/services/compute/services.service.ts:866
↓ 4 callersMethodstopService
(id: string)
backend/src/services/compute/services.service.ts:825
↓ 4 callersMethodtoVectorLiteral
(vec: number[])
backend/src/services/memory/memory.service.ts:93
↓ 4 callersFunctiontriggerSecretsRedeployment
()
backend/src/api/routes/secrets/index.routes.ts:22
↓ 4 callersMethodupdateAuthConfig
* Update authentication configuration * Updates the singleton configuration row
backend/src/services/auth/auth-config.service.ts:144
↓ 4 callersMethodupdateCheckoutSessionFromStripe
( environment: StripeEnvironment, checkoutSession: StripeCheckoutSession, statusOverride?: Checkou
backend/src/services/payments/stripe/checkout.service.ts:302
↓ 4 callersMethodupdateConfig
(config: UpdateAuthConfigRequest)
packages/dashboard/src/features/auth/services/config.service.ts:11
↓ 4 callersMethodupdatePrice
(priceId: string, input: StripePriceUpdateInput)
backend/src/providers/payments/stripe.provider.ts:415
↓ 4 callersMethodupdateProduct
(productId: string, input: StripeProductUpdateInput)
backend/src/providers/payments/stripe.provider.ts:335
↓ 4 callersMethodupsertCustomerProjection
( environment: StripeEnvironment, customer: StripeCustomerLike )
backend/src/services/payments/payment-customer.service.ts:314
↓ 4 callersMethodupsertSubscriptionFromProvider
( environment: RazorpayEnvironment, subscription: RazorpaySubscription, subjectOverride?: BillingS
backend/src/services/payments/razorpay/subscription.service.ts:276
↓ 4 callersMethodupsertTransaction
(input: UpsertStripeTransactionInput)
backend/src/services/payments/stripe/transaction.service.ts:400
↓ 4 callersFunctionuseApiKey
(options?: UseMetadataOptions)
packages/dashboard/src/lib/hooks/useMetadata.ts:37
↓ 4 callersFunctionuseFormField
()
packages/dashboard/src/components/radix/Form.tsx:40
↓ 4 callersFunctionuseMetadata
(options?: UseMetadataOptions)
packages/dashboard/src/lib/hooks/useMetadata.ts:9
↓ 4 callersFunctionusePaymentClientPagination
(totalRecords: number)
packages/dashboard/src/features/payments/hooks/usePaymentClientPagination.ts:5
↓ 4 callersFunctionuseRecords
(tableName: string, schemaName: string = DEFAULT_DATABASE_SCHEMA)
packages/dashboard/src/features/database/hooks/useRecords.ts:8
↓ 4 callersFunctionvalidateStripeSecretKey
(environment: StripeEnvironment, value: string)
backend/src/providers/payments/stripe.provider.ts:68
↓ 4 callersFunctionverifyApiKey
(req: AuthRequest, _res: Response, next: NextFunction)
backend/src/api/middlewares/auth.ts:163
↓ 4 callersMethodverifyToken
* Verify JWT token
backend/src/infra/security/token.manager.ts:174
↓ 4 callersMethodverifyWebhookSignature
* Verify Razorpay webhook signature. * Razorpay signs webhooks using HMAC-SHA256 of the raw body, so the * undecoded request bytes must be hashe
backend/src/providers/payments/razorpay.provider.ts:323
↓ 4 callersFunctionwebOverviewLabel
(key: string)
packages/dashboard/src/features/analytics/lib/format.ts:97
↓ 3 callersMethod_raise_for_error
Raise APIError if the response is not a 2xx success.
examples/python-ml-experiment-tracker/tracker/client.py:57
↓ 3 callersMethod_request
Send an authenticated request, transparently retrying once after a 401.
examples/python-ml-experiment-tracker/tracker/client.py:91
↓ 3 callersFunctionaddBillingSubjectToProviderAttributes
( attributes: Record<string, string>, subject: BillingSubject )
backend/src/services/payments/helpers.ts:65
↓ 3 callersFunctionaddTab
(initialQuery?: string, initialName?: string)
packages/dashboard/src/features/database/contexts/SQLEditorContext.tsx:130
↓ 3 callersMethodarchivePrice
( environment: StripeEnvironment, priceId: string )
backend/src/services/payments/stripe/price.service.ts:237
↓ 3 callersMethodassertCanManageSubscription
(user: UserContext)
backend/src/services/payments/razorpay/subscription.service.ts:416
↓ 3 callersMethodassertNoRestoreInProgress
* Mutating backup metadata while a restore is running would be clobbered * (or, for deletes, resurrected) by the post-restore snapshot write-back.
backend/src/services/database/database-backup.service.ts:586
↓ 3 callersMethodassertSubscriptionManagementAllowed
( input: RazorpaySubscriptionManagementInput, user: UserContext )
backend/src/services/payments/razorpay/subscription.service.ts:473
↓ 3 callersFunctionbroadcastRecordChange
(schemaName: string, tableName: string)
backend/src/api/routes/database/admin.routes.ts:67
↓ 3 callersMethodbuildKeyConfig
( environment: RazorpayEnvironment, keyType: RazorpayKeyConfig['keyType'], secretName: string )
backend/src/services/payments/razorpay/config.service.ts:416
↓ 3 callersFunctionbuildProviderSubscription
( overrides: Partial<RazorpaySubscription> = {} )
backend/tests/unit/razorpay-subscription.service.test.ts:88
↓ 3 callersFunctionbuildStringToSign
(input: { datetime: string; scope: string; canonicalRequestHash: string; })
backend/src/services/storage/s3-signature.ts:128
↓ 3 callersFunctionbuildStripeIdempotencyKey
( environment: StripeEnvironment, operation: StripeIdempotencyOperation, callerKey: string | undefined )
backend/src/services/payments/helpers.ts:112
↓ 3 callersMethodcancelSubscription
( subscriptionId: string, input: RazorpaySubscriptionCancelInput = {} )
backend/src/providers/payments/razorpay.provider.ts:486
↓ 3 callersFunctionclearAdminRefreshTokenCookie
(res: Response)
backend/src/utils/cookies.ts:49
↓ 3 callersMethodclearPaymentData
( client: PoolClient, environment: StripeEnvironment )
backend/src/services/payments/stripe/config.service.ts:608
↓ 3 callersMethodclearTokens
()
packages/dashboard/src/lib/api/client.ts:32
↓ 3 callersMethodcompactObjectRefs
(refs: TransactionObjectRef[])
backend/src/services/payments/razorpay/transaction.service.ts:791
↓ 3 callersMethodcompactRelatedObjectIds
( input: Record<string, string | null | undefined> )
backend/src/services/payments/stripe/transaction.service.ts:884
↓ 3 callersFunctioncompletedDayLabels
()
backend/tests/unit/openrouter-overview.test.ts:17
↓ 3 callersFunctionconvertSchemaToColumns
( schema?: TableSchema, onCellEdit?: (rowId: string, columnKey: string, newValue: string) => Promise<void>
packages/dashboard/src/features/database/components/DatabaseDataGrid.tsx:180
↓ 3 callersFunctioncountryName
(iso: string)
packages/dashboard/src/features/analytics/lib/format.ts:22
↓ 3 callersMethodcreateCloudProjectToken
(projectId: string)
backend/src/providers/ai/openrouter.provider.ts:479
↓ 3 callersMethodcreateCode
* Create a PKCE exchange code after successful OAuth authentication.
backend/src/services/auth/oauth-pkce.service.ts:61
↓ 3 callersMethodcreateDirectDeployment
* Create a new direct-upload deployment record with WAITING status and file manifest
backend/src/services/deployments/deployment.service.ts:267
↓ 3 callersFunctioncreateEmptyEnvironmentValues
()
packages/dashboard/src/features/payments/helpers.ts:6
↓ 3 callersMethodcreateMigration
(input: CreateMigrationRequest)
backend/src/services/database/database-migration.service.ts:53
↓ 3 callersFunctioncreateMockResponse
(body: unknown, status = 200)
backend/tests/unit/deno-app-logs.test.ts:94
↓ 3 callersFunctioncreateReactPackageConfig
(packageDir, project)
eslint.config.js:100
↓ 3 callersMethodcreateRecords
( schemaName: string, tableName: string, records: DatabaseRecord[] )
backend/src/services/database/admin-record.service.ts:109
↓ 3 callersFunctioncreateResponseMock
()
backend/tests/unit/auth-cookies.test.ts:12
↓ 3 callersMethodcreateTable
* Create a new table
backend/src/services/database/database-table.service.ts:140
↓ 3 callersFunctioncreateWriteEndpointLimiter
(category: WriteLimiterCategory)
backend/src/api/middlewares/rate-limiters.ts:425
↓ 3 callersMethoddeleteBackup
(id: string)
backend/src/services/database/database-backup.service.ts:192
↓ 3 callersFunctiondistributeVerticallyDynamic
( nodesToPosition: Node<CustomNodeData>[], startY: number = canvasMargin )
packages/dashboard/src/features/visualizer/components/SchemaVisualizer.tsx:117
↓ 3 callersMethodembed
(text: string)
backend/src/services/memory/memory.service.ts:75
↓ 3 callersMethodemitPresenceMemberEvent
* Emit a presence event to everyone else subscribed to the room.
backend/src/infra/socket/socket.manager.ts:621
↓ 3 callersFunctionempty
()
packages/dashboard/src/features/dashboard/hooks/useAdvisor.ts:57
↓ 3 callersFunctionescapeRegexPattern
(text: string)
backend/src/utils/validations.ts:173
↓ 3 callersFunctionestablishTrustedOrigin
( candidateOrigin: string | null, originRef: MutableRefObject<string | null>, trustedRef: MutableRefObje
frontend/src/cloud-hosting/useCloudHosting.ts:140
↓ 3 callersFunctionexpectRazorpayScopedDelete
(tableName: string, params: unknown[])
backend/tests/unit/razorpay-config.service.test.ts:77
↓ 3 callersFunctionextractApiKey
(req: AuthRequest)
backend/src/api/middlewares/auth.ts:41
↓ 3 callersMethodfindSubjectForStripeCustomer
( environment: StripeEnvironment, customerId: string )
backend/src/services/payments/stripe/transaction.service.ts:777
↓ 3 callersFunctionflagEmoji
(iso: string)
packages/dashboard/src/features/analytics/lib/format.ts:2
↓ 3 callersFunctionfmtTime
(iso: string | null)
packages/dashboard/src/features/webscraper/components/shared.tsx:5
↓ 3 callersFunctionformatDate
(timestamp: string)
packages/dashboard/src/lib/utils/utils.ts:184
↓ 3 callersFunctionformatDefaultValue
( input: string | null | undefined, columnType?: ColumnType, isNullable?: boolean )
backend/src/services/database/database-table.service.ts:81
↓ 3 callersFunctionformatPercent
(pct: number, opts: { signed?: boolean } = {})
packages/dashboard/src/features/analytics/lib/format.ts:54
↓ 3 callersFunctionformatValue
()
packages/dashboard/src/features/database/components/RecordFormField.tsx:100
↓ 3 callersMethodforwardRequest
* Forward request to PostgREST with retry logic
backend/src/services/database/postgrest-proxy.service.ts:134
↓ 3 callersFunctiongenerateUUID
()
backend/src/utils/utils.ts:85
↓ 3 callersMethodgetAccessToken
()
packages/dashboard/src/lib/api/client.ts:37
↓ 3 callersMethodgetActiveFunctionsWithCode
* Get all active functions with their code
backend/src/services/functions/function.service.ts:802
↓ 3 callersMethodgetAllConfigs
* Get all OAuth configurations
backend/src/services/auth/oauth-config.service.ts:52
↓ 3 callersMethodgetApiKeyWithSource
* Resolve the API key and its source in one call. * Cloud projects use InsForge Cloud-managed credentials; self-hosting uses OPENROUTER_API_KEY.
backend/src/providers/ai/openrouter.provider.ts:121
↓ 3 callersMethodgetById
* Get audit log by ID
backend/src/services/logs/audit.service.ts:154
↓ 3 callersFunctiongetCandidateProviderObject
(row: LegacyPaymentHistoryRow)
backend/tests/unit/payments-multi-provider-migration.test.ts:46
↓ 3 callersMethodgetCsrfToken
()
packages/dashboard/src/lib/api/client.ts:41
↓ 3 callersMethodgetCurrentStripeAccountId
(environment: StripeEnvironment)
backend/src/services/payments/stripe/config.service.ts:232
↓ 3 callersMethodgetCurrentUser
()
packages/dashboard/src/features/login/services/login.service.ts:74
↓ 3 callersMethodgetCustomDomainConfigOrEmpty
( configDomain: string, requestedDomain: string )
backend/src/services/deployments/deployment.service.ts:165
↓ 3 callersFunctiongetDashboardBackendUrl
()
packages/dashboard/src/lib/config/runtime.ts:11
↓ 3 callersMethodgetDeploymentUrl
* Get the latest successful deployment URL (cached)
backend/src/services/functions/function.service.ts:733
↓ 3 callersMethodgetDeploymentUrl
* Get the deployment URL - uses custom domain if APP_KEY is set, otherwise falls back to provider URL
backend/src/services/deployments/deployment.service.ts:707
↓ 3 callersMethodgetFkeyConstraints
(schemaName: string, table: string)
backend/src/services/database/database-table.service.ts:853
↓ 3 callersFunctiongetForeignKeyByColumn
( foreignKeys?: ForeignKeySchema[] )
packages/dashboard/src/features/database/helpers.ts:22
↓ 3 callersMethodgetInstance
()
backend/src/providers/oauth/linkedin.provider.ts:23
↓ 3 callersMethodgetInstance
()
backend/src/providers/oauth/google.provider.ts:24
↓ 3 callersMethodgetInstance
()
backend/src/services/memory/memory.service.ts:66
↓ 3 callersMethodgetInstance
()
backend/src/services/storage/storage.service.ts:72
↓ 3 callersMethodgetInstance
()
backend/src/services/functions/function.service.ts:34
← previousnext →501–600 of 3,036, ranked by callers