MCPcopy Index your code

hub / github.com/Airoflare/statnet / functions

Functions114 in github.com/Airoflare/statnet

↓ 199 callersFunctioncn
(...inputs: ClassValue[])
lib/utils.ts:4
↓ 10 callersFunctionformatMemorySize
(mb: number)
lib/formatters.ts:37
↓ 10 callersFunctionformatNetworkSpeed
(bytes: number)
lib/formatters.ts:1
↓ 10 callersFunctionuseWebSocket
()
components/websocket-provider.tsx:60
↓ 7 callersFunctionformatBytes
(bytes: number)
lib/formatters.ts:11
↓ 5 callersFunctiondispatch
(action: Action)
components/ui/use-toast.ts:136
↓ 5 callersFunctiondispatch
(action: Action)
hooks/use-toast.ts:136
↓ 4 callersFunctionuseCarousel
()
components/ui/carousel.tsx:35
↓ 4 callersFunctionuseFormField
()
components/ui/form.tsx:44
↓ 4 callersFunctionuseSidebar
()
components/ui/sidebar.tsx:41
↓ 3 callersFunctiongetDisplayName
(containerName string)
backend/pkg/docker/docker.go:300
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
components/ui/chart.tsx:320
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
components/ui/use-toast.ts:61
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
hooks/use-toast.ts:61
↓ 2 callersFunctioncalculateBlockIO
(stats metrics.DockerStats)
backend/pkg/docker/docker.go:372
↓ 2 callersFunctioncalculateContainerUptime
(containerJSON metrics.DetailedContainerJSON)
backend/pkg/docker/docker.go:384
↓ 2 callersFunctioncalculateNetworkRate
calculateNetworkRate calculates the network transfer rate in bytes per second
backend/pkg/docker/docker.go:64
↓ 2 callersFunctionformatUptime
(seconds: number)
lib/formatters.ts:21
↓ 2 callersFunctionuseChart
()
components/ui/chart.tsx:27
↓ 2 callersFunctionuseIsMobile
()
components/ui/use-mobile.tsx:5
↓ 1 callersFunctionGetCPUInfo
()
backend/pkg/system/system.go:287
↓ 1 callersMethodGetCombinedData
GetCombinedData returns the latest combined data in a thread-safe manner
backend/pkg/monitor/monitor.go:80
↓ 1 callersFunctionGetCoolifyDiskUsage
()
backend/pkg/system/system.go:61
↓ 1 callersFunctionGetDiskInfo
()
backend/pkg/system/system.go:370
↓ 1 callersFunctionGetMemoryInfo
()
backend/pkg/system/system.go:342
↓ 1 callersFunctionGetNetworkInfo
()
backend/pkg/system/system.go:388
↓ 1 callersMethodStartCollection
StartCollection begins the periodic data collection
backend/pkg/monitor/monitor.go:43
↓ 1 callersFunctioncalculateContainerFinishedAt
(containerJSON metrics.DetailedContainerJSON)
backend/pkg/docker/docker.go:398
↓ 1 callersFunctioncalculateCpuUsage
(stats metrics.DockerStats)
backend/pkg/docker/docker.go:332
↓ 1 callersFunctioncalculateRamUsage
(stats metrics.DockerStats)
backend/pkg/docker/docker.go:344
↓ 1 callersFunctioncalculateTotalNetworkUsage
calculateNetworkUsage is no longer needed as we calculate rate directly func calculateNetworkUsage(stats metrics.DockerStats) (float64, float64) { va
backend/pkg/docker/docker.go:358
↓ 1 callersFunctiondismiss
()
components/ui/use-toast.ts:153
↓ 1 callersFunctiondismiss
()
hooks/use-toast.ts:153
↓ 1 callersFunctionformatDiskSize
(mb: number)
lib/formatters.ts:45
↓ 1 callersFunctionformatRelativeTime
(timestamp: number)
lib/formatters.ts:53
↓ 1 callersFunctiongenId
()
components/ui/use-toast.ts:30
↓ 1 callersFunctiongenId
()
hooks/use-toast.ts:30
↓ 1 callersFunctiongetContainerStats
(ctx context.Context, containerID string)
backend/pkg/docker/docker.go:309
↓ 1 callersFunctiongetDetailedContainerInfo
(ctx context.Context, containerID string)
backend/pkg/docker/docker.go:412
↓ 1 callersFunctiongetDirectorySize
getDirectorySize calculates the total size of a directory in MB
backend/pkg/system/system.go:32
↓ 1 callersFunctiongetStatusColorClass
(status: string)
components/container-card.tsx:21
↓ 1 callersFunctionreducer
(state: State, action: Action)
components/ui/use-toast.ts:77
↓ 1 callersFunctionreducer
(state: State, action: Action)
hooks/use-toast.ts:77
↓ 1 callersFunctionrenderContent
()
app/page.tsx:23
↓ 1 callersFunctionuseToast
()
components/ui/use-toast.ts:174
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:62
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/alert-dialog.tsx:48
FunctionBadge
({ className, variant, ...props }: BadgeProps)
components/ui/badge.tsx:30
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
components/ui/breadcrumb.tsx:75
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
components/ui/calendar.tsx:12
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
components/ui/chart.tsx:70
FunctionCommandDialog
({ children, ...props }: DialogProps)
components/ui/command.tsx:26
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/command.tsx:127
FunctionContainerCard
({ container }: ContainerCardProps)
components/container-card.tsx:16
FunctionContainerItem
({ container, index }: { container: Container, index: number })
components/container-item.tsx:7
FunctionContainersMonitor
()
components/containers-monitor.tsx:14
FunctionContainersPage
()
app/containers/page.tsx:14
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/context-menu.tsx:168
FunctionCoolifyMonitor
()
components/coolify-monitor.tsx:15
FunctionCpuInfoCard
()
components/cpu-info-card.tsx:11
FunctionCpuPerCore
()
components/cpu-per-core.tsx:11
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/dialog.tsx:56
FunctionDiskInfoCard
()
components/disk-info-card.tsx:12
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/dropdown-menu.tsx:171
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
components/ui/form.tsx:31
FunctionGetDockerContainers
()
backend/pkg/docker/docker.go:88
FunctionGetSystemInfo
(runningContainers int)
backend/pkg/system/system.go:79
FunctionLoading
()
app/loading.tsx:1
FunctionMainNav
()
components/main-nav.tsx:13
FunctionMemoryInfoCard
()
components/memory-info-card.tsx:12
FunctionMenubarShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
components/ui/menubar.tsx:203
FunctionNetworkInfoCard
()
components/network-info-card.tsx:12
FunctionNewMonitor
NewMonitor creates and initializes a new Monitor instance
backend/pkg/monitor/monitor.go:27
FunctionPage
()
app/page.tsx:18
FunctionPagination
({ className, ...props }: React.ComponentProps<"nav">)
components/ui/pagination.tsx:7
FunctionPaginationEllipsis
({ className, ...props }: React.ComponentProps<"span">)
components/ui/pagination.tsx:94
FunctionPaginationLink
({ className, isActive, size = "icon", ...props }: PaginationLinkProps)
components/ui/pagination.tsx:42
FunctionPaginationNext
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
components/ui/pagination.tsx:78
FunctionPaginationPrevious
({ className, ...props }: React.ComponentProps<typeof PaginationLink>)
components/ui/pagination.tsx:62
FunctionResizableHandle
({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle>
components/ui/resizable.tsx:23
FunctionResizablePanelGroup
({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>)
components/ui/resizable.tsx:8
FunctionResourceCard
({ icon: Icon, label, value, data, color, unit = "%", maxValue = 100, valueDisplay, // Optiona
components/ui/resource-display.tsx:110
FunctionRootLayout
({ children, }: { children: React.ReactNode })
app/layout.tsx:15
FunctionSettings
()
components/settings.tsx:12
FunctionSheetFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:91
FunctionSheetHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/sheet.tsx:77
FunctionSkeleton
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
components/ui/skeleton.tsx:3
FunctionSparkline
({ data, color = "#3b82f6", spikeColor = "#ef4444", width = 60, height = 20, unit, maxValue, }:
components/ui/resource-display.tsx:12
FunctionSystemOverview
()
components/system-overview.tsx:12
FunctionThemeProvider
({ children, ...props }: ThemeProviderProps)
components/theme-provider.tsx:9
FunctionToaster
()
components/ui/toaster.tsx:13
FunctionToaster
({ ...props }: ToasterProps)
components/ui/sonner.tsx:8
FunctionWebSocketProvider
({ children }: { children: ReactNode })
components/websocket-provider.tsx:12
FunctionWsHandler
WebSocket handler for real-time data updates
backend/pkg/websocket/websocket.go:45
FunctionhandleKeyDown
(event: KeyboardEvent)
components/ui/sidebar.tsx:101
next →1–100 of 114, ranked by callers