MCPcopy Create free account

hub / github.com/InsForge/InsForge / functions

Functions3,036 in github.com/InsForge/InsForge

↓ 2 callersMethodreadInstallationId
()
backend/src/services/telemetry/telemetry.service.ts:217
↓ 2 callersFunctionreadMigration
()
backend/tests/unit/transfer-public-object-ownership-migration.test.ts:11
↓ 2 callersFunctionreadMigrationNames
(dir = MIGRATIONS_DIR)
backend/src/infra/database/migrations/bootstrap/baseline-migrations.js:40
↓ 2 callersMethodrecall
(params: { scope: string; query: string; limit: number; threshold?: number; })
backend/src/services/memory/memory.service.ts:300
↓ 2 callersMethodrecordConnectionStatus
( environment: RazorpayEnvironment, status: 'unconfigured' | 'error', errorMessage?: string | null
backend/src/services/payments/razorpay/config.service.ts:429
↓ 2 callersMethodrecordEmailSent
(email: string, minIntervalSeconds: number)
backend/src/services/email/email.service.ts:66
↓ 2 callersMethodrecreateManagedStripeWebhook
( provider: StripeProvider, environment: StripeEnvironment )
backend/src/services/payments/stripe/config.service.ts:652
↓ 2 callersMethodrefreshAccessToken
()
packages/dashboard/src/features/login/services/login.service.ts:85
↓ 2 callersMethodremove
(id: string)
packages/dashboard/src/features/compute/services/compute.service.ts:50
↓ 2 callersMethodremoveConfig
(environment: StripeEnvironment)
packages/dashboard/src/features/payments/services/stripe.service.ts:60
↓ 2 callersFunctionremoveLocalStorageItem
(key: string)
packages/dashboard/src/lib/utils/local-storage.ts:36
↓ 2 callersMethodremoveRazorpayKeys
(environment: RazorpayEnvironment)
backend/src/services/payments/razorpay/config.service.ts:302
↓ 2 callersMethodremoveSocketFromAllRooms
(socketId: string)
backend/src/services/realtime/realtime-presence.service.ts:86
↓ 2 callersMethodrenameBackup
(id: string, name: string | null)
backend/src/services/database/database-backup.service.ts:159
↓ 2 callersFunctionrenderAdvisorBadge
(content: ReactNode, label: string)
packages/dashboard/src/features/dashboard/components/dtest/DTestConnectedDashboard.tsx:72
↓ 2 callersMethodrenderTemplate
(template: string, variables: Record<string, string>)
backend/src/providers/email/smtp.provider.ts:44
↓ 2 callersFunctionrenderValue
(val: ConvertedValue)
packages/dashboard/src/features/database/components/ForeignKeyCell.tsx:49
↓ 2 callersFunctionrenderValue
(value: number | null)
packages/dashboard/src/features/dashboard/components/observability/MetricChartCard.tsx:135
↓ 2 callersFunctionrequestMethod
( method: 'GET' | 'POST', port: number, path: string )
backend/tests/unit/storage-routes.test.ts:16
↓ 2 callersFunctionreset
()
packages/dashboard/src/features/payments/components/StripeSettingsPanel.tsx:73
↓ 2 callersFunctionresetProviderState
(provider: OpenRouterProvider)
backend/tests/unit/openrouter-rotate.test.ts:28
↓ 2 callersMethodresolveEndpoints
(key: string)
backend/src/providers/oauth/custom.provider.ts:37
↓ 2 callersMethodresolveProvider
()
backend/src/services/email/email.service.ts:30
↓ 2 callersMethodresolveSubjectFromCustomerMapping
( client: Pool | PoolClient, environment: RazorpayEnvironment, customerId: string | null )
backend/src/services/payments/razorpay/transaction.service.ts:680
↓ 2 callersMethodresumeSubscription
(subscriptionId: string)
backend/src/providers/payments/razorpay.provider.ts:500
↓ 2 callersMethodretrieveAccount
* Fetch basic account info using the /orders or /items call to confirm key validity. * Razorpay does not have a dedicated "retrieve account" endpoi
backend/src/providers/payments/razorpay.provider.ts:354
↓ 2 callersMethodretrieveCharge
(chargeId: string)
backend/src/providers/payments/stripe.provider.ts:222
↓ 2 callersMethodretrieveInvoiceByPaymentIntent
(paymentIntentId: string)
backend/src/providers/payments/stripe.provider.ts:226
↓ 2 callersMethodrotateProviderApiKey
(provider: AIProvider)
packages/dashboard/src/features/ai/services/ai.service.ts:25
↓ 2 callersMethodrunPgTool
( tool: 'pg_dump' | 'pg_restore', extraArgs: string[], stdin?: Readable, stdout?: NodeJS.Writa
backend/src/services/database/database-backup.service.ts:480
↓ 2 callersFunctionsanitizeColumnOrder
(value: unknown)
packages/dashboard/src/features/database/hooks/useTablePreferences.ts:152
↓ 2 callersMethodsanitizeSlug
* Sanitize slug to valid JavaScript identifier * Prefixes with underscore and replaces hyphens with underscores
backend/src/providers/functions/deno-subhosting.provider.ts:1157
↓ 2 callersMethodsaveDeployment
* Save deployment record to database
backend/src/services/functions/function.service.ts:630
↓ 2 callersFunctionsavePreferences
(preferences: StoredDatabasePreferences)
packages/dashboard/src/features/database/hooks/useTablePreferences.ts:124
↓ 2 callersMethodscheduleDeployment
* Schedule a deployment with debouncing to coalesce rapid changes
backend/src/services/functions/function.service.ts:520
↓ 2 callersMethodsearchLogs
( query: string, sourceName?: string, limit?: number, offset?: number )
backend/src/providers/logs/base.provider.ts:20
↓ 2 callersMethodsendVerificationEmailWithCode
* Send verification email with numeric OTP code * Creates a 6-digit OTP and sends it via email for manual entry
backend/src/services/auth/auth.service.ts:311
↓ 2 callersMethodsendVerificationEmailWithLink
* Send verification email with clickable link * Creates a long cryptographic token and sends it via email as a clickable link * The link points
backend/src/services/auth/auth.service.ts:344
↓ 2 callersFunctionserializeBackup
(row: BackupRow)
backend/src/services/database/database-backup.service.ts:51
↓ 2 callersMethodserviceConfig
( internalPort: number, edgeProtocol: 'http' | 'tcp' = 'http', scale: ScaleOptions = FlyProvider.S
backend/src/providers/compute/fly.provider.ts:230
↓ 2 callersMethodsetAuthErrorHandler
(handler?: () => void)
packages/dashboard/src/lib/api/client.ts:46
↓ 2 callersMethodsetBoundedCache
* Inserts an entry into a bounded cache with FIFO eviction. * When the cache reaches maxSize, the oldest entry (first insertion-order key) is remov
backend/src/infra/database/database.manager.ts:106
↓ 2 callersMethodsetRazorpayWebhookSecret
( environment: RazorpayEnvironment, webhookSecret: string )
backend/src/services/payments/razorpay/config.service.ts:286
↓ 2 callersMethodsetRefreshAccessTokenHandler
(handler?: () => Promise<boolean>)
packages/dashboard/src/lib/api/client.ts:50
↓ 2 callersMethodsetSocketMembership
(socketId: string, roomName: string, presenceId: string)
backend/src/services/realtime/realtime-presence.service.ts:129
↓ 2 callersFunctionsetTransactionLocalConfig
( client: PoolClient, setting: string, value: string )
backend/src/services/database/user-context.service.ts:151
↓ 2 callersFunctionsignChunk
( key: Buffer, datetime: string, scope: string, prev: string, payload: Buffer )
backend/tests/unit/s3-chunk-parser.test.ts:16
↓ 2 callersFunctionsortProductPrices
(prices: CatalogPrice[], defaultPriceId: string | null)
packages/dashboard/src/features/payments/pages/CatalogPage.tsx:33
↓ 2 callersMethodstartMachine
(appId: string, machineId: string)
backend/src/providers/compute/compute.provider.ts:74
↓ 2 callersMethodstopMachine
(appId: string, machineId: string)
backend/src/providers/compute/compute.provider.ts:73
↓ 2 callersFunctionstubCookieEnvironment
()
packages/dashboard/src/lib/api/client.test.ts:4
↓ 2 callersMethodsyncCustomersWithProvider
( environment: StripeEnvironment, provider: StripeProvider )
backend/src/services/payments/payment-customer.service.ts:254
↓ 2 callersMethodsyncEnvironmentAfterKeyChange
( environment: RazorpayEnvironment, provider: RazorpayProvider )
backend/src/services/payments/razorpay/sync.service.ts:104
↓ 2 callersMethodsyncPayments
(input: SyncStripePaymentsRequest)
packages/dashboard/src/features/payments/services/stripe.service.ts:32
↓ 2 callersMethodsyncPaymentsEnvironment
( environment: StripeEnvironment, providerOverride?: StripeProvider, checkAccountChange = true )
backend/src/services/payments/stripe/sync.service.ts:80
↓ 2 callersMethodtoDeploymentFileResponse
(row: DeploymentFileRow)
backend/src/services/deployments/deployment.service.ts:844
↓ 2 callersFunctiontoEpoch
(iso: string)
packages/dashboard/src/features/dashboard/hooks/useLastBackup.ts:23
↓ 2 callersFunctiontoISOString
* Normalize a pg timestamp value to an ISO string
backend/src/services/email/email-template.service.ts:14
↓ 2 callersFunctiontoIsoString
(value: unknown)
backend/src/services/database/database-backup.service.ts:44
↓ 2 callersFunctiontoSmtpConfigSchema
Map a DB row to the public SmtpConfigSchema (password masked)
backend/src/services/email/smtp-config.service.ts:75
↓ 2 callersMethodtoVersionStamp
(version: string | Date | null | undefined)
backend/src/services/storage/storage.service.ts:114
↓ 2 callersFunctiontoggle
(severity: DashboardAdvisorSeverity)
packages/dashboard/src/features/dashboard/components/advisor/SeverityFilterDropdown.tsx:17
↓ 2 callersMethodtransformUserCode
* Transform user code to Deno-compatible format * * Supports two formats: * * 1. Legacy (module.exports) - converted automatically, create
backend/src/providers/functions/deno-subhosting.provider.ts:959
↓ 2 callersMethodtriggerDeployment
* Trigger deployment of all active functions to Deno Deploy * This is called asynchronously after function CRUD operations
backend/src/services/functions/function.service.ts:534
↓ 2 callersFunctiontruncateId
(id: string, head = 12)
packages/dashboard/src/features/analytics/lib/format.ts:86
↓ 2 callersMethodtryCopyObject
( srcS3Key: string, dstS3Key: string )
backend/src/providers/storage/s3.provider.ts:612
↓ 2 callersMethodtryHeadObject
(s3Key: string)
backend/src/providers/storage/s3.provider.ts:561
↓ 2 callersMethodtryRecreateManagedStripeWebhook
( provider: StripeProvider, environment: StripeEnvironment )
backend/src/services/payments/stripe/config.service.ts:342
↓ 2 callersMethodupdateConfig
* Update OAuth configuration
backend/src/services/auth/oauth-config.service.ts:280
↓ 2 callersFunctionupdateManualDraft
(draftId: string, field: 'key' | 'value', nextValue: string)
packages/dashboard/src/features/deployments/components/EnvVarDialog.tsx:101
↓ 2 callersMethodupdateRecord
( table: string, primaryKey: RecordPrimaryKey, data: { [key: string]: ConvertedValue }, schema
packages/dashboard/src/features/database/services/record.service.ts:214
↓ 2 callersMethodupdateSecretByKey
* Update a secret by key
backend/src/services/secrets/secret.service.ts:223
↓ 2 callersMethodupdateTableSchema
( tableName: string, operations: UpdateTableSchemaRequest, schemaName: string = DEFAULT_DATABASE_S
packages/dashboard/src/features/database/services/table.service.ts:64
↓ 2 callersMethodupdateTableSchema
* Update table schema
backend/src/services/database/database-table.service.ts:464
↓ 2 callersFunctionupdate_tokens
Reload config from disk, replace both tokens, and save.
examples/python-ml-experiment-tracker/tracker/config.py:57
↓ 2 callersMethodupsertConfig
(input: UpsertStripeConfigRequest)
packages/dashboard/src/features/payments/services/stripe.service.ts:52
↓ 2 callersMethodupsertInvoiceWithClient
( client: Pool | PoolClient, environment: RazorpayEnvironment, invoice: RazorpayInvoice, event
backend/src/services/payments/razorpay/transaction.service.ts:189
↓ 2 callersMethodupsertItem
( client: PoolClient, environment: RazorpayEnvironment, item: RazorpayCatalogItemInput )
backend/src/services/payments/razorpay/sync.service.ts:383
↓ 2 callersMethodupsertManualWebhookConnection
( environment: RazorpayEnvironment, webhookUrl: string )
backend/src/services/payments/razorpay/config.service.ts:602
↓ 2 callersMethodupsertPaymentWithClient
( client: Pool | PoolClient, environment: RazorpayEnvironment, payment: RazorpayPayment, optio
backend/src/services/payments/razorpay/transaction.service.ts:258
↓ 2 callersMethodupsertProductRecord
( environment: StripeEnvironment, product: StripeProduct )
backend/src/services/payments/stripe/product.service.ts:142
↓ 2 callersMethodupsertStripeCustomerMappingFromCheckout
( environment: StripeEnvironment, checkoutSession: StripeCheckoutSession )
backend/src/services/payments/stripe/webhook.service.ts:175
↓ 2 callersMethodupsertSubscriptionProjection
( environment: StripeEnvironment, subscription: StripeSubscription, provider?: StripeProvider )
backend/src/services/payments/stripe/subscription.service.ts:165
↓ 2 callersFunctionuseAdvisorLatest
()
packages/dashboard/src/features/dashboard/hooks/useAdvisor.ts:27
↓ 2 callersFunctionuseAnalyticsConnection
()
packages/dashboard/src/features/analytics/hooks/useAnalytics.ts:25
↓ 2 callersFunctionuseAnonKey
(options?: UseMetadataOptions)
packages/dashboard/src/lib/hooks/useMetadata.ts:58
↓ 2 callersFunctionuseBuckets
()
packages/dashboard/src/features/storage/hooks/useBuckets.ts:5
↓ 2 callersFunctionuseCustomDomains
()
packages/dashboard/src/features/deployments/hooks/useCustomDomains.ts:13
↓ 2 callersFunctionuseLogs
(source: string, pageSize: number = LOGS_PAGE_SIZE)
packages/dashboard/src/features/logs/hooks/useLogs.ts:9
↓ 2 callersFunctionuseOAuthConfig
(selectedProvider?: OAuthProvidersSchema | null)
packages/dashboard/src/features/auth/hooks/useOAuthConfig.ts:13
↓ 2 callersFunctionuseOpenConnectDialog
()
packages/dashboard/src/layout/ConnectDialogContext.tsx:7
↓ 2 callersFunctionuseOpenRouterKey
()
packages/dashboard/src/features/ai/hooks/useOpenRouterKey.ts:9
↓ 2 callersFunctionusePaymentCatalog
(provider: PaymentProvider, environment: PaymentEnvironment)
packages/dashboard/src/features/payments/hooks/usePaymentCatalog.ts:119
↓ 2 callersFunctionusePaymentCustomers
(provider: PaymentProvider, environment: PaymentEnvironment)
packages/dashboard/src/features/payments/hooks/usePaymentCustomers.ts:14
↓ 2 callersFunctionuseRawSQL
(options?: UseRawSQLOptions)
packages/dashboard/src/features/database/hooks/useRawSQL.ts:18
↓ 2 callersFunctionuseRealtimeMessages
()
packages/dashboard/src/features/realtime/hooks/useRealtimeMessages.ts:7
↓ 2 callersFunctionuseSQLEditorContext
()
packages/dashboard/src/features/database/contexts/SQLEditorContext.tsx:186
↓ 2 callersFunctionuseSchedules
()
packages/dashboard/src/features/functions/hooks/useSchedules.ts:25
↓ 2 callersMethodvalidateChannelPattern
(pattern: string)
backend/src/services/realtime/realtime-channel.service.ts:225
↓ 2 callersMethodvalidateCode
* Validate function code for platform contract compatibility.
backend/src/services/functions/function.service.ts:403
← previousnext →1,001–1,100 of 3,036, ranked by callers