MCPcopy Create free account

hub / github.com/oboard/claude-code-rev / functions

Functions11,702 in github.com/oboard/claude-code-rev

↓ 3 callersFunctionuseTerminalViewport
()
src/ink/hooks/use-terminal-viewport.ts:29
↓ 3 callersFunctionuseVoiceStore
()
src/context/voice.tsx:43
↓ 3 callersFunctionvalidateDirectoryForWorkspace
( directoryPath: string, permissionContext: ToolPermissionContext, )
src/commands/add-dir/validation.ts:31
↓ 3 callersFunctionvalidateManifest
( manifestJson: unknown, )
src/utils/dxt/helpers.ts:13
↓ 3 callersFunctionvalidateMarketplaceManifest
( filePath: string, )
src/utils/plugins/validatePlugin.ts:310
↓ 3 callersFunctionvalidateModel
( model: string, )
src/utils/model/validateModel.ts:20
↓ 3 callersFunctionvalidateMultiSelect
(fieldName: string, schema_0: PrimitiveSchemaDefinition)
src/components/mcp/ElicitationDialog.tsx:274
↓ 3 callersFunctionvalidatePathWithinBase
( basePath: string, relativePath: string, )
src/utils/plugins/pluginInstallationHelpers.ts:87
↓ 3 callersFunctionvalidatePluginManifest
( filePath: string, )
src/utils/plugins/validatePlugin.ts:129
↓ 3 callersMethodwaitUntilExit
()
src/ink/ink.tsx:1534
↓ 3 callersFunctionwalkPluginMarkdown
( rootDir: string, onFile: (fullPath: string, namespace: string[]) => Promise<void>, opts: { stopAtSkill
src/utils/plugins/walkPluginMarkdown.ts:21
↓ 3 callersFunctionwalkVariableAssignment
( node: Node, innerCommands: SimpleCommand[], varScope: Map<string, string>, )
src/utils/bash/ast.ts:1777
↓ 3 callersMethodwatchPath
(path: string, callback: () => void)
src/utils/git/gitFilesystem.ts:382
↓ 3 callersFunctionwithMemoryCorrectionHint
(message: string)
src/utils/messages.ts:185
↓ 3 callersFunctionwithRetry
( getClient: () => Promise<Anthropic>, operation: ( client: Anthropic, attempt: number, contex
src/services/api/withRetry.ts:170
↓ 3 callersFunctionwithVCR
( messages: Message[], f: () => Promise<(AssistantMessage | StreamEvent | SystemAPIErrorMessage)[]>, )
src/services/vcr.ts:88
↓ 3 callersFunctionwithoutTerminal
(allowed: readonly string[])
src/utils/computerUse/executor.ts:283
↓ 3 callersFunctionworktreesDir
(repoRoot: string)
src/utils/worktree.ts:204
↓ 3 callersFunctionwouldLoseAuthState
* Detect whether writing `fresh` would lose auth/onboarding state that the * in-memory cache still has. This happens when `getConfig` hits a corrupte
src/utils/config.ts:783
↓ 3 callersFunctionwrapChannelMessage
( serverName: string, content: string, meta?: Record<string, string>, )
src/services/mcp/channelNotification.ts:106
↓ 3 callersFunctionwrapFetchWithTimeout
(baseFetch: FetchLike)
src/services/mcp/client.ts:492
↓ 3 callersFunctionwrapText
( text: string, maxWidth: number, wrapType: Styles['textWrap'], )
src/ink/wrap-text.ts:40
↓ 3 callersFunctionwriteCronTasks
( tasks: CronTask[], dir?: string, )
src/utils/cronTasks.ts:165
↓ 3 callersFunctionyieldMissingToolResultBlocks
( assistantMessages: AssistantMessage[], errorMessage: string, )
src/query.ts:123
↓ 3 callersFunctionyieldToEventLoop
()
src/native-ts/file-index/index.ts:325
↓ 2 callersMethod#clearHideTimer
()
src/hooks/useTasksV2.ts:174
↓ 2 callersMethod#clearSizeWatchdog
()
src/utils/ShellCommand.ts:232
↓ 2 callersMethod#drainAllChunks
()
src/utils/task/diskOutput.ts:141
↓ 2 callersMethod#notify
()
src/hooks/useTasksV2.ts:81
↓ 2 callersMethod#spillToDisk
(stderrChunk: string | null, stdoutChunk: string | null)
src/utils/task/TaskOutput.ts:256
↓ 2 callersMethod#writeBuffered
(data: string, isStderr: boolean)
src/utils/task/TaskOutput.ts:176
↓ 2 callersFunction_runAndCache
( isNonInteractiveSession: boolean, isCold: boolean, epoch: number, )
src/utils/auth.ts:551
↓ 2 callersMethod_setCurrentTarget
@internal
src/ink/events/terminal-event.ts:78
↓ 2 callersMethod_setEventPhase
@internal
src/ink/events/terminal-event.ts:83
↓ 2 callersMethod_setPeer
@internal
src/services/mcp/InProcessTransport.ts:20
↓ 2 callersFunctionabort
()
src/services/mcp/auth.ts:212
↓ 2 callersFunctionacceptSuggestionText
(text: string)
src/hooks/useTypeahead.tsx:1280
↓ 2 callersFunctionaccumulateUsage
( totalUsage: Readonly<NonNullableUsage>, messageUsage: Readonly<NonNullableUsage>, )
src/services/api/claude.ts:2993
↓ 2 callersFunctionacquireIdpIdToken
( opts: IdpLoginOptions, )
src/services/mcp/xaaIdpLogin.ts:401
↓ 2 callersFunctionaddArgumentsToPrompt
( prompt: string, jsonInput: string, )
src/utils/hooks/hookHelpers.ts:30
↓ 2 callersFunctionaddErrorNotificationIfNeeded
( error: unknown, context: Pick<ToolUseContext, 'addNotification'>, )
src/services/compact/compact.ts:1108
↓ 2 callersFunctionaddErrorsToAppState
* Add errors to AppState, deduplicating to avoid showing the same error multiple times
src/services/mcp/useManageMCPConnections.ts:103
↓ 2 callersFunctionaddFunctionHook
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, event: HookEvent, m
src/utils/hooks/sessionHooks.ts:93
↓ 2 callersFunctionaddHookToSession
* Internal helper to add a hook to session state
src/utils/hooks/sessionHooks.ts:167
↓ 2 callersFunctionaddInstalledPlugin
( pluginId: string, metadata: InstalledPlugin, scope: PersistableScope = 'user', projectPath?: string,
src/utils/plugins/installedPluginsManager.ts:874
↓ 2 callersFunctionaddLineNumber
( h: Highlight, theme: Theme, maxDigits: number, fullDim: boolean, )
src/native-ts/color-diff/index.ts:726
↓ 2 callersFunctionaddLineNumbers
({ content, // 1-indexed startLine, }: { content: string startLine: number })
src/utils/file.ts:290
↓ 2 callersMethodaddOutput
(line: string)
src/utils/awsAuthStatusManager.ts:48
↓ 2 callersFunctionaddPluginScopeToLspServers
( servers: Record<string, LspServerConfig>, pluginName: string, )
src/utils/plugins/lspPluginIntegration.ts:298
↓ 2 callersFunctionaddPluginScopeToServers
( servers: Record<string, McpServerConfig>, pluginName: string, pluginSource: string, )
src/utils/plugins/mcpPluginIntegration.ts:341
↓ 2 callersFunctionaddSessionHook
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, event: HookEvent, m
src/utils/hooks/sessionHooks.ts:68
↓ 2 callersFunctionaddToToolDuration
(duration: number)
src/bootstrap/state.ts:586
↓ 2 callersFunctionaddToTurnHookDuration
(duration: number)
src/bootstrap/state.ts:596
↓ 2 callersFunctionaddToolResult
( toolUseResult: unknown, preMappedBlock?: ToolResultBlockParam, )
src/services/tools/toolExecution.ts:1403
↓ 2 callersFunctionadjustHunkLineNumbers
( hunks: StructuredPatchHunk[], offset: number, )
src/utils/diff.ts:17
↓ 2 callersFunctionaggregateClaudeCodeStatsForRange
( range: StatsDateRange, )
src/utils/stats.ts:718
↓ 2 callersFunctionaliasMatchesParentTier
* Check if a bare family alias (opus/sonnet/haiku) matches the parent model's * tier. When it does, the subagent inherits the parent's exact model st
src/utils/model/agent.ts:110
↓ 2 callersFunctionalignAbsolute
( align: Align, leadEdge: number, trailEdge: number, childSize: number, wrapReverse: boolean, )
src/native-ts/yoga-layout/index.ts:2039
↓ 2 callersFunctionall
( generators: AsyncGenerator<A, void>[], concurrencyCap = Infinity, )
src/utils/generators.ts:32
↓ 2 callersFunctionanalyzeContextUsage
( messages: Message[], model: string, getToolPermissionContext: () => Promise<ToolPermissionContext>,
src/utils/analyzeContext.ts:918
↓ 2 callersFunctionannotateBoundaryWithPreservedSegment
( boundary: SystemCompactBoundaryMessage, anchorUuid: UUID, messagesToKeep: readonly Message[] | undefin
src/services/compact/compact.ts:349
↓ 2 callersFunctionappendStdout
(msg: string)
src/screens/REPL.tsx:4917
↓ 2 callersFunctionappendTeammateMessage
(taskId: string, message: Message, setAppState: SetAppState)
src/tasks/InProcessTeammateTask/InProcessTeammateTask.tsx:51
↓ 2 callersMethodappendToFile
(filePath: string, data: string)
src/utils/sessionStorage.ts:634
↓ 2 callersFunctionappleScriptQuote
* AppleScript string literal escaping (backslash then double-quote).
src/utils/deepLink/terminalLauncher.ts:526
↓ 2 callersFunctionapplyCommandSuggestion
( suggestion: string | SuggestionItem, shouldExecute: boolean, commands: Command[], onInputChange: (va
src/utils/suggestions/commandSuggestions.ts:503
↓ 2 callersFunctionapplyCoordinatorToolFilter
(tools: Tools)
src/utils/toolPool.ts:35
↓ 2 callersFunctionapplyDirectorySuggestion
(input: string, suggestionId: string, tokenStartPos: number, tokenLength: number, isDirectory: boolean)
src/hooks/useTypeahead.tsx:237
↓ 2 callersFunctionapplyEditToFile
( originalContent: string, oldString: string, newString: string, replaceAll: boolean = false, )
src/tools/FileEditTool/utils.ts:206
↓ 2 callersFunctionapplyMarkdown
( content: string, theme: ThemeName, highlight: CliHighlight | null = null, )
src/utils/markdown.ts:36
↓ 2 callersFunctionapplyMcpServerChanges
( servers: Record<string, McpServerConfigForProcessTransport>, )
src/cli/print.ts:1553
↓ 2 callersFunctionapplyModelOverrides
* Layer user-configured modelOverrides (from settings.json) on top of the * provider-derived model strings. Overrides are keyed by canonical first-pa
src/utils/model/modelStrings.ts:63
↓ 2 callersFunctionapplyParentRegionPrefix
( resolvedModel: string, originalSpec: string, )
src/utils/model/agent.ts:58
↓ 2 callersFunctionapplyPluginMcpDiff
()
src/cli/print.ts:1797
↓ 2 callersFunctionapplySettingsChange
( source: SettingSource, setAppState: (f: (prev: AppState) => AppState) => void, )
src/utils/settings/applySettingsChange.ts:33
↓ 2 callersFunctionapplyTaskOffsetsAndEvictions
( setAppState: SetAppState, updatedTaskOffsets: Record<string, number>, evictedTaskIds: string[], )
src/utils/task/framework.ts:213
↓ 2 callersFunctionapplyVarToScope
* Apply a variable assignment to the scope, handling `+=` append semantics. * SECURITY: If EITHER side (existing value or appended value) contains a
src/utils/bash/ast.ts:2017
↓ 2 callersFunctionassemblePluginLoadResult
* Shared body of loadAllPlugins and loadAllPluginsCacheOnly. * * The only difference between the two is which marketplace loader runs — * session p
src/utils/plugins/pluginLoader.ts:3155
↓ 2 callersFunctionatomicMoveToInstallPath
( stagedBinaryPath: string, installPath: string, )
src/utils/nativeInstaller/installer.ts:300
↓ 2 callersFunctionattemptNpmUninstall
( packageName: string, )
src/utils/nativeInstaller/installer.ts:1609
↓ 2 callersFunctionawaitClassifierAutoApproval
( pendingCheck: PendingClassifierCheck, signal: AbortSignal, isNonInteractiveSession: boolean, )
src/tools/BashTool/bashPermissions.ts:1555
↓ 2 callersFunctionbackgroundAll
(getAppState: () => AppState, setAppState: SetAppState)
src/tasks/LocalShellTask/LocalShellTask.tsx:390
↓ 2 callersFunctionbackgroundExistingForegroundTask
(taskId: string, shellCommand: ShellCommand, description: string, setAppState: SetAppState, toolUseId?: string
src/tasks/LocalShellTask/LocalShellTask.tsx:420
↓ 2 callersFunctionbaseCreateAssistantMessage
({ content, isApiErrorMessage = false, apiError, error, errorDetails, isVirtual, usage = { i
src/utils/messages.ts:355
↓ 2 callersFunctionbashToolCheckPermission
( input: z.infer<typeof BashTool.inputSchema>, toolPermissionContext: ToolPermissionContext, compoundCom
src/tools/BashTool/bashPermissions.ts:1050
↓ 2 callersMethodbeforeFileEdited
* Capture baseline diagnostics for a specific file before editing. * This is called before editing a file to ensure we have a baseline to compare a
src/services/diagnosticTracking.ts:135
↓ 2 callersFunctionbeginFocusRecording
()
src/hooks/useVoice.ts:594
↓ 2 callersMethodbinarySearchBoundary
* Binary search for boundaries. * @param boundaries: Sorted array of boundaries * @param target: Target offset * @param findNext: If true, fi
src/utils/Cursor.ts:1198
↓ 2 callersFunctionblitRegion
( dst: Screen, src: Screen, regionX: number, regionY: number, maxX: number, maxY: number, )
src/ink/screen.ts:858
↓ 2 callersFunctionblockTask
( taskListId: string, fromTaskId: string, toTaskId: string, )
src/utils/tasks.ts:458
↓ 2 callersFunctionbridgeMain
(args: string[])
src/bridge/bridgeMain.ts:1980
↓ 2 callersFunctionbuildAPIProviderProperties
()
src/utils/status.tsx:244
↓ 2 callersFunctionbuildAccountProperties
()
src/utils/status.tsx:201
↓ 2 callersFunctionbuildActiveFooterText
(url: string)
src/bridge/bridgeStatusUtil.ts:149
↓ 2 callersFunctionbuildAlreadyActiveMessage
(url: string | undefined)
src/commands/ultraplan.tsx:192
↓ 2 callersFunctionbuildChildMessage
(directive: string)
src/tools/AgentTool/forkSubagent.ts:171
↓ 2 callersFunctionbuildCodeEditToolAttributes
( tool: ToolType, input: unknown, decision: 'accept' | 'reject', source: string, )
src/hooks/toolPermission/permissionLogging.ts:41
↓ 2 callersFunctionbuildCommandParts
* Builds command parts from parsed entries, handling strings and operators. * Special handling for file descriptor redirections to preserve them as s
src/utils/bash/bashPipeCommand.ts:119
↓ 2 callersFunctionbuildComputerUseTools
()
shims/ant-computer-use-mcp/index.ts:116
↓ 2 callersFunctionbuildExtractAutoOnlyPrompt
( newMessageCount: number, existingMemories: string, skipIndex = false, )
src/services/extractMemories/prompts.ts:50
← previousnext →2,501–2,600 of 11,702, ranked by callers