MCPcopy Create free account

hub / github.com/Gitlawb/openclaude / functions

Functions15,760 in github.com/Gitlawb/openclaude

↓ 12 callersFunctionqwenModel
( id: string, label: string, contextWindow: number, maxOutputTokens: number, )
src/integrations/models/qwen.ts:12
↓ 12 callersFunctionreadAgentRoute
( settings: SettingsJson | null, agentType: string, )
src/services/api/agentRouteSettings.ts:147
↓ 12 callersFunctionrefreshProfiles
()
src/components/ProviderManager.tsx:1075
↓ 12 callersFunctionresetOutput
(harness: Harness, width: number, height: number)
src/ink/output.test.ts:36
↓ 12 callersFunctionrun
(args: string[])
src/commands.test.ts:278
↓ 12 callersFunctionrunBranch
( args: string, messages: Message[] = [], contextOverrides: Partial<LocalJSXCommandContext> & { omit
src/commands/branch/branch.test.ts:272
↓ 12 callersFunctionrunWithCwdOverride
(cwd: string, fn: () => T)
src/utils/cwd.ts:12
↓ 12 callersMethodscore
Lower score = better provider. strategy: 'latency' | 'cost' | 'balanced'
python/smart_router.py:70
↓ 12 callersFunctionsetCachedModels
( routeId: string, entry: { models: ModelCatalogEntry[] updatedAt?: number }, )
src/integrations/discoveryCache.ts:380
↓ 12 callersFunctionsetSessionSettingsCache
(value: SettingsWithErrors)
src/utils/settings/settingsCache.ts:11
↓ 12 callersFunctionsetupSourceTranscript
( entries: Record<string, unknown>[], options: { separateSessionProjectDir?: boolean } = {}, )
src/commands/branch/branch.test.ts:243
↓ 12 callersFunctionshouldIncludeScope
( scope: ConfigScope, scopeFilter: McpDoctorScopeFilter | undefined, )
src/services/mcp/doctor.ts:267
↓ 12 callersFunctionsnakeToCamel
(s: string)
src/entrypoints/sdk/casing.ts:10
↓ 12 callersFunctionsystemPromptSection
( name: string, compute: ComputeFn, )
src/constants/systemPromptSections.ts:20
↓ 12 callersFunctiontoPersistableEffort
( value: EffortValue | undefined, )
src/utils/effort.ts:806
↓ 12 callersMethodtrackToolStart
* Track the start of a tool execution.
src/utils/replayIndexBuilder.ts:82
↓ 12 callersFunctionupdateValidationError
(fieldName_1: string, error?: string)
src/components/mcp/ElicitationDialog.tsx:345
↓ 12 callersFunctionuseLanguage
(language?: string)
src/commands.test.ts:32
↓ 12 callersFunctionuseMainLoopModel
()
src/hooks/useMainLoopModel.ts:13
↓ 12 callersFunctionuseSettings
( settings: SettingsJson & { providerProfileModelPickerMode?: ProviderProfileModelPickerModeForTest },
src/commands/model/model.test.tsx:86
↓ 12 callersFunctionuser
( uuid: UUID, parentUuid: UUID | null, content: string | ToolResultBlockParam[], )
src/utils/sessionStorage.test.ts:59
↓ 12 callersFunctionuserWithToolResults
(...ids: string[])
src/utils/messages.toolPairingDiagnostics.test.ts:25
↓ 11 callersFunctionasString
(value: unknown)
src/services/api/codexUsage.ts:58
↓ 11 callersFunctionassistant
(uuid: UUID, parentUuid: UUID | null, text: string)
src/utils/sessionStorage.test.ts:75
↓ 11 callersFunctionbashCommandIsSafe_DEPRECATED
( command: string, )
src/tools/BashTool/bashSecurity.ts:2277
↓ 11 callersFunctionboundAxis
( style: Style, isWidth: boolean, value: number, ownerWidth: number, ownerHeight: number, )
src/native-ts/yoga-layout/index.ts:2352
↓ 11 callersFunctionbuildConversationChain
( messages: Map<UUID, TranscriptMessage>, leafMessage: TranscriptMessage, )
src/utils/sessionStorage.ts:2424
↓ 11 callersFunctionbuildProfileSaveMessage
( profile: ProviderProfile, env: ProfileEnv, filePath: string, options?: { activatedInSession?: bo
src/commands/provider/provider.tsx:492
↓ 11 callersFunctioncall
(onDone, _context, args)
src/commands/model/model.tsx:1104
↓ 11 callersFunctioncallTeammateAgentTool
( AgentTool: typeof import('./AgentTool.js').AgentTool, input: { model?: string subagent_type?: st
src/tools/AgentTool/AgentTool.teammateModel.test.ts:185
↓ 11 callersFunctionclaim
()
src/hooks/toolPermission/PermissionContext.ts:93
↓ 11 callersFunctioncleanup
()
src/hooks/useDiffInIDE.ts:234
↓ 11 callersFunctionclearServerCache
( name: string, serverRef: ScopedMcpServerConfig, )
src/services/mcp/client.ts:1690
↓ 11 callersFunctioncolorize
(text: string, colorKey?: keyof Theme)
src/utils/treeify.ts:50
↓ 11 callersFunctioncountToolUses
* Count the number of tool uses in a message (handles grouped tool uses).
src/utils/collapseReadSearch.ts:513
↓ 11 callersFunctioncoworkOption
()
src/main.tsx:4018
↓ 11 callersFunctioncreateFakeClock
(startMs = 0)
src/cli/headlessHeartbeat.test.ts:19
↓ 11 callersFunctioncreateProgressTracker
()
src/tasks/LocalAgentTask/LocalAgentTask.tsx:50
↓ 11 callersFunctioncreateScreen
( width: number, height: number, styles: StylePool, charPool: CharPool, hyperlinkPool: HyperlinkPool
src/ink/screen.ts:451
↓ 11 callersFunctiondetectCodeIndexingFromCommand
( command: string, )
src/utils/codeIndexing.ts:132
↓ 11 callersFunctiondetectContentType
(content: string)
src/services/tokenEstimation.ts:381
↓ 11 callersFunctiondiagnosticFile
(uri: string, messages: string[])
src/services/lsp/LSPDiagnosticRegistry.test.ts:39
↓ 11 callersFunctiondone
(timedOut: boolean)
src/utils/process.ts:55
↓ 11 callersMethodenqueue
(value: T)
src/utils/stream.ts:38
↓ 11 callersFunctionenvHasNonEmpty
(env: EnvLike, key: string)
src/utils/providerAutoDetect.ts:68
↓ 11 callersFunctionexitTeammateView
( setAppState: (updater: (prev: AppState) => AppState) => void, )
src/state/teammateViewHelpers.ts:88
↓ 11 callersFunctionflushSessionStorage
()
src/utils/sessionStorage.ts:1686
↓ 11 callersFunctiongetActiveAgentsFromList
( allAgents: AgentDefinition[], )
src/tools/AgentTool/loadAgentsDir.ts:201
↓ 11 callersFunctiongetAgentTranscriptPath
(agentId: AgentId)
src/utils/sessionStorage.ts:255
↓ 11 callersFunctiongetAutoCompactThreshold
(model: string)
src/services/compact/autoCompact.ts:170
↓ 11 callersFunctiongetBaseDirectories
()
src/utils/nativeInstaller/installer.ts:121
↓ 11 callersFunctiongetCacheMetricsReliability
( provider: CacheAwareProvider, )
src/services/api/cacheMetrics.ts:281
↓ 11 callersFunctiongetCurrentTurnCacheMetrics
()
src/services/api/cacheStatsTracker.ts:130
↓ 11 callersFunctiongetDefaultMaxRetries
()
src/services/api/withRetry.ts:917
↓ 11 callersFunctiongetDefaultSonnetModel
()
src/utils/model/model.ts:235
↓ 11 callersFunctiongetHookDisplayText
( hook: HookCommand | { type: 'callback' | 'function'; statusMessage?: string }, )
src/utils/hooks/hooksSettings.ts:70
↓ 11 callersFunctiongetLastAssistantMessage
( messages: Message[], )
src/utils/messages.ts:336
↓ 11 callersFunctiongetLoggingSafeMcpBaseUrl
( config: McpServerConfig, )
src/services/mcp/utils.ts:561
↓ 11 callersFunctiongetMergedBetas
( model: string, options?: { isAgenticQuery?: boolean }, )
src/utils/betas.ts:404
↓ 11 callersFunctiongetParentSessionId
()
src/utils/teammate.ts:34
↓ 11 callersFunctiongetRainbowColor
( charIndex: number, shimmer: boolean = false, )
src/utils/thinking.ts:108
↓ 11 callersFunctiongetRetryDelay
( attempt: number, retryAfterHeader?: string | null, maxDelayMs = 32000, )
src/services/api/withRetry.ts:607
↓ 11 callersFunctiongetRouteCredentialValue
( routeId: string, processEnv: NodeJS.ProcessEnv = process.env, )
src/integrations/routeMetadata.ts:692
↓ 11 callersFunctiongetTotalInputTokens
()
src/bootstrap/state.ts:751
↓ 11 callersFunctiongetUsername
()
src/utils/secureStorage/macOsKeychainHelpers.ts:54
↓ 11 callersFunctiongit
(cwd: string, ...args: string[])
src/utils/worktree.agentBase.test.ts:22
↓ 11 callersFunctiongte
(a: string, b: string)
src/utils/semver.ts:26
↓ 11 callersFunctionhydrateGithubModelsTokenFromSecureStorage
()
src/utils/githubModelsCredentials.ts:88
↓ 11 callersFunctionimportAgentToolWithSpawnMock
()
src/tools/AgentTool/AgentTool.teammateModel.test.ts:91
↓ 11 callersFunctionimportFreshGithubModelsCredentials
( cacheKey: string, )
src/utils/githubModelsCredentials.refresh.test.ts:145
↓ 11 callersFunctionimportFreshProviderConfigModule
()
src/services/api/codexShim.test.ts:73
↓ 11 callersMethodinitialize
(sandboxAskCallback?: SandboxAskCallback)
src/utils/sandbox/sandbox-adapter.ts:899
↓ 11 callersFunctioninitializeWiki
(cwd: string)
src/services/wiki/init.ts:139
↓ 11 callersMethodinsert
(insertString: string)
src/utils/Cursor.ts:885
↓ 11 callersFunctionisAnthropicProvider
()
src/utils/betas.ts:399
↓ 11 callersFunctionisAsyncHookJSONOutput
( json: HookJSONOutput, )
src/types/hooks.ts:189
↓ 11 callersFunctionisAutoCompactEnabled
()
src/services/compact/autoCompact.ts:250
↓ 11 callersFunctionisCompactBoundaryMessage
( message: Message | NormalizedMessage, )
src/utils/messages.ts:4893
↓ 11 callersFunctionisFirstPartyAnthropicBaseUrl
()
src/utils/model/providers.ts:121
↓ 11 callersFunctionisImageOutput
(content: string)
src/tools/BashTool/utils.ts:49
↓ 11 callersFunctionisInProcessTeammateTask
( task: unknown, )
src/tasks/InProcessTeammateTask/types.ts:78
↓ 11 callersFunctionisRemoteSessionLocal
( sessionId?: string, ingressUrl?: string, )
src/constants/product.ts:83
↓ 11 callersFunctionisStale
()
src/hooks/useVoice.ts:359
↓ 11 callersFunctionisVisionSupported
( model?: string, options?: { routeId?: string; baseUrl?: string }, )
src/utils/visionUtils.ts:162
↓ 11 callersMethodload
(entries: ReturnType<LRUCache<string, FileState>['dump']>)
src/utils/fileStateCache.ts:90
↓ 11 callersFunctionlogBridgeSkip
( reason: string, debugMsg?: string, v2?: boolean, )
src/bridge/debugUtils.ts:128
↓ 11 callersFunctionlogDebug
(message: string)
src/utils/filePersistence/outputsScanner.ts:18
↓ 11 callersFunctionmapMessageToSDK
(msg: Record<string, unknown>)
src/entrypoints/sdk/shared.ts:268
↓ 11 callersFunctionmatchWildcardPattern
( pattern: string, command: string, )
src/tools/BashTool/bashPermissions.ts:332
↓ 11 callersMethodnextOffset
(offset: number)
src/utils/Cursor.ts:1520
↓ 11 callersFunctionnormalizeModelStringForAPI
(model: string)
src/utils/model/model.ts:945
↓ 11 callersMethodonError
(event: Event)
src/utils/mcpWebSocketTransport.ts:38
↓ 11 callersFunctionparseDimension
(v: number | string | undefined)
src/native-ts/yoga-layout/index.ts:2511
↓ 11 callersFunctionparseSlashCommandToolsFromFrontmatter
( toolsValue: unknown, )
src/utils/markdownConfigLoader.ts:194
↓ 11 callersFunctionpermissionRuleValueFromString
( ruleString: string, )
src/utils/permissions/permissionRuleParser.ts:93
↓ 11 callersFunctionpermissionRuleValueFromString
( ruleString: string, )
src/utils/sandbox/sandbox-adapter.ts:64
↓ 11 callersFunctionprepareUserContent
({ inputString, precedingInputBlocks, }: { inputString: string precedingInputBlocks: ContentBlockParam
src/utils/messages.ts:541
↓ 11 callersFunctionprocessMemoryFile
( filePath: string, type: MemoryType, processedPaths: Set<string>, includeExternal: boolean, depth:
src/utils/claudemd.ts:632
↓ 11 callersFunctionprocessSessionStartHooks
( source: 'startup' | 'resume' | 'clear' | 'compact', { sessionId, agentType, model, force
src/utils/sessionStart.ts:35
↓ 11 callersFunctionrefreshCodexAccessTokenIfNeeded
(options?: { force?: boolean })
src/utils/codexCredentials.ts:442
← previousnext →801–900 of 15,760, ranked by callers