Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ functions
Functions
13,048 in github.com/codeaashu/claude-code
⨍
Functions
13,048
◇
Types & classes
657
↓ 1 callers
Function
getPlanModeAttachments
( messages: Message[] | undefined, toolUseContext: ToolUseContext, )
src/utils/attachments.ts:1186
↓ 1 callers
Function
getPlanModeExitAttachment
* Returns a plan_mode_exit attachment if we just exited plan mode. * This is a one-time notification to tell the model it's no longer in plan mode.
src/utils/attachments.ts:1248
↓ 1 callers
Function
getPlanModeInstructions
(attachment: { reminderType: 'full' | 'sparse' isSubAgent?: boolean planFilePath: string planExists: b
src/utils/messages.ts:3136
↓ 1 callers
Function
getPlanModeInterviewInstructions
* Iterative interview-based plan mode workflow. * Instead of forcing Explore/Plan agents, this workflow has the model: * 1. Read files and ask quest
src/utils/messages.ts:3323
↓ 1 callers
Function
getPlanModeV2AgentCount
()
src/utils/planModeV2.ts:5
↓ 1 callers
Function
getPlanModeV2ExploreAgentCount
()
src/utils/planModeV2.ts:31
↓ 1 callers
Function
getPlanModeV2Instructions
(attachment: { isSubAgent?: boolean planFilePath?: string planExists?: boolean })
src/utils/messages.ts:3207
↓ 1 callers
Function
getPlanModeV2SparseInstructions
(attachment: { planFilePath: string })
src/utils/messages.ts:3385
↓ 1 callers
Function
getPlanModeV2SubAgentInstructions
(attachment: { planFilePath: string planExists: boolean })
src/utils/messages.ts:3399
↓ 1 callers
Function
getPlanPhase4Section
()
src/utils/messages.ts:3190
↓ 1 callers
Function
getPlanV2SystemPrompt
()
src/tools/AgentTool/built-in/planAgent.ts:14
↓ 1 callers
Function
getPluginDataDirSize
( pluginId: string, )
src/utils/plugins/pluginDirectories.ts:130
↓ 1 callers
Function
getPluginId
()
src/commands/thinkback-play/thinkback-play.ts:10
↓ 1 callers
Function
getPluginLspServers
( plugin: LoadedPlugin, errors: PluginError[] = [], )
src/utils/plugins/lspPluginIntegration.ts:322
↓ 1 callers
Function
getPluginMcpServers
( plugin: LoadedPlugin, errors: PluginError[] = [], )
src/utils/plugins/mcpPluginIntegration.ts:589
↓ 1 callers
Function
getPluginTrustMessage
()
src/utils/plugins/marketplaceHelpers.ts:183
↓ 1 callers
Function
getPluginsDirectoryName
* Get the plugins directory name based on current mode. * Uses session state (from --cowork flag) or env var. * * Priority: * 1. Session state (se
src/utils/plugins/pluginDirectories.ts:34
↓ 1 callers
Function
getPolicyLimitsEndpoint
* Get the policy limits API endpoint
src/services/policyLimits/index.ts:126
↓ 1 callers
Function
getPolicySettingsOrigin
()
src/utils/settings/settings.ts:375
↓ 1 callers
Method
getPositionFromOffset
(offset: number)
src/utils/Cursor.ts:1429
↓ 1 callers
Function
getPowerShellEdition
()
src/utils/shell/powershellDetection.ts:87
↓ 1 callers
Function
getPrStatusColor
(state?: PrReviewState)
src/components/PrBadge.tsx:83
↓ 1 callers
Function
getPreReadInstruction
()
src/tools/FileEditTool/prompt.ts:4
↓ 1 callers
Function
getPreReadInstruction
()
src/tools/FileWriteTool/prompt.ts:6
↓ 1 callers
Function
getPreToolHookBlockingMessage
( hookName: string, blockingError: HookBlockingError, )
src/utils/hooks.ts:1882
↓ 1 callers
Function
getPreferTmuxOverIterm2
()
src/utils/swarm/backends/it2Setup.ts:243
↓ 1 callers
Function
getPreviousRequestIdFromMessages
* Extracts the request ID from the most recent assistant message in the * conversation. Used to link consecutive API requests in analytics so we can
src/services/api/claude.ts:928
↓ 1 callers
Function
getProactiveSection
()
src/constants/prompts.ts:860
↓ 1 callers
Function
getProcessCommand
(pid: string | number)
src/utils/genericProcessUtils.ts:94
↓ 1 callers
Function
getProgressMessagesFromLookup
( message: NormalizedMessage, lookups: MessageLookups, )
src/utils/messages.ts:1435
↓ 1 callers
Function
getProgressStats
()
src/tools/AgentTool/UI.tsx:471
↓ 1 callers
Function
getProjectDir
(projectDir: string)
src/utils/sessionStoragePortable.ts:329
↓ 1 callers
Function
getProjectFiles
* Gets project files using git ls-files (fast) or ripgrep (fallback)
src/hooks/fileSuggestions.ts:459
↓ 1 callers
Function
getPrompt
()
src/tools/PowerShellTool/prompt.ts:73
↓ 1 callers
Function
getPrompt
()
src/tools/TeamDeleteTool/prompt.ts:1
↓ 1 callers
Function
getPrompt
()
src/tools/TaskCreateTool/prompt.ts:5
↓ 1 callers
Function
getPrompt
( agentDefinitions: AgentDefinition[], isCoordinator?: boolean, allowedAgentTypes?: string[], )
src/tools/AgentTool/prompt.ts:66
↓ 1 callers
Function
getPrompt
()
src/tools/TeamCreateTool/prompt.ts:1
↓ 1 callers
Function
getPrompt
()
src/tools/TaskListTool/prompt.ts:5
↓ 1 callers
Function
getPromptCache1hAllowlist
()
src/bootstrap/state.ts:1692
↓ 1 callers
Function
getPromptCache1hEligible
()
src/bootstrap/state.ts:1700
↓ 1 callers
Function
getPromptContent
()
src/commands/commit.ts:12
↓ 1 callers
Function
getPromptTooLongTokenGap
( msg: AssistantMessage, )
src/services/api/errors.ts:104
↓ 1 callers
Function
getPromptWhileMarketplaceIsPrivate
(_args, context)
src/commands/security-review.ts:205
↓ 1 callers
Method
getProxyPort
()
src/utils/sandbox/sandbox-adapter.ts:905
↓ 1 callers
Function
getPublicModelName
(model: ModelName)
src/utils/model/model.ts:425
↓ 1 callers
Function
getPythonApiInstructions
()
src/utils/swarm/backends/it2Setup.ts:200
↓ 1 callers
Function
getQueryProfileReport
* Get a formatted report of all checkpoints for the current/last query
src/utils/queryProfiler.ts:129
↓ 1 callers
Method
getQueuedEventCount
()
src/services/analytics/firstPartyEventLoggingExporter.ts:142
↓ 1 callers
Function
getRandomGoodbyeMessage
()
src/components/ExitFlow.tsx:7
↓ 1 callers
Function
getRandomGoodbyeMessage
()
src/commands/exit/exit.tsx:11
↓ 1 callers
Method
getRasterizedGlyph
(e3, t3, i3, s3, r2)
src/server/web/public/terminal.js:7678
↓ 1 callers
Method
getRasterizedGlyphCombinedChar
(e3, t3, i3, s3, r2)
src/server/web/public/terminal.js:7675
↓ 1 callers
Function
getRateLimitErrorMessage
( limits: ClaudeAILimits, model: string, )
src/services/rateLimitMessages.ts:110
↓ 1 callers
Function
getRateLimitResetDelayMs
(error: APIError)
src/services/api/withRetry.ts:814
↓ 1 callers
Function
getRateLimitWarning
( limits: ClaudeAILimits, model: string, )
src/services/rateLimitMessages.ts:128
↓ 1 callers
Function
getRawUtilization
()
src/services/claudeAiLimits.ts:160
↓ 1 callers
Method
getReadFileState
()
src/QueryEngine.ts:1166
↓ 1 callers
Function
getReadOnlyToolNames
()
src/utils/messages.ts:3299
↓ 1 callers
Function
getRecentActivity
()
src/utils/logoV2Utils.ts:189
↓ 1 callers
Function
getRecentActivitySync
()
src/utils/logoV2Utils.ts:224
↓ 1 callers
Function
getRecentReleaseNotesSync
(maxItems: number)
src/utils/logoV2Utils.ts:312
↓ 1 callers
Function
getRecordFilePath
()
src/utils/asciicast.ts:24
↓ 1 callers
Function
getRegularCommandName
(filePath: string, baseDir: string)
src/skills/loadSkillsDir.ts:545
↓ 1 callers
Function
getRelevantMemoryAttachments
( input: string, agents: AgentDefinition[], readFileState: FileStateCache, recentTools: readonly strin
src/utils/attachments.ts:2196
↓ 1 callers
Function
getRemoteManagedSettingsEndpoint
* Get the remote settings API endpoint * Uses the OAuth config base API URL
src/services/remoteManagedSettings/index.ts:105
↓ 1 callers
Function
getRemoteMcpServerConnectionBatchSize
()
src/services/mcp/client.ts:556
↓ 1 callers
Function
getRemoteSettingsAuthHeaders
* Get auth headers for remote settings without calling getSettings() * This avoids circular dependencies during settings loading * Supports both API
src/services/remoteManagedSettings/index.ts:166
↓ 1 callers
Function
getRenderContext
(exitOnCtrlC: boolean)
src/interactiveHelpers.tsx:299
↓ 1 callers
Method
getRenderOpsForDone
(prev: Frame)
src/ink/log-update.ts:114
↓ 1 callers
Function
getRepoClassCached
()
src/utils/commitAttribution.ts:98
↓ 1 callers
Function
getReservedShortcuts
()
src/keybindings/reservedShortcuts.ts:73
↓ 1 callers
Function
getResolvedHookCount
( messages: NormalizedMessage[], toolUseID: string, hookEvent: HookEvent, )
src/utils/messages.ts:1059
↓ 1 callers
Function
getResolvedTeammateMode
()
src/utils/swarm/backends/registry.ts:396
↓ 1 callers
Function
getRestoreOptionConversationText
(option: RestoreOption)
src/components/MessageSelector.tsx:402
↓ 1 callers
Function
getRestoreOptions
(canRestoreCode: boolean)
src/components/MessageSelector.tsx:93
↓ 1 callers
Function
getRestrictionsFromCache
* Get restrictions synchronously from session cache or file
src/services/policyLimits/index.ts:531
↓ 1 callers
Function
getRetryAfterMs
(error: APIError)
src/services/api/withRetry.ts:803
↓ 1 callers
Function
getRipgrepStatus
()
src/utils/ripgrep.ts:535
↓ 1 callers
Function
getRiskColor
(riskLevel: RiskLevel)
src/components/permissions/PermissionExplanation.tsx:41
↓ 1 callers
Function
getRiskLabel
(riskLevel: RiskLevel)
src/components/permissions/PermissionExplanation.tsx:51
↓ 1 callers
Function
getRows
()
web/lib/terminal-compat.ts:26
↓ 1 callers
Function
getRuleBehaviorLabel
(ruleBehavior: PermissionBehavior)
src/components/permissions/rules/PermissionRuleList.tsx:63
↓ 1 callers
Function
getSandboxProxyConfig
* Get the sandbox proxy config for routing HTTP hook requests through the * sandbox network proxy when sandboxing is enabled. * * Uses dynamic impo
src/utils/hooks/execHttpHook.ts:21
↓ 1 callers
Function
getSavingMessage
()
src/components/messages/UserMemoryInputMessage.tsx:8
↓ 1 callers
Function
getScrollDrainNode
()
src/ink/render-node-to-output.ts:81
↓ 1 callers
Function
getScrollHint
()
src/ink/render-node-to-output.ts:66
↓ 1 callers
Function
getSearchSummary
(results: (SearchResult | string | null | undefined)[])
src/tools/WebSearchTool/UI.tsx:8
↓ 1 callers
Function
getSelectableBackgroundTasks
(tasks: Record<string, TaskState> | undefined, foregroundedTaskId: string | undefined)
src/components/tasks/BackgroundTasksDialog.tsx:123
↓ 1 callers
Function
getSelectedLinesFromIDE
( ideSelection: IDESelection | null, toolUseContext: ToolUseContext, )
src/utils/attachments.ts:1614
↓ 1 callers
Function
getSelectedText
(s: SelectionState, screen: Screen)
src/ink/selection.ts:773
↓ 1 callers
Function
getSelfBridgeCompatId
()
src/bridge/replBridgeHandle.ts:33
↓ 1 callers
Function
getSessionCounter
()
src/bootstrap/state.ts:993
↓ 1 callers
Function
getSessionDir
* Get the session directory (projectDir/sessionId)
src/utils/toolResultStorage.ts:97
↓ 1 callers
Function
getSessionEnvironmentScript
()
src/utils/sessionEnvironment.ts:60
↓ 1 callers
Function
getSessionFunctionHooks
( appState: AppState, sessionId: string, event?: HookEvent, )
src/utils/hooks/sessionHooks.ts:345
↓ 1 callers
Function
getSessionHookCallback
( appState: AppState, sessionId: string, event: HookEvent, matcher: string, hook: HookCommand | Func
src/utils/hooks/sessionHooks.ts:397
↓ 1 callers
Function
getSessionIngressToken
()
src/bootstrap/state.ts:1150
↓ 1 callers
Function
getSessionLogsViaOAuth
( sessionId: string, accessToken: string, orgUUID: string, )
src/services/api/sessionIngress.ts:246
↓ 1 callers
Function
getSessionMemoryCompactConfig
()
src/services/compact/sessionMemoryCompact.ts:86
← previous
next →
6,601–6,700 of 13,048, ranked by callers