Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oboard/claude-code-rev
/ functions
Functions
11,702 in github.com/oboard/claude-code-rev
⨍
Functions
11,702
◇
Types & classes
352
↓ 2 callers
Function
executeToggleCase
(count: number, ctx: OperatorContext)
src/vim/operators.ts:222
↓ 2 callers
Function
executeUserInput
* 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 callers
Function
executeWorktreeRemoveHook
( worktreePath: string, )
src/utils/hooks.ts:4967
↓ 2 callers
Function
executeX
(count: number, ctx: OperatorContext)
src/vim/operators.ts:171
↓ 2 callers
Function
expandKey
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 callers
Function
expandString
(str: string)
src/services/mcp/config.ts:562
↓ 2 callers
Function
extractAgentMentions
(content: string)
src/utils/attachments.ts:2802
↓ 2 callers
Function
extractBashCommentLabel
(command: string)
src/tools/BashTool/commentLabel.ts:8
↓ 2 callers
Function
extractBashToolsFromMessages
(messages: Message[])
src/utils/queryHelpers.ts:507
↓ 2 callers
Function
extractCommandName
* 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 callers
Function
extractConversationText
(messages: Message[])
src/utils/sessionTitle.ts:33
↓ 2 callers
Function
extractFromServerConfigRecord
( serverConfigs: Record<string, unknown>, )
src/utils/plugins/lspRecommendation.ts:112
↓ 2 callers
Function
extractFunctionHooks
( sessionMatchers: SessionHookMatcher[], )
src/utils/hooks/sessionHooks.ts:357
↓ 2 callers
Function
extractGitHubRepoFromGitUrl
* 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 callers
Function
extractHostFromSource
( source: MarketplaceSource, )
src/utils/plugins/marketplaceHelpers.ts:235
↓ 2 callers
Function
extractInboundMessageFields
( msg: SDKMessage, )
src/bridge/inboundMessages.ts:21
↓ 2 callers
Function
extractJsonStringFieldPrefix
* 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 callers
Function
extractMcpToolDetails
(toolName: string)
src/services/analytics/metadata.ts:176
↓ 2 callers
Function
extractMcpToolDisplayName
(userFacingName: string)
src/services/mcp/mcpStringUtils.ts:88
↓ 2 callers
Function
extractPDFPages
( filePath: string, options?: { firstPage?: number; lastPage?: number }, )
src/utils/pdf.ts:179
↓ 2 callers
Function
extractPartialResult
( messages: MessageType[], )
src/tools/AgentTool/agentToolUtils.ts:488
↓ 2 callers
Function
extractPathsFromCommand
* 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 callers
Function
extractPathsFromText
(textContent: string)
src/utils/claudemd.ts:458
↓ 2 callers
Function
extractQuotaStatusFromHeaders
( headers: globalThis.Headers, )
src/services/claudeAiLimits.ts:454
↓ 2 callers
Function
extractQuotedContent
(command: string, isJq = false)
src/tools/BashTool/bashSecurity.ts:128
↓ 2 callers
Function
extractRawUtilization
(headers: globalThis.Headers)
src/services/claudeAiLimits.ts:164
↓ 2 callers
Function
extractReceivedFromMessage
(msg: string)
src/utils/settings/validation.ts:92
↓ 2 callers
Function
extractRowText
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 callers
Function
extractSearchText
({ filenames })
src/tools/GlobTool/GlobTool.ts:151
↓ 2 callers
Function
extractSearchToken
(completionToken: { token: string; isQuoted?: boolean; })
src/hooks/useTypeahead.tsx:123
↓ 2 callers
Function
extractSshHost
* 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 callers
Function
extractTitleText
(m: Message)
src/bridge/bridgeMessaging.ts:103
↓ 2 callers
Function
extractTranscript
* Extracts a truncated transcript from session messages.
src/utils/agenticSessionSearch.ts:86
↓ 2 callers
Function
extractUsage
* Extract usage stats from an API response.
src/utils/permissions/yoloClassifier.ts:609
↓ 2 callers
Function
extractZipToDirectory
( zipPath: string, targetDir: string, )
src/utils/plugins/zipCache.ts:331
↓ 2 callers
Function
familyHasSpecificEntries
* 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 callers
Function
fetchAndStoreChangelog
()
src/utils/releaseNotes.ts:82
↓ 2 callers
Function
fetchAndStoreGroveConfig
* Fetch Grove config from API and store in cache
src/services/api/grove.ts:198
↓ 2 callers
Function
fetchAndStorePassesEligibility
()
src/services/api/referral.ts:174
↓ 2 callers
Function
fetchPage
( ctx: HistoryAuthCtx, params: Record<string, string | number | boolean>, label: string, )
src/assistant/sessionHistory.ts:45
↓ 2 callers
Function
fetchSingleFileGitDiff
( absoluteFilePath: string, )
src/utils/gitDiff.ts:405
↓ 2 callers
Function
fetchSystemPromptParts
({ tools, mainLoopModel, additionalWorkingDirectories, mcpClients, customSystemPrompt, }: { tools:
src/utils/queryContext.ts:44
↓ 2 callers
Function
fetchUserSettings
( maxRetries = DEFAULT_MAX_RETRIES, )
src/services/settingsSync/index.ts:315
↓ 2 callers
Function
fetchWithCurrentAuth
()
src/utils/fastMode.ts:447
↓ 2 callers
Function
fileExtension
(lang: string | undefined)
src/commands/copy/copy.tsx:62
↓ 2 callers
Function
fileHistoryCanRestore
( state: FileHistoryState, messageId: UUID, )
src/utils/fileHistory.ts:399
↓ 2 callers
Function
fileHistoryRestoreStateFromLog
( fileHistorySnapshots: FileHistorySnapshot[], onUpdateState: (newState: FileHistoryState) => void, )
src/utils/fileHistory.ts:888
↓ 2 callers
Function
fileHistoryRewind
( updateFileHistoryState: ( updater: (prev: FileHistoryState) => FileHistoryState, ) => void, messag
src/utils/fileHistory.ts:347
↓ 2 callers
Function
filterAgentsByMcpRequirements
( agents: AgentDefinition[], availableServers: string[], )
src/tools/AgentTool/loadAgentsDir.ts:250
↓ 2 callers
Function
filterClaudeAliases
(lines: string[])
src/utils/shellConfig.ts:45
↓ 2 callers
Function
filterCommandsForRemoteMode
(commands: Command[])
src/commands.ts:686
↓ 2 callers
Function
filterExistingPaths
(paths: string[])
src/utils/githubRepoPathMapping.ts:94
↓ 2 callers
Function
filterGitIgnoredLocations
* 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 callers
Function
filterIncompleteToolCalls
(messages: Message[])
src/tools/AgentTool/runAgent.ts:866
↓ 2 callers
Function
filterInjectedMemoryFiles
( files: MemoryFileInfo[], )
src/utils/claudemd.ts:1142
↓ 2 callers
Function
filterInvalidPermissionRules
( data: unknown, filePath: string, )
src/utils/settings/validation.ts:224
↓ 2 callers
Function
filterMcpPromptsByServer
( commands: Command[], serverName: string, )
src/services/mcp/utils.ts:85
↓ 2 callers
Function
filterStartCodes
(codes: AnsiCode[])
src/utils/sliceAnsi.ts:16
↓ 2 callers
Function
filterToolsForAgent
({ tools, isBuiltIn, isAsync = false, permissionMode, }: { tools: Tools isBuiltIn: boolean isAsy
src/tools/AgentTool/agentToolUtils.ts:70
↓ 2 callers
Function
filterUnresolvedToolUses
(messages: Message[])
src/utils/messages.ts:2795
↓ 2 callers
Function
finalContextTokensFromLastResponse
( messages: Message[], )
src/utils/tokens.ts:79
↓ 2 callers
Function
finalizePendingAsyncHooks
()
src/utils/hooks/AsyncHookRegistry.ts:281
↓ 2 callers
Function
findAvailableIDE
()
src/utils/ide.ts:626
↓ 2 callers
Function
findAvailablePort
()
src/services/mcp/oauthPort.ts:36
↓ 2 callers
Function
findClaudeAlias
( options?: ShellConfigOptions, )
src/utils/shellConfig.ts:114
↓ 2 callers
Function
findDangerousClassifierPermissions
( rules: PermissionRule[], cliAllowedTools: string[], )
src/utils/permissions/permissionSetup.ts:295
↓ 2 callers
Function
findHighestTaskIdFromFiles
* Finds the highest task ID from existing task files (not including high water mark).
src/utils/tasks.ts:246
↓ 2 callers
Function
findInProcessTeammateTaskId
( agentName: string, appState: AppState, )
src/utils/inProcessTeammateHelpers.ts:33
↓ 2 callers
Function
findKeywordTriggerPositions
* 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 callers
Function
findMcpServerConnection
( toolName: string, mcpClients: MCPServerConnection[], )
src/services/tools/toolExecution.ts:283
↓ 2 callers
Function
findMostRecentBackup
* 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 callers
Function
findOverlyBroadBashPermissions
( rules: PermissionRule[], cliAllowedTools: string[], )
src/utils/permissions/permissionSetup.ts:379
↓ 2 callers
Function
findPluginOptionsTarget
(pluginId: string)
src/commands/plugin/PluginOptionsFlow.tsx:27
↓ 2 callers
Function
findPrInStdout
Find a GitHub PR URL embedded anywhere in stdout and parse it.
src/tools/shared/gitOperationTracking.ts:73
↓ 2 callers
Function
findReverseDependents
( pluginId: PluginId, plugins: readonly LoadedPlugin[], )
src/utils/plugins/dependencyResolver.ts:244
↓ 2 callers
Function
findSimilarFile
(filePath: string)
src/utils/file.ts:178
↓ 2 callers
Function
findSkillTool
(tools: Tools)
src/utils/analyzeContext.ts:517
↓ 2 callers
Function
findSlackClient
( clients: MCPServerConnection[], )
src/utils/suggestions/slackChannelSuggestions.ts:23
↓ 2 callers
Function
findThinkingTriggerPositions
(text: string)
src/utils/thinking.ts:36
↓ 2 callers
Function
findUltrareviewTriggerPositions
( text: string, )
src/utils/ultraplan/keyword.ts:101
↓ 2 callers
Function
findWordObject
( text: string, offset: number, isInner: boolean, isWordChar: (ch: string) => boolean, )
src/vim/textObjects.ts:60
↓ 2 callers
Function
finishLoadingPluginFromPath
* 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 callers
Method
firstNonBlankInLogicalLine
()
src/utils/Cursor.ts:503
↓ 2 callers
Function
flagTakesArg
( flag: string, nextArg: string | undefined, spec: CommandSpec | null, )
src/utils/shell/specPrefix.ts:51
↓ 2 callers
Function
flattenSlug
(slug: string)
src/utils/worktree.ts:217
↓ 2 callers
Function
flush
()
src/utils/toolResultStorage.ts:606
↓ 2 callers
Method
flush
()
src/utils/task/diskOutput.ts:133
↓ 2 callers
Function
flushBuffer
( buffer: string, styles: AnsiCode[], stylePool: StylePool, out: ClusteredChar[], )
src/ink/output.ts:586
↓ 2 callers
Function
flushGroup
(isActive: boolean)
src/tools/AgentTool/UI.tsx:115
↓ 2 callers
Function
flushInteractionTime_inner
()
src/bootstrap/state.ts:686
↓ 2 callers
Function
flushNonTableContent
()
src/components/Markdown.tsx:137
↓ 2 callers
Function
flushSessionSection
( sectionHeader: string, sectionLines: string[], maxCharsPerSection: number, )
src/services/SessionMemory/prompts.ts:298
↓ 2 callers
Function
flushText
()
src/ink/termio/tokenize.ts:117
↓ 2 callers
Function
fmt
(n: number)
src/utils/tokenBudget.ts:71
↓ 2 callers
Method
forceFlush
()
src/services/analytics/firstPartyEventLoggingExporter.ts:773
↓ 2 callers
Function
formatAgent
(agent: ResolvedAgent)
src/cli/handlers/agents.ts:20
↓ 2 callers
Function
formatAgentAsMarkdown
( agentType: string, whenToUse: string, tools: string[] | undefined, systemPrompt: string, color?: s
src/components/agents/agentFileUtils.ts:20
↓ 2 callers
Function
formatAutoUpdaterDisabledReason
( reason: AutoUpdaterDisabledReason, )
src/utils/config.ts:1722
↓ 2 callers
Function
formatBashOutput
( stdout: string, stderr: string, inline = false, )
src/utils/promptShellExecution.ts:145
↓ 2 callers
Function
formatBriefTimestamp
( isoString: string, now: Date = new Date(), )
src/utils/formatBriefTimestamp.ts:16
← previous
next →
2,901–3,000 of 11,702, ranked by callers