Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/disler/claude-code-hooks-multi-agent-observability
/ functions
Functions
117 in github.com/disler/claude-code-hooks-multi-agent-observability
⨍
Functions
117
◇
Types & classes
35
↓ 5 callers
Method
adjustColorOpacity
(color: string, opacity: number)
apps/client/src/utils/chartRenderer.ts:261
↓ 5 callers
Function
cleanup
()
apps/server/src/index.ts:31
↓ 5 callers
Function
getTheme
(id: string)
apps/server/src/db.ts:251
↓ 4 callers
Method
getChartArea
()
apps/client/src/utils/chartRenderer.ts:43
↓ 4 callers
Function
getThemes
(query: ThemeSearchQuery = {})
apps/server/src/db.ts:275
↓ 4 callers
Function
saveCustomThemes
()
apps/client/src/composables/useThemes.ts:691
↓ 4 callers
Function
setTheme
(theme: ThemeName | string)
apps/client/src/composables/useThemes.ts:445
↓ 3 callers
Function
applyCustomTheme
(theme: CustomTheme)
apps/client/src/composables/useThemes.ts:486
↓ 3 callers
Function
applyPredefinedTheme
(themeName: ThemeName)
apps/client/src/composables/useThemes.ts:467
↓ 3 callers
Function
cleanOldData
()
apps/client/src/composables/useChartData.ts:137
↓ 3 callers
Function
getBucketTimestamp
(timestamp: number)
apps/client/src/composables/useChartData.ts:52
↓ 3 callers
Function
getEmojiForEventType
(eventType: string)
apps/client/src/composables/useEventEmojis.ts:48
↓ 3 callers
Function
hashString
(str: string)
apps/client/src/composables/useEventColors.ts:17
↓ 2 callers
Function
cleanOldEvents
()
apps/client/src/composables/useChartData.ts:149
↓ 2 callers
Function
createAgentId
(sourceApp: string, sessionId: string)
apps/client/src/composables/useChartData.ts:273
↓ 2 callers
Function
createTheme
(themeData: any)
apps/server/src/theme.ts:128
↓ 2 callers
Function
fetch
(req: Request)
apps/server/src/index.ts:108
↓ 2 callers
Function
generateId
()
apps/client/src/composables/useThemes.ts:676
↓ 2 callers
Function
getColorForSession
(sessionId: string)
apps/client/src/composables/useEventColors.ts:25
↓ 2 callers
Function
getRecentEvents
(limit: number = 300)
apps/server/src/db.ts:172
↓ 2 callers
Function
processEventBuffer
()
apps/client/src/composables/useChartData.ts:57
↓ 2 callers
Function
sanitizeTheme
(theme: any)
apps/server/src/theme.ts:114
↓ 2 callers
Method
setupCanvas
(canvas: HTMLCanvasElement)
apps/client/src/utils/chartRenderer.ts:34
↓ 2 callers
Function
validateRegex
(pattern: string)
apps/client/src/composables/useEventSearch.ts:9
↓ 2 callers
Function
validateTheme
(colors: Partial<ThemeColors>)
apps/client/src/composables/useThemes.ts:503
↓ 2 callers
Function
validateTheme
(theme: Partial<Theme>)
apps/server/src/theme.ts:16
↓ 1 callers
Function
calculateContrast
(_color1: string, _color2: string)
apps/client/src/composables/useThemes.ts:684
↓ 1 callers
Function
camelToKebab
(str: string)
apps/client/src/composables/useThemes.ts:672
↓ 1 callers
Function
connect
()
apps/client/src/composables/useWebSocket.ts:15
↓ 1 callers
Function
deleteTheme
(id: string)
apps/server/src/db.ts:340
↓ 1 callers
Function
deleteThemeById
(id: string, authorId?: string)
apps/server/src/theme.ts:295
↓ 1 callers
Function
disconnect
()
apps/client/src/composables/useWebSocket.ts:69
↓ 1 callers
Method
drawBarGlow
(x: number, y: number, width: number, height: number, intensity: number, color?: string)
apps/client/src/utils/chartRenderer.ts:239
↓ 1 callers
Method
easeOut
(t: number)
apps/client/src/utils/chartRenderer.ts:303
↓ 1 callers
Function
exportThemeById
(id: string)
apps/server/src/theme.ts:336
↓ 1 callers
Function
generateId
()
apps/server/src/theme.ts:12
↓ 1 callers
Function
getColorForApp
(appName: string)
apps/client/src/composables/useEventColors.ts:31
↓ 1 callers
Function
getEmojiForToolName
(toolName: string)
apps/client/src/composables/useEventEmojis.ts:52
↓ 1 callers
Function
getFilterOptions
()
apps/server/src/db.ts:160
↓ 1 callers
Function
getSearchableText
(event: HookEvent)
apps/client/src/composables/useEventSearch.ts:24
↓ 1 callers
Function
getThemeById
(id: string)
apps/server/src/theme.ts:243
↓ 1 callers
Function
getThemeStats
()
apps/server/src/theme.ts:404
↓ 1 callers
Method
getTimeLabels
(timeRange: string)
apps/client/src/utils/chartRenderer.ts:114
↓ 1 callers
Function
importTheme
(importData: any, authorId?: string)
apps/server/src/theme.ts:377
↓ 1 callers
Function
incrementThemeDownloadCount
(id: string)
apps/server/src/db.ts:346
↓ 1 callers
Function
initDatabase
()
apps/server/src/db.ts:6
↓ 1 callers
Function
initializeTheme
()
apps/client/src/composables/useThemes.ts:708
↓ 1 callers
Function
insertEvent
(event: HookEvent)
apps/server/src/db.ts:125
↓ 1 callers
Function
insertTheme
(theme: Theme)
apps/server/src/db.ts:198
↓ 1 callers
Function
isValidColor
(color: string)
apps/client/src/composables/useThemes.ts:680
↓ 1 callers
Function
isValidColor
(color: string)
apps/server/src/theme.ts:94
↓ 1 callers
Function
loadCustomThemes
()
apps/client/src/composables/useThemes.ts:695
↓ 1 callers
Function
matchesPattern
(event: HookEvent, pattern: string)
apps/client/src/composables/useEventSearch.ts:73
↓ 1 callers
Function
parseAgentId
(agentId: string)
apps/client/src/composables/useChartData.ts:9
↓ 1 callers
Function
reaggregateData
()
apps/client/src/composables/useChartData.ts:187
↓ 1 callers
Function
saveThemeToServer
(theme: CustomTheme)
apps/client/src/composables/useThemes.ts:637
↓ 1 callers
Function
searchThemes
(query: ThemeSearchQuery)
apps/server/src/theme.ts:272
↓ 1 callers
Function
sendResponseToAgent
( wsUrl: string, response: HumanInTheLoopResponse )
apps/server/src/index.ts:21
↓ 1 callers
Function
tailwindToHex
(tailwindClass: string)
apps/client/src/composables/useEventColors.ts:77
↓ 1 callers
Function
updateEventHITLResponse
(id: number, response: any)
apps/server/src/db.ts:353
↓ 1 callers
Function
updateTheme
(id: string, updates: Partial<Theme>)
apps/server/src/db.ts:224
↓ 1 callers
Function
updateThemeById
(id: string, updates: any)
apps/server/src/theme.ts:188
↓ 1 callers
Function
useChartData
(agentIdFilter?: string)
apps/client/src/composables/useChartData.ts:4
Function
addEvent
(event: HookEvent)
apps/client/src/composables/useChartData.ts:122
Method
animate
(renderCallback: (progress: number) => void)
apps/client/src/utils/chartRenderer.ts:284
Function
applyPreview
()
apps/client/src/composables/useThemes.ts:765
Function
cancelPreview
()
apps/client/src/composables/useThemes.ts:751
Function
cleanup
()
apps/client/src/composables/useChartData.ts:253
Method
clear
()
apps/client/src/utils/chartRenderer.ts:53
Function
clearData
()
apps/client/src/composables/useChartData.ts:262
Function
clearEvents
()
apps/client/src/composables/useWebSocket.ts:89
Function
clearSearch
()
apps/client/src/composables/useEventSearch.ts:122
Function
close
(ws)
apps/server/src/index.ts:437
Function
closeThemeManager
()
apps/client/src/composables/useThemes.ts:730
Method
constructor
( canvas: HTMLCanvasElement, dimensions: ChartDimensions, config: ChartConfig )
apps/client/src/utils/chartRenderer.ts:20
Function
createChartRenderer
( canvas: HTMLCanvasElement, dimensions: ChartDimensions, config: ChartConfig )
apps/client/src/utils/chartRenderer.ts:320
Function
createCustomTheme
(formData: CreateThemeFormData)
apps/client/src/composables/useThemes.ts:534
Function
deleteCustomTheme
(themeId: string)
apps/client/src/composables/useThemes.ts:582
Method
drawAxes
()
apps/client/src/utils/chartRenderer.ts:79
Method
drawBackground
()
apps/client/src/utils/chartRenderer.ts:57
Method
drawBars
( dataPoints: ChartDataPoint[], maxValue: number, progress: number = 1, formatLabel?: (eventTy
apps/client/src/utils/chartRenderer.ts:129
Method
drawPulseEffect
(x: number, y: number, radius: number, opacity: number)
apps/client/src/utils/chartRenderer.ts:272
Method
drawTimeLabels
(timeRange: string)
apps/client/src/utils/chartRenderer.ts:97
Function
error
(ws, error)
apps/server/src/index.ts:442
Function
exportTheme
(themeId: string)
apps/client/src/composables/useThemes.ts:596
Function
formatEventTypeLabel
(eventTypes: Record<string, number>, toolEvents?: Record<string, number>)
apps/client/src/composables/useEventEmojis.ts:59
Method
frame
(currentTime: number)
apps/client/src/utils/chartRenderer.ts:287
Function
getChartData
()
apps/client/src/composables/useChartData.ts:158
Function
getGradientForApp
(appName: string)
apps/client/src/composables/useEventColors.ts:57
Function
getGradientForSession
(sessionId: string)
apps/client/src/composables/useEventColors.ts:37
Function
getHexColorForApp
(appName: string)
apps/client/src/composables/useEventColors.ts:98
Function
getHexColorForSession
(sessionId: string)
apps/client/src/composables/useEventColors.ts:93
Function
handleMediaQueryChange
(_event: MediaQueryListEvent)
apps/client/src/composables/useMediaQuery.ts:31
Function
handleResize
()
apps/client/src/composables/useMediaQuery.ts:21
Function
importTheme
(importData: ThemeImportExport)
apps/client/src/composables/useThemes.ts:608
Function
loadThemesFromServer
()
apps/client/src/composables/useThemes.ts:650
Function
message
(ws, message)
apps/server/src/index.ts:432
Function
notifyHITLRequest
(event: HookEvent)
apps/client/src/composables/useHITLNotifications.ts:16
Function
open
(ws)
apps/server/src/index.ts:423
Function
openThemeManager
()
apps/client/src/composables/useThemes.ts:724
next →
1–100 of 117, ranked by callers