MCPcopy Create free account

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

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

↓ 1 callersFunctionbuildAccounts
()
src/tui2/runtime.ts:321
↓ 1 callersFunctionbuildArtifactTree
(rootDir: string, relativePath = "")
src/tui2/runtime.ts:132
↓ 1 callersFunctionbuildUpstreamErrorArtifact
(errorOrMessage: any, timestamp: string)
src/utils/fileLogger.ts:145
↓ 1 callersMethodchatCompletions
(request: any)
src/qwen/api.ts:883
↓ 1 callersFunctioncheckRequestCounts
()
authenticate.ts:91
↓ 1 callersFunctionchildCount
(node: ArtifactNode | null)
src/tui2/screens/artifacts.ts:26
↓ 1 callersMethodcleanupOldDebugLogs
(snapshot: LoggingStateSnapshot)
src/utils/runtimeLoggingService.ts:271
↓ 1 callersMethodcleanupOldErrorLogs
(snapshot: LoggingStateSnapshot)
src/utils/runtimeLoggingService.ts:248
↓ 1 callersMethodcleanupOldFormatLogs
(snapshot: LoggingStateSnapshot)
src/utils/runtimeLoggingService.ts:299
↓ 1 callersMethodcloseAuthOverlay
()
src/tui2/app.ts:137
↓ 1 callersMethodcloseDeleteOverlay
()
src/tui2/app.ts:169
↓ 1 callersMethodcommitServerField
()
src/tui2/app.ts:260
↓ 1 callersFunctioncopyFileIfPresent
(source: string, target: string)
scripts/prepare-bin.ts:54
↓ 1 callersFunctioncountDescendants
(node: ArtifactNode | null)
src/tui2/screens/artifacts.ts:30
↓ 1 callersFunctioncreateApiKeyMiddleware
(config: any)
src/server/middleware/api-key.ts:1
↓ 1 callersFunctioncreateEmptyDay
()
usage.ts:14
↓ 1 callersFunctioncreateHeadlessAppRuntime
()
src/server/headless-runtime.ts:21
↓ 1 callersFunctioncreateHealthHandler
({ qwenAPI, authService }: { qwenAPI: any; authService: any })
src/server/health-handler.ts:38
↓ 1 callersFunctioncreateInitialAccountsState
()
src/tui2/state.ts:114
↓ 1 callersFunctioncreateInitialArtifactsState
()
src/tui2/state.ts:88
↓ 1 callersFunctioncreateInitialLiveState
()
src/tui2/state.ts:80
↓ 1 callersFunctioncreateInitialRetryConfig
(initial: Partial<RetryConfigState> = {})
src/tui2/state.ts:139
↓ 1 callersFunctioncreateInitialRuntime
(serverConfig?: Partial<ServerConfig>)
src/tui2/state.ts:66
↓ 1 callersFunctioncreateInitialServerConfig
(initial: Partial<ServerConfig> = {})
src/tui2/state.ts:131
↓ 1 callersFunctioncreateInitialState
(nowMs = Date.now(), initial: InitialTuiStateOptions = {})
src/tui2/state.ts:146
↓ 1 callersFunctioncreateInitialUsageState
()
src/tui2/state.ts:123
↓ 1 callersFunctioncreateRequestUsage
(date: string)
src/core/usage/in-memory-usage-store.ts:15
↓ 1 callersFunctioncreateRuntimeLogLevelGetHandler
({ fileLogger }: { fileLogger: any })
src/server/runtime-control-handler.ts:7
↓ 1 callersFunctioncreateRuntimeLogLevelPostHandler
({ fileLogger }: { fileLogger: any })
src/server/runtime-control-handler.ts:23
↓ 1 callersFunctioncreateRuntimeMonitor
(_bootMs: number)
src/tui2/runtime.ts:295
↓ 1 callersFunctioncreateTempPaths
(name: string)
scripts/validate-tui-pty.ts:105
↓ 1 callersFunctioncreateTokenUsage
(date: string)
src/core/usage/in-memory-usage-store.ts:7
↓ 1 callersFunctioncreateTypedCoreServices
(authManager: any)
src/server/typed-core-bridge.ts:9
↓ 1 callersFunctioncreateUsageFixtureHome
(name: string)
scripts/validate-tui-pty.ts:113
↓ 1 callersFunctiondefaultHomeDir
(inputHomeDir?: string)
src/core/config/storage-paths.ts:23
↓ 1 callersFunctiondisableConsoleRedirect
()
src/tui2/console-redirect.ts:90
↓ 1 callersFunctionenableConsoleRedirect
(callback: LogCallback)
src/tui2/console-redirect.ts:75
↓ 1 callersMethodensureDebugDir
()
src/utils/logger.ts:17
↓ 1 callersFunctionensureShebang
(filePath: string)
scripts/prepare-bin.ts:43
↓ 1 callersMethodexecuteOperationWithAccount
( accountInfo: AccountInfo, executeAttempt: (accountInfo: AccountInfo) => Promise<any>, retryConfi
src/qwen/api.ts:724
↓ 1 callersFunctionextractUsageFromSseText
( buffer: string, latestUsage: any, )
src/qwen/api.ts:516
↓ 1 callersFunctionextractUsageMetrics
(usage: any)
src/qwen/api.ts:499
↓ 1 callersFunctionfilterArtifactTree
(nodes: readonly ArtifactNode[], query: string)
src/tui2/screens/artifacts.ts:51
↓ 1 callersFunctionfilterDays
(days: readonly UsageDay[], query: string)
src/tui2/screens/usage.ts:12
↓ 1 callersFunctionfindArtifactNodeByPath
(nodes: readonly ArtifactNode[], path: string | null)
src/tui2/screens/artifacts.ts:106
↓ 1 callersFunctionfindFirstArtifactPath
(nodes: readonly ArtifactNode[])
src/tui2/state.ts:26
↓ 1 callersFunctionfindNavIndex
(screen: TuiState["activeScreen"])
src/tui2/state.ts:21
↓ 1 callersFunctionflattenArtifactRows
( nodes: readonly ArtifactNode[], expanded: readonly string[], depth = 0, rows: VisibleArtifactRow[] =
src/tui2/screens/artifacts.ts:73
↓ 1 callersFunctionformatConsoleArgs
(args: unknown[])
src/tui2/console-redirect.ts:33
↓ 1 callersFunctionformatLogValue
(value: unknown)
src/utils/fileLogger.ts:38
↓ 1 callersFunctionformatRawResponseBody
(value: unknown)
src/utils/fileLogger.ts:54
↓ 1 callersFunctionformatTime
(timestamp: number)
src/tui2/render.ts:401
↓ 1 callersFunctiongenerateCodeChallenge
(codeVerifier: string)
src/qwen/auth.ts:44
↓ 1 callersFunctiongenerateCodeVerifier
()
src/qwen/auth.ts:40
↓ 1 callersFunctiongeneratePKCEPair
()
src/qwen/auth.ts:50
↓ 1 callersFunctiongetAccountColor
(accountId: string | null | undefined)
src/utils/liveLogger.ts:33
↓ 1 callersMethodgetAccountCredentials
(accountId: string)
src/core/auth/legacy-qwen-auth-service.ts:7
↓ 1 callersMethodgetAccountUsage
(accountId: string, date = todayDate())
src/core/usage/in-memory-usage-store.ts:49
↓ 1 callersFunctiongetActiveSelectionStyle
()
src/tui2/theme.ts:113
↓ 1 callersFunctiongetErrorDebugDetails
(errorOrMessage: any, statusCode: number, loggingState?: LoggingStateSnapshot)
src/utils/fileLogger.ts:108
↓ 1 callersFunctiongetErrorMessage
(errorOrMessage: any)
src/utils/fileLogger.ts:74
↓ 1 callersFunctiongetErrorResponseData
(errorOrMessage: any, responseData: unknown, loggingState?: LoggingStateSnapshot)
src/utils/fileLogger.ts:86
↓ 1 callersMethodgetErrorStatusCode
(error: any)
src/utils/logger.ts:165
↓ 1 callersMethodgetLogLevel
()
src/core/logging/contracts.ts:4
↓ 1 callersMethodgetPaths
()
src/core/config/runtime-config-store.ts:108
↓ 1 callersMethodgetRetryConfig
()
src/core/config/runtime-config-store.ts:205
↓ 1 callersMethodgetRotationOrder
(accountIds: string[])
src/qwen/api.ts:714
↓ 1 callersMethodgetServerConfig
()
src/core/config/runtime-config-store.ts:180
↓ 1 callersMethodgetTuiPreferences
()
src/core/config/runtime-config-store.ts:193
↓ 1 callersFunctiongetViewportSize
(cols: number | undefined, rows: number | undefined)
src/tui2/viewport.ts:10
↓ 1 callersMethodgetWebSearchEndpoint
(credentials: any)
src/qwen/api.ts:1042
↓ 1 callersMethodhandleAccountsClick
(localRow: number)
src/tui2/app.ts:612
↓ 1 callersMethodhandleArtifactsClick
(localCol: number, localRow: number, mainWidth: number)
src/tui2/app.ts:633
↓ 1 callersMethodhandleAuthInitiate
(_req: RequestLike, res: ResponseLike)
src/server/proxy-controller.ts:451
↓ 1 callersMethodhandleAuthPoll
(req: RequestLike, res: ResponseLike)
src/server/proxy-controller.ts:476
↓ 1 callersMethodhandleChatCompletion
(req: RequestLike, res: ResponseLike)
src/server/proxy-controller.ts:171
↓ 1 callersMethodhandleClick
(col: number, row: number)
src/tui2/app.ts:778
↓ 1 callersFunctionhandleDeleteAccount
(accountId: string)
src/tui2/main.ts:325
↓ 1 callersMethodhandleLiveClick
(localCol: number, localRow: number)
src/tui2/app.ts:590
↓ 1 callersFunctionhandleLogLevelChange
(level: LogLevel)
src/tui2/main.ts:240
↓ 1 callersMethodhandleModels
(_req: RequestLike, res: ResponseLike)
src/server/proxy-controller.ts:411
↓ 1 callersMethodhandleMouseClick
(col: number, row: number)
src/tui2/auth-overlay.ts:104
↓ 1 callersMethodhandleMouseClick
(col: number, row: number)
src/tui2/delete-overlay.ts:42
↓ 1 callersFunctionhandleOpenAuthBrowser
()
src/tui2/main.ts:336
↓ 1 callersMethodhandleRegularChatCompletion
(req: RequestLike, res: ResponseLike, requestId: string, accountId: string | null, model: string, startTime: n
src/server/proxy-controller.ts:224
↓ 1 callersFunctionhandleRestartServer
()
src/tui2/main.ts:228
↓ 1 callersFunctionhandleServeCommand
(args: string[])
src/cli/qwen-proxy.ts:121
↓ 1 callersFunctionhandleServerConfigChange
(port: number, host: string, autoStart: boolean)
src/tui2/main.ts:315
↓ 1 callersMethodhandleSettingsClick
(localRow: number, localCol: number)
src/tui2/app.ts:669
↓ 1 callersFunctionhandleStartAccountAuth
()
src/tui2/main.ts:251
↓ 1 callersFunctionhandleStopServer
()
src/tui2/main.ts:216
↓ 1 callersMethodhandleStreamingChatCompletion
(req: RequestLike, res: ResponseLike, requestId: string, accountId: string | null, model: string, startTime: n
src/server/proxy-controller.ts:276
↓ 1 callersMethodhandleUsageClick
(localRow: number)
src/tui2/app.ts:625
↓ 1 callersMethodhandleWebSearch
(req: RequestLike, res: ResponseLike)
src/server/proxy-controller.ts:517
↓ 1 callersMethodhandleWheel
(direction: "up" | "down", col: number, _row: number)
src/tui2/app.ts:551
↓ 1 callersMethodincrementWebSearchRequestCount
(accountId: string)
src/qwen/api.ts:626
↓ 1 callersMethodincrementWebSearchResultCount
(accountId: string, resultCount: number)
src/qwen/api.ts:637
↓ 1 callersMethodinit
(qwenAPI: any)
src/qwen/auth.ts:91
↓ 1 callersFunctioninitSchema
(db: Database.Database)
src/utils/usageStore.ts:46
↓ 1 callersFunctioninitialViewport
()
src/tui2/state.ts:53
← previousnext →201–300 of 576, ranked by callers