MCPcopy Create free account

hub / github.com/Donnadieu/Epstein-File-Explorer / functions

Functions682 in github.com/Donnadieu/Epstein-File-Explorer

↓ 1 callersFunctionscanDir
(dir: string)
scripts/pipeline/ai-analyzer.ts:603
↓ 1 callersFunctionscoreDataSet
(dataSet: string | null)
scripts/pipeline/find-high-value-unanalyzed.ts:150
↓ 1 callersFunctionscoreDocumentType
(docType: string)
scripts/pipeline/find-high-value-unanalyzed.ts:146
↓ 1 callersFunctionscorePersonMentions
(count: number)
scripts/pipeline/find-high-value-unanalyzed.ts:140
↓ 1 callersFunctionscoreTextLength
(length: number)
scripts/pipeline/find-high-value-unanalyzed.ts:134
↓ 1 callersFunctionscrapeCourtRecords
()
scripts/pipeline/doj-scraper.ts:458
↓ 1 callersFunctionscrapeDOJCatalog
(dataSetFilter?: number[])
scripts/pipeline/doj-scraper.ts:514
↓ 1 callersFunctionscrapeDataSet
(dataSet: { id: number; name: string; description: string })
scripts/pipeline/doj-scraper.ts:374
↓ 1 callersFunctionscrapeFOIARecords
()
scripts/pipeline/doj-scraper.ts:486
↓ 1 callersMethodsearchDocumentIds
* Search for document IDs using Typesense-first, PostgreSQL fallback. * Used by getDocumentsFiltered() when opts.search is set.
server/storage.ts:1240
↓ 1 callersFunctionseedDatabase
()
server/seed.ts:5
↓ 1 callersFunctionsendHeadRequest
(url: string, cookieHeader?: string)
scripts/pipeline/doj-scraper.ts:609
↓ 1 callersFunctionserveApiDocs
(router: Router)
server/api/v1/openapi/serve.ts:5
↓ 1 callersFunctionserveStatic
(app: Express)
server/static.ts:5
↓ 1 callersFunctionsetupVite
(server: Server, app: Express)
server/vite.ts:11
↓ 1 callersFunctionsetupWebSocket
(server: Server)
server/ws.ts:5
↓ 1 callersFunctionsharedDocumentIds
(p1: number, p2: number)
scripts/pipeline/backfill-connection-docs.ts:25
↓ 1 callersFunctionshouldMerge
(nameA: string, nameB: string)
scripts/pipeline/generate-tier0-persons.ts:149
↓ 1 callersFunctionshowStatus
()
scripts/pipeline/batch-processor.ts:648
↓ 1 callersFunctionsplitPages
(text: string)
scripts/pipeline/load-pages.ts:46
↓ 1 callersFunctionstreamChatResponse
( userMessage: string, conversationHistory: { role: string; content: string }[], context: RetrievalResul
server/chat/service.ts:23
↓ 1 callersFunctionstripHtmlTags
(html: string)
server/chat/retriever.ts:72
↓ 1 callersFunctionstripInternalFields
(doc: any)
server/api/v1/routes/documents.ts:8
↓ 1 callersFunctiontagResolved
()
scripts/pipeline/tag-resolved.ts:23
↓ 1 callersFunctionterminateTesseractWorker
()
scripts/pipeline/pdf-processor.ts:102
↓ 1 callersFunctionthrottle
()
scripts/pipeline/document-downloader.ts:116
↓ 1 callersFunctionthrottle
()
scripts/pipeline/extension-resolver.ts:152
↓ 1 callersFunctiontoCsvRow
(headers: string[], obj: Record<string, unknown>)
server/api/v1/routes/export.ts:11
↓ 1 callersFunctiontoGraphML
(networkData: any)
server/api/v1/routes/export.ts:172
↓ 1 callersFunctiontoggleYear
(year: number)
client/src/components/timeline-viz.tsx:117
↓ 1 callersFunctiontriggerDownload
(endpoint: string, format: "csv" | "json", filename: string)
client/src/components/export-button.tsx:17
↓ 1 callersFunctiontruncateToLimit
(text: string, limit: number)
server/chat/retriever.ts:61
↓ 1 callersFunctiontypesenseDocumentSearch
( query: string, limit: number = 20, )
server/typesense.ts:363
↓ 1 callersFunctiontypesenseSearchInstant
( query: string, limit: number, )
server/typesense.ts:324
↓ 1 callersFunctionunion
(x: number, y: number)
scripts/pipeline/generate-tier0-persons.ts:307
↓ 1 callersFunctionupdateDocumentRecord
(result: DownloadResult)
scripts/pipeline/document-downloader.ts:326
↓ 1 callersFunctionuseActiveUsers
()
client/src/hooks/use-active-users.ts:3
↓ 1 callersFunctionuseChat
()
client/src/hooks/use-chat.ts:22
↓ 1 callersFunctionuseDocumentsList
()
client/src/pages/document-compare.tsx:35
↓ 1 callersFunctionuseIsMobile
()
client/src/hooks/use-mobile.tsx:5
↓ 1 callersFunctionuseKeyboardShortcuts
(navigate: (path: string) => void)
client/src/hooks/use-keyboard-shortcuts.ts:9
↓ 1 callersFunctionusePersonVotes
(personIds: number[] = [])
client/src/hooks/use-person-votes.ts:17
↓ 1 callersFunctionuseSearchHistory
()
client/src/hooks/use-search-history.ts:17
↓ 1 callersFunctionuseTheme
()
client/src/components/theme-provider.tsx:44
↓ 1 callersFunctionuseToast
()
client/src/hooks/use-toast.ts:171
↓ 1 callersFunctionwriteOutputFile
( persons: Array<{ name: string; role: string; category: string; totalMentions: number;
scripts/pipeline/generate-tier0-persons.ts:571
FunctionAIAnalysisSection
({ analysis }: { analysis: AIAnalysisDocument })
client/src/pages/document-detail.tsx:553
FunctionAIInsightsPage
()
client/src/pages/ai-insights.tsx:42
FunctionAlertDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/alert-dialog.tsx:60
FunctionAlertDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/alert-dialog.tsx:46
FunctionApp
()
client/src/App.tsx:109
FunctionAppBreadcrumbs
()
client/src/components/breadcrumbs.tsx:30
FunctionAppShell
()
client/src/App.tsx:56
FunctionAppSidebar
()
client/src/components/app-sidebar.tsx:128
FunctionAskArchivePage
()
client/src/pages/ask-archive.tsx:31
FunctionBadge
({ className, variant, ...props }: BadgeProps)
client/src/components/ui/badge.tsx:32
FunctionBookmarksPage
()
client/src/pages/bookmarks.tsx:36
FunctionBoolBadge
({ value }: { value: boolean | null | undefined })
client/src/pages/document-compare.tsx:74
FunctionBreadcrumbEllipsis
({ className, ...props }: React.ComponentProps<"span">)
client/src/components/ui/breadcrumb.tsx:91
FunctionBreadcrumbSeparator
({ children, className, ...props }: React.ComponentProps<"li">)
client/src/components/ui/breadcrumb.tsx:75
FunctionCalendar
({ className, classNames, showOutsideDays = true, ...props }: CalendarProps)
client/src/components/ui/calendar.tsx:10
FunctionChartStyle
({ id, config }: { id: string; config: ChartConfig })
client/src/components/ui/chart.tsx:70
FunctionChatMessage
({ role, content, citations, isStreaming }: ChatMessageProps)
client/src/components/chat-message.tsx:77
FunctionCollapsibleList
({ label, count, open, onToggle, children, }: { label: string; count: number; open: boolean;
client/src/pages/document-detail.tsx:755
FunctionCommandDialog
({ children, ...props }: DialogProps)
client/src/components/ui/command.tsx:24
FunctionCommandShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/command.tsx:125
FunctionComparisonRow
({ label, valueA, valueB, }: { label: string; valueA: React.ReactNode; valueB: React.ReactNode; })
client/src/pages/document-compare.tsx:48
FunctionContextMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/context-menu.tsx:166
FunctionDashboard
()
client/src/pages/dashboard.tsx:162
FunctionDialogFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/dialog.tsx:70
FunctionDialogHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/dialog.tsx:56
FunctionDocumentBookmarkCard
({ bookmark, onRemove, }: { bookmark: { id: number; entityId: number | null; label: string | null; creat
client/src/pages/bookmarks.tsx:197
FunctionDocumentCardSkeleton
({ index }: { index: number })
client/src/pages/documents.tsx:125
FunctionDocumentComparePage
()
client/src/pages/document-compare.tsx:80
FunctionDocumentDetailPage
()
client/src/pages/document-detail.tsx:85
FunctionDocumentResult
({ doc, isBookmarked, toggleBookmark, isVoted, voteCount, onToggleVote, onVideoClick, onDocClick }: { doc: D
client/src/pages/search.tsx:601
FunctionDocumentThumbnail
({ doc }: { doc: PublicDocument })
client/src/pages/documents.tsx:846
FunctionDocumentViewer
({ doc, initialPage, }: { doc: DocumentDetail; initialPage?: number; })
client/src/pages/document-detail.tsx:817
FunctionDocumentViewerModal
({ doc, open, onClose }: DocumentViewerModalProps)
client/src/components/document-viewer-modal.tsx:21
FunctionDocumentsPage
()
client/src/pages/documents.tsx:233
FunctionDrawer
({ shouldScaleBackground = true, ...props }: React.ComponentProps<typeof DrawerPrimitive.Root>)
client/src/components/ui/drawer.tsx:8
FunctionDrawerFooter
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:69
FunctionDrawerHeader
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>)
client/src/components/ui/drawer.tsx:58
FunctionDropdownMenuShortcut
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>)
client/src/components/ui/dropdown-menu.tsx:169
FunctionEmptyState
({ type, query }: { type: string; query: string })
client/src/pages/search.tsx:762
FunctionEmptyTab
({ type }: { type: string })
client/src/pages/bookmarks.tsx:323
FunctionEventCard
({ event, Icon, nodeColor, isHigh, align = "left", }: { event: EnrichedTimelineEvent; Icon: Reac
client/src/components/timeline-viz.tsx:232
FunctionEventResult
({ event }: { event: TimelineEvent })
client/src/pages/search.tsx:688
FunctionExportButton
({ endpoint, filename, label = "Export" }: ExportButtonProps)
client/src/components/export-button.tsx:32
FunctionFilterBar
(props: FilterControlsProps)
client/src/pages/network.tsx:75
FunctionFilterCategoryCheckboxes
({ allCategories, activeCategories, toggleCategory }: FilterControlsProps)
client/src/pages/network.tsx:280
FunctionFilterConnectionTypes
({ connectionTypes, activeConnectionTypes, toggleConnectionType }: FilterControlsProps)
client/src/pages/network.tsx:350
FunctionFilterControlsSidebar
(props: FilterControlsProps)
client/src/pages/network.tsx:63
FunctionFilterSearchInputs
({ searchQuery, setSearchQuery, keyword, setKeyword }: FilterControlsProps)
client/src/pages/network.tsx:245
FunctionFilterSliders
({ minConnections, setMinConnections, maxConnections, minStrength, setMinStrength, minDocumentCount, setMinDoc
client/src/pages/network.tsx:305
FunctionFilterTimeRange
({ timeRange, setTimeRange, yearRange }: FilterControlsProps)
client/src/pages/network.tsx:371
FunctionFormField
({ ...props }: ControllerProps<TFieldValues, TName>)
client/src/components/ui/form.tsx:31
FunctionImportanceVoteButton
({ documentId, isVoted, count, onToggle, size = "sm", className, }: ImportanceVoteButtonProps)
client/src/components/importance-vote-button.tsx:15
FunctionKbd
({ keys }: { keys: string })
client/src/components/kbd.tsx:1
FunctionLiveCounter
()
client/src/components/live-counter.tsx:9
← previousnext →401–500 of 682, ranked by callers