MCPcopy Create free account

hub / github.com/context-labs/aella-data-explorer / functions

Functions197 in github.com/context-labs/aella-data-explorer

↓ 167 callersFunctioncn
(...inputs: ClassValue[])
frontend/src/ui/lib/utils.ts:5
↓ 12 callersFunctionuseTheme
()
frontend/src/ui/providers/ThemeProvider.tsx:182
↓ 10 callersFunctiongetApiUrl
(path: string)
frontend/src/utils/api.ts:12
↓ 9 callersMethodfetch_all
(self, query: str, params: Sequence[Any] | None = None)
backend/src/worker.py:194
↓ 9 callersFunctionget_database
Return an appropriate database client for the current environment.
backend/src/worker.py:215
↓ 6 callersMethodfetch_one
(self, query: str, params: Sequence[Any] | None = None)
backend/src/worker.py:203
↓ 5 callersFunctiondispatch
(action: Action)
frontend/src/ui/hooks/useToast.hook.ts:130
↓ 4 callersFunction_normalize_params
Ensure query parameters are always a tuple.
backend/src/worker.py:125
↓ 4 callersFunctiongetValidMinuteOrSecond
(value: string)
frontend/src/ui/components/ui/DateTimePicker.tsx:81
↓ 4 callersFunctiongetValidNumber
( value: string, { loop = false, max, min = 0 }: GetValidNumberConfig, )
frontend/src/ui/components/ui/DateTimePicker.tsx:51
↓ 4 callersFunctiontoastFn
({ ...props }: Toast)
frontend/src/ui/hooks/useToast.hook.ts:139
↓ 3 callersFunctionfetchCompressed
( url: string, options?: RequestInit, )
frontend/src/utils/api.ts:26
↓ 3 callersFunctiongetPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string, )
frontend/src/ui/components/ui/Chart.tsx:376
↓ 3 callersFunctiongetValidArrowNumber
( value: string, { max, min, step }: GetValidArrowNumberConfig, )
frontend/src/ui/components/ui/DateTimePicker.tsx:92
↓ 3 callersFunctionsetDateByType
( date: Date, value: string, type: TimePickerType, period?: Period, )
frontend/src/ui/components/ui/DateTimePicker.tsx:144
↓ 2 callersMethod_convert_row
Convert a D1 row (JsProxy) to a Python dict, handling null values.
backend/src/worker.py:181
↓ 2 callersFunctionaddToRemoveQueue
(toastId: string)
frontend/src/ui/hooks/useToast.hook.ts:55
↓ 2 callersFunctionapplyLayoutTransform
( points: Point3D[], layoutType: LayoutType, config: Omit<TransformConfig, "pointIndex" | "totalPoints">
frontend/src/utils/layoutTransforms.ts:234
↓ 2 callersFunctioncreateYearRangeKey
(minYear: number, maxYear: number)
frontend/src/state/chartDataCache.ts:15
↓ 2 callersFunctiondismiss
()
frontend/src/ui/hooks/useToast.hook.ts:147
↓ 2 callersFunctiondisplay12HourValue
* time is stored in the 24-hour form, * but needs to be displayed to the user * in its 12-hour representation
frontend/src/ui/components/ui/DateTimePicker.tsx:223
↓ 2 callersFunctiongetCurrentBreakpoint
()
frontend/src/ui/hooks/useBreakpoints.hook.ts:25
↓ 2 callersFunctiongetPaperIndexFromPath
(path: string)
frontend/src/utils/routeMapping.ts:48
↓ 2 callersFunctiongetPathFromViewMode
( viewMode: ViewMode, paperIndex?: number, )
frontend/src/utils/routeMapping.ts:36
↓ 2 callersFunctiongetValid12Hour
(value: string)
frontend/src/ui/components/ui/DateTimePicker.tsx:76
↓ 2 callersFunctiongetValidArrowMinuteOrSecond
(value: string, step: number)
frontend/src/ui/components/ui/DateTimePicker.tsx:112
↓ 2 callersFunctiongetValidHour
(value: string)
frontend/src/ui/components/ui/DateTimePicker.tsx:71
↓ 2 callersFunctiongetViewModeFromPath
(path: string)
frontend/src/utils/routeMapping.ts:28
↓ 2 callersFunctionget_cluster_color
Get consistent color for a cluster.
backend/src/worker.py:261
↓ 2 callersFunctionget_db
Get database connection.
backend/src/cache_generator.py:14
↓ 2 callersFunctionuseChart
()
frontend/src/ui/components/ui/Chart.tsx:26
↓ 1 callersFunctioncalculateNewValue
(key: string)
frontend/src/ui/components/ui/DateTimePicker.tsx:535
↓ 1 callersFunctioncheckMobile
()
frontend/src/LaionApp.tsx:410
↓ 1 callersFunctionconvert12HourTo24Hour
* handles value change of 12-hour input * 12:00 PM is 12:00 * 12:00 AM is 00:00
frontend/src/ui/components/ui/DateTimePicker.tsx:202
↓ 1 callersFunctioncreateLocalStorage
()
frontend/src/lib/ui-client-utils.ts:9
↓ 1 callersFunctiondisableLeftNavigation
()
frontend/src/ui/components/ui/DateTimePicker.tsx:268
↓ 1 callersFunctiondisableRightNavigation
()
frontend/src/ui/components/ui/DateTimePicker.tsx:279
↓ 1 callersFunctiondraw
()
frontend/src/components/ForceDirectedCluster.tsx:344
↓ 1 callersFunctionfindNodeAtPosition
( clientX: number, clientY: number, )
frontend/src/components/ForceDirectedCluster.tsx:481
↓ 1 callersFunctiongalaxyTransform
( point: Point3D, config: TransformConfig, bounds: { minX: number; maxX: number; minY: number; maxY: num
frontend/src/utils/layoutTransforms.ts:72
↓ 1 callersFunctiongenId
()
frontend/src/ui/hooks/useToast.hook.ts:24
↓ 1 callersFunctiongenMonths
( locale: Pick<Locale, "options" | "localize" | "formatLong">, )
frontend/src/ui/components/ui/DateTimePicker.tsx:230
↓ 1 callersFunctiongenYears
(yearRange = 50)
frontend/src/ui/components/ui/DateTimePicker.tsx:239
↓ 1 callersFunctiongenerate_clusters_cache
Generate cached response for clusters query and store in SQLite.
backend/src/cache_generator.py:80
↓ 1 callersFunctiongetArrowByType
(value: string, step: number, type: TimePickerType)
frontend/src/ui/components/ui/DateTimePicker.tsx:182
↓ 1 callersFunctiongetCameraForLayout
(layoutType: LayoutType)
frontend/src/utils/layoutTransforms.ts:278
↓ 1 callersFunctiongetDateByType
(date: Date | null, type: TimePickerType)
frontend/src/ui/components/ui/DateTimePicker.tsx:166
↓ 1 callersFunctiongetHeaderColor
(part: string)
frontend/src/ui/components/custom/WorkerLogsTerminal.tsx:66
↓ 1 callersFunctiongetSystemTheme
()
frontend/src/ui/providers/ThemeProvider.tsx:45
↓ 1 callersFunctiongetThemeColor
( resolvedTheme: "dark" | "light", themeColorName: ThemeColorName, )
frontend/src/ui/utils/getThemeColor.ts:4
↓ 1 callersFunctiongetValidArrow12Hour
(value: string, step: number)
frontend/src/ui/components/ui/DateTimePicker.tsx:108
↓ 1 callersFunctiongetValidArrowHour
(value: string, step: number)
frontend/src/ui/components/ui/DateTimePicker.tsx:104
↓ 1 callersFunctionget_cluster_color
Get consistent color for a cluster (copied from main.py).
backend/src/cache_generator.py:41
↓ 1 callersFunctionhandleCopy
()
frontend/src/ui/components/custom/CommandBlock.tsx:22
↓ 1 callersFunctionhandleKeyDown
(e: React.KeyboardEvent<HTMLButtonElement>)
frontend/src/ui/components/ui/DateTimePicker.tsx:427
↓ 1 callersFunctionhandleNearestPaperClick
(nearPaperId: number)
frontend/src/components/PaperDetail.tsx:61
↓ 1 callersFunctionhandleValueChange
(value: Period)
frontend/src/ui/components/ui/DateTimePicker.tsx:432
↓ 1 callersFunctionhelixTransform
( point: Point3D, config: TransformConfig, bounds: { minX: number; maxX: number; minY: number; maxY: num
frontend/src/utils/layoutTransforms.ts:153
↓ 1 callersFunctionhexToRgba
(hex: string, alpha: number)
frontend/src/components/PaperSampleViewer.tsx:178
↓ 1 callersFunctionhexToRgba
(hex: string, alpha: number)
frontend/src/components/PaperDetail.tsx:85
↓ 1 callersFunctioninitialize_cache_tables
Create cache table if it doesn't exist.
backend/src/cache_generator.py:21
↓ 1 callersFunctionisTypingInputElementFocused
()
frontend/src/lib/ui-client-utils.ts:31
↓ 1 callersFunctionisValid12Hour
* regular expression to check for valid 12 hour format (01-12)
frontend/src/ui/components/ui/DateTimePicker.tsx:38
↓ 1 callersFunctionisValidHour
* regular expression to check for valid hour format (01-23)
frontend/src/ui/components/ui/DateTimePicker.tsx:31
↓ 1 callersFunctionisValidMinuteOrSecond
* regular expression to check for valid minute format (00-59)
frontend/src/ui/components/ui/DateTimePicker.tsx:45
↓ 1 callersFunctionlogLevelToColor
(level: LogLevel)
frontend/src/ui/components/custom/WorkerLogsTerminal.tsx:27
↓ 1 callersFunctionlogLevelToReadable
(level: LogLevel)
frontend/src/ui/components/custom/WorkerLogsTerminal.tsx:12
↓ 1 callersFunctiononSelect
(newDay?: Date)
frontend/src/ui/components/ui/DateTimePicker.tsx:798
↓ 1 callersFunctionreducer
(state: State, action: Action)
frontend/src/ui/hooks/useToast.hook.ts:71
↓ 1 callersFunctionrender
()
frontend/src/components/ForceDirectedCluster.tsx:430
↓ 1 callersFunctionrenderColorizedHeader
(header: string)
frontend/src/ui/components/custom/WorkerLogsTerminal.tsx:73
↓ 1 callersFunctionset12Hours
(date: Date, value: string, period: Period)
frontend/src/ui/components/ui/DateTimePicker.tsx:134
↓ 1 callersFunctionsetHours
(date: Date, value: string)
frontend/src/ui/components/ui/DateTimePicker.tsx:128
↓ 1 callersFunctionsetMinutes
(date: Date, value: string)
frontend/src/ui/components/ui/DateTimePicker.tsx:116
↓ 1 callersFunctionsetSeconds
(date: Date, value: string)
frontend/src/ui/components/ui/DateTimePicker.tsx:122
↓ 1 callersFunctionsimpleHash
(str: string)
frontend/src/ui/components/custom/WorkerLogsTerminal.tsx:43
↓ 1 callersFunctionsphereTransform
( point: Point3D, config: TransformConfig, bounds: { minX: number; maxX: number; minY: number; maxY: num
frontend/src/utils/layoutTransforms.ts:34
↓ 1 callersFunctiontorusTransform
( point: Point3D, config: TransformConfig, bounds: { minX: number; maxX: number; minY: number; maxY: num
frontend/src/utils/layoutTransforms.ts:193
↓ 1 callersFunctionupdateDimensions
()
frontend/src/components/ForceDirectedCluster.tsx:74
↓ 1 callersFunctionuseBreakpoints
()
frontend/src/ui/hooks/useBreakpoints.hook.ts:41
↓ 1 callersFunctionuseHasMounted
()
frontend/src/ui/hooks/useHasMounted.hook.ts:3
↓ 1 callersFunctionuseSwipeRightDetector
(callback: (open: boolean) => void)
frontend/src/lib/ui-shared.tsx:12
↓ 1 callersFunctionuseToast
()
frontend/src/ui/hooks/useToast.hook.ts:175
↓ 1 callersFunctionwaveTransform
( point: Point3D, config: TransformConfig, )
frontend/src/utils/layoutTransforms.ts:119
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
frontend/src/ui/components/ui/AlertDialog.tsx:85
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
frontend/src/ui/components/ui/AlertDialog.tsx:67
FunctionAlertInfo
({ className, content, title }: AlertInfoProps)
frontend/src/ui/components/custom/AlertInfo.tsx:10
FunctionAlertWarning
({ className, content, title }: AlertWarningProps)
frontend/src/ui/components/custom/AlertWarning.tsx:10
FunctionBadge
({ className, variant, ...props }: BadgeProps)
frontend/src/ui/components/ui/Badge.tsx:49
FunctionBannerContent
()
frontend/src/ui/components/custom/StakingDashboardBanner.tsx:6
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
frontend/src/ui/components/ui/Breadcrumb.tsx:102
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
frontend/src/ui/components/ui/Breadcrumb.tsx:86
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
frontend/src/ui/components/ui/Calendar.tsx:9
FunctionCalendar
({ className, classNames, showOutsideDays = true, yearRange = 50, ...props }: CalendarProps & { year
frontend/src/ui/components/ui/DateTimePicker.tsx:247
FunctionChartStyle
({ config, id }: { id: string; config: ChartConfig })
frontend/src/ui/components/ui/Chart.tsx:95
FunctionClusterLegend
({ clusters, selectedClusterIds, onToggleCluster, onSelectAll, onClearAll, onSelectRandom, isCol
frontend/src/components/ClusterLegend.tsx:22
FunctionClusterVisualization
({ papers, clusters, onPaperClick, selectedClusterIds, layoutType = "original", }: ClusterVisualizat
frontend/src/components/ClusterVisualization.tsx:39
FunctionCodeBlock
({ className, copyButton = <></>, cta, customStyle, language, onCopy, ...rest }: CodeBlockProps)
frontend/src/ui/components/custom/CodeBlock.tsx:129
FunctionCodeContent
({ code, copyButton, customStyle, handleCopy, language = "plaintext", obfuscatedCode, }: CodeConte
frontend/src/ui/components/custom/CodeBlock.tsx:87
FunctionCommandBlock
({ cmd, toastDescription, ...rest }: CommandBlockProps)
frontend/src/ui/components/custom/CommandBlock.tsx:15
next →1–100 of 197, ranked by callers