MCPcopy Create free account

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

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

↓ 1 callersFunctiongetFileSystemErrorMessage
* Get a human-readable error message from a filesystem error
src/utils/toolResultStorage.ts:1017
↓ 1 callersFunctiongetFilesForLanguage
( lang: DetectedLanguage, content: SkillContent, )
src/skills/bundled/claudeApi.ts:55
↓ 1 callersFunctiongetFilesUsingGit
* Get files using git ls-files (much faster than ripgrep for git repos) * Returns tracked files immediately, fetches untracked in background * @para
src/hooks/fileSuggestions.ts:248
↓ 1 callersFunctiongetFirstWordPrefix
(command: string)
src/tools/BashTool/bashPermissions.ts:243
↓ 1 callersFunctiongetFlushIntervalMs
()
src/services/analytics/datadog.ts:301
↓ 1 callersFunctiongetFocusedInputDialog
()
src/screens/REPL.tsx:2017
↓ 1 callersFunctiongetFormatDescription
( type: MCPResultType, schema?: unknown, )
src/utils/mcpOutputStorage.ts:16
↓ 1 callersFunctiongetFrequentlyModifiedFiles
()
src/utils/exampleCommands.ts:86
↓ 1 callersFunctiongetGcpCommandsSources
()
src/components/TrustDialog/utils.ts:198
↓ 1 callersFunctiongetGitIndexMtime
* Stat .git/index to detect git state changes without spawning git ls-files. * Returns null for worktrees (.git is a file → ENOTDIR), fresh repos wit
src/hooks/fileSuggestions.ts:138
↓ 1 callersFunctiongetGitState
()
src/utils/git.ts:472
↓ 1 callersFunctiongetGlobBaseDirectory
(filePath: string)
src/tools/PowerShellTool/pathValidation.ts:1266
↓ 1 callersFunctiongetGlobBaseDirectory
(path: string)
src/utils/permissions/pathValidation.ts:57
↓ 1 callersFunctiongetGlobalConfigWriteCount
()
src/utils/config.ts:883
↓ 1 callersFunctiongetGlobalGitignorePath
()
src/utils/git/gitignore.ts:43
↓ 1 callersFunctiongetGrowthBookClientKey
()
src/constants/keys.ts:5
↓ 1 callersFunctiongetHaiku35Option
()
src/utils/model/modelOptions.ts:192
↓ 1 callersFunctiongetHaikuOption
()
src/utils/model/modelOptions.ts:203
↓ 1 callersFunctiongetHasFormattedOutput
()
src/utils/debug.ts:131
↓ 1 callersFunctiongetHead
()
src/utils/git.ts:257
↓ 1 callersFunctiongetHeaderBasedEarlyWarning
* Check if early warning should be triggered based on surpassed-threshold header. * Returns ClaudeAILimits if a threshold was surpassed, null otherwi
src/services/claudeAiLimits.ts:255
↓ 1 callersFunctiongetHeatmapChar
(intensity: number)
src/utils/heatmap.ts:183
↓ 1 callersFunctiongetHighlighter
()
web/components/tools/SyntaxHighlight.tsx:9
↓ 1 callersFunctiongetHighlighter
()
web/lib/workers/highlight.worker.ts:26
↓ 1 callersFunctiongetHookEnvFilePath
( hookEvent: 'Setup' | 'SessionStart' | 'CwdChanged' | 'FileChanged', hookIndex: number, )
src/utils/sessionEnvironment.ts:25
↓ 1 callersFunctiongetHooksConfig
( appState: AppState | undefined, sessionId: string, hookEvent: HookEvent, )
src/utils/hooks.ts:1492
↓ 1 callersFunctiongetHooksForMatcher
( hooksByEventAndMatcher: Record< HookEvent, Record<string, IndividualHookConfig[]> >, event: Ho
src/utils/hooks/hooksConfigManager.ts:380
↓ 1 callersFunctiongetHooksSection
()
src/constants/prompts.ts:127
↓ 1 callersFunctiongetHooksSources
()
src/components/TrustDialog/utils.ts:29
↓ 1 callersFunctiongetHostPatternsFromAllowlist
()
src/utils/plugins/marketplaceHelpers.ts:327
↓ 1 callersFunctiongetHourCountsJson
(messageHours: number[])
src/commands/insights.ts:1939
↓ 1 callersFunctiongetHttpHookPolicy
* Read HTTP hook allowlist restrictions from merged settings (all sources). * Follows the allowedMcpServers precedent: arrays concatenate across sour
src/utils/hooks/execHttpHook.ts:49
↓ 1 callersMethodgetHyperlinkAt
* Look up the URL at (col, row) in the current front frame. Checks for * an OSC 8 hyperlink first, then falls back to scanning the row for a * p
src/ink/ink.tsx:1293
↓ 1 callersFunctiongetITerm2PlistPath
()
src/utils/iTermBackup.ts:25
↓ 1 callersFunctiongetIcon
* Get the icon for a suggestion based on its type * Icons: + for files, ◇ for MCP resources, * for agents
src/components/PromptInput/PromptInputFooterSuggestions.tsx:24
↓ 1 callersFunctiongetIdeLockfilesPaths
()
src/utils/ide.ts:462
↓ 1 callersFunctiongetIdleNotificationSummary
* Get a brief summary text for an idle notification.
src/components/messages/PlanApprovalMessage.tsx:173
↓ 1 callersMethodgetIgnoreViolations
()
src/utils/sandbox/sandbox-adapter.ts:902
↓ 1 callersFunctiongetImagePasteIds
( pastedContents: Record<number, PastedContent> | undefined, )
src/types/textInputTypes.ts:372
↓ 1 callersFunctiongetImagePathFromClipboard
()
src/utils/imagePaste.ts:244
↓ 1 callersFunctiongetInProcessBackend
()
src/utils/swarm/backends/registry.ts:404
↓ 1 callersFunctiongetInProgressHookCount
( messages: NormalizedMessage[], toolUseID: string, hookEvent: HookEvent, )
src/utils/messages.ts:1044
↓ 1 callersFunctiongetInitialAdvisorSetting
()
src/utils/advisor.ts:108
↓ 1 callersFunctiongetInitialPasteId
* Compute the initial paste ID by finding the max ID used in existing messages. * This handles --continue/--resume scenarios where we need to avoid I
src/components/PromptInput/PromptInput.tsx:2303
↓ 1 callersFunctiongetInitialTab
(viewState: ViewState)
src/commands/plugin/PluginSettings.tsx:723
↓ 1 callersFunctiongetInitialViewState
(parsedCommand: ParsedCommand)
src/commands/plugin/PluginSettings.tsx:636
↓ 1 callersFunctiongetInitials
(name: string)
web/components/ui/avatar.tsx:29
↓ 1 callersFunctiongetInitials
(name: string)
web/lib/collaboration/presence.ts:108
↓ 1 callersFunctiongetInkModifiers
* Extract modifiers from an Ink Key object. * This function ensures we're explicitly extracting the modifiers we care about.
src/keybindings/match.ts:15
↓ 1 callersFunctiongetInputPrompt
(prompt: string, inputFormat: 'text' | 'stream-json')
src/main.tsx:857
↓ 1 callersFunctiongetInsightsModel
()
src/commands/insights.ts:46
↓ 1 callersFunctiongetInstallationPath
()
src/utils/doctorDiagnostic.ts:150
↓ 1 callersFunctiongetInstallationPath
()
src/commands/install.tsx:42
↓ 1 callersFunctiongetInstallationPrefix
()
src/utils/autoUpdater.ts:270
↓ 1 callersFunctiongetInstalledPlugins
()
src/utils/plugins/pluginStartupCheck.ts:197
↓ 1 callersFunctiongetInstalledPluginsV2FilePath
()
src/utils/plugins/installedPluginsManager.ts:86
↓ 1 callersFunctiongetInstalledVSCodeExtensionVersion
( command: string, )
src/utils/ide.ts:931
↓ 1 callersFunctiongetInstalledVersionPaths
()
src/utils/plugins/cacheUtils.ts:133
↓ 1 callersFunctiongetInstance
( stdout: NodeJS.WriteStream, createInstance: () => Ink, )
src/ink/root.ts:172
↓ 1 callersMethodgetInstance
()
src/services/diagnosticTracking.ts:44
↓ 1 callersFunctiongetIntensity
( messageCount: number, percentiles: Percentiles | null, )
src/utils/heatmap.ts:168
↓ 1 callersMethodgetInternalEventReader
()
src/utils/sessionStorage.ts:1377
↓ 1 callersMethodgetInternalSubagentEventReader
()
src/utils/sessionStorage.ts:1381
↓ 1 callersFunctiongetInvokedBinary
()
src/utils/doctorDiagnostic.ts:191
↓ 1 callersFunctiongetIsHeadOnRemote
()
src/utils/git.ts:340
↓ 1 callersFunctiongetIterm2RecoveryInfo
()
src/utils/iTermBackup.ts:14
↓ 1 callersFunctiongetJsonInput
()
src/utils/hooks.ts:2128
↓ 1 callersMethodgetKeyIterator
(e3)
src/server/web/public/terminal.js:3602
↓ 1 callersFunctiongetKnownModelOption
* Returns a ModelOption for a known Anthropic model with a human-readable * label, and an upgrade hint if a newer version is available via the alias.
src/utils/model/modelOptions.ts:431
↓ 1 callersFunctiongetLSPDiagnosticAttachments
* Get LSP diagnostic attachments from passive LSP servers. * Follows the AsyncHookRegistry pattern for consistent async attachment delivery.
src/utils/attachments.ts:2883
↓ 1 callersFunctiongetLanguageFromPath
(filePath: string)
src/commands/insights.ts:462
↓ 1 callersFunctiongetLargeOutputInstructions
( rawOutputPath: string, contentLength: number, formatDescription: string, maxReadLength?: number, )
src/utils/mcpOutputStorage.ts:39
↓ 1 callersFunctiongetLargeToolSuggestion
( toolName: string, tokens: number, percent: number, )
src/utils/contextSuggestions.ts:98
↓ 1 callersFunctiongetLastAPIRequest
()
src/bootstrap/state.ts:1180
↓ 1 callersFunctiongetLastClassifierRequests
()
src/bootstrap/state.ts:1203
↓ 1 callersFunctiongetLastCommitMs
()
src/ink/reconciler.ts:214
↓ 1 callersFunctiongetLastEmittedDate
()
src/bootstrap/state.ts:1658
↓ 1 callersFunctiongetLastSummarizedMessageId
()
src/services/SessionMemory/sessionMemoryUtils.ts:58
↓ 1 callersFunctiongetLastYogaMs
()
src/ink/reconciler.ts:208
↓ 1 callersFunctiongetLatestVersion
( channelOrVersion: string, )
src/utils/nativeInstaller/download.ts:112
↓ 1 callersFunctiongetLatestVersionFromArtifactory
( tag: string = 'latest', )
src/utils/nativeInstaller/download.ts:30
↓ 1 callersFunctiongetLatestVersionFromBinaryRepo
( channel: ReleaseChannel = 'latest', baseUrl: string, authConfig?: { auth: { username: string; password
src/utils/nativeInstaller/download.ts:74
↓ 1 callersFunctiongetLayoutMode
(columns: number)
src/utils/logoV2Utils.ts:35
↓ 1 callersFunctiongetLeaderSessionId
* Gets the leader's session ID from ITERM_SESSION_ID env var. * Format: "wXtYpZ:UUID" - we extract the UUID part after the colon. * Returns null if
src/utils/swarm/backends/ITermBackend.ts:63
↓ 1 callersFunctiongetLeaderSetToolPermissionContext
()
src/utils/swarm/leaderPermissionBridge.ts:48
↓ 1 callersFunctiongetLegacyApiKeyPrefetchResult
()
src/utils/secureStorage/keychainPrefetch.ts:104
↓ 1 callersFunctiongetLegacyCachePath
(pluginName: string)
src/utils/plugins/pluginLoader.ts:249
↓ 1 callersFunctiongetLegacyToolNames
(canonicalName: string)
src/utils/permissions/permissionRuleParser.ts:35
↓ 1 callersFunctiongetLimitReachedText
(limits: ClaudeAILimits, model: string)
src/services/rateLimitMessages.ts:143
↓ 1 callersFunctiongetLimitedSkillToolCommands
(cwd: string)
src/tools/SkillTool/prompt.ts:213
↓ 1 callersMethodgetLineLength
(line: number)
src/utils/Cursor.ts:1424
↓ 1 callersMethodgetLinkData
(e3)
src/server/web/public/terminal.js:5830
↓ 1 callersFunctiongetListNumber
(listDepth: number, orderedListNumber: number)
src/utils/markdown.ts:347
↓ 1 callersFunctiongetLocalClaudePath
()
src/utils/localInstaller.ts:22
↓ 1 callersFunctiongetLocalMonthYear
()
src/constants/common.ts:28
↓ 1 callersFunctiongetLocalOauthConfig
()
src/constants/oauth.ts:148
↓ 1 callersFunctiongetLocale
* Derive a BCP 47 locale tag from POSIX env vars. * LC_ALL > LC_TIME > LANG, falls back to undefined (system default). * Converts POSIX format (en_G
src/utils/formatBriefTimestamp.ts:58
↓ 1 callersFunctiongetLogsWithoutIndex
* Gets logs by loading all session files fully, bypassing the session index. * Use this when you need full message data (e.g., for /insights analysis
src/utils/sessionStorage.ts:4701
↓ 1 callersFunctiongetLspPluginsFromMarketplaces
* Get all LSP plugins from all installed marketplaces * * @returns Map of pluginId to plugin info with LSP metadata
src/utils/plugins/lspRecommendation.ts:160
↓ 1 callersFunctiongetMacOSPlistPaths
()
src/utils/settings/mdm/constants.ts:45
← previousnext →6,401–6,500 of 13,048, ranked by callers