Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Donnadieu/Epstein-File-Explorer
/ functions
Functions
682 in github.com/Donnadieu/Epstein-File-Explorer
⨍
Functions
682
◇
Types & classes
125
↓ 1 callers
Function
buildUserMessage
(userMessage: string, context: RetrievalResult)
server/chat/service.ts:17
↓ 1 callers
Function
checkAria2c
()
scripts/pipeline/torrent-downloader.ts:243
↓ 1 callers
Function
checkZstd
()
scripts/pipeline/torrent-downloader.ts:254
↓ 1 callers
Function
chunkText
(text: string, maxChars: number)
server/chat/analyze.ts:99
↓ 1 callers
Function
classifyByExtension
(filename: string)
scripts/pipeline/media-classifier.ts:135
↓ 1 callers
Function
classifyExtension
(ext: string)
scripts/pipeline/extension-resolver.ts:274
↓ 1 callers
Function
classifyFile
(filename: string, localPath?: string | null)
scripts/pipeline/media-classifier.ts:176
↓ 1 callers
Function
classifyPages
( docTitle: string, pages: { pageNumber: number; content: string }[], )
scripts/pipeline/classify-from-pages.ts:99
↓ 1 callers
Function
classifyWithAI
(persons: RawPerson[])
scripts/pipeline/wikipedia-scraper.ts:354
↓ 1 callers
Function
clickNextPage
Click the Next pagination link within the pager widget. Returns false if no Next link.
scripts/pipeline/doj-scraper.ts:225
↓ 1 callers
Function
computeScore
( textLength: number, personMentionCount: number, docType: string, dataSet: string | null, )
scripts/pipeline/find-high-value-unanalyzed.ts:180
↓ 1 callers
Function
connect
()
client/src/hooks/use-active-users.ts:13
↓ 1 callers
Function
connectionToMarkdown
(conn: any)
server/api/v1/routes/obsidian-export.ts:157
↓ 1 callers
Function
countPersonMentions
(text: string)
scripts/pipeline/find-high-value-unanalyzed.ts:162
↓ 1 callers
Method
createBookmark
(bookmark: InsertBookmark)
server/storage.ts:106
↓ 1 callers
Method
createConversation
(title: string)
server/replit_integrations/chat/storage.ts:8
↓ 1 callers
Method
createPersonVote
(vote: InsertPersonVote)
server/storage.ts:116
↓ 1 callers
Method
createVote
(vote: InsertDocumentVote)
server/storage.ts:110
↓ 1 callers
Function
deduplicatePersons
(persons: PersonAggregate[])
scripts/pipeline/generate-tier0-persons.ts:294
↓ 1 callers
Method
deleteBookmark
(id: number)
server/storage.ts:107
↓ 1 callers
Method
deleteConversation
(id: number)
server/replit_integrations/chat/storage.ts:9
↓ 1 callers
Method
deletePersonVote
(id: number)
server/storage.ts:117
↓ 1 callers
Method
deleteVote
(id: number)
server/storage.ts:111
↓ 1 callers
Function
deriveAiAnalysisStatus
(priority: number, mediaType: MediaType)
scripts/pipeline/media-classifier.ts:214
↓ 1 callers
Function
deriveFilename
(doc: { sourceUrl: string | null; localPath: string | null; title: string })
scripts/pipeline/media-classifier.ts:328
↓ 1 callers
Function
detectByMagicBytes
(filePath: string)
scripts/pipeline/media-classifier.ts:143
↓ 1 callers
Function
determineTier
( hasText: boolean, textLength: number, budgetRemaining: number, forceTier?: AnalysisTier, )
scripts/pipeline/batch-processor.ts:193
↓ 1 callers
Function
dismiss
()
client/src/hooks/use-toast.ts:150
↓ 1 callers
Function
documentToMarkdown
(doc: any, personNames: string[])
server/api/v1/routes/obsidian-export.ts:78
↓ 1 callers
Function
downloadDocuments
(options: { dataSetIds?: number[]; fileTypes?: string[]; maxFiles?: number; concurrency?: number; ra
scripts/pipeline/document-downloader.ts:366
↓ 1 callers
Function
downloadFile
( file: DOJFile, outputDir: string, progress: DownloadProgress, retries: number = 3, )
scripts/pipeline/document-downloader.ts:171
↓ 1 callers
Function
downloadViaMagnets
( configs: { key: string; config: TorrentConfig }[], maxConcurrentDownloads: number, progress: TorrentPr
scripts/pipeline/torrent-downloader.ts:268
↓ 1 callers
Function
ensureJobsExist
(config: BatchConfig)
scripts/pipeline/batch-processor.ts:101
↓ 1 callers
Function
escapeCsvField
(value: unknown)
server/routes.ts:52
↓ 1 callers
Function
eventToMarkdown
(event: any)
server/api/v1/routes/obsidian-export.ts:118
↓ 1 callers
Function
executePlan
( planPath: string, batchSize?: number, )
scripts/pipeline/db-loader.ts:2789
↓ 1 callers
Function
existsInR2
(key: string)
server/r2.ts:105
↓ 1 callers
Function
extractArchive
( stagingDir: string, key: string, config: TorrentConfig, progress: TorrentProgress, )
scripts/pipeline/torrent-downloader.ts:455
↓ 1 callers
Function
extractDataSetId
(url: string)
scripts/pipeline/patch-catalog.ts:60
↓ 1 callers
Function
extractEntitiesFromChunk
( text: string, fileName: string, dataSet: string, modelId?: string, )
scripts/pipeline/backfill-entities.ts:113
↓ 1 callers
Function
extractFacets
( facetCounts: Array<{ field_name: string; counts: Array<{ value: string; count: number }> }>, )
server/typesense.ts:260
↓ 1 callers
Function
extractKeywords
(query: string)
server/chat/retriever.ts:33
↓ 1 callers
Function
extractLocationsFromText
(text: string)
scripts/pipeline/ai-analyzer.ts:179
↓ 1 callers
Function
extractPdfText
(filePath: string)
scripts/pipeline/pdf-processor.ts:109
↓ 1 callers
Function
extractPdfTextWithOCR
(filePath: string)
scripts/pipeline/pdf-processor.ts:167
↓ 1 callers
Function
extractRelevantContext
(description: string, name: string)
scripts/pipeline/db-loader.ts:3873
↓ 1 callers
Function
extractSearchQuery
( userMessage: string, modelId?: string, )
server/chat/extractor.ts:26
↓ 1 callers
Function
extractTarZst
( archivePath: string, outputDir: string, )
scripts/pipeline/torrent-downloader.ts:395
↓ 1 callers
Function
extractYear
(date: string)
client/src/components/timeline-viz.tsx:72
↓ 1 callers
Function
extractZip
( archivePath: string, outputDir: string, )
scripts/pipeline/torrent-downloader.ts:447
↓ 1 callers
Function
fetchWikipediaImage
(name: string)
scripts/pipeline/generate-profiles.ts:260
↓ 1 callers
Function
fetchWikipediaPage
(url: string)
scripts/pipeline/wikipedia-scraper.ts:134
↓ 1 callers
Function
findUnanalyzedWithText
()
scripts/pipeline/find-high-value-unanalyzed.ts:207
↓ 1 callers
Function
formatBytes
(bytes: number)
scripts/pipeline/torrent-downloader.ts:196
↓ 1 callers
Function
formatCount
(n: number | undefined)
client/src/components/app-sidebar.tsx:49
↓ 1 callers
Function
formatDate
(date: string)
client/src/components/timeline-viz.tsx:89
↓ 1 callers
Function
formatETA
(progress: BatchProgress)
scripts/pipeline/batch-processor.ts:310
↓ 1 callers
Function
genId
()
client/src/hooks/use-toast.ts:27
↓ 1 callers
Function
generateFromDB
()
scripts/pipeline/generate-tier0-persons.ts:407
↓ 1 callers
Function
generateFromJSON
()
scripts/pipeline/generate-tier0-persons.ts:466
↓ 1 callers
Function
generateSections
( personName: string, description: string, role: string, occupation: string | null, nationality: str
scripts/pipeline/generate-profiles.ts:130
↓ 1 callers
Function
getAIClient
()
scripts/pipeline/db-loader.ts:271
↓ 1 callers
Method
getAdjacentDocumentIds
(id: number)
server/storage.ts:96
↓ 1 callers
Method
getAllConversations
()
server/replit_integrations/chat/storage.ts:7
↓ 1 callers
Function
getBaseURL
(provider: string)
server/chat/models.ts:41
↓ 1 callers
Method
getBookmarks
(userId?: string)
server/storage.ts:105
↓ 1 callers
Method
getBudgetSummary
()
server/storage.ts:123
↓ 1 callers
Method
getConnectionById
(id: number)
server/storage.ts:66
↓ 1 callers
Method
getConnectionTypes
()
server/storage.ts:67
↓ 1 callers
Method
getConnectionsPaginated
(opts: { page: number; limit: number; type?: string; personId?: number; minStrength?: number; })
server/storage.ts:63
↓ 1 callers
Method
getConversation
(id: number)
server/replit_integrations/chat/storage.ts:6
↓ 1 callers
Function
getDataSetPriority
(dataSet: string | null)
scripts/pipeline/batch-processor.ts:61
↓ 1 callers
Function
getDeepSeek
()
scripts/pipeline/wikipedia-scraper.ts:21
↓ 1 callers
Function
getDeepSeek
()
scripts/pipeline/classify-from-pages.ts:16
↓ 1 callers
Function
getDisplayTitle
(doc: PublicDocument)
client/src/pages/document-detail.tsx:45
↓ 1 callers
Method
getDocument
(id: number)
server/storage.ts:731
↓ 1 callers
Function
getDocumentText
(documentId: number, maxChars: number = 10000)
scripts/pipeline/find-high-value-unanalyzed.ts:237
↓ 1 callers
Method
getDocumentsCursor
(afterId: number, limit: number)
server/storage.ts:93
↓ 1 callers
Function
getMonthlySpend
()
scripts/pipeline/find-high-value-unanalyzed.ts:258
↓ 1 callers
Function
getMonthlySpend
()
scripts/pipeline/classify-from-pages.ts:147
↓ 1 callers
Method
getMostVotedDocuments
(limit: number)
server/storage.ts:113
↓ 1 callers
Method
getMostVotedPersons
(limit: number)
server/storage.ts:119
↓ 1 callers
Function
getNextBatch
(batchSize: number)
scripts/pipeline/batch-processor.ts:213
↓ 1 callers
Function
getOutputPath
(outputDir: string, dataSetId: number, fileName: string)
scripts/pipeline/pdf-processor.ts:79
↓ 1 callers
Function
getPageNumbers
(currentPage: number, totalPages: number)
client/src/pages/documents.tsx:147
↓ 1 callers
Method
getPerson
(id: number)
server/storage.ts:603
↓ 1 callers
Function
getPersonAIMentions
(personName: string, aliases: string[])
server/storage.ts:539
↓ 1 callers
Method
getPersonVoteCounts
(personIds: number[])
server/storage.ts:118
↓ 1 callers
Method
getPersonVotes
(userId: string)
server/storage.ts:115
↓ 1 callers
Method
getPersons
()
server/storage.ts:597
↓ 1 callers
Method
getPipelineJobs
(status?: string)
server/storage.ts:121
↓ 1 callers
Method
getPipelineStats
()
server/storage.ts:122
↓ 1 callers
Function
getQueryFn
({ on401: unauthorizedBehavior })
client/src/lib/queryClient.ts:30
↓ 1 callers
Method
getStats
()
server/storage.ts:1030
↓ 1 callers
Function
getTesseractWorker
()
scripts/pipeline/pdf-processor.ts:92
↓ 1 callers
Function
getTodaySpend
()
server/background-worker.ts:38
↓ 1 callers
Method
getTrendingDocuments
(limit: number)
server/storage.ts:132
↓ 1 callers
Method
getTrendingPersons
(limit: number)
server/storage.ts:131
↓ 1 callers
Method
getTrendingSearches
(limit: number)
server/storage.ts:135
↓ 1 callers
Method
getViewCounts
(entityType: string, ids: number[])
server/storage.ts:130
← previous
next →
201–300 of 682, ranked by callers