MCPcopy Create free account

hub / github.com/Gitlawb/openclaude / functions

Functions15,760 in github.com/Gitlawb/openclaude

↓ 26 callersFunctiononChange
(autoCompactEnabled: boolean)
src/components/Settings/Config.tsx:281
↓ 26 callersFunctionprofile
(profile: ProfileFile['profile'], env: ProfileFile['env'])
src/utils/opencodeProfile.test.ts:14
↓ 26 callersFunctionsnapshot
( overrides: Partial<Parameters<PromptCacheBreakModule['recordPromptState']>[0]> = {}, )
src/services/api/promptCacheBreakDetection.test.ts:186
↓ 26 callersMethodtick
()
src/cli/transports/ccrClient.ts:743
↓ 26 callersFunctionunstable_v2_createSession
(options: SDKSessionOptions)
src/entrypoints/sdk/v2.ts:628
↓ 26 callersFunctionuseExitOnCtrlCDWithKeybindings
( onExit?: () => void, onInterrupt?: () => boolean, isActive?: boolean, )
src/hooks/useExitOnCtrlCDWithKeybindings.ts:18
↓ 25 callersFunctionclearMemoryOnly
()
src/utils/knowledgeGraph.ts:717
↓ 25 callersFunctionclearProviderEnv
()
src/utils/model/providers.test.ts:55
↓ 25 callersMethodend
* End a query. Returns true if this generation is still current * (meaning the caller should perform cleanup). Returns false if a * newer query
src/utils/QueryGuard.ts:204
↓ 25 callersFunctiongetCatalogEntriesForRoute
(routeId: string)
src/integrations/registry.ts:166
↓ 25 callersFunctiongetOauthAccountInfo
()
src/utils/auth.ts:1636
↓ 25 callersFunctiongetTaskOutputPath
(taskId: string)
src/utils/task/diskOutput.ts:72
↓ 25 callersFunctionimportFreshModelModule
( suffix: string, )
src/commands/model/model.test.tsx:44
↓ 25 callersFunctionimportFreshProvidersModule
()
src/utils/model/providers.test.ts:51
↓ 25 callersFunctioninterpretCommandResult
( command: string, exitCode: number, stdout: string, stderr: string, )
src/tools/BashTool/commandSemantics.ts:124
↓ 25 callersFunctiononSelect
(value: string)
src/components/ClaudeCodeHint/PluginHintMenu.tsx:26
↓ 25 callersFunctionsaveMockGlobalConfig
( updater: (current: MockConfigState) => MockConfigState, )
src/utils/providerProfiles.test.ts:96
↓ 25 callersMethodsearch
Perform the search. Throw on unrecoverable errors.
src/tools/WebSearchTool/providers/types.ts:40
↓ 25 callersFunctionsetupOpenAIMode
(baseUrl: string, model: string)
src/components/StartupScreen.test.ts:102
↓ 25 callersFunctionsrc
( source: string, agentRouting: Record<string, string>, )
src/services/api/agentRouteSettings.test.ts:268
↓ 25 callersMethodtryStart
(metadata?: QueryGuardMetadata)
src/utils/QueryGuard.ts:178
↓ 24 callersMethodadd
(uuid: string)
src/bridge/bridgeMessaging.ts:446
↓ 24 callersFunctionbuildConversation
(numToolExchanges: number, resultLength = 5_000)
src/services/api/compressToolHistory.test.ts:112
↓ 24 callersFunctionbuildPermissionContext
(options: PermissionContextOptions)
src/entrypoints/sdk/permissions.ts:192
↓ 24 callersFunctioncompressToolHistoryForTest
( messages: T[], model = 'gpt-4o', effectiveContextWindowSize = 100_000, )
src/services/api/compressToolHistory.test.ts:145
↓ 24 callersFunctioncreateExternalCanUseTool
( userFn: CanUseToolCallback | undefined, fallback: CanUseToolFn, permissionTarget: PermissionTarget,
src/entrypoints/sdk/permissions.ts:269
↓ 24 callersFunctiondefineGateway
(d: GatewayDescriptor)
src/integrations/define.ts:18
↓ 24 callersFunctionf
()
src/costHook.ts:10
↓ 24 callersFunctiongetCanonicalName
(fullModelName: ModelName)
src/utils/model/model.ts:513
↓ 24 callersFunctionisDigit
(c: string)
src/utils/bash/bashParser.ts:234
↓ 24 callersFunctionisEnvDefinedFalsy
( envVar: string | boolean | undefined, )
src/utils/envUtils.ts:275
↓ 24 callersFunctionisTruthy
(value: string | undefined)
scripts/system-check.ts:65
↓ 24 callersFunctionmockProviderManagerDependencies
( githubSyncRead: () => string | undefined, githubAsyncRead: () => Promise<string | undefined>, options?
src/components/ProviderManager.test.tsx:277
↓ 24 callersFunctionopen
(sock)
src/upstreamproxy/relay.ts:193
↓ 24 callersMethodrender
(node: ReactNode)
src/ink/ink.tsx:1469
↓ 24 callersFunctionsendControlResponseError
( message: SDKControlRequest, errorMessage: string, )
src/cli/print.ts:2916
↓ 24 callersFunctionsetProvider
(provider: string)
src/utils/copilotOptimization.test.ts:38
↓ 24 callersFunctionspawn
(opts: SessionSpawnOpts, dir: string)
src/bridge/sessionRunner.ts:313
↓ 24 callersFunctionstringWidthJavaScript
(str: string)
src/ink/stringWidth.ts:20
↓ 24 callersFunctionuserMessage
(uuid: string, content: unknown, timestamp: string)
src/utils/reportTask.test.ts:34
↓ 23 callersFunctionbuildTaskReport
( options: BuildTaskReportOptions, )
src/utils/taskReport.ts:204
↓ 23 callersFunctioncreatePermissionTarget
()
src/entrypoints/sdk/permissions.ts:128
↓ 23 callersFunctiongetAppState
()
src/tools/SkillTool/SkillTool.ts:794
↓ 23 callersFunctiongetRouteDefaultModel
( routeId: string, )
src/integrations/routeMetadata.ts:147
↓ 23 callersFunctiongetTranscriptPath
()
src/utils/sessionStorage.ts:210
↓ 23 callersFunctionisOperator
(part: ParseEntry | undefined, op: string)
src/utils/bash/commands.ts:792
↓ 23 callersMethodnext
()
src/services/api/credentialPool.ts:34
↓ 23 callersFunctionregisterGateway
(d: GatewayDescriptor)
src/integrations/registry.ts:73
↓ 23 callersFunctionresolveAgentProvider
( name: string | undefined, subagentType: string | undefined, settings: SettingsJson | null, )
src/services/api/agentRouting.ts:97
↓ 23 callersFunctionresolveModelRuntimeLimits
(options: { model: string processEnv?: NodeJS.ProcessEnv baseUrl?: string activeProfileProvider?: stri
src/integrations/runtimeMetadata.ts:429
↓ 23 callersFunctionresolveValue
(v: Value, ownerSize: number)
src/native-ts/yoga-layout/index.ts:97
↓ 23 callersFunctionsanitizePath
(name)
vscode-extension/openclaude-vscode/src/chat/sessionManager.js:19
↓ 23 callersFunctionstreamMessage
( uuid: string, event: Record<string, unknown>, overrides: Partial< Pick<SDKPartialAssistantMessage,
src/cli/transports/ccrClient.test.ts:303
↓ 23 callersFunctiontooComplex
(node: Node)
src/utils/bash/ast.ts:2033
↓ 23 callersFunctionuserMessage
(text: string)
src/utils/exportRenderer.test.ts:19
↓ 22 callersFunctioncheckAndRefreshOAuthTokenIfNeeded
( retryCount = 0, force = false, )
src/utils/auth.ts:1448
↓ 22 callersMethodclear
()
src/utils/task/TaskOutput.ts:381
↓ 22 callersFunctiongetActiveProviderProfile
( config = getGlobalConfig(), )
src/utils/providerProfiles.ts:720
↓ 22 callersFunctiongetAdditionalModelOptionsCacheScope
()
src/services/api/providerConfig.ts:1012
↓ 22 callersFunctiongetProjectRoot
()
src/bootstrap/state.ts:547
↓ 22 callersFunctiongetProviderProfiles
( config = getGlobalConfig(), )
src/utils/providerProfiles.ts:438
↓ 22 callersFunctionimportAutoCompact
(options: ImportAutoCompactOptions = {})
src/services/compact/autoCompact.test.ts:24
↓ 22 callersFunctionisTeammate
()
src/utils/teammate.ts:125
↓ 22 callersFunctionmakeSseResponse
(lines: string[])
src/services/api/openaiShim.test.ts:78
↓ 22 callersFunctionmountProviderManager
( ProviderManager: React.ComponentType<{ mode: 'first-run' | 'manage' onDone: (result?: unknown) =>
src/components/ProviderManager.test.tsx:444
↓ 22 callersFunctionollamaChunk
(content: string, finishReason?: string)
src/services/api/openaiShim.ollamaTextToolCalls.test.ts:195
↓ 22 callersFunctiononSubmit
(selectedServers)
src/components/MCPServerDesktopImportDialog.tsx:72
↓ 22 callersFunctionparseTextToolCalls
(text: string)
src/services/api/openaiShim.ts:1578
↓ 22 callersFunctionscopeConfig
( servers: Record<string, ScopedMcpServerConfig> = {}, errors: ValidationError[] = [], )
src/services/mcp/doctor.test.ts:50
↓ 22 callersMethodstart
(port: number = 50051, host: string = 'localhost')
src/grpc/server.ts:97
↓ 22 callersFunctionstripThinkTags
(text: string)
src/services/api/thinkTagSanitizer.ts:64
↓ 22 callersFunctiontryParseShellCommand
( cmd: string, env?: | Record<string, string | undefined> | ((key: string) => string | undefined),
src/utils/bash/shellQuote.ts:24
↓ 22 callersFunctionwithTempTranscript
( entries: Array<Record<string, unknown> | string>, fn: (path: string) => Promise<void>, )
src/utils/reportTask.test.ts:16
↓ 21 callersFunctioncreateRequestSizeReport
(data: ContextData)
src/utils/requestSizeBreakdown.ts:189
↓ 21 callersFunctionenqueuePendingNotification
(command: QueuedCommand)
src/utils/messageQueueManager.ts:141
↓ 21 callersMethodenqueueWrite
(filePath: string, entry: Entry)
src/utils/sessionStorage.ts:632
↓ 21 callersFunctionevictTaskOutput
(taskId: string)
src/utils/task/diskOutput.ts:288
↓ 21 callersFunctionextractLastJsonStringField
( text: string, key: string, )
src/utils/sessionStoragePortable.ts:82
↓ 21 callersFunctiongenerateSessionTitle
( description: string, signal: AbortSignal, )
src/utils/sessionTitle.ts:388
↓ 21 callersMethodgetComputedHeight
()
src/ink/layout/yoga.ts:120
↓ 21 callersFunctiongetRouteDefaultBaseUrl
( routeId: string, )
src/integrations/routeMetadata.ts:141
↓ 21 callersFunctiongetServerKey
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, )
src/services/mcp/auth.ts:369
↓ 21 callersFunctiongetSessionProjectDir
()
src/bootstrap/state.ts:530
↓ 21 callersFunctiongetSettingsFilePathForSource
( source: SettingSource, )
src/utils/settings/settings.ts:274
↓ 21 callersFunctiongptModel
( id: string, label: string, contextWindow: number, maxOutputTokens: number, )
src/integrations/models/gpt.ts:12
↓ 21 callersFunctionimportFreshBetas
()
src/utils/betas.test.ts:109
↓ 21 callersFunctionimportFreshConversationRecovery
()
src/utils/conversationRecovery.test.ts:162
↓ 21 callersFunctionmakeStreamChunks
(chunks: unknown[])
src/services/api/openaiShim.test.ts:97
↓ 21 callersFunctionparseEnvFile
(content: string)
src/utils/envFile.ts:224
↓ 21 callersFunctionredactUrlForDisplay
(rawUrl: string)
src/utils/urlRedaction.ts:29
↓ 21 callersFunctionreleaseEnvMutex
()
src/entrypoints/sdk/shared.ts:149
↓ 21 callersFunctionrunWithSdkContext
(context: SdkContext, fn: () => T)
src/bootstrap/state.ts:433
↓ 21 callersFunctionsafeResolvePath
( fs: FsOperations, filePath: string, )
src/utils/fsOperations.ts:145
↓ 21 callersFunctionsetClaudeConfigHomeDirForTesting
( configDir: string | undefined, )
src/utils/envUtils.ts:195
↓ 20 callersFunctionapplyActiveProviderProfileFromConfig
( config = getGlobalConfig(), options?: { processEnv?: NodeJS.ProcessEnv force?: boolean }, )
src/utils/providerProfiles.ts:902
↓ 20 callersFunctionapplyDomainFilters
( hits: SearchHit[], input: SearchInput, )
src/tools/WebSearchTool/providers/types.ts:98
↓ 20 callersFunctionapplyPermissionUpdate
( context: ToolPermissionContext, update: PermissionUpdate, )
src/utils/permissions/PermissionUpdate.ts:55
↓ 20 callersFunctionasAnalyticsString
( value: string, )
src/utils/hookChains.ts:274
↓ 20 callersFunctionassistant
(...texts: string[])
src/utils/messages.normalizeCached.test.ts:22
↓ 20 callersFunctionbuildGitChildEnv
( extras?: NodeJS.ProcessEnv, )
src/utils/plugins/gitEnv.ts:49
← previousnext →301–400 of 15,760, ranked by callers