MCPcopy Create free account

hub / github.com/Sagyam/linite / functions

Functions462 in github.com/Sagyam/linite

↓ 1 callersFunctionmain
()
scripts/package-discovery/quick-check.ts:159
↓ 1 callersFunctionmatchKeyboardCommand
( event: KeyboardEvent, lastGPressTime?: number )
src/lib/keyboard-commands.ts:223
↓ 1 callersFunctionmockClipboard
()
src/test/component-utils.tsx:303
↓ 1 callersMethodobserve
(element: Element)
src/components/apps/app-grid.test.tsx:428
↓ 1 callersFunctionopenCreateDialog
()
src/hooks/use-crud-dialogs.ts:38
↓ 1 callersFunctionopenEditDialog
(item: T)
src/hooks/use-crud-dialogs.ts:43
↓ 1 callersFunctionparseSasUrl
* Parse Azure Blob Storage SAS URL to extract account, container, and token
src/lib/blob.ts:9
↓ 1 callersMethodpost
* POST request
src/lib/api-client.ts:51
↓ 1 callersFunctionprintCoverageReport
(stats: CoverageStats)
scripts/package-discovery/discover-packages.ts:369
↓ 1 callersFunctionprintOverallSummary
(results: Record<string, ValidationResult>)
scripts/validate-seed-docker.ts:449
↓ 1 callersFunctionquickCheck
(appSlug: string)
scripts/package-discovery/quick-check.ts:47
↓ 1 callersFunctionreducer
(state: State, action: Action)
src/hooks/use-toast.ts:68
↓ 1 callersFunctionremoveItemFromCollection
(itemId: string)
src/services/collection.service.ts:404
↓ 1 callersFunctionseed
()
seed/seed.ts:41
↓ 1 callersFunctionsetupCleanup
()
scripts/validate-seed-docker.ts:254
↓ 1 callersFunctionshowMissingSourcesStats
()
scripts/package-discovery/quick-check.ts:105
↓ 1 callersFunctionstartContainer
(config: ContainerConfig)
scripts/validate-seed-docker.ts:210
↓ 1 callersMethodunobserve
(element: Element)
src/components/apps/app-grid.test.tsx:433
↓ 1 callersFunctionupdateSources
()
scripts/update-repology-sources.ts:18
↓ 1 callersFunctionuseClientOnly
* Hook to ensure we only render after client-side hydration * Prevents hydration errors when using persisted state
src/components/layout/category-sidebar.tsx:23
↓ 1 callersFunctionuseCollectionMutations
({ collectionId, onShareSuccess, onDeleteSuccess, }: UseCollectionMutationsOptions)
src/hooks/use-collection-mutations.ts:29
↓ 1 callersFunctionuseCrudDialogs
()
src/hooks/use-crud-dialogs.ts:32
↓ 1 callersFunctionuseDelete
()
src/hooks/use-crud.ts:39
↓ 1 callersFunctionuseInstallationDialogs
()
src/components/installation-history/use-installation-dialogs.ts:36
↓ 1 callersFunctionuseInstallationMutations
()
src/components/installation-history/use-installation-mutations.ts:19
↓ 1 callersFunctionuseKeyboardNavigation
({ apps, categories, selectedCategory, onCategoryChange, searchInputRef, distroTriggerRef, sourc
src/hooks/use-keyboard-navigation.ts:22
↓ 1 callersFunctionuseUninstallCommand
()
src/hooks/use-uninstall-command.ts:49
↓ 1 callersFunctionvalidateBody
( request: NextRequest, schema: ZodSchema<T> )
src/lib/validation/middleware.ts:18
↓ 1 callersFunctionvalidateEnv
* Validate and parse environment variables * This will throw a detailed error if validation fails
src/lib/env.ts:97
↓ 1 callersFunctionvalidatePackage
( source: string, identifier: string, pkg: Package, containerName: string )
scripts/validate-seed-docker.ts:294
↓ 1 callersFunctionvalidateQuery
( request: NextRequest, schema: ZodSchema<T> )
src/lib/validation/middleware.ts:45
↓ 1 callersFunctionvalidateScriptPackage
(pkg: Package)
scripts/validate-seed-docker.ts:266
↓ 1 callersFunctionvalidateSource
( source: string, packages: Package[] )
scripts/validate-seed-docker.ts:376
↓ 1 callersFunctionwipeDatabase
()
scripts/wipe-db.ts:44
↓ 1 callersFunctionwriteJsonOutput
(results: Record<string, ValidationResult>, outputPath: string)
scripts/validate-seed-docker.ts:491
FunctionAdminDashboard
()
src/app/admin/(dashboard)/page.tsx:40
FunctionAdminLayout
({ children, }: { children: React.ReactNode; })
src/app/admin/layout.tsx:3
FunctionAdminLoginPage
()
src/app/admin/(auth)/login/page.tsx:3
FunctionAdminSidebar
()
src/components/admin/sidebar.tsx:53
FunctionAdvancedDataTable
({ columns: columnsProp, data, isFetchingNextPage = false, hasNextPage = false, onFetchNextPage, o
src/components/admin/advanced-data-table.tsx:49
FunctionAppCardSkeleton
()
src/components/ui/loading-skeletons.tsx:7
FunctionAppFilters
({ searchQuery, onSearchChange, showPopular, onTogglePopular, onClearFilters, searchInputRef, }: A
src/components/apps/app-filters.tsx:16
FunctionAppForm
({ appId, onSuccess }: AppFormProps)
src/components/admin/app-form.tsx:30
FunctionAppGrid
({ // eslint-disable-next-line @typescript-eslint/no-unused-vars categories: _categories, initialApps,
src/components/apps/app-grid.tsx:31
FunctionAppGridSkeleton
({ count = 12 }: { count?: number })
src/components/ui/loading-skeletons.tsx:38
FunctionAppIcon
({ iconUrl, displayName, size = 'md', className, rounded = 'default', }: AppIconProps)
src/components/ui/app-icon.tsx:27
FunctionAppSelector
({ selectedAppIds, onAppToggle }: AppSelectorProps)
src/components/collection/app-selector.tsx:20
FunctionAppsPage
()
src/app/admin/(dashboard)/apps/page.tsx:6
FunctionAppsTableClient
()
src/app/admin/(dashboard)/apps/apps-table-client.tsx:22
FunctionAuthLayout
({ children, }: { children: React.ReactNode; })
src/app/admin/(auth)/layout.tsx:1
FunctionBadge
({ className, variant, ...props }: BadgeProps)
src/components/ui/badge.tsx:30
FunctionBreadcrumb
({ items }: BreadcrumbProps)
src/components/admin/breadcrumb.tsx:15
FunctionBulkActionBar
({ selectedCount, onDelete, onClearSelection, isDeleting = false, }: BulkActionBarProps)
src/components/selection/bulk-action-bar.tsx:14
FunctionCategoriesPage
()
src/app/admin/(dashboard)/categories/page.tsx:39
FunctionCategoryList
({ categories, selectedCategory, onCategoryChange, categoryCountsMap, totalSelectedCount, onToggle
src/components/layout/category-sidebar.tsx:53
FunctionCategorySidebar
({ categories, selectedCategory, onCategoryChange, isOpen = false, onToggle, }: CategorySidebarProps
src/components/layout/category-sidebar.tsx:133
FunctionCenteredLoadingSkeleton
({ children }: { children?: React.ReactNode })
src/components/ui/loading-skeletons.tsx:154
FunctionCleanupCommands
({ commands, label, description, copied, onCopy, }: CleanupCommandsProps)
src/components/command-output/cleanup-commands.tsx:14
FunctionCollectionActions
({ collectionId, isOwner, onApply, onShare, onDelete, isSharePending, isDeletePending, }: Collec
src/components/collection/collection-actions.tsx:17
FunctionCollectionCard
({ collection, showAuthor = true, }: CollectionCardProps)
src/components/collection/collection-card.tsx:16
FunctionCollectionDetailPage
({ params, }: { params: Promise<{ slug: string }>; })
src/app/collections/[slug]/page.tsx:30
FunctionCollectionForm
({ initialData, mode }: CollectionFormProps)
src/components/collection/collection-form.tsx:40
FunctionCollectionHeader
({ name, iconUrl, description, isFeatured, isTemplate, isPublic, tags, user, }: CollectionHead
src/components/collection/collection-header.tsx:22
FunctionCollectionStats
({ appCount, viewCount, likeCount }: CollectionStatsProps)
src/components/collection/collection-stats.tsx:11
FunctionCollectionsPage
()
src/app/collections/page.tsx:28
FunctionCommandDialog
({ children, ...props }: DialogProps)
src/components/ui/command.tsx:26
FunctionCommandDialog
({ open, onOpenChange }: CommandDialogProps)
src/components/dialogs/command-dialog.tsx:44
FunctionCommandHeader
({ title = 'Install Command', appCount, sourcePreference, copied, onCopy, onDownload, isWindows
src/components/command-output/command-header.tsx:18
FunctionCommandOutputSkeleton
()
src/components/ui/loading-skeletons.tsx:63
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/command.tsx:127
FunctionCommandWarnings
({ warnings }: CommandWarningsProps)
src/components/command-output/command-warnings.tsx:9
FunctionCrudPage
(props: CrudPageConfig<T, TFormData>)
src/components/admin/crud-page.tsx:177
FunctionCrudTable
({ entityName, entityNamePlural, apiEndpoint, useData, useDelete, columns, getRowId, globalFil
src/components/admin/crud-page.tsx:60
FunctionDELETE
(request: NextRequest)
src/app/api/upload/route.ts:36
FunctionDashboardLayout
({ children, }: { children: React.ReactNode; })
src/app/dashboard/layout.tsx:9
FunctionDashboardLayout
({ children, }: { children: React.ReactNode; })
src/app/admin/(dashboard)/layout.tsx:8
FunctionDashboardPage
()
src/app/dashboard/page.tsx:6
FunctionDataTableRowSkeleton
()
src/components/ui/loading-skeletons.tsx:82
FunctionDataTableSkeleton
({ rows = 10 }: { rows?: number })
src/components/ui/loading-skeletons.tsx:97
FunctionDeleteConfirmationDialog
({ open, onOpenChange, installations, onConfirmDelete, onShowUninstallCommands, isDeleting = false
src/components/dialogs/delete-confirmation-dialog.tsx:25
FunctionDeleteDialog
({ open, onOpenChange, entityName, itemName, onConfirm, description, }: DeleteDialogProps)
src/components/admin/delete-dialog.tsx:22
FunctionDeviceFilter
({ selectedDevice, onDeviceChange }: DeviceFilterProps)
src/components/distro/device-filter.tsx:30
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/dialog.tsx:56
FunctionDistroSelectorSkeleton
()
src/components/ui/loading-skeletons.tsx:51
FunctionDistrosPage
()
src/app/admin/(dashboard)/distros/page.tsx:55
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
src/components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
src/components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
src/components/ui/dropdown-menu.tsx:172
FunctionEditAppPage
()
src/app/admin/(dashboard)/apps/[id]/edit/page.tsx:7
FunctionEditCollectionPage
({ params, }: { params: Promise<{ id: string }>; })
src/app/dashboard/collections/[id]/edit/page.tsx:17
FunctionEmptyState
()
src/components/command-output/empty-state.tsx:6
FunctionErrorDisplay
({ title = 'Something went wrong', message, onRetry, }: ErrorDisplayProps)
src/components/common/error-display.tsx:11
FunctionFooter
()
src/components/layout/footer.tsx:6
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
src/components/ui/form.tsx:29
FunctionGET
( request: NextRequest, { params }: { params: Promise<{ slug: string }> } )
src/app/api/apps/by-slug/[slug]/route.ts:8
FunctionHeader
()
src/components/layout/header.tsx:14
FunctionHomePage
()
src/app/page.tsx:10
FunctionHomePageClient
({ categories, distros, initialApps, totalApps, isAuthenticated = false }: HomePageClientProps)
src/components/layout/home-page-client.tsx:35
← previousnext →201–300 of 462, ranked by callers