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
↓ 4 callers
Method
refreshOriginalTransactionRefundState
( environment: StripeEnvironment, paymentIntentId: string | null, chargeId: string | null )
backend/src/services/payments/stripe/transaction.service.ts:557
↓ 4 callers
Method
removeSocketFromRoom
(roomName: string, socketId: string)
backend/src/services/realtime/realtime-presence.service.ts:58
↓ 4 callers
Method
rotateAnonKey
* 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 callers
Function
selectComputeProvider
()
backend/src/services/compute/services.service.ts:219
↓ 4 callers
Function
setAdminRefreshTokenCookie
(res: Response, value: string)
backend/src/utils/cookies.ts:22
↓ 4 callers
Function
setLocalStorageJSON
(key: string, value: unknown)
packages/dashboard/src/lib/utils/local-storage.ts:63
↓ 4 callers
Function
splitQualifiedTableReference
( tableReference: string, defaultSchemaName: string = DEFAULT_DATABASE_SCHEMA )
backend/src/services/database/helpers.ts:127
↓ 4 callers
Method
startService
(id: string)
backend/src/services/compute/services.service.ts:866
↓ 4 callers
Method
stopService
(id: string)
backend/src/services/compute/services.service.ts:825
↓ 4 callers
Method
toVectorLiteral
(vec: number[])
backend/src/services/memory/memory.service.ts:93
↓ 4 callers
Function
triggerSecretsRedeployment
()
backend/src/api/routes/secrets/index.routes.ts:22
↓ 4 callers
Method
updateAuthConfig
* Update authentication configuration * Updates the singleton configuration row
backend/src/services/auth/auth-config.service.ts:144
↓ 4 callers
Method
updateCheckoutSessionFromStripe
( environment: StripeEnvironment, checkoutSession: StripeCheckoutSession, statusOverride?: Checkou
backend/src/services/payments/stripe/checkout.service.ts:302
↓ 4 callers
Method
updateConfig
(config: UpdateAuthConfigRequest)
packages/dashboard/src/features/auth/services/config.service.ts:11
↓ 4 callers
Method
updatePrice
(priceId: string, input: StripePriceUpdateInput)
backend/src/providers/payments/stripe.provider.ts:415
↓ 4 callers
Method
updateProduct
(productId: string, input: StripeProductUpdateInput)
backend/src/providers/payments/stripe.provider.ts:335
↓ 4 callers
Method
upsertCustomerProjection
( environment: StripeEnvironment, customer: StripeCustomerLike )
backend/src/services/payments/payment-customer.service.ts:314
↓ 4 callers
Method
upsertSubscriptionFromProvider
( environment: RazorpayEnvironment, subscription: RazorpaySubscription, subjectOverride?: BillingS
backend/src/services/payments/razorpay/subscription.service.ts:276
↓ 4 callers
Method
upsertTransaction
(input: UpsertStripeTransactionInput)
backend/src/services/payments/stripe/transaction.service.ts:400
↓ 4 callers
Function
useApiKey
(options?: UseMetadataOptions)
packages/dashboard/src/lib/hooks/useMetadata.ts:37
↓ 4 callers
Function
useFormField
()
packages/dashboard/src/components/radix/Form.tsx:40
↓ 4 callers
Function
useMetadata
(options?: UseMetadataOptions)
packages/dashboard/src/lib/hooks/useMetadata.ts:9
↓ 4 callers
Function
usePaymentClientPagination
(totalRecords: number)
packages/dashboard/src/features/payments/hooks/usePaymentClientPagination.ts:5
↓ 4 callers
Function
useRecords
(tableName: string, schemaName: string = DEFAULT_DATABASE_SCHEMA)
packages/dashboard/src/features/database/hooks/useRecords.ts:8
↓ 4 callers
Function
validateStripeSecretKey
(environment: StripeEnvironment, value: string)
backend/src/providers/payments/stripe.provider.ts:68
↓ 4 callers
Function
verifyApiKey
(req: AuthRequest, _res: Response, next: NextFunction)
backend/src/api/middlewares/auth.ts:163
↓ 4 callers
Method
verifyToken
* Verify JWT token
backend/src/infra/security/token.manager.ts:174
↓ 4 callers
Method
verifyWebhookSignature
* 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 callers
Function
webOverviewLabel
(key: string)
packages/dashboard/src/features/analytics/lib/format.ts:97
↓ 3 callers
Method
_raise_for_error
Raise APIError if the response is not a 2xx success.
examples/python-ml-experiment-tracker/tracker/client.py:57
↓ 3 callers
Method
_request
Send an authenticated request, transparently retrying once after a 401.
examples/python-ml-experiment-tracker/tracker/client.py:91
↓ 3 callers
Function
addBillingSubjectToProviderAttributes
( attributes: Record<string, string>, subject: BillingSubject )
backend/src/services/payments/helpers.ts:65
↓ 3 callers
Function
addTab
(initialQuery?: string, initialName?: string)
packages/dashboard/src/features/database/contexts/SQLEditorContext.tsx:130
↓ 3 callers
Method
archivePrice
( environment: StripeEnvironment, priceId: string )
backend/src/services/payments/stripe/price.service.ts:237
↓ 3 callers
Method
assertCanManageSubscription
(user: UserContext)
backend/src/services/payments/razorpay/subscription.service.ts:416
↓ 3 callers
Method
assertNoRestoreInProgress
* 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 callers
Method
assertSubscriptionManagementAllowed
( input: RazorpaySubscriptionManagementInput, user: UserContext )
backend/src/services/payments/razorpay/subscription.service.ts:473
↓ 3 callers
Function
broadcastRecordChange
(schemaName: string, tableName: string)
backend/src/api/routes/database/admin.routes.ts:67
↓ 3 callers
Method
buildKeyConfig
( environment: RazorpayEnvironment, keyType: RazorpayKeyConfig['keyType'], secretName: string )
backend/src/services/payments/razorpay/config.service.ts:416
↓ 3 callers
Function
buildProviderSubscription
( overrides: Partial<RazorpaySubscription> = {} )
backend/tests/unit/razorpay-subscription.service.test.ts:88
↓ 3 callers
Function
buildStringToSign
(input: { datetime: string; scope: string; canonicalRequestHash: string; })
backend/src/services/storage/s3-signature.ts:128
↓ 3 callers
Function
buildStripeIdempotencyKey
( environment: StripeEnvironment, operation: StripeIdempotencyOperation, callerKey: string | undefined )
backend/src/services/payments/helpers.ts:112
↓ 3 callers
Method
cancelSubscription
( subscriptionId: string, input: RazorpaySubscriptionCancelInput = {} )
backend/src/providers/payments/razorpay.provider.ts:486
↓ 3 callers
Function
clearAdminRefreshTokenCookie
(res: Response)
backend/src/utils/cookies.ts:49
↓ 3 callers
Method
clearPaymentData
( client: PoolClient, environment: StripeEnvironment )
backend/src/services/payments/stripe/config.service.ts:608
↓ 3 callers
Method
clearTokens
()
packages/dashboard/src/lib/api/client.ts:32
↓ 3 callers
Method
compactObjectRefs
(refs: TransactionObjectRef[])
backend/src/services/payments/razorpay/transaction.service.ts:791
↓ 3 callers
Method
compactRelatedObjectIds
( input: Record<string, string | null | undefined> )
backend/src/services/payments/stripe/transaction.service.ts:884
↓ 3 callers
Function
completedDayLabels
()
backend/tests/unit/openrouter-overview.test.ts:17
↓ 3 callers
Function
convertSchemaToColumns
( schema?: TableSchema, onCellEdit?: (rowId: string, columnKey: string, newValue: string) => Promise<void>
packages/dashboard/src/features/database/components/DatabaseDataGrid.tsx:180
↓ 3 callers
Function
countryName
(iso: string)
packages/dashboard/src/features/analytics/lib/format.ts:22
↓ 3 callers
Method
createCloudProjectToken
(projectId: string)
backend/src/providers/ai/openrouter.provider.ts:479
↓ 3 callers
Method
createCode
* Create a PKCE exchange code after successful OAuth authentication.
backend/src/services/auth/oauth-pkce.service.ts:61
↓ 3 callers
Method
createDirectDeployment
* Create a new direct-upload deployment record with WAITING status and file manifest
backend/src/services/deployments/deployment.service.ts:267
↓ 3 callers
Function
createEmptyEnvironmentValues
()
packages/dashboard/src/features/payments/helpers.ts:6
↓ 3 callers
Method
createMigration
(input: CreateMigrationRequest)
backend/src/services/database/database-migration.service.ts:53
↓ 3 callers
Function
createMockResponse
(body: unknown, status = 200)
backend/tests/unit/deno-app-logs.test.ts:94
↓ 3 callers
Function
createReactPackageConfig
(packageDir, project)
eslint.config.js:100
↓ 3 callers
Method
createRecords
( schemaName: string, tableName: string, records: DatabaseRecord[] )
backend/src/services/database/admin-record.service.ts:109
↓ 3 callers
Function
createResponseMock
()
backend/tests/unit/auth-cookies.test.ts:12
↓ 3 callers
Method
createTable
* Create a new table
backend/src/services/database/database-table.service.ts:140
↓ 3 callers
Function
createWriteEndpointLimiter
(category: WriteLimiterCategory)
backend/src/api/middlewares/rate-limiters.ts:425
↓ 3 callers
Method
deleteBackup
(id: string)
backend/src/services/database/database-backup.service.ts:192
↓ 3 callers
Function
distributeVerticallyDynamic
( nodesToPosition: Node<CustomNodeData>[], startY: number = canvasMargin )
packages/dashboard/src/features/visualizer/components/SchemaVisualizer.tsx:117
↓ 3 callers
Method
embed
(text: string)
backend/src/services/memory/memory.service.ts:75
↓ 3 callers
Method
emitPresenceMemberEvent
* Emit a presence event to everyone else subscribed to the room.
backend/src/infra/socket/socket.manager.ts:621
↓ 3 callers
Function
empty
()
packages/dashboard/src/features/dashboard/hooks/useAdvisor.ts:57
↓ 3 callers
Function
escapeRegexPattern
(text: string)
backend/src/utils/validations.ts:173
↓ 3 callers
Function
establishTrustedOrigin
( candidateOrigin: string | null, originRef: MutableRefObject<string | null>, trustedRef: MutableRefObje
frontend/src/cloud-hosting/useCloudHosting.ts:140
↓ 3 callers
Function
expectRazorpayScopedDelete
(tableName: string, params: unknown[])
backend/tests/unit/razorpay-config.service.test.ts:77
↓ 3 callers
Function
extractApiKey
(req: AuthRequest)
backend/src/api/middlewares/auth.ts:41
↓ 3 callers
Method
findSubjectForStripeCustomer
( environment: StripeEnvironment, customerId: string )
backend/src/services/payments/stripe/transaction.service.ts:777
↓ 3 callers
Function
flagEmoji
(iso: string)
packages/dashboard/src/features/analytics/lib/format.ts:2
↓ 3 callers
Function
fmtTime
(iso: string | null)
packages/dashboard/src/features/webscraper/components/shared.tsx:5
↓ 3 callers
Function
formatDate
(timestamp: string)
packages/dashboard/src/lib/utils/utils.ts:184
↓ 3 callers
Function
formatDefaultValue
( input: string | null | undefined, columnType?: ColumnType, isNullable?: boolean )
backend/src/services/database/database-table.service.ts:81
↓ 3 callers
Function
formatPercent
(pct: number, opts: { signed?: boolean } = {})
packages/dashboard/src/features/analytics/lib/format.ts:54
↓ 3 callers
Function
formatValue
()
packages/dashboard/src/features/database/components/RecordFormField.tsx:100
↓ 3 callers
Method
forwardRequest
* Forward request to PostgREST with retry logic
backend/src/services/database/postgrest-proxy.service.ts:134
↓ 3 callers
Function
generateUUID
()
backend/src/utils/utils.ts:85
↓ 3 callers
Method
getAccessToken
()
packages/dashboard/src/lib/api/client.ts:37
↓ 3 callers
Method
getActiveFunctionsWithCode
* Get all active functions with their code
backend/src/services/functions/function.service.ts:802
↓ 3 callers
Method
getAllConfigs
* Get all OAuth configurations
backend/src/services/auth/oauth-config.service.ts:52
↓ 3 callers
Method
getApiKeyWithSource
* 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 callers
Method
getById
* Get audit log by ID
backend/src/services/logs/audit.service.ts:154
↓ 3 callers
Function
getCandidateProviderObject
(row: LegacyPaymentHistoryRow)
backend/tests/unit/payments-multi-provider-migration.test.ts:46
↓ 3 callers
Method
getCsrfToken
()
packages/dashboard/src/lib/api/client.ts:41
↓ 3 callers
Method
getCurrentStripeAccountId
(environment: StripeEnvironment)
backend/src/services/payments/stripe/config.service.ts:232
↓ 3 callers
Method
getCurrentUser
()
packages/dashboard/src/features/login/services/login.service.ts:74
↓ 3 callers
Method
getCustomDomainConfigOrEmpty
( configDomain: string, requestedDomain: string )
backend/src/services/deployments/deployment.service.ts:165
↓ 3 callers
Function
getDashboardBackendUrl
()
packages/dashboard/src/lib/config/runtime.ts:11
↓ 3 callers
Method
getDeploymentUrl
* Get the latest successful deployment URL (cached)
backend/src/services/functions/function.service.ts:733
↓ 3 callers
Method
getDeploymentUrl
* 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 callers
Method
getFkeyConstraints
(schemaName: string, table: string)
backend/src/services/database/database-table.service.ts:853
↓ 3 callers
Function
getForeignKeyByColumn
( foreignKeys?: ForeignKeySchema[] )
packages/dashboard/src/features/database/helpers.ts:22
↓ 3 callers
Method
getInstance
()
backend/src/providers/oauth/linkedin.provider.ts:23
↓ 3 callers
Method
getInstance
()
backend/src/providers/oauth/google.provider.ts:24
↓ 3 callers
Method
getInstance
()
backend/src/services/memory/memory.service.ts:66
↓ 3 callers
Method
getInstance
()
backend/src/services/storage/storage.service.ts:72
↓ 3 callers
Method
getInstance
()
backend/src/services/functions/function.service.ts:34
← previous
next →
501–600 of 3,036, ranked by callers