MCPcopy Create free account

hub / github.com/DaKheera47/job-ops / functions

Functions3,841 in github.com/DaKheera47/job-ops

↓ 122 callersFunctioncn
(...inputs: ClassValue[])
orchestrator/src/lib/utils.ts:13
↓ 122 callersFunctionfetchApi
( endpoint: string, options?: RequestInit, )
orchestrator/src/client/api/core.ts:321
↓ 93 callersMethodwarn
(message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:38
↓ 72 callersFunctionbadRequest
(message: string, details?: unknown)
orchestrator/src/server/infra/errors.ts:52
↓ 68 callersMethodinfo
(message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:34
↓ 61 callersMethoderror
(message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:42
↓ 57 callersFunctionshowErrorToast
( error: unknown, fallback?: string, options?: ExternalToast, )
orchestrator/src/client/lib/error-toast.ts:4
↓ 43 callersFunctiontrackProductEvent
( event: T, data: ProductEventMap[T], )
orchestrator/src/lib/analytics.ts:544
↓ 38 callersFunctionnotFound
(message = "Not found")
orchestrator/src/server/infra/errors.ts:69
↓ 37 callersFunctionnormalizeCountryKey
(value: string | null | undefined)
shared/src/location-support.ts:377
↓ 34 callersFunctionfail
( res: Response, error: AppError, meta?: Omit<ApiResponse<never>["meta"], "requestId">, )
orchestrator/src/server/infra/http.ts:47
↓ 32 callersFunctionsanitizeUnknown
( value: unknown, options: { depth?: number; maxItems?: number; maxString?: number } = {}, )
orchestrator/src/server/infra/sanitize.ts:15
↓ 30 callersFunctionrender
(ui: Parameters<typeof renderWithQueryClient>[0])
orchestrator/src/client/components/JobDetailsEditDrawer.test.tsx:11
↓ 29 callersMethodlog
(level: LogLevel, message: string, meta?: unknown)
orchestrator/src/server/infra/logger.ts:46
↓ 29 callersFunctionok
(res: Response, data: T, status = 200)
orchestrator/src/server/infra/http.ts:24
↓ 28 callersFunctiongetPrivateDataScope
()
orchestrator/src/server/tenancy/private-scope.ts:28
↓ 26 callersFunctionstartServer
(options?: { env?: Record<string, string | undefined>; })
orchestrator/src/server/api/routes/test-utils.ts:238
↓ 26 callersFunctionstopServer
(args: { server: Server; closeDb: () => void; tempDir?: string; })
orchestrator/src/server/api/routes/test-utils.ts:309
↓ 24 callersMethodclear
()
orchestrator/src/server/infra/job-queue-memory.ts:126
↓ 24 callersMethodclose
()
orchestrator/src/server/services/llm/codex/client.ts:352
↓ 24 callersFunctionprivateDataScopeFilter
(table: UserScopedTable)
orchestrator/src/server/tenancy/private-scope.ts:54
↓ 24 callersFunctiontoStringOrNull
(value: unknown)
shared/src/utils/type-conversion.ts:15
↓ 23 callersFunctionsetValue
( source: Record<string, unknown>, path: string, value: unknown, )
orchestrator/src/client/components/design-resume/ItemDialog.tsx:79
↓ 22 callersFunctionjoinUrl
(baseUrl: string, path: string)
orchestrator/src/server/services/llm/utils/http.ts:3
↓ 21 callersFunctionwithQuery
( path: string, params: Record<string, string | number | null | undefined>, )
orchestrator/src/client/api/core.ts:111
↓ 20 callersFunctionbuildHeaders
(args: { apiKey: string | null; provider: LlmProvider; })
orchestrator/src/server/services/llm/utils/http.ts:14
↓ 20 callersFunctiongetActiveTenantId
()
orchestrator/src/server/tenancy/context.ts:4
↓ 20 callersMethodstatus
( args: PostApplicationProviderStatusArgs, )
orchestrator/src/server/services/post-application/providers/types.ts:42
↓ 19 callersFunctionreject
(message: string, code = -32000)
orchestrator/src/server/services/llm/codex/client.test.ts:75
↓ 19 callersFunctionrender
(ui: Parameters<typeof renderWithQueryClient>[0])
orchestrator/src/client/pages/orchestrator/JobDetailPanel.test.tsx:17
↓ 18 callersFunctionisDemoMode
()
orchestrator/src/server/config/demo.ts:23
↓ 18 callersFunctionjobsScopeFilter
()
orchestrator/src/server/repositories/jobs.ts:44
↓ 18 callersFunctiontoText
(value: unknown, fallback = "")
orchestrator/src/server/services/resume-renderer/document.ts:117
↓ 18 callersFunctionupstreamError
(message: string, details?: unknown)
orchestrator/src/server/infra/errors.ts:93
↓ 17 callersFunctionescapeTypstText
(value: string)
orchestrator/src/server/services/resume-renderer/typst.ts:196
↓ 16 callersFunctioncloseDb
()
orchestrator/src/server/db/index.ts:29
↓ 16 callersFunctiongetSetting
(key: SettingKey)
orchestrator/src/server/repositories/settings.ts:28
↓ 16 callersFunctionrunWithRequestContext
( context: Partial<RequestContext>, fn: () => T, )
orchestrator/src/server/infra/request-context.ts:21
↓ 16 callersFunctiontruncate
(value: string, maxLength: number)
orchestrator/src/server/services/llm/utils/string.ts:3
↓ 15 callersFunctionparseBamboohrUrl
(input: string)
career-boards/bamboohr/src/bamboohr-url.ts:45
↓ 15 callersFunctionresolveSearchCities
( options: ResolveSearchCitiesOptions, )
shared/src/search-cities.ts:51
↓ 15 callersFunctiontoAppError
(error: unknown)
orchestrator/src/server/infra/errors.ts:113
↓ 15 callersFunctionuseSettings
()
orchestrator/src/client/hooks/useSettings.ts:7
↓ 14 callersFunctionasRecord
(value: unknown)
orchestrator/src/server/services/rxresume/document.ts:54
↓ 14 callersFunctioncreateJob
(overrides: Partial<JobListItem> = {})
orchestrator/src/client/pages/orchestrator/JobCommandBar.test.tsx:9
↓ 14 callersFunctionformatCountryLabel
(value: string)
shared/src/location-support.ts:454
↓ 14 callersFunctionformatDateTime
(dateStr?: string | null)
orchestrator/src/lib/utils.ts:56
↓ 14 callersFunctiongetDataDir
()
orchestrator/src/server/config/dataDir.ts:6
↓ 14 callersFunctiongetLatexResumeSectionTitles
( language: ChatStyleManualLanguage = "english", )
orchestrator/src/server/services/resume-renderer/document.ts:469
↓ 14 callersFunctionrenderWithQueryClient
( ui: ReactElement, options?: Omit<RenderOptions, "wrapper">, )
orchestrator/src/client/test/renderWithQueryClient.tsx:19
↓ 13 callersFunctionasRecord
(value: unknown)
orchestrator/src/client/components/design-resume/utils.ts:4
↓ 13 callersFunctionasyncRoute
( handler: ( req: Request, res: Response, next: NextFunction, ) => Promise<unknown>, )
orchestrator/src/server/infra/http.ts:66
↓ 13 callersFunctionconflict
(message: string)
orchestrator/src/server/infra/errors.ts:77
↓ 13 callersFunctionescapeForCommand
(value: string)
orchestrator/src/server/services/resume-renderer/latex.ts:125
↓ 13 callersFunctiongetProfile
(forceRefresh = false)
orchestrator/src/server/services/profile.ts:72
↓ 13 callersFunctiontoText
(value: unknown, fallback = "")
orchestrator/src/server/services/rxresume/document.ts:64
↓ 12 callersFunctionbuildDefaultReactiveResumeDocument
()
orchestrator/src/server/services/rxresume/document.ts:460
↓ 12 callersFunctioncreateProviderStrategy
( args: ProviderStrategyArgs, )
orchestrator/src/server/services/llm/providers/factory.ts:20
↓ 12 callersFunctiongetOriginalEnvValue
(envKey: string)
orchestrator/src/server/services/envSettings.ts:9
↓ 12 callersFunctiongetVisibleSectionItems
( resumeJson: RecordLike, key: string, )
orchestrator/src/server/services/resume-renderer/document.ts:195
↓ 12 callersFunctiontoNumberOrNull
(value: unknown)
shared/src/utils/type-conversion.ts:33
↓ 12 callersFunctiontoText
(value: unknown, fallback = "")
orchestrator/src/client/components/design-resume/utils.ts:14
↓ 11 callersFunctionformatUserFacingError
( error: unknown, fallback = DEFAULT_UNKNOWN_ERROR_MESSAGE, )
orchestrator/src/client/lib/error-format.ts:256
↓ 11 callersFunctiongetResponseDetail
(response: Response)
orchestrator/src/server/services/llm/utils/http.ts:42
↓ 11 callersFunctionsetDraft
(next: string)
orchestrator/src/client/pages/orchestrator/TokenizedInput.test.tsx:20
↓ 11 callersFunctiontrackServerProductEvent
( event: string, data?: Record<string, unknown>, options?: { distinctId?: string | null; occurre
orchestrator/src/server/infra/product-analytics.ts:263
↓ 10 callersFunctionensureJobThread
(jobId: string)
orchestrator/src/server/services/ghostwriter.ts:417
↓ 10 callersFunctiongetByPath
(source: RecordLike, path: string)
orchestrator/src/server/services/resume-renderer/document.ts:129
↓ 10 callersFunctiongetCloudflareCookieStorageDir
(storageDir?: string)
extractors/browser-utils/src/cookies.ts:44
↓ 10 callersFunctiongetDefaultPromptTemplate
( key: PromptTemplateSettingKey, )
shared/src/prompt-template-definitions.ts:142
↓ 10 callersFunctiongetJobOpsAppConfig
( env: EnvSource = process.env, )
orchestrator/src/server/config/app-mode.ts:61
↓ 10 callersFunctioninvalidateJobData
( queryClient: QueryClient, jobId?: string | null, )
orchestrator/src/client/hooks/queries/invalidate.ts:4
↓ 10 callersFunctionresolvePdfFingerprintContext
()
orchestrator/src/server/services/pdf-fingerprint.ts:38
↓ 9 callersFunctionasArray
(value: unknown)
orchestrator/src/server/services/rxresume/document.ts:60
↓ 9 callersFunctionasRecord
(value: unknown)
orchestrator/src/server/services/resume-renderer/document.ts:107
↓ 9 callersFunctionasRecord
(value: unknown)
orchestrator/src/server/services/design-resume/index.ts:77
↓ 9 callersFunctionbucketCount
(value: number)
orchestrator/src/lib/analytics.ts:597
↓ 9 callersFunctionclickLastButtonByName
(name: RegExp)
orchestrator/src/client/pages/SettingsPage.test.tsx:140
↓ 9 callersFunctioncreateJob
(overrides: Partial<Job> = {})
shared/src/testing/factories.ts:11
↓ 9 callersFunctiongetConfiguredRxResumeBaseResumeId
()
orchestrator/src/server/services/rxresume/baseResumeId.ts:13
↓ 9 callersFunctionmessagesScopeFilter
()
orchestrator/src/server/repositories/post-application-messages.ts:24
↓ 9 callersFunctionmessagesScopeFilter
()
orchestrator/src/server/repositories/ghostwriter.ts:27
↓ 9 callersFunctionnormalizeLocationIntent
( value: LocationIntentInput | LocationIntent, )
shared/src/location-domain.ts:468
↓ 9 callersFunctionnormalizeLocationToken
( value: string | null | undefined, )
shared/src/search-cities.ts:13
↓ 9 callersFunctionopenNavGroup
(name: RegExp)
orchestrator/src/client/pages/SettingsPage.test.tsx:135
↓ 9 callersFunctionparseGreenhouseUrl
(input: string)
career-boards/greenhouse/src/greenhouse-url.ts:67
↓ 9 callersFunctionparseWorkdayUrl
(input: string)
career-boards/workday/src/workday-url-to-cxs.ts:133
↓ 9 callersFunctionrenderHook
(callback: () => ReturnType<typeof useOrchestratorData>)
orchestrator/src/client/pages/orchestrator/useOrchestratorData.test.ts:8
↓ 9 callersFunctionresolveLlmModel
( purpose: LlmModelPurpose = "default", )
orchestrator/src/server/services/modelSelection.ts:116
↓ 9 callersFunctionserviceUnavailable
(message: string)
orchestrator/src/server/infra/errors.ts:102
↓ 9 callersFunctionstripHtmlTags
(value: string)
shared/src/utils/string.ts:5
↓ 9 callersFunctiontableHasColumn
(tableName: string, columnName: string)
orchestrator/src/server/db/migrate.ts:29
↓ 8 callersFunctionasRecord
(value: unknown)
orchestrator/src/server/services/design-resume/import-file.ts:310
↓ 8 callersFunctionbucketQueryLength
(value: string | number)
orchestrator/src/lib/analytics.ts:615
↓ 8 callersFunctioncreateAppSettings
( overrides: Partial<AppSettings> = {}, )
shared/src/testing/factories.ts:136
↓ 8 callersFunctioncreateConfiguredLlmService
( purpose: LlmModelPurpose = "default", )
orchestrator/src/server/services/modelSelection.ts:169
↓ 8 callersFunctionextractBullets
(value: unknown)
orchestrator/src/server/services/resume-renderer/document.ts:174
↓ 8 callersFunctiongetCurrentDesignResume
()
orchestrator/src/server/services/design-resume/index.ts:735
↓ 8 callersFunctiongetPipelineState
( scopeKey = getPipelineScopeKey(), )
orchestrator/src/server/pipeline/orchestrator.ts:112
↓ 8 callersFunctionnormalizeWhitespace
(value: string)
shared/src/utils/string.ts:1
next →1–100 of 3,841, ranked by callers