MCPcopy Create free account

hub / github.com/codeaashu/claude-code / functions

Functions13,048 in github.com/codeaashu/claude-code

↓ 1 callersFunctiongetMagicDocsAgent
* Create Magic Docs agent definition
src/services/MagicDocs/magicDocs.ts:99
↓ 1 callersFunctiongetManagedAndUserConditionalRules
( targetPath: string, processedPaths: Set<string>, )
src/utils/claudemd.ts:1205
↓ 1 callersFunctiongetManagedFileSettingsPresence
()
src/utils/settings/settings.ts:127
↓ 1 callersFunctiongetManagedSettingsKeysForLogging
( settings: SettingsJson, )
src/utils/settings/settings.ts:558
↓ 1 callersFunctiongetMarketplaceDeclaringSource
( name: string, )
src/utils/plugins/marketplaceManager.ts:200
↓ 1 callersFunctiongetMarketplaceRepo
()
src/commands/thinkback/thinkback.tsx:34
↓ 1 callersFunctiongetMatchingLspPlugins
( filePath: string, )
src/utils/plugins/lspRecommendation.ts:222
↓ 1 callersFunctiongetMaxBudgetUsdAttachment
(maxBudgetUsd?: number)
src/utils/attachments.ts:3846
↓ 1 callersFunctiongetMaxIndex
()
src/components/teams/TeamsDialog.tsx:221
↓ 1 callersFunctiongetMaxMcpOutputChars
()
src/utils/mcpValidation.ts:77
↓ 1 callersFunctiongetMaxRetries
(options: RetryOptions)
src/services/api/withRetry.ts:795
↓ 1 callersFunctiongetMaxTaskOutputLength
()
src/utils/task/outputFormatting.ts:7
↓ 1 callersFunctiongetMaxThinkingTokensForModel
(model: string)
src/utils/context.ts:219
↓ 1 callersFunctiongetMaxToolUseConcurrency
()
src/services/tools/toolOrchestration.ts:8
↓ 1 callersFunctiongetMaxVersionMessage
()
src/utils/autoUpdater.ts:120
↓ 1 callersFunctiongetMaxWidth
(yogaNode: LayoutNode)
src/ink/get-max-width.ts:17
↓ 1 callersFunctiongetMcpAllowlistSettings
* Get the settings to use for MCP server allowlist policy. * When allowManagedMcpServersOnly is set in policySettings, only managed settings * contr
src/services/mcp/config.ts:341
↓ 1 callersFunctiongetMcpDenylistSettings
* Get the settings to use for MCP server denylist policy. * Denylists always merge from all sources — users can always deny servers * for themselves
src/services/mcp/config.ts:353
↓ 1 callersFunctiongetMcpHeadersFromHelper
( serverName: string, config: McpSSEServerConfig | McpHTTPServerConfig | McpWebSocketServerConfig, )
src/services/mcp/headersHelper.ts:32
↓ 1 callersFunctiongetMcpInstructions
(mcpClients: MCPServerConnection[])
src/constants/prompts.ts:579
↓ 1 callersFunctiongetMcpInstructionsDelta
( mcpClients: MCPServerConnection[], messages: Message[], clientSideInstructions: ClientSideInstruction[
src/utils/mcpInstructionsDelta.ts:55
↓ 1 callersFunctiongetMcpOAuthCallbackPort
()
src/services/mcp/oauthPort.ts:27
↓ 1 callersFunctiongetMcpServerBaseUrlFromToolName
* Extracts the MCP server base URL for a tool by looking up its server connection. * Returns undefined for stdio servers, built-in tools, or if the s
src/services/tools/toolExecution.ts:326
↓ 1 callersFunctiongetMcpServerBuckets
(tools: Tools)
src/components/agents/ToolSelector.tsx:77
↓ 1 callersFunctiongetMcpServerType
* Extracts the MCP server transport type from a tool name. * Returns the server type (stdio, sse, http, ws, sdk, etc.) for MCP tools, * or undefined
src/services/tools/toolExecution.ts:308
↓ 1 callersFunctiongetMcpSkillCommands
( mcpCommands: readonly Command[], )
src/commands.ts:549
↓ 1 callersFunctiongetMcpToolTimeoutMs
* Gets the timeout for MCP tool calls in milliseconds. * Uses MCP_TOOL_TIMEOUT environment variable if set, otherwise defaults to ~27.8 hours.
src/services/mcp/client.ts:224
↓ 1 callersFunctiongetMdmRawReadPromise
()
src/utils/settings/mdm/rawRead.ts:128
↓ 1 callersFunctiongetMemoryFilesForNestedDirectory
( dir: string, targetPath: string, processedPaths: Set<string>, )
src/utils/claudemd.ts:1249
↓ 1 callersFunctiongetMessagePreview
* Extract the last 3 lines of content from a teammate's conversation. * Shows recent activity from any message type (user or assistant).
src/components/Spinner/TeammateSpinnerLine.tsx:29
↓ 1 callersFunctiongetMessagesForSlashCommand
(commandName: string, args: string, setToolJSX: SetToolJSXFn, context: ProcessUserInputContext, precedingInput
src/utils/processUserInput/processSlashCommand.tsx:525
↓ 1 callersFunctiongetMeterProvider
()
src/bootstrap/state.ts:1043
↓ 1 callersFunctiongetMethodAndParams
* Maps LSPTool operation to LSP method and params
src/tools/LSPTool/LSPTool.ts:427
↓ 1 callersMethodgetMetrics
()
src/utils/fpsTracker.ts:20
↓ 1 callersFunctiongetMockHeaderless429Message
()
src/services/mockRateLimits.ts:602
↓ 1 callersFunctiongetMockSubscriptionType
()
src/services/mockRateLimits.ts:816
↓ 1 callersFunctiongetModelCosts
(model: string, usage: Usage)
src/utils/modelCost.ts:144
↓ 1 callersFunctiongetModelDisplayLabel
(mainLoopModel: string | null)
src/utils/status.tsx:354
↓ 1 callersFunctiongetModelFamilyInfo
* Map a full model name to its family alias and the marketing name of the * version the alias currently resolves to. Used to detect when a user has
src/utils/model/modelOptions.ts:385
↓ 1 callersFunctiongetModelOptionsBase
(fastMode = false)
src/utils/model/modelOptions.ts:271
↓ 1 callersMethodgetMouseReportCoords
(e3, t3)
src/server/web/public/terminal.js:1887
↓ 1 callersFunctiongetMultiSelectLabels
(schema: MultiSelectEnumSchema)
src/utils/mcp/elicitationValidation.ts:80
↓ 1 callersFunctiongetMyAdminRequests
( requestType: AdminRequestType, statuses: AdminRequestStatus[], )
src/services/api/adminRequests.ts:71
↓ 1 callersFunctiongetNativeCSIuTerminalDisplayName
()
src/commands/terminalSetup/terminalSetup.tsx:47
↓ 1 callersFunctiongetNativeMessagingHostsDirs
* Get native messaging hosts directories for all supported browsers * Returns an array of directories where the native host manifest should be instal
src/utils/claudeInChrome/setup.ts:177
↓ 1 callersFunctiongetNestedMemoryAttachments
* Processes paths that need nested memory attachments and checks for nested CLAUDE.md files * Uses nestedMemoryAttachmentTriggers field from ToolUseC
src/utils/attachments.ts:2167
↓ 1 callersMethodgetNewDiagnostics
* Get new diagnostics from file://, _claude_fs_right, and _claude_fs_ URIs that aren't in the baseline. * Only processes diagnostics for files that
src/services/diagnosticTracking.ts:188
↓ 1 callersFunctiongetNewRelativeAgentFilePath
(agent: { source: SettingSource | 'built-in' agentType: string })
src/components/agents/agentFileUtils.ts:121
↓ 1 callersFunctiongetNewlineInstructions
()
src/components/PromptInput/utils.ts:17
↓ 1 callersFunctiongetNext
(queue: Notification[])
src/context/notifications.tsx:236
↓ 1 callersFunctiongetNextDateRange
(current: StatsDateRange)
src/components/Stats.tsx:54
↓ 1 callersFunctiongetNextDay
* Get the next day after a given date string (YYYY-MM-DD format).
src/utils/stats.ts:847
↓ 1 callersMethodgetNoBgTrimmedLength
()
src/server/web/public/terminal.js:4194
↓ 1 callersFunctiongetNoProxy
(env: EnvLike = process.env)
src/utils/proxy.ts:73
↓ 1 callersFunctiongetNodeEnv
()
src/utils/sessionStorage.ts:414
↓ 1 callersFunctiongetNonstreamingFallbackTimeoutMs
* Per-attempt timeout for non-streaming fallback requests, in milliseconds. * Reads API_TIMEOUT_MS when set so slow backends and the streaming path
src/services/api/claude.ts:807
↓ 1 callersFunctiongetNormalizedPaths
()
src/utils/doctorDiagnostic.ts:73
↓ 1 callersFunctiongetNotificationMessage
(toolUseConfirm: ToolUseConfirm)
src/components/permissions/PermissionRequest.tsx:128
↓ 1 callersFunctiongetNumberFormatter
( useConsistentDecimals: boolean, )
src/utils/format.ts:100
↓ 1 callersFunctiongetOauthAccountInfo
()
src/bridge/bridgeEnabled.ts:108
↓ 1 callersFunctiongetOauthOrgNotAllowedErrorMessage
()
src/services/api/errors.ts:206
↓ 1 callersFunctiongetOauthProfileFromApiKey
()
src/services/oauth/getOauthProfile.ts:7
↓ 1 callersFunctiongetOpenedFileFromIDE
( ideSelection: IDESelection | null, toolUseContext: ToolUseContext, )
src/utils/attachments.ts:1864
↓ 1 callersFunctiongetOperatorRangeForFind
* Get the range for a find-based operator. * Note: _findType is unused because Cursor.findCharacter already adjusts * the offset for t/T motions. Al
src/vim/operators.ts:482
↓ 1 callersFunctiongetOptions
( stdout: NodeJS.WriteStream | RenderOptions | undefined = {}, )
src/ink/root.ts:159
↓ 1 callersFunctiongetOpus41Option
()
src/utils/model/modelOptions.ts:124
↓ 1 callersFunctiongetOpusPlanOption
()
src/utils/model/modelOptions.ts:261
↓ 1 callersFunctiongetOrBind
()
src/utils/computerUse/wrapper.tsx:230
↓ 1 callersFunctiongetOrCreateOutput
(taskId: string)
src/utils/task/diskOutput.ts:255
↓ 1 callersFunctiongetOrCreateSequentialAppend
* Gets or creates a sequential wrapper for a session * This ensures that log appends for a session are processed one at a time
src/services/api/sessionIngress.ts:42
↓ 1 callersFunctiongetOtelHeadersFromHelper
()
src/utils/auth.ts:1770
↓ 1 callersFunctiongetOtelHeadersHelperSources
()
src/components/TrustDialog/utils.ts:117
↓ 1 callersFunctiongetOtlpLogExporters
()
src/utils/telemetry/instrumentation.ts:217
↓ 1 callersFunctiongetOtlpReaders
()
src/utils/telemetry/instrumentation.ts:130
↓ 1 callersFunctiongetOtlpTraceExporters
()
src/utils/telemetry/instrumentation.ts:273
↓ 1 callersFunctiongetOutputEfficiencySection
()
src/constants/prompts.ts:403
↓ 1 callersFunctiongetOutputStyleAttachment
()
src/utils/attachments.ts:1597
↓ 1 callersFunctiongetOutputStyleConfig
()
src/constants/outputStyles.ts:181
↓ 1 callersFunctiongetOutputStyleSection
( outputStyleConfig: OutputStyleConfig | null, )
src/constants/prompts.ts:151
↓ 1 callersFunctiongetOutputTokenUsageAttachment
()
src/utils/attachments.ts:3828
↓ 1 callersFunctiongetOverageDisabledMessage
(reason: string | null)
src/utils/fastMode.ts:263
↓ 1 callersFunctiongetOwnerChain
(fiber: unknown)
src/ink/reconciler.ts:158
↓ 1 callersFunctiongetPRAttributionData
* Get full attribution data from the provided AppState's attribution state. * Uses ALL tracked files from the attribution state (not just staged file
src/utils/attribution.ts:185
↓ 1 callersFunctiongetPaneBackendExecutor
* Gets the PaneBackendExecutor instance. * Creates and caches the instance on first call, detecting the appropriate pane backend.
src/utils/swarm/backends/registry.ts:442
↓ 1 callersFunctiongetParentCacheSuppressReason
( lastAssistantMessage: ReturnType<typeof getLastAssistantMessage>, )
src/services/PromptSuggestion/promptSuggestion.ts:241
↓ 1 callersFunctiongetParseError
* Helper to determine the specific parsing error for an agent file
src/tools/AgentTool/loadAgentsDir.ts:403
↓ 1 callersFunctiongetParseTimeoutMs
()
src/utils/powershell/parser.ts:208
↓ 1 callersFunctiongetPartialCompactPrompt
( customInstructions?: string, direction: PartialCompactDirection = 'from', )
src/services/compact/prompt.ts:274
↓ 1 callersFunctiongetPath
(key: string)
src/tools/ConfigTool/supportedSettings.ts:208
↓ 1 callersFunctiongetPathCompletions
( partialPath: string, options: PathCompletionOptions = {}, )
src/utils/suggestions/directoryCompletion.ts:208
↓ 1 callersFunctiongetPathsForSuggestions
()
src/hooks/fileSuggestions.ts:523
↓ 1 callersFunctiongetPendingCounts
()
src/commands/plugin/ManageMarketplaces.tsx:174
↓ 1 callersFunctiongetPendingHintSnapshot
()
src/utils/claudeCodeHints.ts:176
↓ 1 callersFunctiongetPendingUpdatesDetails
()
src/utils/plugins/installedPluginsManager.ts:656
↓ 1 callersFunctiongetPerMessageBudgetLimit
()
src/utils/toolResultStorage.ts:421
↓ 1 callersFunctiongetPhaseSummary
* Get phase-based summary showing time spent in each major phase
src/utils/queryProfiler.ts:216
↓ 1 callersFunctiongetPinnedCacheEdits
()
src/services/compact/microCompact.ts:100
↓ 1 callersMethodgetPipeSegments
()
src/utils/bash/ParsedCommand.ts:24
↓ 1 callersFunctiongetPlanApprovalSummary
* Get a brief summary text for a plan approval message. * Used in places like the inbox queue where we want a short description. * Returns null if t
src/components/messages/PlanApprovalMessage.tsx:154
↓ 1 callersFunctiongetPlanModeAttachmentTurnCount
(messages: Message[])
src/utils/attachments.ts:1131
← previousnext →6,501–6,600 of 13,048, ranked by callers