Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaKheera47/job-ops
/ functions
Functions
3,841 in github.com/DaKheera47/job-ops
⨍
Functions
3,841
◇
Types & classes
575
↓ 1 callers
Function
buildCapabilities
(args: { appMode: JobOpsAppMode; hostedSignupsEnabled: boolean; hostedPlatformLlmEnabled: boolean; hos
orchestrator/src/server/config/app-mode.ts:44
↓ 1 callers
Function
buildCapabilityErrorMessage
(provider: string)
orchestrator/src/server/services/design-resume/import-file.ts:1109
↓ 1 callers
Function
buildCertificationEntries
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:422
↓ 1 callers
Function
buildChallengeViewerUrl
(args: { token: string })
orchestrator/src/server/services/challenge-viewer.ts:257
↓ 1 callers
Function
buildClaudeCliErrorMessage
(error: unknown)
orchestrator/src/server/services/llm/claude-cli/client.ts:46
↓ 1 callers
Function
buildClipboardData
(text: string)
orchestrator/src/client/pages/orchestrator/TokenizedInput.test.tsx:6
↓ 1 callers
Function
buildCodexTextExtractPrompt
( documentText: string, fileName: string, source: "DOCX" | "PDF", )
orchestrator/src/server/services/design-resume/import-file.ts:845
↓ 1 callers
Function
buildCommandBarRows
({ activeLock, groupedJobs, lockSuggestions, orderedGroups, }: { activeLock: StatusLock | null; gr
orchestrator/src/client/pages/orchestrator/JobCommandBar.utils.ts:244
↓ 1 callers
Function
buildCompactActiveJobsList
(jobs: IndexedActiveJob[])
orchestrator/src/server/services/post-application/ingestion/email-router.ts:111
↓ 1 callers
Function
buildContactItems
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:281
↓ 1 callers
Function
buildContacts
(resumeJson: RecordLike)
shared/src/design-resume-jake.ts:126
↓ 1 callers
Function
buildConversationMessages
( threadId: string, targetMessageId?: string, )
orchestrator/src/server/services/ghostwriter.ts:114
↓ 1 callers
Function
buildConversionTimeSeries
( jobsWithEvents: JobWithEvents[], daysToShow: number, )
orchestrator/src/client/components/charts/ConversionAnalytics.tsx:158
↓ 1 callers
Function
buildCredentialFingerprint
(creds: V5Credentials)
orchestrator/src/server/services/rxresume/index.ts:126
↓ 1 callers
Function
buildCustomFieldItems
( resumeJson: RecordLike, )
orchestrator/src/server/services/resume-renderer/document.ts:322
↓ 1 callers
Function
buildDefaultPageLayout
(customSections: unknown)
orchestrator/src/server/services/rxresume/document.ts:99
↓ 1 callers
Function
buildDefaultResumeProjectsSettings
( catalog: ResumeProjectCatalogItem[], )
orchestrator/src/server/services/resumeProjects.ts:48
↓ 1 callers
Function
buildDemoDeadline
(idx: number)
orchestrator/src/server/config/demo-defaults.ts:71
↓ 1 callers
Function
buildDemoDesignResume
()
orchestrator/src/server/services/demo-pdf.ts:14
↓ 1 callers
Function
buildDork
( prefix: "LinkedIn profiles" | "GitHub pages" | "Web results", queryTerms: string[], )
orchestrator/src/client/components/ready-panel-google-dorks.ts:63
↓ 1 callers
Function
buildEducationEntries
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:356
↓ 1 callers
Function
buildEffectiveConfigSnapshot
(args: { requestedConfig: PipelineRunRequestedConfig; settings: AppSettings; locationIntent: SnapshotLoc
orchestrator/src/server/pipeline/run-details.ts:65
↓ 1 callers
Function
buildEmailText
(input: { from: string; subject: string; date: string; body: string; })
orchestrator/src/server/services/post-application/ingestion/gmail-api.ts:433
↓ 1 callers
Function
buildEvidenceLocationText
( evidence: Pick<LocationEvidence, "location" | "city" | "country">, )
shared/src/location-domain.ts:327
↓ 1 callers
Function
buildExperienceEntries
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:342
↓ 1 callers
Function
buildFallbackVirtualItems
( rows: CommandBarRow[], scrollTop: number, viewportHeight: number, )
orchestrator/src/client/pages/orchestrator/JobCommandBar.tsx:83
↓ 1 callers
Function
buildFanoutProgress
(tracker: FanoutTracker)
orchestrator/src/server/pipeline/progress.ts:190
↓ 1 callers
Function
buildFetchFailureMessage
(status: number)
orchestrator/src/server/api/routes/manual-jobs.ts:112
↓ 1 callers
Function
buildFunnelData
(jobsWithEvents: JobWithEvents[])
orchestrator/src/client/components/charts/ConversionAnalytics.tsx:102
↓ 1 callers
Function
buildGeminiCliErrorMessage
(error: unknown)
orchestrator/src/server/services/llm/gemini-cli/client.ts:38
↓ 1 callers
Function
buildGeneratedJob
( idx: number, status: "discovered" | "ready" | "applied", )
orchestrator/src/server/config/demo-defaults.ts:108
↓ 1 callers
Function
buildGeneratedSource
(manifests)
scripts/generate-typst-themes.mjs:145
↓ 1 callers
Function
buildGhostwriterDocumentContextItems
( documents: readonly GhostwriterDocumentContextSource[], )
shared/src/ghostwriter-document-context.ts:37
↓ 1 callers
Function
buildGmailQuery
(searchDays: number)
orchestrator/src/server/services/post-application/ingestion/gmail-api.ts:152
↓ 1 callers
Function
buildHostedResumeRequirement
()
orchestrator/src/server/services/onboarding-status.ts:505
↓ 1 callers
Function
buildIndexedActiveJobs
( jobs: Array<{ id: string; company: string; title: string }>, )
orchestrator/src/server/services/post-application/ingestion/email-router.ts:100
↓ 1 callers
Function
buildInferencePrompt
(jd: string)
orchestrator/src/server/services/manualJob.ts:124
↓ 1 callers
Function
buildInterestItems
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:403
↓ 1 callers
Function
buildJobActionExecutionOptions
( action: JobAction, options?: { forceMoveToReady?: boolean; requestOrigin?: string | null; }, )
orchestrator/src/server/services/jobs/actions.ts:91
↓ 1 callers
Function
buildJobSnapshot
(job: Job)
orchestrator/src/server/services/ghostwriter-context.ts:96
↓ 1 callers
Function
buildJobUrl
(careersBaseUrl: string, externalPath: string)
career-boards/workday/src/get-jobs-from-cxs.ts:308
↓ 1 callers
Function
buildLanguageItems
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:392
↓ 1 callers
Function
buildLocation
(addresses: JobindexAddress[], area: string | undefined)
extractors/jobindex/src/run.ts:213
↓ 1 callers
Function
buildLocationEvidence
( value: | LocationEvidenceInput | LocationEvidence | readonly LocationEvidenceEntry[], )
shared/src/location-domain.ts:979
↓ 1 callers
Function
buildLocationEvidence
(args: { formattedLocation?: string | null; cities: string[]; states: string[]; countries: string[]; }
extractors/hiringcafe/src/run.ts:197
↓ 1 callers
Function
buildLocationEvidence
( location: string | null, )
extractors/jobspy/src/run.ts:114
↓ 1 callers
Function
buildLocationEvidence
(args: { addresses: JobindexAddress[]; area?: string; location?: string; })
extractors/jobindex/src/run.ts:225
↓ 1 callers
Function
buildLocationEvidence
(args: { locationBase?: string | undefined; legacyLocation?: string | undefined; locations: string[]; })
extractors/workingnomads/src/run.ts:118
↓ 1 callers
Function
buildLocationPreferencesSummary
(args: { country: string; cityLocations: string[]; proximity?: LocationProximity | null; workplaceType
shared/src/location-domain.ts:935
↓ 1 callers
Function
buildLocationText
(jobOpening: BamboohrJobOpening)
career-boards/bamboohr/src/get-job-details.ts:133
↓ 1 callers
Function
buildLocationText
(job: BamboohrListJob)
career-boards/bamboohr/src/get-jobs-from-careers-list.ts:125
↓ 1 callers
Function
buildManualDraft
( selectedSource: WatchlistSelectedSource, source: string, details: { externalId: string; title:
orchestrator/src/server/watchlist/adapters/bamboohr.ts:228
↓ 1 callers
Function
buildManualDraft
( selectedSource: WatchlistSelectedSource, source: string, details: { externalId: string; title:
orchestrator/src/server/watchlist/adapters/greenhouse.ts:171
↓ 1 callers
Function
buildManualDraftFromWorkdayDetails
( selectedSource: WatchlistSelectedSource, source: string, details: { externalId: string; title:
orchestrator/src/server/watchlist/adapters/workday.ts:214
↓ 1 callers
Function
buildMetadata
( source: RecordLike, publicBaseUrl: string | null, )
orchestrator/src/server/services/rxresume/document.ts:374
↓ 1 callers
Function
buildMilestonePayload
(args: { installCreatedAt: string; occurredAtMs: number; sessionId?: string | null; })
orchestrator/src/server/services/activation-funnel.ts:71
↓ 1 callers
Function
buildModelRequirement
()
orchestrator/src/server/services/onboarding-status.ts:334
↓ 1 callers
Function
buildNoVncCommand
(args: { novncHost: string; novncPort: string; vncHost: string; vncPort: string; })
orchestrator/src/server/services/challenge-viewer.ts:101
↓ 1 callers
Function
buildOpenRouterCapabilityCacheKey
(input: LlmRuntimeSettings)
orchestrator/src/server/services/ghostwriter.ts:219
↓ 1 callers
Function
buildOptions
(count: number)
orchestrator/src/components/ui/searchable-dropdown.test.tsx:62
↓ 1 callers
Function
buildPagePayload
(args: { requestOrigin?: string | null; urlPath?: string; })
orchestrator/src/server/infra/product-analytics.ts:131
↓ 1 callers
Function
buildPicture
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:260
↓ 1 callers
Function
buildProfileItems
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:307
↓ 1 callers
Function
buildProfileSnapshot
(profile: ResumeProfile)
orchestrator/src/server/services/ghostwriter-context.ts:125
↓ 1 callers
Function
buildProjectEntries
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:369
↓ 1 callers
Function
buildProjectSelectionPrompt
(args: { jobDescription: string; projects: ResumeProjectSelectionItem[]; desiredCount: number; })
orchestrator/src/server/services/projectSelection.ts:97
↓ 1 callers
Function
buildPrompt
(context: SearchTermContext)
orchestrator/src/server/services/onboarding-search-terms.ts:140
↓ 1 callers
Function
buildPrompt
(args: { prompt: string; currentConfig: PipelineSearchPresetConfig; runtimeSources: ExtractorSourceId[];
orchestrator/src/server/services/pipeline-search-plan.ts:407
↓ 1 callers
Function
buildPrompt
( input: DesignResumeAiFieldSuggestionRequest, )
orchestrator/src/server/services/design-resume/ai-field-suggestion.ts:179
↓ 1 callers
Function
buildProxyHeaders
(req: Request)
orchestrator/src/server/services/challenge-viewer.ts:146
↓ 1 callers
Function
buildPublicationEntries
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:434
↓ 1 callers
Function
buildQueryString
(searchTerm: string)
extractors/workingnomads/src/run.ts:138
↓ 1 callers
Function
buildReadableSlugPrefix
(companyName?: string | null)
orchestrator/src/server/services/tracer-links.ts:224
↓ 1 callers
Function
buildReadyPanelGoogleDorks
( job: Job, )
orchestrator/src/client/components/ready-panel-google-dorks.ts:77
↓ 1 callers
Function
buildReferenceEntries
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:456
↓ 1 callers
Function
buildRegionNameMap
()
shared/src/location-support.ts:400
↓ 1 callers
Function
buildRepeatedChallengeMessage
(args: { challenges: PendingChallenge[]; sourceErrors: string[]; })
orchestrator/src/server/pipeline/orchestrator.ts:245
↓ 1 callers
Function
buildReplayCandidate
(args: { eventKey: string; eventName: string; occurredAt: number; urlPath: string; data?: Record<str
orchestrator/src/server/repositories/product-analytics.ts:216
↓ 1 callers
Function
buildRequestedConfigSnapshot
( config: PipelineConfig, )
orchestrator/src/server/pipeline/run-details.ts:46
↓ 1 callers
Function
buildResponseRateBySource
( jobs: JobForSourceChart[], )
orchestrator/src/client/components/charts/ResponseRateBySourceChart.tsx:82
↓ 1 callers
Function
buildResumeCacheKey
(resumeId: string, creds: V5Credentials)
orchestrator/src/server/services/rxresume/index.ts:133
↓ 1 callers
Function
buildResumeRenderDocument
( resumeJson: Record<string, unknown>, options: NormalizeResumeJsonToLatexDocumentOptions = {}, )
orchestrator/src/server/services/resume-renderer/document.ts:527
↓ 1 callers
Function
buildResumeRequirement
()
orchestrator/src/server/services/onboarding-status.ts:405
↓ 1 callers
Function
buildRxResumeSettingsUpdate
( draft: RxResumeCredentialDrafts, )
orchestrator/src/client/lib/rxresume-config.ts:97
↓ 1 callers
Function
buildRxResumeValidationOptions
( input: UpdateSettingsInput, )
orchestrator/src/server/api/routes/settings.ts:75
↓ 1 callers
Function
buildScoringPrompt
( job: Job, profile: Record<string, unknown>, preferences: ScoringPreferences, )
orchestrator/src/server/services/scorer.ts:448
↓ 1 callers
Function
buildSearchRequest
(args: { searchTerm: string; locationTokens: string[]; maxJobsPerTerm: number; })
extractors/workingnomads/src/run.ts:405
↓ 1 callers
Function
buildSearchState
(args: { searchTerm: string; countryLocation: HiringCafeCountryLocation | null; cityLocationContext: Cit
extractors/hiringcafe/src/run.ts:659
↓ 1 callers
Function
buildSearchUrl
(location: string, role: string)
extractors/gradcracker/src/run.ts:294
↓ 1 callers
Function
buildSelectableRows
(rows: CommandBarRow[])
orchestrator/src/client/pages/orchestrator/JobCommandBar.tsx:67
↓ 1 callers
Function
buildSelectedDocumentsSnapshot
( jobId: string, selectedDocumentIds: readonly string[], )
orchestrator/src/server/services/ghostwriter-context.ts:300
↓ 1 callers
Function
buildSelectedEmailsSnapshot
( jobId: string, selectedEmailIds: readonly string[], )
orchestrator/src/server/services/ghostwriter-context.ts:207
↓ 1 callers
Function
buildSelectedNotesSnapshot
( jobId: string, selectedNoteIds: readonly string[], )
orchestrator/src/server/services/ghostwriter-context.ts:179
↓ 1 callers
Function
buildSignInPath
(username: string, nextPath: string)
orchestrator/src/client/components/layout.tsx:43
↓ 1 callers
Function
buildSignInPath
(nextPath: string | null)
orchestrator/src/client/lib/auth-navigation.ts:14
↓ 1 callers
Function
buildSkillGroups
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:383
↓ 1 callers
Function
buildSourceId
(careersUrl: string)
orchestrator/src/server/watchlist/adapters/bamboohr.ts:209
↓ 1 callers
Function
buildSourceId
(token: string)
orchestrator/src/server/watchlist/adapters/greenhouse.ts:130
↓ 1 callers
Function
buildSystemPrompt
( style: WritingStyle, profile: ResumeProfile, jobDescription?: string | null, )
orchestrator/src/server/services/ghostwriter-context.ts:341
↓ 1 callers
Function
buildTailoredPdfContent
(job: Job)
orchestrator/src/server/services/demo-pdf.ts:157
← previous
next →
1,201–1,300 of 3,841, ranked by callers