MCPcopy Create free account

hub / github.com/aptdnfapt/qwen-code-oai-proxy / functions

Functions576 in github.com/aptdnfapt/qwen-code-oai-proxy

↓ 1 callersFunctioninitializeRuntimeLogging
(runtimeConfigStore: any, fileLogger: any)
src/server/lifecycle.ts:61
↓ 1 callersFunctioninitializeServerRuntime
({ host, port, qwenAPI, authService, runtimeConfigStore, accountRefreshScheduler, liveLogger,
src/server/lifecycle.ts:108
↓ 1 callersMethodinitiateDeviceFlow
()
src/core/auth/legacy-qwen-auth-service.ts:11
↓ 1 callersFunctioninjectBundledSystemPrompt
()
scripts/prepare-bin.ts:10
↓ 1 callersFunctionisAuthError
(error: any)
src/qwen/api.ts:276
↓ 1 callersFunctionisClientRequestError
(error: any)
src/qwen/api.ts:299
↓ 1 callersFunctionisHardQuotaError
(error: any)
src/qwen/api.ts:250
↓ 1 callersFunctionisHealthy
(account: AccountDescriptor)
src/core/accounts/round-robin-account-service.ts:3
↓ 1 callersFunctionisReadableStream
(value: any)
src/qwen/api.ts:379
↓ 1 callersFunctionisRetryableRequestError
(error: any)
src/qwen/api.ts:324
↓ 1 callersFunctionisRuntimeLogLevel
(value: string)
src/server/runtime-control-handler.ts:3
↓ 1 callersMethodisTokenValid
(credentials: unknown)
src/core/auth/legacy-qwen-auth-service.ts:8
↓ 1 callersFunctionlevelColor
(level: string)
src/tui2/screens/live.ts:15
↓ 1 callersFunctionlistAccounts
()
authenticate.ts:8
↓ 1 callersMethodlistModels
()
src/qwen/api.ts:941
↓ 1 callersFunctionloadAuthSnapshot
(authManager: any, authService: any)
src/server/health-handler.ts:18
↓ 1 callersMethodloadCredentialsForAccount
(accountId: string)
src/qwen/api.ts:686
↓ 1 callersFunctionloadModule
(relativePath: string)
scripts/validate-runtime.ts:25
↓ 1 callersFunctionloadPersistedConfig
()
src/config.ts:25
↓ 1 callersFunctionloadServerConfig
()
src/tui2/main.ts:294
↓ 1 callersFunctionloadSystemPrompt
()
src/config.ts:17
↓ 1 callersFunctionloadTypedCore
()
src/server/typed-core-bridge.ts:1
↓ 1 callersFunctionlogAccountStatus
({ qwenAPI, authService, config }: { qwenAPI: any; authService: any; config: any })
src/server/lifecycle.ts:73
↓ 1 callersMethodlogApiCall
(endpoint: string, request: any, response: any, error: any = null)
src/utils/logger.ts:73
↓ 1 callersFunctionmain
()
test-all-accounts.ts:150
↓ 1 callersFunctionmain
()
scripts/validate-runtime.ts:30
↓ 1 callersFunctionmain
()
scripts/prepare-bin.ts:66
↓ 1 callersFunctionmain
()
scripts/validate-first-run.ts:10
↓ 1 callersFunctionmain
()
scripts/validate-tui-pty.ts:252
↓ 1 callersFunctionmain
()
scripts/smoke-packaged-install.ts:88
↓ 1 callersFunctionmain
()
scripts/validate-clean-home-auth.ts:10
↓ 1 callersFunctionmaskSensitiveHeaders
(headers: HeadersLike)
src/utils/fileLogger.ts:13
↓ 1 callersFunctionmigrateLegacyJson
(db: Database.Database)
src/utils/usageStore.ts:80
↓ 1 callersFunctionnextThemeName
(current: ThemeName)
src/tui2/theme.ts:100
↓ 1 callersMethodopenAuthOverlay
()
src/tui2/app.ts:107
↓ 1 callersMethodopenDeleteOverlay
(accountId: string)
src/tui2/app.ts:147
↓ 1 callersFunctionparseServeArgs
(args: string[])
src/cli/qwen-proxy.ts:38
↓ 1 callersFunctionphaseColor
(phase: AccountsAuthModalState["phase"])
src/tui2/auth-overlay.ts:7
↓ 1 callersFunctionphaseLabel
(phase: AccountsAuthModalState["phase"])
src/tui2/auth-overlay.ts:14
↓ 1 callersMethodpollForToken
(deviceCode: string, codeVerifier: string, accountId?: string)
src/core/auth/legacy-qwen-auth-service.ts:12
↓ 1 callersMethodprepareAccountCandidate
(accountId: string)
src/qwen/api.ts:698
↓ 1 callersFunctionpreviewLinesForSelection
(selectedNode: ArtifactNode | null, previewContent: string | null, previewWidth: number)
src/tui2/screens/artifacts.ts:139
↓ 1 callersFunctionprintHelp
()
src/cli/qwen-proxy.ts:15
↓ 1 callersFunctionprintServeHelp
()
src/cli/qwen-proxy.ts:29
↓ 1 callersFunctionprintUsage
(commandName = "npm run usage")
usage.ts:98
↓ 1 callersMethodprocessRequestWithAccount
(request: any, accountInfo: AccountInfo)
src/qwen/api.ts:901
↓ 1 callersMethodprocessStreamingRequestWithAccount
(request: any, accountInfo: AccountInfo)
src/qwen/api.ts:949
↓ 1 callersMethodprocessWebSearchWithAccount
(request: any, accountInfo: AccountInfo)
src/qwen/api.ts:1054
↓ 1 callersFunctionreadArtifactPreview
(rootDir: string, relativePath: string)
src/tui2/runtime.ts:175
↓ 1 callersFunctionreadErrorResponseStream
(stream: any)
src/qwen/api.ts:403
↓ 1 callersMethodreadState
()
src/core/config/runtime-config-store.ts:214
↓ 1 callersFunctionreadSystemPromptFromFile
()
src/utils/systemPromptTransformer.ts:21
↓ 1 callersFunctionreduceTuiState
(state: TuiState, action: TuiAction)
src/tui2/state.ts:174
↓ 1 callersMethodrefreshAccessToken
(credentials: unknown)
src/core/auth/legacy-qwen-auth-service.ts:10
↓ 1 callersMethodrefreshCredentialsForAccount
(accountId: string, credentials: any)
src/qwen/api.ts:694
↓ 1 callersFunctionregisterShutdownHandlers
({ server, qwenAPI, accountRefreshScheduler, liveLogger }: { server?: any; qwenAPI: any; accountRefreshSchedul
src/server/lifecycle.ts:56
↓ 1 callersFunctionremoveAccount
(accountId: string)
authenticate.ts:79
↓ 1 callersMethodremoveAccount
(accountId: string)
src/core/auth/contracts.ts:32
↓ 1 callersMethodremoveAccount
(accountId: string)
src/core/auth/legacy-qwen-auth-service.ts:14
↓ 1 callersMethodremoveAccount
(accountId: string)
src/qwen/auth.ts:237
↓ 1 callersFunctionrenderAccountsScreen
(state: TuiState, width: number)
src/tui2/screens/accounts.ts:16
↓ 1 callersFunctionrenderArtifactsScreen
(state: TuiState, termRows: number, width: number)
src/tui2/screens/artifacts.ts:181
↓ 1 callersFunctionrenderButton
(item: ButtonRowItem<T>)
src/tui2/render.ts:151
↓ 1 callersFunctionrenderButtonChip
(item: ButtonRowItem<T>)
src/tui2/render.ts:182
↓ 1 callersFunctionrenderControlGrid
(state: TuiState, width: number)
src/tui2/screens/live.ts:50
↓ 1 callersMethodrenderFooter
(mainW: number)
src/tui2/app.ts:873
↓ 1 callersMethodrenderHeader
(mainW: number)
src/tui2/app.ts:861
↓ 1 callersFunctionrenderHelpScreen
(width: number)
src/tui2/screens/help.ts:7
↓ 1 callersFunctionrenderLiveScreen
( state: TuiState, termRows: number, width: number, )
src/tui2/screens/live.ts:70
↓ 1 callersFunctionrenderLogEntry
(log: LogEntry, width: number)
src/tui2/screens/live.ts:58
↓ 1 callersFunctionrenderQrText
(text: string)
src/tui2/main.ts:36
↓ 1 callersFunctionrenderServerStatus
(runtime: TuiState["runtime"], width: number)
src/tui2/screens/live.ts:22
↓ 1 callersFunctionrenderSettingsScreen
(state: TuiState, width: number, editingField: "port" | "host" | "retries" | "backoff" | null = null, editBuff
src/tui2/screens/settings.ts:53
↓ 1 callersMethodrenderSidebar
(sbW: number, rows: number)
src/tui2/app.ts:824
↓ 1 callersFunctionrenderTreeRow
(row: VisibleArtifactRow, isSelected: boolean, width: number)
src/tui2/screens/artifacts.ts:126
↓ 1 callersFunctionrenderUsageScreen
(state: TuiState, width: number)
src/tui2/screens/usage.ts:20
↓ 1 callersFunctionresolveCacheType
(details: any)
src/qwen/api.ts:474
↓ 1 callersFunctionresolveCacheTypeLabel
(cacheTypes: Set<string>)
src/tui2/runtime.ts:112
↓ 1 callersFunctionresolveCacheTypes
(value: { cacheTypes?: string[]; cacheType?: string })
src/tui2/runtime.ts:100
↓ 1 callersFunctionresolveCacheWriteTokens
(details: any)
src/qwen/api.ts:457
↓ 1 callersFunctionresolveLoggedThinkingParams
(body: any)
src/server/proxy-controller.ts:50
↓ 1 callersFunctionresolveRotationMode
(accountCount: number)
src/tui2/runtime.ts:76
↓ 1 callersMethodresolveStartupLogLevel
()
src/core/config/runtime-config-store.ts:117
↓ 1 callersFunctionresolveThinkingLabel
(body: any)
src/server/proxy-controller.ts:35
↓ 1 callersMethodrotateErrorLog
(snapshot: LoggingStateSnapshot)
src/utils/runtimeLoggingService.ts:226
↓ 1 callersFunctionrun
(argv: string[] = process.argv.slice(2))
src/cli/qwen-proxy.ts:143
↓ 1 callersFunctionrunCapture
(spec: CaptureSpec)
scripts/validate-tui-pty.ts:174
↓ 1 callersFunctionruntimeRows
(state: TuiState)
src/tui2/screens/settings.ts:43
↓ 1 callersFunctionsafeStringify
(obj: unknown)
src/tui2/console-redirect.ts:47
↓ 1 callersMethodsanitizeRequest
(request: any)
src/utils/logger.ts:215
↓ 1 callersMethodsaveCredentials
(credentials: unknown, accountId?: string | null)
src/core/auth/legacy-qwen-auth-service.ts:13
↓ 1 callersMethodsaveRequestCounts
()
src/qwen/api.ts:605
↓ 1 callersFunctionsetLastResetDate
(date: string)
src/utils/usageStore.ts:180
↓ 1 callersMethodsetRetryConfig
(input: Partial<RetryConfig>)
src/core/config/runtime-config-store.ts:210
↓ 1 callersMethodsetServerConfig
(input: { port?: number; host?: string; autoStart?: boolean })
src/core/config/runtime-config-store.ts:189
↓ 1 callersMethodsetState
(state: TuiState)
src/tui2/app.ts:82
↓ 1 callersMethodsetTuiPreferences
(input: { theme?: string; selectionStyle?: string })
src/core/config/runtime-config-store.ts:201
↓ 1 callersMethodshouldApplyToModel
(model: string)
src/utils/systemPromptTransformer.ts:53
↓ 1 callersMethodshouldEmitLive
()
src/utils/runtimeLoggingService.ts:139
↓ 1 callersMethodshouldRefreshToken
(credentials: unknown, accountId?: string | null)
src/core/auth/legacy-qwen-auth-service.ts:9
← previousnext →301–400 of 576, ranked by callers