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
↓ 122 callers
Function
cn
(...inputs: ClassValue[])
orchestrator/src/lib/utils.ts:13
↓ 122 callers
Function
fetchApi
( endpoint: string, options?: RequestInit, )
orchestrator/src/client/api/core.ts:321
↓ 93 callers
Method
warn
(message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:38
↓ 72 callers
Function
badRequest
(message: string, details?: unknown)
orchestrator/src/server/infra/errors.ts:52
↓ 68 callers
Method
info
(message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:34
↓ 61 callers
Method
error
(message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:42
↓ 57 callers
Function
showErrorToast
( error: unknown, fallback?: string, options?: ExternalToast, )
orchestrator/src/client/lib/error-toast.ts:4
↓ 43 callers
Function
trackProductEvent
( event: T, data: ProductEventMap[T], )
orchestrator/src/lib/analytics.ts:544
↓ 38 callers
Function
notFound
(message = "Not found")
orchestrator/src/server/infra/errors.ts:69
↓ 37 callers
Function
normalizeCountryKey
(value: string | null | undefined)
shared/src/location-support.ts:377
↓ 34 callers
Function
fail
( res: Response, error: AppError, meta?: Omit<ApiResponse<never>["meta"], "requestId">, )
orchestrator/src/server/infra/http.ts:47
↓ 32 callers
Function
sanitizeUnknown
( value: unknown, options: { depth?: number; maxItems?: number; maxString?: number } = {}, )
orchestrator/src/server/infra/sanitize.ts:15
↓ 30 callers
Function
render
(ui: Parameters<typeof renderWithQueryClient>[0])
orchestrator/src/client/components/JobDetailsEditDrawer.test.tsx:11
↓ 29 callers
Method
log
(level: LogLevel, message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:46
↓ 29 callers
Function
ok
(res: Response, data: T, status = 200)
orchestrator/src/server/infra/http.ts:24
↓ 28 callers
Function
getPrivateDataScope
()
orchestrator/src/server/tenancy/private-scope.ts:28
↓ 26 callers
Function
startServer
(options?: { env?: Record<string, string | undefined>; })
orchestrator/src/server/api/routes/test-utils.ts:238
↓ 26 callers
Function
stopServer
(args: { server: Server; closeDb: () => void; tempDir?: string; })
orchestrator/src/server/api/routes/test-utils.ts:309
↓ 24 callers
Method
clear
()
orchestrator/src/server/infra/job-queue-memory.ts:126
↓ 24 callers
Method
close
()
orchestrator/src/server/services/llm/codex/client.ts:352
↓ 24 callers
Function
privateDataScopeFilter
(table: UserScopedTable)
orchestrator/src/server/tenancy/private-scope.ts:54
↓ 24 callers
Function
toStringOrNull
(value: unknown)
shared/src/utils/type-conversion.ts:15
↓ 23 callers
Function
setValue
( source: Record<string, unknown>, path: string, value: unknown, )
orchestrator/src/client/components/design-resume/ItemDialog.tsx:79
↓ 22 callers
Function
joinUrl
(baseUrl: string, path: string)
orchestrator/src/server/services/llm/utils/http.ts:3
↓ 21 callers
Function
withQuery
( path: string, params: Record<string, string | number | null | undefined>, )
orchestrator/src/client/api/core.ts:111
↓ 20 callers
Function
buildHeaders
(args: { apiKey: string | null; provider: LlmProvider; })
orchestrator/src/server/services/llm/utils/http.ts:14
↓ 20 callers
Function
getActiveTenantId
()
orchestrator/src/server/tenancy/context.ts:4
↓ 20 callers
Method
status
( args: PostApplicationProviderStatusArgs, )
orchestrator/src/server/services/post-application/providers/types.ts:42
↓ 19 callers
Function
reject
(message: string, code = -32000)
orchestrator/src/server/services/llm/codex/client.test.ts:75
↓ 19 callers
Function
render
(ui: Parameters<typeof renderWithQueryClient>[0])
orchestrator/src/client/pages/orchestrator/JobDetailPanel.test.tsx:17
↓ 18 callers
Function
isDemoMode
()
orchestrator/src/server/config/demo.ts:23
↓ 18 callers
Function
jobsScopeFilter
()
orchestrator/src/server/repositories/jobs.ts:44
↓ 18 callers
Function
toText
(value: unknown, fallback = "")
orchestrator/src/server/services/resume-renderer/document.ts:117
↓ 18 callers
Function
upstreamError
(message: string, details?: unknown)
orchestrator/src/server/infra/errors.ts:93
↓ 17 callers
Function
escapeTypstText
(value: string)
orchestrator/src/server/services/resume-renderer/typst.ts:196
↓ 16 callers
Function
closeDb
()
orchestrator/src/server/db/index.ts:29
↓ 16 callers
Function
getSetting
(key: SettingKey)
orchestrator/src/server/repositories/settings.ts:28
↓ 16 callers
Function
runWithRequestContext
( context: Partial<RequestContext>, fn: () => T, )
orchestrator/src/server/infra/request-context.ts:21
↓ 16 callers
Function
truncate
(value: string, maxLength: number)
orchestrator/src/server/services/llm/utils/string.ts:3
↓ 15 callers
Function
parseBamboohrUrl
(input: string)
career-boards/bamboohr/src/bamboohr-url.ts:45
↓ 15 callers
Function
resolveSearchCities
( options: ResolveSearchCitiesOptions, )
shared/src/search-cities.ts:51
↓ 15 callers
Function
toAppError
(error: unknown)
orchestrator/src/server/infra/errors.ts:113
↓ 15 callers
Function
useSettings
()
orchestrator/src/client/hooks/useSettings.ts:7
↓ 14 callers
Function
asRecord
(value: unknown)
orchestrator/src/server/services/rxresume/document.ts:54
↓ 14 callers
Function
createJob
(overrides: Partial<JobListItem> = {})
orchestrator/src/client/pages/orchestrator/JobCommandBar.test.tsx:9
↓ 14 callers
Function
formatCountryLabel
(value: string)
shared/src/location-support.ts:454
↓ 14 callers
Function
formatDateTime
(dateStr?: string | null)
orchestrator/src/lib/utils.ts:56
↓ 14 callers
Function
getDataDir
()
orchestrator/src/server/config/dataDir.ts:6
↓ 14 callers
Function
getLatexResumeSectionTitles
( language: ChatStyleManualLanguage = "english", )
orchestrator/src/server/services/resume-renderer/document.ts:469
↓ 14 callers
Function
renderWithQueryClient
( ui: ReactElement, options?: Omit<RenderOptions, "wrapper">, )
orchestrator/src/client/test/renderWithQueryClient.tsx:19
↓ 13 callers
Function
asRecord
(value: unknown)
orchestrator/src/client/components/design-resume/utils.ts:4
↓ 13 callers
Function
asyncRoute
( handler: ( req: Request, res: Response, next: NextFunction, ) => Promise<unknown>, )
orchestrator/src/server/infra/http.ts:66
↓ 13 callers
Function
conflict
(message: string)
orchestrator/src/server/infra/errors.ts:77
↓ 13 callers
Function
escapeForCommand
(value: string)
orchestrator/src/server/services/resume-renderer/latex.ts:125
↓ 13 callers
Function
getProfile
(forceRefresh = false)
orchestrator/src/server/services/profile.ts:72
↓ 13 callers
Function
toText
(value: unknown, fallback = "")
orchestrator/src/server/services/rxresume/document.ts:64
↓ 12 callers
Function
buildDefaultReactiveResumeDocument
()
orchestrator/src/server/services/rxresume/document.ts:460
↓ 12 callers
Function
createProviderStrategy
( args: ProviderStrategyArgs, )
orchestrator/src/server/services/llm/providers/factory.ts:20
↓ 12 callers
Function
getOriginalEnvValue
(envKey: string)
orchestrator/src/server/services/envSettings.ts:9
↓ 12 callers
Function
getVisibleSectionItems
( resumeJson: RecordLike, key: string, )
orchestrator/src/server/services/resume-renderer/document.ts:195
↓ 12 callers
Function
toNumberOrNull
(value: unknown)
shared/src/utils/type-conversion.ts:33
↓ 12 callers
Function
toText
(value: unknown, fallback = "")
orchestrator/src/client/components/design-resume/utils.ts:14
↓ 11 callers
Function
formatUserFacingError
( error: unknown, fallback = DEFAULT_UNKNOWN_ERROR_MESSAGE, )
orchestrator/src/client/lib/error-format.ts:256
↓ 11 callers
Function
getResponseDetail
(response: Response)
orchestrator/src/server/services/llm/utils/http.ts:42
↓ 11 callers
Function
setDraft
(next: string)
orchestrator/src/client/pages/orchestrator/TokenizedInput.test.tsx:20
↓ 11 callers
Function
trackServerProductEvent
( event: string, data?: Record<string, unknown>, options?: { distinctId?: string | null; occurre
orchestrator/src/server/infra/product-analytics.ts:263
↓ 10 callers
Function
ensureJobThread
(jobId: string)
orchestrator/src/server/services/ghostwriter.ts:417
↓ 10 callers
Function
getByPath
(source: RecordLike, path: string)
orchestrator/src/server/services/resume-renderer/document.ts:129
↓ 10 callers
Function
getCloudflareCookieStorageDir
(storageDir?: string)
extractors/browser-utils/src/cookies.ts:44
↓ 10 callers
Function
getDefaultPromptTemplate
( key: PromptTemplateSettingKey, )
shared/src/prompt-template-definitions.ts:142
↓ 10 callers
Function
getJobOpsAppConfig
( env: EnvSource = process.env, )
orchestrator/src/server/config/app-mode.ts:61
↓ 10 callers
Function
invalidateJobData
( queryClient: QueryClient, jobId?: string | null, )
orchestrator/src/client/hooks/queries/invalidate.ts:4
↓ 10 callers
Function
resolvePdfFingerprintContext
()
orchestrator/src/server/services/pdf-fingerprint.ts:38
↓ 9 callers
Function
asArray
(value: unknown)
orchestrator/src/server/services/rxresume/document.ts:60
↓ 9 callers
Function
asRecord
(value: unknown)
orchestrator/src/server/services/resume-renderer/document.ts:107
↓ 9 callers
Function
asRecord
(value: unknown)
orchestrator/src/server/services/design-resume/index.ts:77
↓ 9 callers
Function
bucketCount
(value: number)
orchestrator/src/lib/analytics.ts:597
↓ 9 callers
Function
clickLastButtonByName
(name: RegExp)
orchestrator/src/client/pages/SettingsPage.test.tsx:140
↓ 9 callers
Function
createJob
(overrides: Partial<Job> = {})
shared/src/testing/factories.ts:11
↓ 9 callers
Function
getConfiguredRxResumeBaseResumeId
()
orchestrator/src/server/services/rxresume/baseResumeId.ts:13
↓ 9 callers
Function
messagesScopeFilter
()
orchestrator/src/server/repositories/post-application-messages.ts:24
↓ 9 callers
Function
messagesScopeFilter
()
orchestrator/src/server/repositories/ghostwriter.ts:27
↓ 9 callers
Function
normalizeLocationIntent
( value: LocationIntentInput | LocationIntent, )
shared/src/location-domain.ts:468
↓ 9 callers
Function
normalizeLocationToken
( value: string | null | undefined, )
shared/src/search-cities.ts:13
↓ 9 callers
Function
openNavGroup
(name: RegExp)
orchestrator/src/client/pages/SettingsPage.test.tsx:135
↓ 9 callers
Function
parseGreenhouseUrl
(input: string)
career-boards/greenhouse/src/greenhouse-url.ts:67
↓ 9 callers
Function
parseWorkdayUrl
(input: string)
career-boards/workday/src/workday-url-to-cxs.ts:133
↓ 9 callers
Function
renderHook
(callback: () => ReturnType<typeof useOrchestratorData>)
orchestrator/src/client/pages/orchestrator/useOrchestratorData.test.ts:8
↓ 9 callers
Function
resolveLlmModel
( purpose: LlmModelPurpose = "default", )
orchestrator/src/server/services/modelSelection.ts:116
↓ 9 callers
Function
serviceUnavailable
(message: string)
orchestrator/src/server/infra/errors.ts:102
↓ 9 callers
Function
stripHtmlTags
(value: string)
shared/src/utils/string.ts:5
↓ 9 callers
Function
tableHasColumn
(tableName: string, columnName: string)
orchestrator/src/server/db/migrate.ts:29
↓ 8 callers
Function
asRecord
(value: unknown)
orchestrator/src/server/services/design-resume/import-file.ts:310
↓ 8 callers
Function
bucketQueryLength
(value: string | number)
orchestrator/src/lib/analytics.ts:615
↓ 8 callers
Function
createAppSettings
( overrides: Partial<AppSettings> = {}, )
shared/src/testing/factories.ts:136
↓ 8 callers
Function
createConfiguredLlmService
( purpose: LlmModelPurpose = "default", )
orchestrator/src/server/services/modelSelection.ts:169
↓ 8 callers
Function
extractBullets
(value: unknown)
orchestrator/src/server/services/resume-renderer/document.ts:174
↓ 8 callers
Function
getCurrentDesignResume
()
orchestrator/src/server/services/design-resume/index.ts:735
↓ 8 callers
Function
getPipelineState
( scopeKey = getPipelineScopeKey(), )
orchestrator/src/server/pipeline/orchestrator.ts:112
↓ 8 callers
Function
normalizeWhitespace
(value: string)
shared/src/utils/string.ts:1
next →
1–100 of 3,841, ranked by callers