MCPcopy Create free account

hub / github.com/disler/claude-code-hooks-multi-agent-observability / functions

Functions117 in github.com/disler/claude-code-hooks-multi-agent-observability

↓ 5 callersMethodadjustColorOpacity
(color: string, opacity: number)
apps/client/src/utils/chartRenderer.ts:261
↓ 5 callersFunctioncleanup
()
apps/server/src/index.ts:31
↓ 5 callersFunctiongetTheme
(id: string)
apps/server/src/db.ts:251
↓ 4 callersMethodgetChartArea
()
apps/client/src/utils/chartRenderer.ts:43
↓ 4 callersFunctiongetThemes
(query: ThemeSearchQuery = {})
apps/server/src/db.ts:275
↓ 4 callersFunctionsaveCustomThemes
()
apps/client/src/composables/useThemes.ts:691
↓ 4 callersFunctionsetTheme
(theme: ThemeName | string)
apps/client/src/composables/useThemes.ts:445
↓ 3 callersFunctionapplyCustomTheme
(theme: CustomTheme)
apps/client/src/composables/useThemes.ts:486
↓ 3 callersFunctionapplyPredefinedTheme
(themeName: ThemeName)
apps/client/src/composables/useThemes.ts:467
↓ 3 callersFunctioncleanOldData
()
apps/client/src/composables/useChartData.ts:137
↓ 3 callersFunctiongetBucketTimestamp
(timestamp: number)
apps/client/src/composables/useChartData.ts:52
↓ 3 callersFunctiongetEmojiForEventType
(eventType: string)
apps/client/src/composables/useEventEmojis.ts:48
↓ 3 callersFunctionhashString
(str: string)
apps/client/src/composables/useEventColors.ts:17
↓ 2 callersFunctioncleanOldEvents
()
apps/client/src/composables/useChartData.ts:149
↓ 2 callersFunctioncreateAgentId
(sourceApp: string, sessionId: string)
apps/client/src/composables/useChartData.ts:273
↓ 2 callersFunctioncreateTheme
(themeData: any)
apps/server/src/theme.ts:128
↓ 2 callersFunctionfetch
(req: Request)
apps/server/src/index.ts:108
↓ 2 callersFunctiongenerateId
()
apps/client/src/composables/useThemes.ts:676
↓ 2 callersFunctiongetColorForSession
(sessionId: string)
apps/client/src/composables/useEventColors.ts:25
↓ 2 callersFunctiongetRecentEvents
(limit: number = 300)
apps/server/src/db.ts:172
↓ 2 callersFunctionprocessEventBuffer
()
apps/client/src/composables/useChartData.ts:57
↓ 2 callersFunctionsanitizeTheme
(theme: any)
apps/server/src/theme.ts:114
↓ 2 callersMethodsetupCanvas
(canvas: HTMLCanvasElement)
apps/client/src/utils/chartRenderer.ts:34
↓ 2 callersFunctionvalidateRegex
(pattern: string)
apps/client/src/composables/useEventSearch.ts:9
↓ 2 callersFunctionvalidateTheme
(colors: Partial<ThemeColors>)
apps/client/src/composables/useThemes.ts:503
↓ 2 callersFunctionvalidateTheme
(theme: Partial<Theme>)
apps/server/src/theme.ts:16
↓ 1 callersFunctioncalculateContrast
(_color1: string, _color2: string)
apps/client/src/composables/useThemes.ts:684
↓ 1 callersFunctioncamelToKebab
(str: string)
apps/client/src/composables/useThemes.ts:672
↓ 1 callersFunctionconnect
()
apps/client/src/composables/useWebSocket.ts:15
↓ 1 callersFunctiondeleteTheme
(id: string)
apps/server/src/db.ts:340
↓ 1 callersFunctiondeleteThemeById
(id: string, authorId?: string)
apps/server/src/theme.ts:295
↓ 1 callersFunctiondisconnect
()
apps/client/src/composables/useWebSocket.ts:69
↓ 1 callersMethoddrawBarGlow
(x: number, y: number, width: number, height: number, intensity: number, color?: string)
apps/client/src/utils/chartRenderer.ts:239
↓ 1 callersMethodeaseOut
(t: number)
apps/client/src/utils/chartRenderer.ts:303
↓ 1 callersFunctionexportThemeById
(id: string)
apps/server/src/theme.ts:336
↓ 1 callersFunctiongenerateId
()
apps/server/src/theme.ts:12
↓ 1 callersFunctiongetColorForApp
(appName: string)
apps/client/src/composables/useEventColors.ts:31
↓ 1 callersFunctiongetEmojiForToolName
(toolName: string)
apps/client/src/composables/useEventEmojis.ts:52
↓ 1 callersFunctiongetFilterOptions
()
apps/server/src/db.ts:160
↓ 1 callersFunctiongetSearchableText
(event: HookEvent)
apps/client/src/composables/useEventSearch.ts:24
↓ 1 callersFunctiongetThemeById
(id: string)
apps/server/src/theme.ts:243
↓ 1 callersFunctiongetThemeStats
()
apps/server/src/theme.ts:404
↓ 1 callersMethodgetTimeLabels
(timeRange: string)
apps/client/src/utils/chartRenderer.ts:114
↓ 1 callersFunctionimportTheme
(importData: any, authorId?: string)
apps/server/src/theme.ts:377
↓ 1 callersFunctionincrementThemeDownloadCount
(id: string)
apps/server/src/db.ts:346
↓ 1 callersFunctioninitDatabase
()
apps/server/src/db.ts:6
↓ 1 callersFunctioninitializeTheme
()
apps/client/src/composables/useThemes.ts:708
↓ 1 callersFunctioninsertEvent
(event: HookEvent)
apps/server/src/db.ts:125
↓ 1 callersFunctioninsertTheme
(theme: Theme)
apps/server/src/db.ts:198
↓ 1 callersFunctionisValidColor
(color: string)
apps/client/src/composables/useThemes.ts:680
↓ 1 callersFunctionisValidColor
(color: string)
apps/server/src/theme.ts:94
↓ 1 callersFunctionloadCustomThemes
()
apps/client/src/composables/useThemes.ts:695
↓ 1 callersFunctionmatchesPattern
(event: HookEvent, pattern: string)
apps/client/src/composables/useEventSearch.ts:73
↓ 1 callersFunctionparseAgentId
(agentId: string)
apps/client/src/composables/useChartData.ts:9
↓ 1 callersFunctionreaggregateData
()
apps/client/src/composables/useChartData.ts:187
↓ 1 callersFunctionsaveThemeToServer
(theme: CustomTheme)
apps/client/src/composables/useThemes.ts:637
↓ 1 callersFunctionsearchThemes
(query: ThemeSearchQuery)
apps/server/src/theme.ts:272
↓ 1 callersFunctionsendResponseToAgent
( wsUrl: string, response: HumanInTheLoopResponse )
apps/server/src/index.ts:21
↓ 1 callersFunctiontailwindToHex
(tailwindClass: string)
apps/client/src/composables/useEventColors.ts:77
↓ 1 callersFunctionupdateEventHITLResponse
(id: number, response: any)
apps/server/src/db.ts:353
↓ 1 callersFunctionupdateTheme
(id: string, updates: Partial<Theme>)
apps/server/src/db.ts:224
↓ 1 callersFunctionupdateThemeById
(id: string, updates: any)
apps/server/src/theme.ts:188
↓ 1 callersFunctionuseChartData
(agentIdFilter?: string)
apps/client/src/composables/useChartData.ts:4
FunctionaddEvent
(event: HookEvent)
apps/client/src/composables/useChartData.ts:122
Methodanimate
(renderCallback: (progress: number) => void)
apps/client/src/utils/chartRenderer.ts:284
FunctionapplyPreview
()
apps/client/src/composables/useThemes.ts:765
FunctioncancelPreview
()
apps/client/src/composables/useThemes.ts:751
Functioncleanup
()
apps/client/src/composables/useChartData.ts:253
Methodclear
()
apps/client/src/utils/chartRenderer.ts:53
FunctionclearData
()
apps/client/src/composables/useChartData.ts:262
FunctionclearEvents
()
apps/client/src/composables/useWebSocket.ts:89
FunctionclearSearch
()
apps/client/src/composables/useEventSearch.ts:122
Functionclose
(ws)
apps/server/src/index.ts:437
FunctioncloseThemeManager
()
apps/client/src/composables/useThemes.ts:730
Methodconstructor
( canvas: HTMLCanvasElement, dimensions: ChartDimensions, config: ChartConfig )
apps/client/src/utils/chartRenderer.ts:20
FunctioncreateChartRenderer
( canvas: HTMLCanvasElement, dimensions: ChartDimensions, config: ChartConfig )
apps/client/src/utils/chartRenderer.ts:320
FunctioncreateCustomTheme
(formData: CreateThemeFormData)
apps/client/src/composables/useThemes.ts:534
FunctiondeleteCustomTheme
(themeId: string)
apps/client/src/composables/useThemes.ts:582
MethoddrawAxes
()
apps/client/src/utils/chartRenderer.ts:79
MethoddrawBackground
()
apps/client/src/utils/chartRenderer.ts:57
MethoddrawBars
( dataPoints: ChartDataPoint[], maxValue: number, progress: number = 1, formatLabel?: (eventTy
apps/client/src/utils/chartRenderer.ts:129
MethoddrawPulseEffect
(x: number, y: number, radius: number, opacity: number)
apps/client/src/utils/chartRenderer.ts:272
MethoddrawTimeLabels
(timeRange: string)
apps/client/src/utils/chartRenderer.ts:97
Functionerror
(ws, error)
apps/server/src/index.ts:442
FunctionexportTheme
(themeId: string)
apps/client/src/composables/useThemes.ts:596
FunctionformatEventTypeLabel
(eventTypes: Record<string, number>, toolEvents?: Record<string, number>)
apps/client/src/composables/useEventEmojis.ts:59
Methodframe
(currentTime: number)
apps/client/src/utils/chartRenderer.ts:287
FunctiongetChartData
()
apps/client/src/composables/useChartData.ts:158
FunctiongetGradientForApp
(appName: string)
apps/client/src/composables/useEventColors.ts:57
FunctiongetGradientForSession
(sessionId: string)
apps/client/src/composables/useEventColors.ts:37
FunctiongetHexColorForApp
(appName: string)
apps/client/src/composables/useEventColors.ts:98
FunctiongetHexColorForSession
(sessionId: string)
apps/client/src/composables/useEventColors.ts:93
FunctionhandleMediaQueryChange
(_event: MediaQueryListEvent)
apps/client/src/composables/useMediaQuery.ts:31
FunctionhandleResize
()
apps/client/src/composables/useMediaQuery.ts:21
FunctionimportTheme
(importData: ThemeImportExport)
apps/client/src/composables/useThemes.ts:608
FunctionloadThemesFromServer
()
apps/client/src/composables/useThemes.ts:650
Functionmessage
(ws, message)
apps/server/src/index.ts:432
FunctionnotifyHITLRequest
(event: HookEvent)
apps/client/src/composables/useHITLNotifications.ts:16
Functionopen
(ws)
apps/server/src/index.ts:423
FunctionopenThemeManager
()
apps/client/src/composables/useThemes.ts:724
next →1–100 of 117, ranked by callers