MCPcopy Create free account

hub / github.com/YanpengQi7/ai-reliability-copilot / functions

Functions237 in github.com/YanpengQi7/ai-reliability-copilot

FunctionPOST
(req: Request)
src/app/api/mcp/route.ts:92
FunctionPOST
(req: NextRequest)
src/app/api/incidents/save/route.ts:37
FunctionPOST
(req: Request, { params }: { params: Promise<{ id: string }> })
src/app/api/incidents/[id]/rerun/route.ts:17
FunctionPOST
(req: NextRequest)
src/app/api/analyze/route.ts:27
FunctionPOST
(req: Request)
src/app/api/webhook/alert/route.ts:51
FunctionPageShell
({ title, children }: { title: string; children: React.ReactNode })
src/app/incidents/page.tsx:43
FunctionReRunButton
({ incidentId }: { incidentId: string })
src/components/ReRunButton.tsx:8
FunctionRootLayout
({ children, }: Readonly<{ children: React.ReactNode; }>)
src/app/layout.tsx:22
FunctionRunScenarioButton
({ slug }: { slug: string })
src/components/RunScenarioButton.tsx:8
FunctionScenariosPage
()
src/app/scenarios/page.tsx:7
FunctionSection
({ title, children }: { title: string; children: React.ReactNode })
src/components/StreamingAnalysisView.tsx:18
FunctionSection
({ title, children }: { title: string; children: React.ReactNode })
src/app/investigate/page.tsx:76
FunctionSeverityBadge
({ severity }: { severity?: string })
src/components/StreamingAnalysisView.tsx:27
FunctionSeverityBadge
({ s }: { s?: string | null })
src/app/incidents/[id]/page.tsx:172
FunctionShell
({ title, children }: { title: string; children: React.ReactNode })
src/app/kb/page.tsx:82
FunctionShell
({ children }: { children: React.ReactNode })
src/app/incidents/[id]/page.tsx:147
FunctionShell
({ children }: { children: React.ReactNode })
src/app/evals/page.tsx:236
FunctionShell
({ title, children }: { title: string; children: React.ReactNode })
src/app/mcp-usage/page.tsx:142
FunctionStat
({ label, value, sub }: { label: string; value: string; sub?: string })
src/app/kb/page.tsx:70
FunctionStat
({ label, value, sub, highlight = false }: { label: string; value: string; sub?: string; highlight?: boolean }
src/app/evals/page.tsx:226
FunctionStat
({ label, value, highlight, tone = "ok" }: { label: string; value: string; highlight?: boolean; tone?: "ok" |
src/app/mcp-usage/page.tsx:132
FunctionStreamingAnalysisView
({ analysis }: { analysis: PartialAnalysis })
src/components/StreamingAnalysisView.tsx:36
FunctionTraceTimeline
({ trace }: { trace: TraceStep[] })
src/app/investigate/page.tsx:50
Functionanalyze
()
src/app/page.tsx:90
Functiondetect
(j)
src/lib/alertParsers.ts:32
MethodevidenceCount
()
src/lib/agent/state.ts:56
Functionflush
()
src/lib/streamUsage.ts:96
FunctiongetOutputLanguage
()
src/lib/i18n/server.ts:26
Functionparse
(j)
src/lib/alertParsers.ts:36
FunctionparseAlert
()
src/components/IncidentInputForm.tsx:123
Functionresponse
(response: Response, fields: Record<string, unknown> = {})
src/lib/observability.ts:33
Functionrun
()
src/app/investigate/page.tsx:168
FunctionsetOutputLanguageAction
(locale: Locale)
src/lib/i18n/actions.ts:17
Functionstart
(controller)
src/lib/streamUsage.test.ts:57
Functionstart
(controller)
src/app/api/analyze/route.ts:77
FunctionstopGenerating
()
src/app/page.tsx:99
Functiontransform
(chunk, controller)
src/lib/streamUsage.ts:80
← previous201–237 of 237, ranked by callers