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
buildTailoringPrompt
( profile: ResumeProfile, jd: string, writingStyle: Awaited<ReturnType<typeof getWritingStyle>>, )
orchestrator/src/server/services/summary.ts:147
↓ 1 callers
Function
buildTenantScopedDesignResumeDocumentId
()
orchestrator/src/server/services/design-resume/index.ts:51
↓ 1 callers
Function
buildTerminalSignature
({ status, startedAt, completedAt, runId, }: { status: PipelineTerminalStatus; startedAt?: string
orchestrator/src/client/pages/orchestrator/useOrchestratorData.ts:64
↓ 1 callers
Function
buildUmamiProxyBody
(req: express.Request)
orchestrator/src/server/app.ts:127
↓ 1 callers
Function
buildUmamiProxyHeaders
(req: express.Request)
orchestrator/src/server/app.ts:151
↓ 1 callers
Function
buildUserPromptContent
( prompt: string, attachments: readonly JobChatImageAttachment[] | undefined, )
orchestrator/src/server/services/ghostwriter.ts:378
↓ 1 callers
Function
buildUtcDate
( yearRaw: string, monthRaw: string, dayRaw: string, hourRaw: string, minuteRaw: string, secondRaw
orchestrator/src/server/services/backup/index.ts:89
↓ 1 callers
Function
buildVolunteerEntries
(resumeJson: RecordLike)
orchestrator/src/server/services/resume-renderer/document.ts:446
↓ 1 callers
Function
buildWatchlistSourceError
( source: Pick<WatchlistSelectedSource, "label" | "sourceType">, reason: string, )
orchestrator/src/server/pipeline/steps/watchlist-jobs.ts:35
↓ 1 callers
Function
cacheHealthCheck
( source: ExtractorSourceId, checkedAtMs: number, result: ExtractorHealthCheckResult, )
orchestrator/src/server/services/extractor-health.ts:187
↓ 1 callers
Function
calculateOverallConversion
( jobsWithEvents: JobWithEvents[], )
orchestrator/src/client/components/charts/ConversionAnalytics.tsx:242
↓ 1 callers
Function
calculateSponsorMatchSummary
( results: VisaSponsorSearchResult[], )
orchestrator/src/server/services/visa-sponsors/index.ts:407
↓ 1 callers
Method
callClaudeCliJson
( options: LlmRequestOptions<T>, )
orchestrator/src/server/services/llm/service.ts:359
↓ 1 callers
Method
callCodexJson
( options: LlmRequestOptions<T>, )
orchestrator/src/server/services/llm/service.ts:275
↓ 1 callers
Method
callGeminiCliJson
( options: LlmRequestOptions<T>, )
orchestrator/src/server/services/llm/service.ts:317
↓ 1 callers
Function
callTaskSettled
( item: TItem, index: number, outcome: AsyncPoolTaskStatus<TResult>, )
orchestrator/src/server/utils/async-pool.ts:42
↓ 1 callers
Function
callTaskStarted
(item: TItem, index: number)
orchestrator/src/server/utils/async-pool.ts:33
↓ 1 callers
Function
canFinalizeTailoring
(summary: string)
orchestrator/src/client/components/tailoring/rules.ts:1
↓ 1 callers
Function
canRunNpmCommand
()
extractors/adzuna/src/run.ts:74
↓ 1 callers
Function
canUseDocumentForGhostwriter
(document: JobDocument)
orchestrator/src/client/components/ghostwriter/GhostwriterContextSelector.tsx:148
↓ 1 callers
Function
canUseJobDocumentForGhostwriterContext
( document: Pick<JobDocument, "fileName" | "mediaType">, )
orchestrator/src/server/services/ghostwriter-context.ts:90
↓ 1 callers
Function
canUseStorage
()
orchestrator/src/client/lib/version.ts:7
↓ 1 callers
Function
cancelEditing
()
orchestrator/src/client/components/ai-assist/AiAssistMessageList.tsx:73
↓ 1 callers
Function
cancelRunForJob
(input: { jobId: string; runId: string; })
orchestrator/src/server/services/ghostwriter.ts:1442
↓ 1 callers
Function
checkExtractorHealth
( source: ExtractorSourceId, )
orchestrator/src/server/services/extractor-health.ts:400
↓ 1 callers
Function
checkForUpdate
()
orchestrator/src/client/lib/version.ts:48
↓ 1 callers
Function
checksUrl
(baseUrl: string)
orchestrator/src/server/api/routes/watchlist.test.ts:22
↓ 1 callers
Function
choosePreferredCompanySlug
(source: WorkdaySourceConfig)
career-boards/workday/src/workday-url-to-cxs.ts:537
↓ 1 callers
Function
chunkText
(value: string, maxChunk = 60)
orchestrator/src/server/services/ghostwriter.ts:91
↓ 1 callers
Function
claimAnalyticsServerEventReplay
(args: { eventKey: string; eventName: string; occurredAt: number; payload: Record<string, Primitive> |
orchestrator/src/server/repositories/product-analytics.ts:610
↓ 1 callers
Function
clamp
(value: number, min: number, max: number)
orchestrator/src/client/components/PipelineProgressCard.tsx:59
↓ 1 callers
Function
clampAxis
(value: number, min: number, max: number)
orchestrator/src/client/components/design-resume/DesignResumeFieldAssistant.tsx:73
↓ 1 callers
Function
clampDragOffset
( offset: DragOffset, session: Pick<DragSession, "baseLeft" | "baseTop" | "width" | "height">, )
orchestrator/src/client/components/design-resume/DesignResumeFieldAssistant.tsx:78
↓ 1 callers
Function
clampNumber
( value: unknown, min: number, max: number, fallback: number, )
orchestrator/src/server/services/pipeline-search-plan.ts:132
↓ 1 callers
Function
clampPositiveInteger
(value: number, min: number, max: number)
career-boards/workday/src/get-jobs-from-cxs.ts:351
↓ 1 callers
Function
clampValue
(value: number)
orchestrator/src/client/components/NumberFlow.stories.tsx:11
↓ 1 callers
Function
classifyDeviceType
(userAgent: string)
orchestrator/src/server/services/tracer-links.ts:345
↓ 1 callers
Function
classifyHistoricalStageAnalyticsSource
( metadata: Record<string, unknown> | null, toStage: string, )
orchestrator/src/server/repositories/product-analytics.ts:173
↓ 1 callers
Function
classifyOsFamily
(userAgent: string)
orchestrator/src/server/services/tracer-links.ts:364
↓ 1 callers
Function
classifyPdfGenerationError
(error: unknown)
orchestrator/src/server/services/pdf.ts:190
↓ 1 callers
Function
classifyStageAnalyticsSource
( metadata: StageEventMetadata | null, toStage: ApplicationStage, )
orchestrator/src/server/services/applicationTracking.ts:411
↓ 1 callers
Function
classifyUaFamily
(userAgent: string)
orchestrator/src/server/services/tracer-links.ts:353
↓ 1 callers
Function
classifyValidation
( validation: ValidationResponse, )
orchestrator/src/server/services/onboarding-status.ts:282
↓ 1 callers
Function
classifyWithSmartRouter
(args: { emailText: string; activeJobs: Array<{ id: string; company: string; title: string }>; })
orchestrator/src/server/services/post-application/ingestion/email-router.ts:134
↓ 1 callers
Function
clean
(value: string)
orchestrator/src/client/components/ManualImportFlow.tsx:257
↓ 1 callers
Function
cleanBaseUrl
(baseUrl: string)
orchestrator/src/server/services/rxresume/v5.ts:49
↓ 1 callers
Function
cleanCellText
(cell: string)
visa-sponsor-providers/nl/manifest.ts:29
↓ 1 callers
Function
cleanEmailHtmlForLlm
(htmlContent: string)
orchestrator/src/server/services/post-application/ingestion/gmail-api.ts:336
↓ 1 callers
Function
cleanHtml
(html: string)
extractors/ukvisajobs/src/run.ts:187
↓ 1 callers
Function
cleanMultilineText
( value: string | null | undefined, )
extractors/gradcracker/src/run.ts:329
↓ 1 callers
Function
cleanOptional
(value?: string | null)
orchestrator/src/server/api/routes/manual-jobs.ts:60
↓ 1 callers
Function
cleanUrlForDisplay
(url: string)
orchestrator/src/server/services/resume-renderer/latex.ts:204
↓ 1 callers
Function
cleanup
()
orchestrator/src/client/test/virtualization.ts:38
↓ 1 callers
Function
cleanupAuthSessions
(trigger: "startup" | "interval")
orchestrator/src/server/index.ts:26
↓ 1 callers
Function
cleanupOldBackups
()
orchestrator/src/server/services/backup/index.ts:262
↓ 1 callers
Function
cleanupOldCsvFiles
(providerId: string)
orchestrator/src/server/services/visa-sponsors/index.ts:126
↓ 1 callers
Method
clearBufferedNotifications
()
orchestrator/src/server/services/llm/codex/client.ts:482
↓ 1 callers
Function
clearDesignResumeAssetsForDocument
( documentId: string, )
orchestrator/src/server/services/design-resume/index.ts:695
↓ 1 callers
Function
clearModeCache
()
orchestrator/src/server/services/llm/policies/mode-selection.ts:26
↓ 1 callers
Function
clearRxResumeFeedback
()
orchestrator/src/client/pages/settings/components/ReactiveResumeSection.tsx:80
↓ 1 callers
Function
clearStorageDataset
()
extractors/ukvisajobs/src/run.ts:259
↓ 1 callers
Function
clearStorageDataset
()
extractors/gradcracker/src/run.ts:964
↓ 1 callers
Function
clickNextPage
(page: Page)
extractors/naukri/src/run.ts:217
↓ 1 callers
Function
clone
(value: T)
orchestrator/src/server/services/pdf-skills-validation.test.ts:175
↓ 1 callers
Function
clone
(value: T)
orchestrator/src/server/services/pdf-tailoring.test.ts:370
↓ 1 callers
Function
cloneCachedResult
( entry: CachedHealthCheckEntry, now: number, )
orchestrator/src/server/services/extractor-health.ts:160
↓ 1 callers
Function
cloneResume
(resume: RxResumeResume)
orchestrator/src/server/services/rxresume/index.ts:109
↓ 1 callers
Function
cloneResumeData
(data: T)
orchestrator/src/server/services/rxresume/tailoring.ts:23
↓ 1 callers
Function
closeCodexSessionForTests
()
orchestrator/src/server/services/llm/codex/client.ts:734
↓ 1 callers
Function
closeSession
()
orchestrator/src/client/components/design-resume/DesignResumeFieldAssistant.tsx:245
↓ 1 callers
Function
coerceDraftValue
(field: ItemFieldConfig, value: unknown)
orchestrator/src/client/components/design-resume/ItemDialog.tsx:98
↓ 1 callers
Function
collectForTerm
(params: { browser: Browser; userAgent?: string; searchTerm: string; location: string | null; maxJob
extractors/naukri/src/run.ts:384
↓ 1 callers
Function
collectJobsFromResponse
(response: Response)
extractors/naukri/src/run.ts:201
↓ 1 callers
Function
collectProfileLanguageSample
(profile: ResumeProfile)
shared/src/language-detection.ts:70
↓ 1 callers
Function
collectReactiveResumeV5LanguageSample
( resumeJson: Record<string, unknown>, )
shared/src/language-detection.ts:114
↓ 1 callers
Function
collectSectionItems
( profile: ProfileRecord, sectionKey: string, )
orchestrator/src/server/services/scorer.ts:579
↓ 1 callers
Function
collectUrlTargets
( node: unknown, path: string, targets: LinkTarget[], )
orchestrator/src/server/services/tracer-links.ts:229
↓ 1 callers
Function
compactResumeContext
(document: DesignResumeJson)
orchestrator/src/server/services/design-resume/ai-field-suggestion.ts:131
↓ 1 callers
Function
compact_value
(value: Any)
extractors/jobspy/verify_date_posted.py:51
↓ 1 callers
Function
compareJobs
(a: JobListItem, b: JobListItem, sort: JobSort)
orchestrator/src/client/pages/orchestrator/utils.ts:68
↓ 1 callers
Function
compareNumber
(a: number, b: number)
orchestrator/src/client/pages/orchestrator/utils.ts:23
↓ 1 callers
Function
comparePostedAtDesc
( left: string | null, right: string | null, )
orchestrator/src/server/watchlist/adapters/bamboohr.ts:320
↓ 1 callers
Function
compareString
(a: string, b: string)
orchestrator/src/client/pages/orchestrator/utils.ts:21
↓ 1 callers
Function
completePostApplicationSyncRun
( input: CompletePostApplicationSyncRunInput, )
orchestrator/src/server/repositories/post-application-sync-runs.ts:103
↓ 1 callers
Function
composeEventHandlers
( userHandler: ((event: Event) => void) | undefined, tipHandler: (event: Event) => void, )
orchestrator/src/client/components/Tip.tsx:43
↓ 1 callers
Function
computeFieldMatchScore
(fieldRaw: string, needleRaw: string)
orchestrator/src/client/pages/orchestrator/JobCommandBar.utils.ts:69
↓ 1 callers
Function
computeNextReset
(now: Date)
orchestrator/src/server/services/demo-mode.ts:18
↓ 1 callers
Function
connect
( args: PostApplicationProviderConnectArgs, )
orchestrator/src/server/services/post-application/providers/imap.ts:20
↓ 1 callers
Method
connect
( args: PostApplicationProviderConnectArgs, )
orchestrator/src/server/services/post-application/providers/types.ts:38
↓ 1 callers
Function
consumeLegacyCredentialsForMigration
()
orchestrator/src/client/api/auth-session.ts:173
↓ 1 callers
Function
contentDispositionAttachment
(fileName: string)
orchestrator/src/server/api/routes/jobs/documents.ts:44
↓ 1 callers
Function
convertBullets
(bullets: string[])
orchestrator/src/server/services/resume-renderer/typst.ts:682
↓ 1 callers
Function
cookieOriginUrl
(cookie: PlaywrightCookie)
extractors/browser-utils/src/cookies.ts:93
↓ 1 callers
Function
copyMessage
(message: TMessage)
orchestrator/src/client/components/ai-assist/AiAssistMessageList.tsx:95
↓ 1 callers
Function
copyUmamiResponseHeaders
( upstreamResponse: Response, res: express.Response, )
orchestrator/src/server/app.ts:141
↓ 1 callers
Function
countTenants
()
orchestrator/src/server/api/routes/auth.test.ts:25
↓ 1 callers
Function
countValidJobs
( source: ExtractorSourceId, result: ExtractorRunResult, )
orchestrator/src/server/services/extractor-health.ts:290
↓ 1 callers
Function
count_file
(path: Path)
scripts/linecount.py:87
↓ 1 callers
Function
counterFilter
(args: { tenantId: string; userId: string; period: string; action: HostedUsageAction; })
orchestrator/src/server/services/hosted-usage.ts:163
↓ 1 callers
Function
countryFromTimezone
( timeZone: string | null | undefined, )
orchestrator/src/lib/user-location.ts:125
← previous
next →
1,301–1,400 of 3,841, ranked by callers