MCPcopy Create free account

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

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

↓ 2 callersFunctionexecuteToggleCase
(count: number, ctx: OperatorContext)
src/vim/operators.ts:222
↓ 2 callersFunctionexecuteUserInput
* Core logic for executing user input without UI side effects. * * All commands arrive as `queuedCommands`. First command gets full treatment * (at
src/utils/handlePromptSubmit.ts:396
↓ 2 callersFunctionexecuteWorktreeRemoveHook
( worktreePath: string, )
src/utils/hooks.ts:4967
↓ 2 callersFunctionexecuteX
(count: number, ctx: OperatorContext)
src/vim/operators.ts:171
↓ 2 callersFunctionexpandKey
Key for click-to-expand: tool_use_id where available (so tool_use + its * tool_result expand together), else uuid for groups/thinking.
src/components/Messages.tsx:725
↓ 2 callersFunctionexpandString
(str: string)
src/services/mcp/config.ts:562
↓ 2 callersFunctionextractAgentMentions
(content: string)
src/utils/attachments.ts:2802
↓ 2 callersFunctionextractBashCommentLabel
(command: string)
src/tools/BashTool/commentLabel.ts:8
↓ 2 callersFunctionextractBashToolsFromMessages
(messages: Message[])
src/utils/queryHelpers.ts:507
↓ 2 callersFunctionextractCommandName
* Extract the command name from a PowerShell command string. * Uses the parser to get the first command name from the AST.
src/tools/PowerShellTool/powershellPermissions.ts:118
↓ 2 callersFunctionextractConversationText
(messages: Message[])
src/utils/sessionTitle.ts:33
↓ 2 callersFunctionextractFromServerConfigRecord
( serverConfigs: Record<string, unknown>, )
src/utils/plugins/lspRecommendation.ts:112
↓ 2 callersFunctionextractFunctionHooks
( sessionMatchers: SessionHookMatcher[], )
src/utils/hooks/sessionHooks.ts:357
↓ 2 callersFunctionextractGitHubRepoFromGitUrl
* Extract GitHub owner/repo from a git URL if it's a GitHub URL. * Returns null if not a GitHub URL. * * Handles: * - git@github.com:owner/repo.gi
src/utils/plugins/marketplaceHelpers.ts:348
↓ 2 callersFunctionextractHostFromSource
( source: MarketplaceSource, )
src/utils/plugins/marketplaceHelpers.ts:235
↓ 2 callersFunctionextractInboundMessageFields
( msg: SDKMessage, )
src/bridge/inboundMessages.ts:21
↓ 2 callersFunctionextractJsonStringFieldPrefix
* Like extractJsonStringField but returns the first `maxLen` characters of the * value even when the closing quote is missing (truncated buffer). New
src/utils/sessionStorage.ts:4921
↓ 2 callersFunctionextractMcpToolDetails
(toolName: string)
src/services/analytics/metadata.ts:176
↓ 2 callersFunctionextractMcpToolDisplayName
(userFacingName: string)
src/services/mcp/mcpStringUtils.ts:88
↓ 2 callersFunctionextractPDFPages
( filePath: string, options?: { firstPage?: number; lastPage?: number }, )
src/utils/pdf.ts:179
↓ 2 callersFunctionextractPartialResult
( messages: MessageType[], )
src/tools/AgentTool/agentToolUtils.ts:488
↓ 2 callersFunctionextractPathsFromCommand
* Extract file paths from a parsed PowerShell command element. * Uses the AST args to find positional and named path parameters. * * If any path ar
src/tools/PowerShellTool/pathValidation.ts:1304
↓ 2 callersFunctionextractPathsFromText
(textContent: string)
src/utils/claudemd.ts:458
↓ 2 callersFunctionextractQuotaStatusFromHeaders
( headers: globalThis.Headers, )
src/services/claudeAiLimits.ts:454
↓ 2 callersFunctionextractQuotedContent
(command: string, isJq = false)
src/tools/BashTool/bashSecurity.ts:128
↓ 2 callersFunctionextractRawUtilization
(headers: globalThis.Headers)
src/services/claudeAiLimits.ts:164
↓ 2 callersFunctionextractReceivedFromMessage
(msg: string)
src/utils/settings/validation.ts:92
↓ 2 callersFunctionextractRowText
Extract text from one screen row. When the next row is a soft-wrap * continuation (screen.softWrap[row+1]>0), clamp to that content-end * column a
src/ink/selection.ts:716
↓ 2 callersFunctionextractSearchText
({ filenames })
src/tools/GlobTool/GlobTool.ts:151
↓ 2 callersFunctionextractSearchToken
(completionToken: { token: string; isQuoted?: boolean; })
src/hooks/useTypeahead.tsx:123
↓ 2 callersFunctionextractSshHost
* Extract the SSH host from a git URL for error messaging. * Matches the SSH format user@host:path (e.g., git@github.com:owner/repo.git).
src/utils/plugins/marketplaceManager.ts:781
↓ 2 callersFunctionextractTitleText
(m: Message)
src/bridge/bridgeMessaging.ts:103
↓ 2 callersFunctionextractTranscript
* Extracts a truncated transcript from session messages.
src/utils/agenticSessionSearch.ts:86
↓ 2 callersFunctionextractUsage
* Extract usage stats from an API response.
src/utils/permissions/yoloClassifier.ts:609
↓ 2 callersFunctionextractZipToDirectory
( zipPath: string, targetDir: string, )
src/utils/plugins/zipCache.ts:331
↓ 2 callersFunctionfamilyHasSpecificEntries
* Check if a family alias is narrowed by more specific entries in the allowlist. * When the allowlist contains both "opus" and "opus-4-5", the specif
src/utils/model/modelAllowlist.ts:65
↓ 2 callersFunctionfetchAndStoreChangelog
()
src/utils/releaseNotes.ts:82
↓ 2 callersFunctionfetchAndStoreGroveConfig
* Fetch Grove config from API and store in cache
src/services/api/grove.ts:198
↓ 2 callersFunctionfetchAndStorePassesEligibility
()
src/services/api/referral.ts:174
↓ 2 callersFunctionfetchPage
( ctx: HistoryAuthCtx, params: Record<string, string | number | boolean>, label: string, )
src/assistant/sessionHistory.ts:45
↓ 2 callersFunctionfetchSingleFileGitDiff
( absoluteFilePath: string, )
src/utils/gitDiff.ts:405
↓ 2 callersFunctionfetchSystemPromptParts
({ tools, mainLoopModel, additionalWorkingDirectories, mcpClients, customSystemPrompt, }: { tools:
src/utils/queryContext.ts:44
↓ 2 callersFunctionfetchUserSettings
( maxRetries = DEFAULT_MAX_RETRIES, )
src/services/settingsSync/index.ts:315
↓ 2 callersFunctionfetchWithCurrentAuth
()
src/utils/fastMode.ts:447
↓ 2 callersFunctionfileExtension
(lang: string | undefined)
src/commands/copy/copy.tsx:62
↓ 2 callersFunctionfileHistoryCanRestore
( state: FileHistoryState, messageId: UUID, )
src/utils/fileHistory.ts:399
↓ 2 callersFunctionfileHistoryRestoreStateFromLog
( fileHistorySnapshots: FileHistorySnapshot[], onUpdateState: (newState: FileHistoryState) => void, )
src/utils/fileHistory.ts:888
↓ 2 callersFunctionfileHistoryRewind
( updateFileHistoryState: ( updater: (prev: FileHistoryState) => FileHistoryState, ) => void, messag
src/utils/fileHistory.ts:347
↓ 2 callersFunctionfilterAgentsByMcpRequirements
( agents: AgentDefinition[], availableServers: string[], )
src/tools/AgentTool/loadAgentsDir.ts:250
↓ 2 callersFunctionfilterClaudeAliases
(lines: string[])
src/utils/shellConfig.ts:45
↓ 2 callersFunctionfilterCommandsForRemoteMode
(commands: Command[])
src/commands.ts:686
↓ 2 callersFunctionfilterExistingPaths
(paths: string[])
src/utils/githubRepoPathMapping.ts:94
↓ 2 callersFunctionfilterGitIgnoredLocations
* Filters out locations whose file paths are gitignored. * Uses `git check-ignore` with batched path arguments for efficiency.
src/tools/LSPTool/LSPTool.ts:556
↓ 2 callersFunctionfilterIncompleteToolCalls
(messages: Message[])
src/tools/AgentTool/runAgent.ts:866
↓ 2 callersFunctionfilterInjectedMemoryFiles
( files: MemoryFileInfo[], )
src/utils/claudemd.ts:1142
↓ 2 callersFunctionfilterInvalidPermissionRules
( data: unknown, filePath: string, )
src/utils/settings/validation.ts:224
↓ 2 callersFunctionfilterMcpPromptsByServer
( commands: Command[], serverName: string, )
src/services/mcp/utils.ts:85
↓ 2 callersFunctionfilterStartCodes
(codes: AnsiCode[])
src/utils/sliceAnsi.ts:16
↓ 2 callersFunctionfilterToolsForAgent
({ tools, isBuiltIn, isAsync = false, permissionMode, }: { tools: Tools isBuiltIn: boolean isAsy
src/tools/AgentTool/agentToolUtils.ts:70
↓ 2 callersFunctionfilterUnresolvedToolUses
(messages: Message[])
src/utils/messages.ts:2795
↓ 2 callersFunctionfinalContextTokensFromLastResponse
( messages: Message[], )
src/utils/tokens.ts:79
↓ 2 callersFunctionfinalizePendingAsyncHooks
()
src/utils/hooks/AsyncHookRegistry.ts:281
↓ 2 callersFunctionfindAvailableIDE
()
src/utils/ide.ts:626
↓ 2 callersFunctionfindAvailablePort
()
src/services/mcp/oauthPort.ts:36
↓ 2 callersFunctionfindClaudeAlias
( options?: ShellConfigOptions, )
src/utils/shellConfig.ts:114
↓ 2 callersFunctionfindDangerousClassifierPermissions
( rules: PermissionRule[], cliAllowedTools: string[], )
src/utils/permissions/permissionSetup.ts:295
↓ 2 callersFunctionfindHighestTaskIdFromFiles
* Finds the highest task ID from existing task files (not including high water mark).
src/utils/tasks.ts:246
↓ 2 callersFunctionfindInProcessTeammateTaskId
( agentName: string, appState: AppState, )
src/utils/inProcessTeammateHelpers.ts:33
↓ 2 callersFunctionfindKeywordTriggerPositions
* Find keyword positions, skipping occurrences that are clearly not a * launch directive: * * - Inside paired delimiters: backticks, double quotes,
src/utils/ultraplan/keyword.ts:46
↓ 2 callersFunctionfindMcpServerConnection
( toolName: string, mcpClients: MCPServerConnection[], )
src/services/tools/toolExecution.ts:283
↓ 2 callersFunctionfindMostRecentBackup
* Find the most recent backup file for a given config file. * Checks ~/.claude/backups/ first, then falls back to the legacy location * (next to the
src/utils/config.ts:1372
↓ 2 callersFunctionfindOverlyBroadBashPermissions
( rules: PermissionRule[], cliAllowedTools: string[], )
src/utils/permissions/permissionSetup.ts:379
↓ 2 callersFunctionfindPluginOptionsTarget
(pluginId: string)
src/commands/plugin/PluginOptionsFlow.tsx:27
↓ 2 callersFunctionfindPrInStdout
Find a GitHub PR URL embedded anywhere in stdout and parse it.
src/tools/shared/gitOperationTracking.ts:73
↓ 2 callersFunctionfindReverseDependents
( pluginId: PluginId, plugins: readonly LoadedPlugin[], )
src/utils/plugins/dependencyResolver.ts:244
↓ 2 callersFunctionfindSimilarFile
(filePath: string)
src/utils/file.ts:178
↓ 2 callersFunctionfindSkillTool
(tools: Tools)
src/utils/analyzeContext.ts:517
↓ 2 callersFunctionfindSlackClient
( clients: MCPServerConnection[], )
src/utils/suggestions/slackChannelSuggestions.ts:23
↓ 2 callersFunctionfindThinkingTriggerPositions
(text: string)
src/utils/thinking.ts:36
↓ 2 callersFunctionfindUltrareviewTriggerPositions
( text: string, )
src/utils/ultraplan/keyword.ts:101
↓ 2 callersFunctionfindWordObject
( text: string, offset: number, isInner: boolean, isWordChar: (ch: string) => boolean, )
src/vim/textObjects.ts:60
↓ 2 callersFunctionfinishLoadingPluginFromPath
* Shared tail of both loadPluginFromMarketplaceEntry variants. * * Once pluginPath is resolved (via clone, cache, or installPath lookup), * the res
src/utils/plugins/pluginLoader.ts:2420
↓ 2 callersMethodfirstNonBlankInLogicalLine
()
src/utils/Cursor.ts:503
↓ 2 callersFunctionflagTakesArg
( flag: string, nextArg: string | undefined, spec: CommandSpec | null, )
src/utils/shell/specPrefix.ts:51
↓ 2 callersFunctionflattenSlug
(slug: string)
src/utils/worktree.ts:217
↓ 2 callersFunctionflush
()
src/utils/toolResultStorage.ts:606
↓ 2 callersMethodflush
()
src/utils/task/diskOutput.ts:133
↓ 2 callersFunctionflushBuffer
( buffer: string, styles: AnsiCode[], stylePool: StylePool, out: ClusteredChar[], )
src/ink/output.ts:586
↓ 2 callersFunctionflushGroup
(isActive: boolean)
src/tools/AgentTool/UI.tsx:115
↓ 2 callersFunctionflushInteractionTime_inner
()
src/bootstrap/state.ts:686
↓ 2 callersFunctionflushNonTableContent
()
src/components/Markdown.tsx:137
↓ 2 callersFunctionflushSessionSection
( sectionHeader: string, sectionLines: string[], maxCharsPerSection: number, )
src/services/SessionMemory/prompts.ts:298
↓ 2 callersFunctionflushText
()
src/ink/termio/tokenize.ts:117
↓ 2 callersFunctionfmt
(n: number)
src/utils/tokenBudget.ts:71
↓ 2 callersMethodforceFlush
()
src/services/analytics/firstPartyEventLoggingExporter.ts:773
↓ 2 callersFunctionformatAgent
(agent: ResolvedAgent)
src/cli/handlers/agents.ts:20
↓ 2 callersFunctionformatAgentAsMarkdown
( agentType: string, whenToUse: string, tools: string[] | undefined, systemPrompt: string, color?: s
src/components/agents/agentFileUtils.ts:20
↓ 2 callersFunctionformatAutoUpdaterDisabledReason
( reason: AutoUpdaterDisabledReason, )
src/utils/config.ts:1722
↓ 2 callersFunctionformatBashOutput
( stdout: string, stderr: string, inline = false, )
src/utils/promptShellExecution.ts:145
↓ 2 callersFunctionformatBriefTimestamp
( isoString: string, now: Date = new Date(), )
src/utils/formatBriefTimestamp.ts:16
← previousnext →2,901–3,000 of 11,702, ranked by callers