MCPcopy Create free account

hub / github.com/openstatusHQ/openstatus / functions

Functions4,268 in github.com/openstatusHQ/openstatus

↓ 1 callersFunctionrunComponentPhase
( triplets: Triplet[], tickStartedAt: Date, fetchedAt: number, )
apps/workflows/src/cron/external-status.ts:235
↓ 1 callersFunctionrunComponents
( fetcher: StatusFetcher, entry: StatusPageEntry, )
packages/status-fetcher/__tests__/helpers.ts:77
↓ 1 callersFunctionrunExternalIncidentsPruneTick
()
apps/workflows/src/cron/external-incidents-prune.ts:11
↓ 1 callersFunctionrunExternalStatusTick
()
apps/workflows/src/cron/external-status.ts:416
↓ 1 callersFunctionrunImport
(args: { ctx: ServiceContext; input: RunImportInput; })
packages/services/src/import/run.ts:38
↓ 1 callersFunctionrunIncidentPhase
( triplets: Triplet[], tickStartedAt: Date, )
apps/workflows/src/cron/external-status.ts:179
↓ 1 callersFunctionrunMcpHealthCheck
( input: HealthCheckInput, )
apps/web/src/lib/mcp/health-check.ts:605
↓ 1 callersFunctionrunStatusPhase
( triplets: Triplet[], fetchedAt: number, )
apps/workflows/src/cron/external-status.ts:147
↓ 1 callersFunctionrunTool
( fn: () => Promise<T>, toContent: (value: T) => CallToolResult, )
apps/server/src/routes/mcp/adapter.ts:104
↓ 1 callersFunctionsafeJsonParse
( rowId: number, value: string | null, )
packages/services/src/integration/list.ts:18
↓ 1 callersFunctionscheduledMaintenances
(page: Page, now: number)
apps/status-page/src/content/status-json.ts:78
↓ 1 callersFunctionscopeLabel
* Map a key's `scopes` array to a single human label. v1 keys carry one * value (`['read']` or `['write']`); legacy rows backfilled to * `['write']`
apps/dashboard/src/components/data-table/settings/api-key/data-table.tsx:27
↓ 1 callersFunctionsearchCorpus
(params: { p: Corpus | "all"; q: string | null | undefined; })
apps/web/src/content/utils/search-index.ts:152
↓ 1 callersFunctionsearchDocsTable
( output: Output, )
apps/dashboard/src/components/chat/tool-renderers/search-docs.tsx:10
↓ 1 callersFunctionsectionForSlug
(slug: string)
apps/web/src/content/docs.config.ts:432
↓ 1 callersFunctionsectionLabel
(section: Section, soleSection: boolean)
apps/web/src/app/(landing)/status/external-service-components.tsx:175
↓ 1 callersFunctionseeded
(seed: string)
apps/dashboard/src/data/onboarding-checks.ts:43
↓ 1 callersFunctionsegmentsToBarData
( segments: Array<{ status: "success" | "degraded" | "error"; count: number; }>, total
packages/api/src/router/statusPage.utils.ts:289
↓ 1 callersFunctionsendAlert
({ monitor, notification, }: NotificationContext)
packages/notifications/bird-whatsapp/src/index.ts:71
↓ 1 callersFunctionsendBatchEmailHtml
(emails: EmailHtml[])
packages/emails/src/send.ts:29
↓ 1 callersFunctionsendCheckerTasks
( periodicity: z.infer<typeof monitorPeriodicitySchema>, )
apps/workflows/src/cron/checker.ts:62
↓ 1 callersFunctionsendDegraded
({ monitor, notification, }: NotificationContext)
packages/notifications/telegram/src/index.ts:41
↓ 1 callersFunctionsendDegraded
({ monitor, notification, statusCode, message, }: NotificationContext)
packages/notifications/pagerduty/src/index.ts:51
↓ 1 callersFunctionsendDegraded
({ monitor, notification, }: NotificationContext)
packages/notifications/bird-whatsapp/src/index.ts:91
↓ 1 callersFunctionsendDegraded
({ monitor, notification, statusCode, message, }: NotificationContext)
packages/notifications/opsgenie/src/index.ts:45
↓ 1 callersFunctionsendDegraded
({ monitor, notification, }: NotificationContext)
packages/notifications/twillio-sms/src/index.ts:71
↓ 1 callersFunctionsendDegraded
({ monitor, notification, statusCode, message, }: NotificationContext)
packages/notifications/grafana-oncall/src/index.ts:41
↓ 1 callersFunctionsendDegraded
({ monitor, notification, }: NotificationContext)
packages/notifications/ntfy/src/index.ts:68
↓ 1 callersMethodsendFollowUpBatched
(req: { to: string[] })
packages/emails/src/client.tsx:76
↓ 1 callersFunctionsendFollowUpEmails
()
apps/workflows/src/cron/emails.ts:14
↓ 1 callersMethodsendNotifications
( subscriptions: Subscription[], pageUpdate: PageUpdate, )
packages/subscriptions/src/types.ts:75
↓ 1 callersFunctionsendPageSubscriberTestWebhook
(args: { ctx: ServiceContext; input: SendPageSubscriberTestWebhookInput; })
packages/services/src/page-subscriber/send-test-webhook.ts:20
↓ 1 callersMethodsendPageSubscription
( req: PageSubscriptionProps & { to: string }, )
packages/emails/src/client.tsx:297
↓ 1 callersFunctionsendRecovery
({ monitor, notification, }: NotificationContext)
packages/notifications/telegram/src/index.ts:25
↓ 1 callersFunctionsendRecovery
({ monitor, notification, }: NotificationContext)
packages/notifications/pagerduty/src/index.ts:92
↓ 1 callersFunctionsendRecovery
({ monitor, notification, }: NotificationContext)
packages/notifications/bird-whatsapp/src/index.ts:81
↓ 1 callersFunctionsendRecovery
({ monitor, notification, }: NotificationContext)
packages/notifications/twillio-sms/src/index.ts:42
↓ 1 callersFunctionsendRecovery
({ monitor, notification, statusCode, message, }: NotificationContext)
packages/notifications/grafana-oncall/src/index.ts:76
↓ 1 callersMethodsendSlackFeedbackBatched
(req: { to: string[] })
packages/emails/src/client.tsx:134
↓ 1 callersMethodsendStatusPageMagicLink
( req: StatusPageMagicLinkProps & { to: string }, )
packages/emails/src/client.tsx:325
↓ 1 callersMethodsendTeamInvitation
(req: TeamInvitationProps & { to: string })
packages/emails/src/client.tsx:239
↓ 1 callersFunctionsendTest
({ phoneNumber }: { phoneNumber: string })
packages/notifications/bird-whatsapp/src/index.ts:101
↓ 1 callersFunctionsendTest
(props: { apiKey: string; region: "eu" | "us"; })
packages/notifications/opsgenie/src/index.ts:120
↓ 1 callersFunctionsendTestNotification
( provider: NotificationProvider, data: NotificationData | undefined, )
apps/server/src/routes/rpc/handlers/notification/test-providers.ts:28
↓ 1 callersFunctionserviceErrorToMcpCode
( code: "UNAUTHORIZED" | "FORBIDDEN" | "INTERNAL", )
apps/server/src/routes/mcp/adapter.ts:83
↓ 1 callersFunctionserviceReporters
(serviceId: number)
apps/web/src/lib/external-report-escalation.ts:61
↓ 1 callersFunctionsetChatSessionMessages
(args: { ctx: ServiceContext; input: SetChatSessionMessagesInput; })
packages/services/src/chat-session/set.ts:23
↓ 1 callersFunctionsetImpact
(id: number, impact: PageComponentImpact)
apps/dashboard/src/components/forms/status-report/component-impact-field.tsx:46
↓ 1 callersFunctionsetPreferredSettingsCookie
(value: Record<string, unknown>)
apps/web/src/lib/preferred-settings/client.ts:19
↓ 1 callersFunctionsetRef
* Set a given ref to a given value * This utility takes care of different types of refs: callback refs and RefObject(s)
packages/ui/src/lib/compose-refs.ts:11
↓ 1 callersFunctionsetupLogger
()
apps/private-location/internal/server/server.go:86
↓ 1 callersFunctionsetupMockFetch
()
packages/importers/src/providers/betterstack/provider.test.ts:28
↓ 1 callersFunctionshouldSample
* Tail sampling strategy based on loggingsucks.com best practices * Makes sampling decisions post-request completion to capture: * - All errors (5xx
apps/workflows/src/index.ts:46
↓ 1 callersFunctionshouldSample
(event map[string]any)
apps/checker/cmd/server/main.go:32
↓ 1 callersFunctionshouldSample
(event: Record<string, any>)
apps/server/src/index.ts:111
↓ 1 callersFunctionsignIn
(params)
apps/status-page/src/lib/auth/index.ts:19
↓ 1 callersFunctionsignInWithResendAction
(formData: FormData)
apps/status-page/src/app/(status-page)/[domain]/[locale]/(auth)/login/actions.ts:11
↓ 1 callersFunctionsignInWithResendAction
(formData: FormData)
apps/dashboard/src/app/login/_components/actions.ts:5
↓ 1 callersFunctionsignInstallToken
* Slack install-token generation stays router-local: no DB work, no * workspace-scoped business rule — it's just HMAC plumbing against an env * secr
packages/api/src/router/integration.ts:19
↓ 1 callersFunctionsignRequest
(body: string, timestamp: number)
apps/server/src/routes/slack/index.test.ts:9
↓ 1 callersFunctionsize
(v: unknown)
packages/test-utils/src/matchers.ts:12
↓ 1 callersFunctionstatusDotLabel
(input: boolean | null | StepResult)
apps/web/src/app/(landing)/play/mcp-health/client.tsx:678
↓ 1 callersFunctionstatusPageAccessDeniedError
( slug: string, accessType: string, )
apps/server/src/routes/rpc/handlers/status-page/errors.ts:132
↓ 1 callersFunctionstatusPageNotPublishedError
(slug: string)
apps/server/src/routes/rpc/handlers/status-page/errors.ts:119
↓ 1 callersFunctionstepDetailRows
( stepKey: StepKey, report: HealthCheckReport, )
apps/web/src/app/(landing)/play/mcp-health/client.tsx:567
↓ 1 callersFunctionstoreBaseCheckerData
({ url, method, id, }: { url: string; method: Method; id: string; })
apps/web/src/lib/checker/utils.ts:256
↓ 1 callersFunctionstoreCheckerData
({ check, id, }: { check: RegionChecker; id: string; })
apps/web/src/lib/checker/utils.ts:282
↓ 1 callersFunctionstoreHealthReport
( id: string, report: HealthCheckReport, )
apps/web/src/lib/mcp/health-check.ts:902
↓ 1 callersFunctionstringToHttpMethod
(value: string | undefined)
apps/server/src/routes/rpc/handlers/monitor/converters/enums.ts:73
↓ 1 callersFunctionstripScheme
* Vercel populates VERCEL_URL with a bare host (e.g. "my-app.vercel.app"). If * a developer wrote a full URL into `.env` by mistake, this strips the
apps/status-page/src/lib/trpc/shared.ts:37
↓ 1 callersFunctionstripTags
(input: string)
apps/web/src/content/utils/search-match.ts:348
↓ 1 callersFunctionsubmitAction
(values: FormValues)
apps/dashboard/src/components/forms/status-page/form-configuration.tsx:123
↓ 1 callersFunctionsubmitAction
(values: SubscriberFormValues)
apps/dashboard/src/components/forms/subscriber/form.tsx:155
↓ 1 callersFunctionsubmitAction
()
apps/dashboard/src/components/content/billing-addons.tsx:82
↓ 1 callersFunctionsummarizeComponents
(outcomes: ComponentPhaseOutcome[])
apps/workflows/src/cron/external-status.ts:372
↓ 1 callersFunctionsummarizeIncidents
(outcomes: IncidentPhaseOutcome[])
apps/workflows/src/cron/external-status.ts:344
↓ 1 callersFunctionsummarizeStatus
(outcomes: StatusPhaseOutcome[])
apps/workflows/src/cron/external-status.ts:305
↓ 1 callersFunctionsummarizeToolOutput
( toolName: string, output: unknown, )
apps/dashboard/src/components/chat/tool-renderers/index.tsx:254
↓ 1 callersFunctionsupportsComponents
(type: ApiConfigType | undefined)
packages/services/src/external-service-component/list.ts:37
↓ 1 callersFunctionsupportsIncidents
(type: ApiConfigType | undefined)
packages/services/src/external-service-incident/list.ts:67
↓ 1 callersFunctiontestFetchers
()
packages/status-fetcher/scripts/test-fetchers.ts:52
↓ 1 callersFunctiontestNotificationFailedError
(message: string)
apps/server/src/routes/rpc/handlers/notification/errors.ts:158
↓ 1 callersFunctiontimeRangeToKey
(value: TimeRange)
apps/server/src/routes/rpc/handlers/monitor/converters/enums.ts:111
↓ 1 callersFunctiontimingRows
(timing: Timing, latency: number)
apps/dashboard/src/components/chat/tool-renderers/get-response-log.tsx:96
↓ 1 callersFunctiontoAiSdkTools
( registry: AgentToolRegistry, ctx: ServiceContext, )
apps/dashboard/src/lib/agent-tools/adapter.ts:23
↓ 1 callersFunctiontoEmbedUrl
(href: string)
apps/web/src/content/mdx-components/youtube.tsx:1
↓ 1 callersFunctiontoError
(cause: unknown)
packages/status-fetcher/src/fetchers/custom.ts:34
↓ 1 callersFunctiontoHTTPResponseLogDetail
( log: TinybirdHTTPResponseLogDetail, )
apps/server/src/routes/rpc/handlers/monitor/response-logs.ts:102
↓ 1 callersFunctiontoHTTPResponseLogListItem
( log: TinybirdHTTPResponseLogListItem, )
apps/server/src/routes/rpc/handlers/monitor/response-logs.ts:84
↓ 1 callersFunctiontoHTTPResponseLogRequestStatus
( status: TinybirdHTTPResponseLogListItem["requestStatus"], )
apps/server/src/routes/rpc/handlers/monitor/response-logs.ts:41
↓ 1 callersFunctiontoHTTPResponseLogTiming
( timing: TinybirdTiming, )
apps/server/src/routes/rpc/handlers/monitor/response-logs.ts:69
↓ 1 callersFunctiontoHTTPResponseLogTrigger
( trigger: TinybirdHTTPResponseLogListItem["trigger"], )
apps/server/src/routes/rpc/handlers/monitor/response-logs.ts:56
↓ 1 callersFunctiontoPayload
(values: SubscriberFormValues)
apps/dashboard/src/components/forms/subscriber/form.tsx:95
↓ 1 callersFunctiontoServiceCtx
(args: { pending: PendingAction; slackUserId: string; teamId: string | undefined; requestId?: string;
apps/server/src/routes/slack/service-adapter.ts:15
↓ 1 callersFunctiontoStatusPageEntry
(row: ExternalServiceRow)
apps/workflows/src/cron/external-status.ts:40
↓ 1 callersFunctiontoStepRows
(report: HealthCheckReport)
apps/web/src/app/(landing)/play/mcp-health/client.tsx:619
↓ 1 callersFunctiontoastAction
(action: ToastAction)
apps/web/src/lib/toast.tsx:61
↓ 1 callersFunctiontoggleLocale
(locale: Locale, checked: boolean)
apps/dashboard/src/components/forms/status-page/form-locale.tsx:119
↓ 1 callersFunctiontoggleMultiLocale
(enabled: boolean)
apps/dashboard/src/components/forms/status-page/form-locale.tsx:110
↓ 1 callersFunctiontoolToAiSdkTool
(t: AnyAgentTool, ctx: ServiceContext)
apps/dashboard/src/lib/agent-tools/adapter.ts:36
← previousnext →1,801–1,900 of 4,268, ranked by callers