MCPcopy Create free account

hub / github.com/brightdata/pepolehub / functions

Functions235 in github.com/brightdata/pepolehub

↓ 1 callersFunctionfilterSearchResults
( results: SearchResult[], maxResults: number, )
src/lib/research/graph.ts:421
↓ 1 callersFunctiongetApiHeaders
* Get Bright Data API headers
src/lib/brightdata/search.ts:29
↓ 1 callersFunctiongetCache
(key: string)
src/lib/redis/cache.ts:33
↓ 1 callersFunctiongetCachedProfileSummary
(linkedinId: string)
src/lib/redis/profile-cache.ts:28
↓ 1 callersFunctiongetCachedProfiles
( linkedinUrls: string[] )
src/lib/cache/index.ts:105
↓ 1 callersFunctiongetInitials
(profile: CachedProfile)
src/components/ProfileDetails.tsx:22
↓ 1 callersFunctiongetRandomColor
()
src/components/ui/shadcn-io/background-boxes/index.tsx:28
↓ 1 callersFunctiongetStatusMessage
(status: string)
src/app/api/research/[id]/stream/route.ts:223
↓ 1 callersFunctionhasUsableWebSummaries
(state: ResearchGraphState)
src/lib/research/graph.ts:529
↓ 1 callersFunctionincrementCounter
(key: string, ttl?: number)
src/lib/redis/cache.ts:139
↓ 1 callersFunctioninvalidateResearchCache
(linkedinUrl: string)
src/lib/cache/research-cache.ts:371
↓ 1 callersFunctionisLinkedInUrl
(url: string)
src/lib/brightdata/research.ts:529
↓ 1 callersFunctionmergeSummaries
(summaries: z.infer<typeof SummarySchema>[], maxWords: number)
src/lib/research/llm-service.ts:229
↓ 1 callersFunctionnormalizeGoogleResult
(result: BrightDataGoogleSearchResult, index: number)
src/lib/brightdata/search.ts:145
↓ 1 callersFunctionnormalizeInputId
(id: unknown)
src/app/api/profiles/batch/route.ts:9
↓ 1 callersFunctionnormalizeLinkedinId
(id: string)
src/app/api/profile/[linkedinId]/route.ts:6
↓ 1 callersFunctionnormalizeScrapeResult
(entry: UnknownRecord, warnBytes: number)
src/lib/brightdata/research.ts:460
↓ 1 callersFunctionnormalizeSearchResult
(entry: UnknownRecord, fallbackRank: number)
src/lib/brightdata/research.ts:432
↓ 1 callersFunctionproxiedImageUrl
(url?: string | null, defaultAvatar?: boolean)
src/components/ProfileDetails.tsx:29
↓ 1 callersFunctionrun
()
src/tests/test-full-research-graph.ts:4
↓ 1 callersFunctionrun
()
src/tests/test-llm-service.ts:19
↓ 1 callersFunctionrun
()
src/tests/test-graph-parallel.ts:46
↓ 1 callersFunctionrun
()
src/tests/test-brightdata-research.ts:15
↓ 1 callersFunctionrun
()
src/tests/test-graph-nodes.ts:76
↓ 1 callersFunctionrun
()
src/tests/test-meir.ts:4
↓ 1 callersFunctionrunResearchGraph
( researchId: string, linkedinUrl: string, personName: string )
src/lib/research/runner.ts:14
↓ 1 callersFunctionsanitizeContent
(content: string)
src/lib/research/llm-service.ts:254
↓ 1 callersFunctionscrapeUrls
( urls: string[], options: ScrapeOptions = {}, )
src/lib/brightdata/research.ts:153
↓ 1 callersFunctionsearchGoogle
( query: string, page: number = 0, countryCode?: string | null, )
src/lib/brightdata/search.ts:59
↓ 1 callersFunctionsearchGoogleForPerson
( personName: string, linkedinUrl: string, options: PersonSearchOptions = {}, )
src/lib/brightdata/research.ts:83
↓ 1 callersFunctionstreamChunks
(report: string, onChunk?: (chunk: string) => void)
src/lib/research/llm-service.ts:361
↓ 1 callersFunctiontestAggregateDataNodeInsufficient
()
src/tests/test-graph-nodes.ts:390
↓ 1 callersFunctiontestAggregateDataNodeLinkedInOnly
()
src/tests/test-graph-nodes.ts:372
↓ 1 callersFunctiontestAggregateDataNodeWithSummaries
()
src/tests/test-graph-nodes.ts:342
↓ 1 callersFunctiontestCachingLayer
()
src/tests/test-cache.ts:11
↓ 1 callersFunctiontestExecuteSearchNodeError
()
src/tests/test-graph-nodes.ts:210
↓ 1 callersFunctiontestExecuteSearchNodeSuccess
()
src/tests/test-graph-nodes.ts:177
↓ 1 callersFunctiontestFetchLinkedInNodeError
()
src/tests/test-graph-nodes.ts:123
↓ 1 callersFunctiontestFetchLinkedInNodeSuccess
()
src/tests/test-graph-nodes.ts:102
↓ 1 callersFunctiontestGenerateSearchQueryNodeError
()
src/tests/test-graph-nodes.ts:160
↓ 1 callersFunctiontestGenerateSearchQueryNodeSuccess
()
src/tests/test-graph-nodes.ts:139
↓ 1 callersFunctiontestGraphStructure
()
src/tests/test-graph-structure.ts:8
↓ 1 callersFunctiontestLinkedInFetch
()
src/tests/test-linkedin.ts:9
↓ 1 callersFunctiontestParser
()
src/tests/test-parser.ts:9
↓ 1 callersFunctiontestPrismaClient
()
src/tests/test-prisma-client.ts:3
↓ 1 callersFunctiontestProfileCache
()
src/tests/test-profile-cache.ts:55
↓ 1 callersFunctiontestRecentProfilesAPI
()
src/tests/test-recent-api.ts:10
↓ 1 callersFunctiontestRedis
()
src/tests/test-redis.ts:6
↓ 1 callersFunctiontestResearchCache
()
src/tests/test-research-cache.ts:14
↓ 1 callersFunctiontestResearchSchema
()
src/tests/test-research-schema.ts:4
↓ 1 callersFunctiontestResearchTypes
()
src/tests/test-research-types.ts:7
↓ 1 callersFunctiontestRouteToScrapingEmpty
()
src/tests/test-graph-parallel.ts:77
↓ 1 callersFunctiontestRouteToScrapingProducesSends
()
src/tests/test-graph-parallel.ts:59
↓ 1 callersFunctiontestRouteToSummarizationEmpty
()
src/tests/test-graph-parallel.ts:103
↓ 1 callersFunctiontestRouteToSummarizationProducesSends
()
src/tests/test-graph-parallel.ts:84
↓ 1 callersFunctiontestScrapeWebPageNodeError
()
src/tests/test-graph-nodes.ts:260
↓ 1 callersFunctiontestScrapeWebPageNodeSuccess
()
src/tests/test-graph-nodes.ts:228
↓ 1 callersFunctiontestSearchCache
()
src/tests/test-search-cache.ts:8
↓ 1 callersFunctiontestSearchFlow
()
src/tests/test-search-flow.ts:5
↓ 1 callersFunctiontestStartNodeSuccess
()
src/tests/test-graph-nodes.ts:48
↓ 1 callersFunctiontestStartNodeValidation
()
src/tests/test-graph-nodes.ts:61
↓ 1 callersFunctiontestSummarizeContentNodeError
()
src/tests/test-graph-nodes.ts:318
↓ 1 callersFunctiontestSummarizeContentNodeSuccess
()
src/tests/test-graph-nodes.ts:284
↓ 1 callersFunctiontestWriteReportNodeError
()
src/tests/test-graph-nodes.ts:431
↓ 1 callersFunctiontestWriteReportNodeSuccess
()
src/tests/test-graph-nodes.ts:402
↓ 1 callersFunctiontruncate
(value: string | undefined, maxLength: number)
src/lib/research/llm-service.ts:319
FunctionAuroraBackground
({ className, children, showRadialGradient = true, ...props }: AuroraBackgroundProps)
src/components/ui/shadcn-io/aurora-background/index.tsx:11
FunctionAvatar
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>)
src/components/ui/avatar.tsx:8
FunctionAvatarFallback
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>)
src/components/ui/avatar.tsx:37
FunctionAvatarImage
({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>)
src/components/ui/avatar.tsx:24
FunctionBadge
({ className, variant, asChild = false, ...props }: React.ComponentProps<"span"> & VariantProps<type
src/components/ui/badge.tsx:28
FunctionBoxes
({ className, ...rest }: BoxesProps)
src/components/ui/shadcn-io/background-boxes/index.tsx:11
FunctionButton
({ className, variant, size, asChild = false, ...props }: React.ComponentProps<"button"> & Variant
src/components/ui/button.tsx:37
FunctionCard
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:5
FunctionCardAction
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:51
FunctionCardContent
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:64
FunctionCardDescription
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:41
FunctionCardFooter
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:74
FunctionCardHeader
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:18
FunctionCardTitle
({ className, ...props }: React.ComponentProps<"div">)
src/components/ui/card.tsx:31
FunctionCollapsible
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>)
src/components/ui/collapsible.tsx:5
FunctionCollapsibleContent
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>)
src/components/ui/collapsible.tsx:22
FunctionCollapsibleTrigger
({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>)
src/components/ui/collapsible.tsx:11
FunctionGET
(request: NextRequest)
src/app/api/research/route.ts:98
FunctionGET
(_request: NextRequest, context: RouteContext)
src/app/api/research/[id]/route.ts:12
FunctionGET
(request: NextRequest, context: RouteContext)
src/app/api/research/[id]/stream/route.ts:12
FunctionGET
(request: NextRequest)
src/app/api/profiles/recent/route.ts:21
FunctionGET
(request: NextRequest, context: RouteContext)
src/app/api/profile/[linkedinId]/route.ts:18
FunctionGET
(request: NextRequest)
src/app/api/proxy-image/route.ts:3
FunctionHome
()
src/app/page.tsx:7
FunctionInput
({ className, type, ...props }: React.ComponentProps<"input">)
src/components/ui/input.tsx:5
FunctionLoadingState
()
src/components/LoadingState.tsx:3
FunctionNavigation
()
src/components/Navigation.tsx:22
FunctionNavigationMenu
({ className, children, viewport = true, ...props }: React.ComponentProps<typeof NavigationMenuPrimiti
src/components/ui/navigation-menu.tsx:8
FunctionNavigationMenuContent
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Content>)
src/components/ui/navigation-menu.tsx:85
FunctionNavigationMenuIndicator
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Indicator>)
src/components/ui/navigation-menu.tsx:140
FunctionNavigationMenuItem
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Item>)
src/components/ui/navigation-menu.tsx:48
FunctionNavigationMenuLink
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Link>)
src/components/ui/navigation-menu.tsx:124
FunctionNavigationMenuList
({ className, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.List>)
src/components/ui/navigation-menu.tsx:32
FunctionNavigationMenuTrigger
({ className, children, ...props }: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>)
src/components/ui/navigation-menu.tsx:65
← previousnext →101–200 of 235, ranked by callers