MCPcopy Create free account

hub / github.com/Gitlawb/openclaude / functions

Functions15,760 in github.com/Gitlawb/openclaude

↓ 4 callersFunctionclearRememberedProviderFlagForTests
()
src/utils/providerFlag.ts:123
↓ 4 callersFunctionclearSelection
(s: SelectionState)
src/ink/selection.ts:122
↓ 4 callersMethodclip
(clip: Clip)
src/ink/output.ts:297
↓ 4 callersFunctioncloseWithCancelled
(message: string)
src/components/ProviderManager.tsx:1313
↓ 4 callersFunctioncollectContextData
( context: CollectContextDataInput, )
src/commands/context/context-noninteractive.ts:34
↓ 4 callersFunctioncollectLiveBackgroundSessionIds
( deps: CollectLiveBackgroundSessionIdsDeps = {}, )
src/utils/conversationRecovery.ts:432
↓ 4 callersFunctioncollectProviderSecretEnvVars
()
src/utils/diagnostics/redaction.ts:42
↓ 4 callersFunctioncollectStreamingMessages
( signal: AbortSignal, options: Options, )
src/services/api/claude.streamWatchdog.test.ts:250
↓ 4 callersFunctionconsume
(method: BridgeFault['method'])
src/bridge/bridgeDebug.ts:87
↓ 4 callersFunctioncontainsAnyPlaceholder
* All placeholder strings. Used for defense-in-depth: if a varScope value * contains ANY placeholder (exact or embedded), the value is NOT a pure *
src/utils/bash/ast.ts:94
↓ 4 callersFunctionconvertContentBlocks
( content: unknown, )
src/services/api/openaiShim.ts:818
↓ 4 callersFunctionconvertSDKMessage
( msg: SDKMessage, opts?: ConvertOptions, )
src/remote/sdkMessageAdapter.ts:172
↓ 4 callersFunctionconvertSystemPrompt
(system: unknown)
src/services/api/codexShim.ts:125
↓ 4 callersFunctionconvertToSandboxRuntimeConfig
( settings: SettingsJson, )
src/utils/sandbox/sandbox-adapter.ts:182
↓ 4 callersFunctioncopyDir
(src: string, dest: string)
src/utils/plugins/pluginLoader.ts:294
↓ 4 callersFunctioncountMcpToolTokens
( tools: Tools, getToolPermissionContext: () => Promise<ToolPermissionContext>, agentInfo: AgentDefiniti
src/utils/analyzeContext.ts:636
↓ 4 callersFunctioncountUniqueFiles
* Counts unique files from an array of locations
src/tools/LSPTool/LSPTool.ts:531
↓ 4 callersFunctioncreateAbortError
(message = 'aborted')
src/hooks/fileSuggestions.test.ts:64
↓ 4 callersFunctioncreateActivityDescriptionResolver
(tools: Tools)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:110
↓ 4 callersFunctioncreateAgent
( agentType: string, source: AgentDefinition['source'] = 'userSettings', )
src/components/agents/AgentsList.test.tsx:71
↓ 4 callersFunctioncreateAgent
(model?: string)
src/screens/replActiveAgentModel.test.ts:6
↓ 4 callersFunctioncreateCachedMCState
()
src/services/compact/cachedMicrocompact.ts:40
↓ 4 callersFunctioncreateContentReplacementState
()
src/utils/toolResultStorage.ts:395
↓ 4 callersFunctioncreateCorrelationId
()
src/utils/requestLogging.ts:23
↓ 4 callersFunctioncreateDirectoryLink
( target: string, linkPath: string, )
src/utils/plugins/pluginLoader.test.ts:152
↓ 4 callersFunctioncreateEmptyAttributionState
()
src/utils/commitAttribution.ts:308
↓ 4 callersFunctioncreateForkSessionInfoMessage
( sourceSessionId: string | undefined, newSessionId: string = getSessionId(), )
src/utils/sessionRestore.ts:327
↓ 4 callersFunctioncreateGetAppStateWithAllowedTools
( baseGetAppState: ToolUseContext['getAppState'], allowedTools: string[], )
src/utils/forkedAgent.ts:152
↓ 4 callersFunctioncreateHarness
()
src/ink/reconciler.test.ts:125
↓ 4 callersFunctioncreateHeadlessHeartbeatStructuredEmitter
( structuredIO: HeadlessHeartbeatStructuredTarget, hasDrainStarted: () => boolean, )
src/cli/print.ts:1089
↓ 4 callersFunctioncreateHttpsProxyAgent
* Create an HttpsProxyAgent with optional mTLS configuration * Skips local DNS resolution to let the proxy handle it
src/utils/proxy.ts:137
↓ 4 callersFunctioncreateImageMetadataText
( dims: ImageDimensions, sourcePath?: string, )
src/utils/imageResizer.ts:835
↓ 4 callersFunctioncreateImageResponse
( buffer: Buffer, mediaType: string, originalSize: number, dimensions?: ImageDimensions, )
src/tools/FileReadTool/FileReadTool.ts:889
↓ 4 callersFunctioncreateMessage
(role: string, content: string)
src/utils/conversationArc.test.ts:24
↓ 4 callersFunctioncreateMultiTurnTracker
(options: MultiTurnOptions = {})
src/utils/multiTurnContext.ts:119
↓ 4 callersFunctioncreateReadRuleSuggestion
( dirPath: string, destination: PermissionUpdateDestination = 'session', )
src/utils/permissions/PermissionUpdate.ts:361
↓ 4 callersFunctioncreateRecentActivityFeed
(activities: LogOption[])
src/components/LogoV2/feedConfigs.tsx:12
↓ 4 callersFunctioncreateSimplePermissionHandlers
( toolUseConfirm: ToolUseConfirm, handlers: DoneHandlers, outcomes: Record<T, SimplePermissionOutcome |
src/components/permissions/simplePermissionActions.ts:86
↓ 4 callersFunctioncreateStderrLogger
* Environment variables for different client types: * * Direct API: * - ANTHROPIC_API_KEY: Required for direct API access * * AWS Bedrock: * - A
src/services/api/client.ts:103
↓ 4 callersFunctioncreateSubagentContext
( parentContext: ToolUseContext, overrides?: SubagentContextOverrides, )
src/utils/forkedAgent.ts:352
↓ 4 callersFunctioncreateTempProject
()
src/utils/sessionRestore.test.ts:184
↓ 4 callersFunctioncreateTestStreams
()
src/components/useCodexOAuthFlow.test.tsx:15
↓ 4 callersFunctioncreateTestStreams
()
src/components/TextInput.test.tsx:42
↓ 4 callersFunctioncreateTmuxBackend
* Creates a TmuxBackend instance. * Throws if TmuxBackend hasn't been registered.
src/utils/swarm/backends/registry.ts:106
↓ 4 callersFunctioncreateToolUseContext
( mainLoopModel: string, providerOverride?: ToolUseContext['options']['providerOverride'], )
src/tools/FileReadTool/prompt.vision.test.ts:44
↓ 4 callersFunctioncreateTripMessage
( detail: | { kind: 'path'; threshold: number; path: string } | { kind: 'signature'
src/query/toolFailureLoopGuard.ts:410
↓ 4 callersFunctioncurrentRouteValue
(current: CurrentAgentRoute)
src/services/api/agentRouteSettings.ts:160
↓ 4 callersFunctioncursorMove
(x: number, y: number)
src/ink/termio/csi.ts:169
↓ 4 callersFunctiondecideStreamingTextUpdate
( currentText: string | null, apply: (current: string | null) => string | null, showPreview: boolean,
src/screens/streamingTextPublish.ts:26
↓ 4 callersFunctiondecodeJwtPayload
( token: string | undefined, )
src/services/api/xaiOAuthShared.ts:99
↓ 4 callersFunctiondefaultStyle
(theme: Theme)
src/native-ts/color-diff/index.ts:364
↓ 4 callersMethoddel
()
src/utils/Cursor.ts:890
↓ 4 callersFunctiondelay
(ms: number)
src/services/api/claude.streamWatchdog.test.ts:271
↓ 4 callersFunctiondenySpeculation
( message: string, reason: string, )
src/services/PromptSuggestion/speculation.ts:84
↓ 4 callersFunctiondequeue
( filter?: (cmd: QueuedCommand) => boolean, )
src/utils/messageQueueManager.ts:166
↓ 4 callersFunctiondequeueAllMatching
( predicate: (cmd: QueuedCommand) => boolean, )
src/utils/messageQueueManager.ts:243
↓ 4 callersFunctiondetectCurrentRepository
()
src/utils/detectRepository.ts:17
↓ 4 callersFunctiondetectIDEs
( includeInvalid: boolean, )
src/utils/ide.ts:664
↓ 4 callersFunctiondetectImageFormatFromBuffer
(buffer: Buffer)
src/utils/imageResizer.ts:769
↓ 4 callersFunctiondetectSessionFileType
( filePath: string, )
src/utils/memoryFileDetection.ts:40
↓ 4 callersFunctiondiff
(before: AnyObject, after: AnyObject)
src/ink/reconciler.ts:68
↓ 4 callersFunctiondisablePluginOp
( plugin: string, scope?: InstallableScope, )
src/services/plugins/pluginOperations.ts:772
↓ 4 callersMethoddrainAgentFailureQueue
Drain all queued agent failure messages.
src/entrypoints/sdk/query.ts:495
↓ 4 callersFunctiondrainAsyncGenerator
(generator: AsyncGenerator<unknown, T>)
src/services/api/withRetry.test.ts:93
↓ 4 callersFunctiondrainSdkEvents
()
src/utils/sdkEventQueue.ts:89
↓ 4 callersMethoddrainStdin
@see drainStdin
src/ink/ink.tsx:978
↓ 4 callersFunctioneffortLevelToSymbol
(level: EffortLevel)
src/components/EffortIndicator.ts:27
↓ 4 callersFunctionemitTaskProgress
( tracker: ProgressTracker, taskId: string, toolUseId: string | undefined, description: string, star
src/tools/AgentTool/agentToolUtils.ts:388
↓ 4 callersMethodendAuthentication
(success: boolean)
src/utils/awsAuthStatusManager.ts:58
↓ 4 callersMethodendCLIActivity
* Stops tracking CLI activity
src/utils/activityManager.ts:82
↓ 4 callersFunctionenhanceGitPullErrorMessages
* Enhance error messages for git pull failures
src/utils/plugins/marketplaceManager.ts:734
↓ 4 callersFunctionenqueueShellNotification
(taskId: string, description: string, status: 'completed' | 'failed' | 'killed', exitCode: number | undefined,
src/tasks/LocalShellTask/LocalShellTask.tsx:105
↓ 4 callersFunctionensureBackendsRegistered
()
src/utils/swarm/backends/registry.ts:74
↓ 4 callersFunctionensureBackgroundSessionDirs
()
src/cli/bgRegistry.ts:145
↓ 4 callersFunctionensureConnectedClient
( client: ConnectedMCPServer, )
src/services/mcp/client.ts:1730
↓ 4 callersFunctionensureSessionsDir
()
src/utils/sessionPersistence.ts:68
↓ 4 callersFunctionensureToolResultsDir
()
src/utils/toolResultStorage.ts:122
↓ 4 callersMethodenterAlternateScreen
* Pause Ink and hand the terminal over to an external TUI (e.g. git * commit editor). In non-fullscreen mode this enters the alt screen; * in fu
src/ink/ink.tsx:381
↓ 4 callersFunctionentryToRole
* Determine the role of a JSONL entry, or null if it's not a conversational message.
src/entrypoints/sdk/sessions.ts:109
↓ 4 callersFunctionescapeHtmlWithBold
(text: string)
src/commands/insights.ts:1621
↓ 4 callersMethodestimateMessage
* Get token count for a single message.
src/utils/incrementalTokenCounter.ts:152
↓ 4 callersFunctionexceedsSizeLimit
(content: string, _path: string)
src/services/settingsSync/index.ts:497
↓ 4 callersFunctionexcludeCommandsByServer
( commands: Command[], serverName: string, )
src/services/mcp/utils.ts:129
↓ 4 callersFunctionexcludeResourcesByServer
( resources: Record<string, ServerResource[]>, serverName: string, )
src/services/mcp/utils.ts:142
↓ 4 callersFunctionexecCommandHook
* Execute a command-based hook using bash or PowerShell. * * Shell resolution: hook.shell → 'bash'. PowerShell hooks spawn pwsh * with -NoProfile -
src/utils/hooks.ts:936
↓ 4 callersFunctionexecuteNonStreamingRequest
( clientOptions: { model: string fetchOverride?: Options['fetchOverride'] source: string pro
src/services/api/claude.ts:840
↓ 4 callersFunctionexecutePermissionAction
( toolUseConfirm: ToolUseConfirm, { onDone, onReject }: DoneHandlers, action: PermissionAction, )
src/components/permissions/simplePermissionActions.ts:35
↓ 4 callersMethodexitAlternateScreen
* Resume Ink after an external TUI handoff with a full repaint. * In non-fullscreen mode this exits the alt screen back to main; * in fullscreen
src/ink/ink.tsx:416
↓ 4 callersFunctionexpandTilde
* Expands tilde (~) at the start of a path to the user's home directory.
src/tools/PowerShellTool/pathValidation.ts:820
↓ 4 callersFunctionexpectShellError
(command: string)
src/tools/BashTool/BashTool.errorOutput.test.ts:28
↓ 4 callersFunctionextensionForExportFormat
(format: ExportFormat)
src/utils/exportFormats.ts:42
↓ 4 callersFunctionextractDangerousSettings
( settings: SettingsJson | null | undefined, )
src/components/ManagedSettingsSecurityDialog/utils.ts:24
↓ 4 callersFunctionextractDescriptionFromMarkdown
( content: string, defaultDescription: string = 'Custom item', )
src/utils/markdownConfigLoader.ts:114
↓ 4 callersFunctionextractThinkingTokens
( message: AssistantMessage, )
src/utils/tokens.ts:359
↓ 4 callersFunctionfetchAuthServerMetadata
* Fetches authorization server metadata, using a configured metadata URL if available, * otherwise performing RFC 9728 → RFC 8414 discovery via the S
src/services/mcp/auth.ts:300
↓ 4 callersFunctionfetchOllamaModelsProbe
( baseUrl?: string, timeoutMs = 5000, )
src/utils/providerDiscovery.ts:75
↓ 4 callersFunctionfetchSession
( sessionId: string, )
src/utils/teleport/api.ts:289
↓ 4 callersFunctionfileHistoryCanRestore
( state: FileHistoryState, messageId: UUID, )
src/utils/fileHistory.ts:396
↓ 4 callersFunctionfileHistoryGetDiffStats
( state: FileHistoryState, messageId: UUID, )
src/utils/fileHistory.ts:411
↓ 4 callersFunctionfileHistoryTrackEdit
( updateFileHistoryState: ( updater: (prev: FileHistoryState) => FileHistoryState, ) => void, filePa
src/utils/fileHistory.ts:85
← previousnext →2,501–2,600 of 15,760, ranked by callers