MCPcopy Create free account

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

Functions11,484 in github.com/tanbiralam/claude-code

↓ 1 callersFunctiongenerateAgent
( userPrompt: string, model: ModelName, existingIdentifiers: string[], abortSignal: AbortSignal, )
src/components/agents/generateAgent.ts:122
↓ 1 callersFunctiongenerateAgentSuggestions
( agents: AgentDefinition[], query: string, showOnEmpty = false, )
src/hooks/unifiedSuggestions.ts:77
↓ 1 callersFunctiongenerateAwaySummary
( messages: readonly Message[], signal: AbortSignal, )
src/services/awaySummary.ts:29
↓ 1 callersFunctiongenerateBashSuggestions
* Generate bash shell completion suggestions
src/hooks/useTypeahead.tsx:211
↓ 1 callersFunctiongenerateContentHash
* Generate content hash for an MCPB file
src/utils/plugins/mcpbHandler.ts:93
↓ 1 callersFunctiongenerateContextSuggestions
( data: ContextData, )
src/utils/contextSuggestions.ts:31
↓ 1 callersFunctiongenerateContextsTable
* Build a markdown table of all contexts.
src/skills/bundled/keybindings.ts:20
↓ 1 callersFunctiongenerateGenericDescription
( _command: string, specificDescription: string | undefined, _signal: AbortSignal, )
src/utils/permissions/bashClassifier.ts:55
↓ 1 callersFunctiongenerateHtmlReport
( data: AggregatedData, insights: InsightResults, )
src/commands/insights.ts:1947
↓ 1 callersFunctiongenerateKeybindingsTemplate
()
src/keybindings/template.ts:40
↓ 1 callersFunctiongenerateMainSessionTaskId
()
src/tasks/LocalMainSessionTask.ts:75
↓ 1 callersFunctiongenerateModelSection
()
src/tools/ConfigTool/prompt.ts:79
↓ 1 callersFunctiongenerateParallelInsights
( data: AggregatedData, facets: Map<string, SessionFacets>, )
src/commands/insights.ts:1612
↓ 1 callersFunctiongeneratePermissionExplanation
({ toolName, toolInput, toolDescription, messages, signal, }: GenerateExplanationParams)
src/utils/permissions/permissionExplainer.ts:147
↓ 1 callersFunctiongeneratePipelinedSuggestion
( context: REPLHookContext, suggestionText: string, speculatedMessages: Message[], setAppState: SetApp
src/services/PromptSuggestion/speculation.ts:345
↓ 1 callersFunctiongeneratePlaceholderSalt
* Generates a random hex string for placeholder uniqueness. * This prevents collision when command text literally contains "__HEREDOC_N__".
src/utils/bash/heredoc.ts:36
↓ 1 callersFunctiongenerateProgressiveArgumentHint
( argNames: string[], typedArgs: string[], )
src/utils/argumentSubstitution.ts:76
↓ 1 callersFunctiongeneratePrompt
()
src/tools/ConfigTool/prompt.ts:14
↓ 1 callersFunctiongenerateQRCode
()
src/commands/session/session.tsx:29
↓ 1 callersFunctiongenerateQRCodes
()
src/commands/mobile/mobile.tsx:49
↓ 1 callersFunctiongenerateQr
Generate a QR code and return its lines.
src/bridge/bridgeUI.ts:37
↓ 1 callersFunctiongenerateRequestId
()
src/utils/swarm/permissionSync.ts:160
↓ 1 callersFunctiongenerateReservedShortcuts
* Build a list of reserved shortcuts.
src/skills/bundled/keybindings.ts:89
↓ 1 callersFunctiongenerateResponseTimeHistogram
(times: number[])
src/commands/insights.ts:1863
↓ 1 callersFunctiongenerateSandboxRequestId
()
src/utils/swarm/permissionSync.ts:792
↓ 1 callersFunctiongenerateSectionReminders
* Generate reminders for sections that are too long
src/services/SessionMemory/prompts.ts:164
↓ 1 callersFunctiongenerateSettingsSchema
* Generate JSON Schema from the settings Zod schema. * This keeps the skill prompt in sync with the actual types.
src/skills/bundled/updateConfig.ts:10
↓ 1 callersFunctiongenerateShortWordSlug
()
src/utils/words.ts:796
↓ 1 callersFunctiongenerateSyntheticDiff
( gitPath: string, absoluteFilePath: string, )
src/utils/gitDiff.ts:504
↓ 1 callersFunctiongenerateTemporaryCacheNameForPlugin
( source: PluginSource, )
src/utils/plugins/pluginLoader.ts:873
↓ 1 callersFunctiongenerateTimeOfDayChart
(messageHours: number[])
src/commands/insights.ts:1902
↓ 1 callersFunctiongenerateTitle
(description: string, abortSignal: AbortSignal)
src/components/Feedback.tsx:447
↓ 1 callersFunctiongenerateTitleAndBranch
* Generates a title and branch name for a coding session using Claude Haiku * @param description The description/prompt for the session * @returns P
src/utils/teleport.tsx:102
↓ 1 callersFunctiongenerateToolUseSummary
({ tools, signal, isNonInteractiveSession, lastAssistantText, }: GenerateToolUseSummaryParams)
src/services/toolUseSummary/toolUseSummaryGenerator.ts:45
↓ 1 callersFunctiongenerateUniqueTeamName
* Generates a unique team name by checking if the provided name already exists. * If the name already exists, generates a new word slug.
src/tools/TeamCreateTool/TeamCreateTool.ts:64
↓ 1 callersFunctiongenerateUsageReport
(options?: { collectRemote?: boolean })
src/commands/insights.ts:2796
↓ 1 callersFunctiongenerateWordDiffElements
(item: DiffLine, width: number, maxWidth: number, dim: boolean, overrideTheme?: ThemeName)
src/components/StructuredDiff/Fallback.tsx:237
↓ 1 callersFunctiongenerateXAxisLabels
(data: DailyModelTokens[], _chartWidth: number, yAxisOffset: number)
src/components/Stats.tsx:1019
↓ 1 callersFunctionget256Color
* Get color from 256-color palette
src/utils/ansiToSvg.ts:150
↓ 1 callersFunctionget3PFallbackSuggestion
* Suggest a fallback model for 3P users when the selected model is unavailable.
src/utils/model/validateModel.ts:144
↓ 1 callersFunctiongetAPIContextManagement
(options?: { hasThinking?: boolean isRedactThinkingActive?: boolean clearAllThinking?: boolean })
src/services/compact/apiMicrocompact.ts:64
↓ 1 callersFunctiongetAbsoluteAndRelativePaths
(path: string | undefined)
src/utils/file.ts:144
↓ 1 callersFunctiongetActionsSection
()
src/constants/prompts.ts:255
↓ 1 callersFunctiongetActiveNotices
(context: StatusNoticeContext)
src/utils/statusNoticeDefinitions.tsx:195
↓ 1 callersFunctiongetActualRelativeAgentFilePath
(agent: AgentDefinition)
src/components/agents/agentFileUtils.ts:135
↓ 1 callersFunctiongetAddDirExtraMarketplaces
()
src/utils/plugins/addDirPluginSettings.ts:56
↓ 1 callersFunctiongetAddressFamily
(options: LookupOptions)
src/utils/proxy.ts:41
↓ 1 callersFunctiongetAdvisorUsage
( usage: BetaUsage, )
src/utils/advisor.ts:115
↓ 1 callersFunctiongetAfkModeHeaderLatched
()
src/bootstrap/state.ts:1708
↓ 1 callersFunctiongetAgentIdentification
* Get agent identification for analytics. * Priority: AsyncLocalStorage context (subagents) > env vars (swarm teammates)
src/services/analytics/metadata.ts:514
↓ 1 callersFunctiongetAgentModelOptions
()
src/utils/model/agent.ts:134
↓ 1 callersFunctiongetAgentPendingMessageAttachments
( toolUseContext: ToolUseContext, )
src/utils/attachments.ts:1085
↓ 1 callersFunctiongetAgentSystemPrompt
( agentDefinition: AgentDefinition, toolUseContext: Pick<ToolUseContext, 'options'>, resolvedAgentModel:
src/tools/AgentTool/runAgent.ts:906
↓ 1 callersFunctiongetAgentThemeColor
(colorName: string | undefined)
src/components/tasks/BackgroundTaskStatus.tsx:422
↓ 1 callersFunctiongetAgentToolSection
()
src/constants/prompts.ts:316
↓ 1 callersFunctiongetAllBrowserDataPaths
()
src/utils/claudeInChrome/common.ts:232
↓ 1 callersFunctiongetAllBrowserDataPathsPortable
()
src/utils/claudeInChrome/setupPortable.ts:97
↓ 1 callersFunctiongetAllLockInfo
(locksDir: string)
src/utils/nativeInstaller/pidLock.ts:352
↓ 1 callersFunctiongetAllLspServers
()
src/services/lsp/config.ts:15
↓ 1 callersFunctiongetAllNativeMessagingHostsDirs
()
src/utils/claudeInChrome/common.ts:280
↓ 1 callersFunctiongetAllRedirections
( parsed: ParsedPowerShellCommand, )
src/utils/powershell/parser.ts:1507
↓ 1 callersFunctiongetAllTasks
()
src/tasks.ts:22
↓ 1 callersFunctiongetAllWindowsRegistryKeys
()
src/utils/claudeInChrome/common.ts:322
↓ 1 callersFunctiongetAllowedSettingSources
()
src/bootstrap/state.ts:1226
↓ 1 callersFunctiongetAlternateScreenshotPath
* For macOS screenshot paths with AM/PM, the space before AM/PM may be a * regular space or a thin space depending on the macOS version. Returns *
src/tools/FileReadTool/FileReadTool.ts:147
↓ 1 callersFunctiongetAncestorCommandsAsync
( pid: string | number, maxDepth = 10, )
src/utils/genericProcessUtils.ts:115
↓ 1 callersFunctiongetAncestorPidsAsync
( pid: string | number, maxDepth = 10, )
src/utils/genericProcessUtils.ts:36
↓ 1 callersFunctiongetAntModelOverrideSection
()
src/constants/prompts.ts:136
↓ 1 callersFunctiongetApiBaseUrlHost
()
src/services/analytics/growthbook.ts:439
↓ 1 callersFunctiongetApiKeyHelperElapsedMs
()
src/utils/auth.ts:464
↓ 1 callersFunctiongetApiKeyHelperSources
()
src/components/TrustDialog/utils.ts:144
↓ 1 callersFunctiongetAppState
()
src/skills/loadSkillsDir.ts:379
↓ 1 callersFunctiongetAsyncHookResponseAttachments
()
src/utils/attachments.ts:3464
↓ 1 callersFunctiongetAttachments
( input: string | null, toolUseContext: ToolUseContext, ideSelection: IDESelection | null, queuedComma
src/utils/attachments.ts:743
↓ 1 callersFunctiongetAutoBackgroundMs
()
src/tools/AgentTool/AgentTool.tsx:72
↓ 1 callersFunctiongetAutoMemBase
* Returns the canonical git repo root if available, otherwise falls back to * the stable project root. Uses findCanonicalGitRoot so all worktrees of
src/memdir/paths.ts:203
↓ 1 callersFunctiongetAutoMemPathSetting
* Settings.json override for the full auto-memory directory path. * Supports ~/ expansion for user convenience. * * SECURITY: projectSettings (.cla
src/memdir/paths.ts:179
↓ 1 callersFunctiongetAutoModeAttachmentTurnCount
(messages: Message[])
src/utils/attachments.ts:1275
↓ 1 callersFunctiongetAutoModeAttachments
( messages: Message[] | undefined, toolUseContext: ToolUseContext, )
src/utils/attachments.ts:1335
↓ 1 callersFunctiongetAutoModeClassifierErrorDumpPath
()
src/utils/permissions/yoloClassifier.ts:186
↓ 1 callersFunctiongetAutoModeExitAttachment
* Returns an auto_mode_exit attachment if we just exited auto mode. * This is a one-time notification to tell the model it's no longer in auto mode.
src/utils/attachments.ts:1380
↓ 1 callersFunctiongetAutoModeFullInstructions
()
src/utils/messages.ts:3428
↓ 1 callersFunctiongetAutoModeInstructions
(attachment: { reminderType: 'full' | 'sparse' })
src/utils/messages.ts:3419
↓ 1 callersFunctiongetAutoModeSparseInstructions
()
src/utils/messages.ts:3445
↓ 1 callersFunctiongetAutoRunCommand
(reason: AutoRunIssueReason)
src/utils/autoRunIssue.tsx:101
↓ 1 callersFunctiongetAutoRunIssueReasonText
(reason: AutoRunIssueReason)
src/utils/autoRunIssue.tsx:112
↓ 1 callersFunctiongetAutoToolSearchCharThreshold
(model: string)
src/utils/toolSearch.ts:115
↓ 1 callersFunctiongetAutoUpdateEnabledMarketplaces
* Get the set of marketplaces that have autoUpdate enabled. * Returns the marketplace names that should be auto-updated.
src/utils/plugins/pluginAutoupdate.ts:84
↓ 1 callersFunctiongetAvailableUpgrade
* Get available model upgrade for more context * Returns null if no upgrade available or user already has max context
src/utils/model/contextWindowUpgradeCheck.ts:9
↓ 1 callersFunctiongetAwsCommandsSources
()
src/components/TrustDialog/utils.ts:171
↓ 1 callersFunctiongetAwsCredsFromCredentialExport
* Run awsCredentialExport to get credentials and set environment variables * Expects JSON output containing AWS credentials
src/utils/auth.ts:705
↓ 1 callersFunctiongetAxiosErrorContext
(error: unknown)
src/services/analytics/firstPartyEventLoggingExporter.ts:781
↓ 1 callersFunctiongetBackgroundUsageNote
()
src/tools/PowerShellTool/prompt.ts:26
↓ 1 callersFunctiongetBackgroundUsageNote
()
src/tools/BashTool/prompt.ts:35
↓ 1 callersFunctiongetBackupFileName
(filePath: string, version: number)
src/utils/fileHistory.ts:725
↓ 1 callersFunctiongetBashCompletionCommand
* Generate bash completion command using compgen
src/utils/bash/shellCompletion.ts:142
↓ 1 callersFunctiongetBashPermissionSources
()
src/components/TrustDialog/utils.ts:58
↓ 1 callersFunctiongetBashPromptAskDescriptions
(_context: unknown)
src/utils/permissions/bashClassifier.ts:32
↓ 1 callersFunctiongetBedrockModelStrings
()
src/utils/model/modelStrings.ts:33
↓ 1 callersFunctiongetBestModel
()
src/utils/model/model.ts:100
← previousnext →5,401–5,500 of 11,484, ranked by callers