MCPcopy Create free account

hub / github.com/YEDASAVG/Stratum / functions

Functions366 in github.com/YEDASAVG/Stratum

↓ 1 callersFunctionsearch_logs
( client: &reqwest::Client, api_url: &str, query: &str, limit: usize, )
crates/logai-cli/src/main.rs:251
↓ 1 callersFunctionsendChat
(query: string)
dashboard/src/lib/api.ts:156
↓ 1 callersFunctionsend_log
(client: &reqwest::Client, log: &LogEntry)
crates/logai-cli/src/simulate.rs:599
↓ 1 callersFunctionsend_raw_batch
( client: &reqwest::Client, endpoint: &str, format: &str, lines: Vec<String>, metrics: &Me
crates/logai-cli/src/stress.rs:246
↓ 1 callersFunctionsend_structured_batch
( client: &reqwest::Client, endpoint: &str, batch: Vec<LogEntry>, metrics: &Metrics, )
crates/logai-cli/src/stress.rs:222
↓ 1 callersFunctionsetup_qdrant_collection
Setuping the qdrant collection like creating a table
crates/logai-worker/src/main.rs:84
↓ 1 callersMethodseverity_to_color
Convert severity to slack color
crates/logai-anomaly/src/slack.rs:111
↓ 1 callersMethodshould_alert
check if we should send alert (cooldown check)
crates/logai-anomaly/src/alerting.rs:105
↓ 1 callersFunctionshow_alerts
( client: &reqwest::Client, api_url: &str, status_filter: Option<String>, )
crates/logai-cli/src/main.rs:722
↓ 1 callersFunctionshow_logs
( client: &reqwest::Client, api_url: &str, limit: usize, level: Option<String>, )
crates/logai-cli/src/main.rs:531
↓ 1 callersFunctionshow_stats
( client: &reqwest::Client, api_url: &str, )
crates/logai-cli/src/main.rs:594
↓ 1 callersFunctionstart_server
(port: u16)
crates/logai-cli/src/main.rs:673
↓ 1 callersMethodto_sigma
convert sensitivity to standard deviation multiplier
crates/logai-anomaly/src/config.rs:91
↓ 1 callersFunctiontoggleSources
(index: number)
dashboard/src/app/(dashboard-layout)/chat/page.tsx:46
↓ 1 callersFunctionupdate_state
(scenario: &Scenario, state: &mut SimulatorState)
crates/logai-cli/src/simulate.rs:207
↓ 1 callersFunctionuseIsDarkMode
()
dashboard/src/hooks/use-mode.tsx:7
↓ 1 callersFunctionuseIsMobile
()
dashboard/src/hooks/use-mobile.tsx:7
↓ 1 callersFunctionuseToast
()
dashboard/src/hooks/use-toast.ts:170
FunctionAnomaliesPage
()
dashboard/src/app/(dashboard-layout)/anomalies/page.tsx:25
FunctionBadge
({ className, variant, asChild = false, ...props }: BadgeProps)
dashboard/src/components/ui/badge.tsx:32
FunctionButton
({ className, variant, size, asChild = false, ...props }: ButtonProps)
dashboard/src/components/ui/button.tsx:46
FunctionButtonLoading
({ isLoading, disabled, children, loadingIconClassName, iconClassName, icon: Icon, ...props }: B
dashboard/src/components/ui/button.tsx:71
FunctionCard
({ className, asChild, ...props }: CardProps)
dashboard/src/components/ui/card.tsx:11
FunctionCardContent
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/card.tsx:65
FunctionCardDescription
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/card.tsx:52
FunctionCardFooter
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/card.tsx:75
FunctionCardHeader
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/card.tsx:26
FunctionCardTitle
({ className, asChild, ...props }: CardTitleProps)
dashboard/src/components/ui/card.tsx:40
FunctionChatPage
()
dashboard/src/app/(dashboard-layout)/chat/page.tsx:39
FunctionCollapsible
({ ...props }: ComponentProps<typeof CollapsiblePrimitive.Root>)
dashboard/src/components/ui/collapsible.tsx:9
FunctionCollapsibleContent
({ ...props }: ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
dashboard/src/components/ui/collapsible.tsx:28
FunctionCollapsibleTrigger
({ className, ...props }: ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
dashboard/src/components/ui/collapsible.tsx:15
FunctionCommand
({ className, ...props }: ComponentProps<typeof CommandPrimitive>)
dashboard/src/components/ui/command.tsx:12
FunctionCommandDialog
({ children, ...props }: CommandDialogProps)
dashboard/src/components/ui/command.tsx:33
FunctionCommandEmpty
({ ...props }: ComponentProps<typeof CommandPrimitive.Empty>)
dashboard/src/components/ui/command.tsx:86
FunctionCommandGroup
({ className, ...props }: ComponentProps<typeof CommandPrimitive.Group>)
dashboard/src/components/ui/command.tsx:98
FunctionCommandInput
({ className, ...props }: ComponentProps<typeof CommandPrimitive.Input>)
dashboard/src/components/ui/command.tsx:48
FunctionCommandItem
({ className, ...props }: ComponentProps<typeof CommandPrimitive.Item>)
dashboard/src/components/ui/command.tsx:127
FunctionCommandList
({ className, ...props }: ComponentProps<typeof CommandPrimitive.List>)
dashboard/src/components/ui/command.tsx:70
FunctionCommandMenu
({ buttonClassName, ...props }: CommandMenuProps)
dashboard/src/components/layout/command-menu.tsx:38
FunctionCommandSeparator
({ className, ...props }: ComponentProps<typeof CommandPrimitive.Separator>)
dashboard/src/components/ui/command.tsx:114
FunctionCommandShortcut
({ className, ...props }: ComponentProps<"span">)
dashboard/src/components/ui/command.tsx:143
FunctionDashboardLayout
({ children, }: { children: React.ReactNode })
dashboard/src/app/(dashboard-layout)/layout.tsx:3
FunctionDialogContent
({ className, children, ...props }: ComponentProps<typeof DialogPrimitive.Content>)
dashboard/src/components/ui/dialog.tsx:31
FunctionDialogDescription
({ className, ...props }: ComponentProps<typeof DialogPrimitive.Description>)
dashboard/src/components/ui/dialog.tsx:99
FunctionDialogFooter
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/dialog.tsx:57
FunctionDialogOverlay
({ className, ...props }: ComponentProps<typeof DialogPrimitive.Overlay>)
dashboard/src/components/ui/dialog.tsx:15
FunctionDialogTitle
({ className, ...props }: ComponentProps<typeof DialogPrimitive.Title>)
dashboard/src/components/ui/dialog.tsx:83
FunctionDropdownMenu
({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Root>)
dashboard/src/components/ui/dropdown-menu.tsx:10
FunctionDropdownMenuCheckboxItem
({ className, children, checked, ...props }: ComponentProps<typeof DropdownMenuPrimitive.CheckboxItem>
dashboard/src/components/ui/dropdown-menu.tsx:154
FunctionDropdownMenuContent
({ className, sideOffset = 4, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Content>)
dashboard/src/components/ui/dropdown-menu.tsx:106
FunctionDropdownMenuGroup
({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Group>)
dashboard/src/components/ui/dropdown-menu.tsx:37
FunctionDropdownMenuItem
({ className, inset, variant = "default", ...props }: DropdownMenuItemProps)
dashboard/src/components/ui/dropdown-menu.tsx:134
FunctionDropdownMenuLabel
({ className, inset, ...props }: DropdownMenuLabelProps)
dashboard/src/components/ui/dropdown-menu.tsx:210
FunctionDropdownMenuPortal
({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Portal>)
dashboard/src/components/ui/dropdown-menu.tsx:16
FunctionDropdownMenuRadioGroup
({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.RadioGroup>)
dashboard/src/components/ui/dropdown-menu.tsx:45
FunctionDropdownMenuRadioItem
({ className, children, ...props }: ComponentProps<typeof DropdownMenuPrimitive.RadioItem>)
dashboard/src/components/ui/dropdown-menu.tsx:180
FunctionDropdownMenuSeparator
({ className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Separator>)
dashboard/src/components/ui/dropdown-menu.tsx:228
FunctionDropdownMenuShortcut
({ className, ...props }: ComponentProps<"span">)
dashboard/src/components/ui/dropdown-menu.tsx:241
FunctionDropdownMenuSub
({ ...props }: ComponentProps<typeof DropdownMenuPrimitive.Sub>)
dashboard/src/components/ui/dropdown-menu.tsx:56
FunctionDropdownMenuSubContent
({ className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.SubContent>)
dashboard/src/components/ui/dropdown-menu.tsx:90
FunctionDropdownMenuSubTrigger
({ className, inset, children, ...props }: DropdownMenuSubTriggerProps)
dashboard/src/components/ui/dropdown-menu.tsx:68
FunctionDropdownMenuTrigger
({ className, ...props }: ComponentProps<typeof DropdownMenuPrimitive.Trigger>)
dashboard/src/components/ui/dropdown-menu.tsx:24
FunctionDynamicIcon
({ name, ...props }: DynamicIconProps)
dashboard/src/components/dynamic-icon.tsx:12
FunctionError
({ error, reset, }: { error: Error & { digest?: string } reset: () => void })
dashboard/src/app/global-error.tsx:16
FunctionFullscreenToggle
()
dashboard/src/components/layout/full-screen-toggle.tsx:23
FunctionInput
({ className, type, ...props }: ComponentProps<"input">)
dashboard/src/components/ui/input.tsx:5
FunctionKeyboard
({ className, children, ...props }: ComponentProps<"kbd">)
dashboard/src/components/ui/keyboard.tsx:5
FunctionLayout
({ children }: { children: ReactNode })
dashboard/src/components/layout/index.tsx:7
FunctionLogsPage
()
dashboard/src/app/(dashboard-layout)/logs/page.tsx:26
FunctionModeDropdown
()
dashboard/src/components/layout/mode-dropdown.tsx:26
FunctionModeProvider
({ children }: { children: ReactNode })
dashboard/src/providers/mode-provider.tsx:11
FunctionNotFound404
()
dashboard/src/components/pages/not-found-404.tsx:6
FunctionNotFoundPage
()
dashboard/src/app/[...not-found]/page.tsx:3
FunctionOverviewPage
()
dashboard/src/app/(dashboard-layout)/page.tsx:12
FunctionProviders
({ locale, children, }: Readonly<{ locale: LocaleType children: ReactNode }>)
dashboard/src/providers/index.tsx:9
FunctionRootLayout
(props: { children: ReactNode })
dashboard/src/app/layout.tsx:34
FunctionScrollArea
({ orientation, className, children, ...props }: ScrollAreaProps)
dashboard/src/components/ui/scroll-area.tsx:15
FunctionScrollBar
({ className, orientation = "vertical", ...props }: ComponentProps<typeof ScrollAreaPrimitive.ScrollArea
dashboard/src/components/ui/scroll-area.tsx:39
FunctionSeparator
({ className, orientation = "horizontal", decorative = true, ...props }: ComponentProps<typeof Separat
dashboard/src/components/ui/separator.tsx:9
FunctionSeparatorWithText
({ className, orientation = "horizontal", decorative = true, children, ...props }: ComponentProps<ty
dashboard/src/components/ui/separator.tsx:30
FunctionSettingsProvider
({ locale, children, }: { locale: LocaleType children: ReactNode })
dashboard/src/contexts/settings-context.tsx:26
FunctionSheet
({ ...props }: ComponentProps<typeof SheetPrimitive.Root>)
dashboard/src/components/ui/sheet.tsx:10
FunctionSheetClose
({ ...props }: ComponentProps<typeof SheetPrimitive.Close>)
dashboard/src/components/ui/sheet.tsx:29
FunctionSheetContent
({ className, children, side = "right", ...props }: SheetContentProps)
dashboard/src/components/ui/sheet.tsx:83
FunctionSheetDescription
({ className, ...props }: ComponentProps<typeof SheetPrimitive.Description>)
dashboard/src/components/ui/sheet.tsx:139
FunctionSheetFooter
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/sheet.tsx:113
FunctionSheetHeader
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/sheet.tsx:103
FunctionSheetOverlay
({ className, ...props }: ComponentProps<typeof SheetPrimitive.Overlay>)
dashboard/src/components/ui/sheet.tsx:41
FunctionSheetPortal
({ ...props }: ComponentProps<typeof SheetPrimitive.Portal>)
dashboard/src/components/ui/sheet.tsx:35
FunctionSheetTitle
({ className, ...props }: ComponentProps<typeof SheetPrimitive.Title>)
dashboard/src/components/ui/sheet.tsx:126
FunctionSheetTrigger
({ className, ...props }: ComponentProps<typeof SheetPrimitive.Trigger>)
dashboard/src/components/ui/sheet.tsx:16
FunctionSidebar
()
dashboard/src/components/layout/sidebar.tsx:37
FunctionSidebar
({ side = "left", variant = "sidebar", collapsible = "offcanvas", className, children, ...props }:
dashboard/src/components/ui/sidebar.tsx:167
FunctionSidebarContent
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/sidebar.tsx:378
FunctionSidebarFooter
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/sidebar.tsx:353
FunctionSidebarGroup
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/sidebar.tsx:392
FunctionSidebarGroupAction
({ className, asChild = false, ...props }: SidebarGroupActionProps)
dashboard/src/components/ui/sidebar.tsx:427
FunctionSidebarGroupContent
({ className, ...props }: ComponentProps<"div">)
dashboard/src/components/ui/sidebar.tsx:450
← previousnext →101–200 of 366, ranked by callers