MCPcopy Create free account

hub / github.com/oboard/claude-code-rev / functions

Functions11,702 in github.com/oboard/claude-code-rev

↓ 2 callersFunctionformatCallHierarchyItem
* Formats a CallHierarchyItem with its location * Validates URI before formatting to handle malformed LSP data
src/tools/LSPTool/formatters.ts:428
↓ 2 callersFunctionformatCommandLoadingMetadata
* Formats the loading metadata for a command (skill or slash command). * User-invocable skills use slash command format (/name), while model-only *
src/utils/processUserInput/processSlashCommand.tsx:803
↓ 2 callersFunctionformatGoToDefinitionResult
( result: Location | Location[] | LocationLink | LocationLink[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:127
↓ 2 callersFunctionformatInstallCount
(count: number)
src/utils/plugins/installCounts.ts:273
↓ 2 callersFunctionformatMemoryManifest
(memories: MemoryHeader[])
src/memdir/memoryScan.ts:84
↓ 2 callersFunctionformatPastedTextRef
(id: number, numLines: number)
src/history.ts:51
↓ 2 callersFunctionformatPrice
(price: number)
src/utils/modelCost.ts:204
↓ 2 callersFunctionformatReleaseNotes
(notes: Array<[string, string[]]>)
src/commands/release-notes/release-notes.ts:9
↓ 2 callersFunctionformatResolutionError
( r: ResolutionResult & { ok: false }, )
src/utils/plugins/pluginInstallationHelpers.ts:304
↓ 2 callersFunctionformatReverseDependentsSuffix
( rdeps: string[] | undefined, )
src/utils/plugins/dependencyResolver.ts:300
↓ 2 callersFunctionformatReviewStageCounts
(stage: ReviewStage | undefined, found: number, verified: number, refuted: number)
src/components/tasks/RemoteSessionProgress.tsx:22
↓ 2 callersFunctionformatSetupNotes
* Formats setup notes as a bulleted Heads-up block. Shared between the * initial AskUserQuestion dialog text (no-args path) and the prompt-body * se
src/skills/bundled/scheduleRemoteAgents.ts:118
↓ 2 callersFunctionformatShellPrefixCommand
( prefix: string, command: string, )
src/utils/bash/shellPrefix.ts:15
↓ 2 callersFunctionformatSkillLoadingMetadata
(skillName: string, _progressMessage: string = 'loading')
src/utils/processUserInput/processSlashCommand.tsx:786
↓ 2 callersFunctionformatSlashCommandLoadingMetadata
* Formats the metadata for a slash command loading message.
src/utils/processUserInput/processSlashCommand.tsx:794
↓ 2 callersFunctionformatTimelineLine
( totalMs: number, deltaMs: number, name: string, memory: NodeJS.MemoryUsage | undefined, totalPad:
src/utils/profilerBase.ts:33
↓ 2 callersFunctionformatValidationPath
* Formats a Zod validation path into a readable string * e.g., ['todos', 0, 'activeForm'] => 'todos[0].activeForm'
src/utils/toolErrors.ts:47
↓ 2 callersFunctionformatWarning
(warning: KeybindingWarning)
src/keybindings/validate.ts:456
↓ 2 callersFunctionformatWorkspaceFolders
(folders: string[], maxLength: number = 100)
src/commands/ide/ide.tsx:612
↓ 2 callersFunctionformatWorkspaceSymbolResult
( result: SymbolInformation[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:371
↓ 2 callersFunctionforwardMessagesToBridge
()
src/cli/print.ts:1522
↓ 2 callersFunctionforwardToWs
(ws: WebSocketLike, data: Buffer)
src/upstreamproxy/relay.ts:436
↓ 2 callersFunctionfromArray
(values: T[])
src/utils/generators.ts:84
↓ 2 callersFunctionfromJsonTimestamp
(o: any)
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:846
↓ 2 callersFunctionfromSDKCompactMetadata
( meta: SDKCompactMetadata, )
src/utils/messages/mappers.ts:98
↓ 2 callersFunctiongenerateAndPatch
(input: string, bridgeSessionId: string)
src/bridge/initReplBridge.ts:333
↓ 2 callersFunctiongenerateCommandSuggestions
( input: string, commands: Command[], )
src/utils/suggestions/commandSuggestions.ts:292
↓ 2 callersFunctiongenerateFileAttachment
( filename: string, toolUseContext: ToolUseContext, successEventName: string, errorEventName: string,
src/utils/attachments.ts:3020
↓ 2 callersFunctiongenerateFileSuggestions
( partialPath: string, showOnEmpty = false, )
src/hooks/fileSuggestions.ts:715
↓ 2 callersFunctiongenerateFixSuggestion
* Generate a fix suggestion based on the shadow type.
src/utils/permissions/shadowedRuleDetection.ts:79
↓ 2 callersFunctiongenerateFunFactoid
(stats: ClaudeCodeStats, totalTokens: number)
src/components/Stats.tsx:688
↓ 2 callersFunctiongenerateHeatmap
( dailyActivity: DailyActivity[], options: HeatmapOptions = {}, )
src/utils/heatmap.ts:39
↓ 2 callersFunctiongenerateKittyId
()
src/services/notifier.ts:106
↓ 2 callersFunctiongenerateLoremIpsum
(targetTokens: number)
src/skills/bundled/loremIpsum.ts:202
↓ 2 callersFunctiongeneratePlaceholders
* Generates placeholder strings with random salt to prevent injection attacks. * The salt prevents malicious commands from containing literal placeho
src/utils/bash/commands.ts:20
↓ 2 callersFunctiongenerateSectionInsight
( section: InsightSection, dataContext: string, )
src/commands/insights.ts:1572
↓ 2 callersFunctiongenerateSessionName
( messages: Message[], signal: AbortSignal, )
src/commands/rename/generateSessionName.ts:10
↓ 2 callersFunctiongenerateSettingsJSONSchema
()
src/utils/settings/schemaOutput.ts:5
↓ 2 callersFunctiongenerateShellSuggestionsLabel
(suggestions: PermissionUpdate[], shellToolName: string, commandTransform?: (command: string) => string)
src/components/permissions/shellPermissionHelpers.tsx:65
↓ 2 callersFunctiongenerateSuggestion
( abortController: AbortController, promptId: PromptVariant, cacheSafeParams: CacheSafeParams, )
src/services/PromptSuggestion/promptSuggestion.ts:294
↓ 2 callersFunctiongenerateTaskAttachments
(state: AppState)
src/utils/task/framework.ts:158
↓ 2 callersFunctiongenerateTmuxSessionName
( repoPath: string, branch: string, )
src/utils/worktree.ts:171
↓ 2 callersFunctiongenerateTokenChart
(dailyTokens: DailyModelTokens[], models: string[], terminalWidth: number)
src/components/Stats.tsx:940
↓ 2 callersFunctiongenerateUnifiedSuggestions
( query: string, mcpResources: Record<string, ServerResource[]>, agents: AgentDefinition[], showOnEmpt
src/hooks/unifiedSuggestions.ts:111
↓ 2 callersFunctiongenerateWordSlug
()
src/utils/words.ts:785
↓ 2 callersFunctionget3PModelFallbackSuggestion
* For 3P users, suggest a fallback model when the selected model is unavailable. * Returns a model name suggestion, or undefined if no suggestion is
src/services/api/errors.ts:940
↓ 2 callersFunctiongetAWSClientProxyConfig
()
src/utils/proxy.ts:394
↓ 2 callersMethodgetAbortReason
* Determine why a tool should be cancelled.
src/services/tools/StreamingToolExecutor.ts:210
↓ 2 callersFunctiongetActiveAgentForInput
( appState: AppState, )
src/state/selectors.ts:59
↓ 2 callersFunctiongetAgentColorMap
()
src/bootstrap/state.ts:1128
↓ 2 callersFunctiongetAgentMetadataPath
(agentId: AgentId)
src/utils/sessionStorage.ts:260
↓ 2 callersFunctiongetAgentModelDisplay
(model: string | undefined)
src/utils/model/agent.ts:124
↓ 2 callersFunctiongetAllCommands
( parsed: ParsedPowerShellCommand, )
src/utils/powershell/parser.ts:1486
↓ 2 callersFunctiongetAllHooks
(appState: AppState)
src/utils/hooks/hooksSettings.ts:92
↓ 2 callersFunctiongetAllReleaseNotes
( changelogContent: string = getStoredChangelogFromMemory(), )
src/utils/releaseNotes.ts:249
↓ 2 callersFunctiongetAllSessionFiles
* Get all session files from all project directories. * Includes both main session files and subagent transcript files.
src/utils/stats.ts:374
↓ 2 callersMethodgetAllowUnixSockets
()
src/utils/sandbox/sandbox-adapter.ts:900
↓ 2 callersFunctiongetAnalysisModel
()
src/commands/insights.ts:41
↓ 2 callersFunctiongetAntModels
()
src/utils/model/antModels.ts:44
↓ 2 callersFunctiongetApiKeyFromApiKeyHelperCached
()
src/utils/auth.ts:631
↓ 2 callersFunctiongetApiKeyFromFileDescriptor
()
src/utils/authFileDescriptor.ts:188
↓ 2 callersFunctiongetAskRuleForTool
( context: ToolPermissionContext, tool: Pick<Tool, 'name' | 'mcpInfo'>, )
src/utils/permissions/permissions.ts:297
↓ 2 callersFunctiongetAssistantMessageContentLength
( message: AssistantMessage, )
src/utils/tokens.ts:183
↓ 2 callersFunctiongetAssistantMessageId
* Get the API response id for an assistant message with real (non-synthetic) usage. * Used to identify split assistant records that came from the sam
src/utils/tokens.ts:28
↓ 2 callersFunctiongetAttributionHeader
(fingerprint: string)
src/constants/system.ts:73
↓ 2 callersFunctiongetAutoMemEntrypoint
()
src/memdir/paths.ts:257
↓ 2 callersFunctiongetAutoMemPathOverride
* Direct override for the full auto-memory directory path via env var. * When set, getAutoMemPath()/getAutoMemEntrypoint() return this path directly
src/memdir/paths.ts:161
↓ 2 callersFunctiongetAutoModeDenials
()
src/utils/autoModeDenials.ts:24
↓ 2 callersFunctiongetAutoModeEnabledState
()
src/utils/permissions/permissionSetup.ts:1328
↓ 2 callersFunctiongetAutoModeEnabledStateIfCached
()
src/utils/permissions/permissionSetup.ts:1344
↓ 2 callersFunctiongetAutoToolSearchTokenThreshold
* Get the token threshold for auto-enabling tool search for a given model.
src/utils/toolSearch.ts:104
↓ 2 callersFunctiongetBaseFileNames
* Get list of base file names (without .md extension) from a directory * @param dirPath The directory path to list files from * @returns Array of ba
src/commands/plugin/ManagePlugins.tsx:129
↓ 2 callersFunctiongetBashPromptDenyDescriptions
(_context: unknown)
src/utils/permissions/bashClassifier.ts:28
↓ 2 callersFunctiongetBatchConfig
()
src/services/analytics/firstPartyEventLogger.ts:97
↓ 2 callersFunctiongetBestCommandMatch
( partialCommand: string, commands: Command[], )
src/utils/suggestions/commandSuggestions.ts:164
↓ 2 callersFunctiongetBinaryBlobSavedMessage
( filepath: string, mimeType: string | undefined, size: number, sourceDescription: string, )
src/utils/mcpOutputStorage.ts:181
↓ 2 callersFunctiongetBindingDisplayText
( action: string, context: KeybindingContextName, bindings: ParsedBinding[], )
src/keybindings/resolver.ts:67
↓ 2 callersFunctiongetBlockedMarketplaces
()
src/utils/plugins/marketplaceHelpers.ts:171
↓ 2 callersFunctiongetBorderColor
()
src/components/PromptInput/PromptInput.tsx:2214
↓ 2 callersFunctiongetBranchFromSession
( session: SessionResource, )
src/utils/teleport/api.ts:334
↓ 2 callersFunctiongetBridgeSession
( sessionId: string, opts?: { baseUrl?: string; getAccessToken?: () => string | undefined }, )
src/bridge/createSession.ts:190
↓ 2 callersFunctiongetBridgeStatus
({ error, connected, sessionActive, reconnecting, }: { error: string | undefined connected: boolea
src/bridge/bridgeStatusUtil.ts:124
↓ 2 callersFunctiongetBuildAgeMinutes
()
src/services/api/logging.ts:164
↓ 2 callersFunctiongetBuiltinPlugins
()
src/plugins/builtinPlugins.ts:57
↓ 2 callersFunctiongetBundledSkillExtractDir
(skillName: string)
src/skills/bundledSkills.ts:120
↓ 2 callersFunctiongetCLISyspromptPrefix
(options?: { isNonInteractive: boolean hasAppendSystemPrompt: boolean })
src/constants/system.ts:30
↓ 2 callersFunctiongetCacheDir
()
src/utils/model/modelCapabilities.ts:38
↓ 2 callersFunctiongetCachePath
()
src/utils/model/modelCapabilities.ts:42
↓ 2 callersFunctiongetCacheSharingParams
( context: ToolUseContext, forkContextMessages: Message[], )
src/commands/compact/compact.ts:250
↓ 2 callersFunctiongetCachedMCModule
()
src/services/compact/microCompact.ts:62
↓ 2 callersFunctiongetCachedOrFetchPassesEligibility
()
src/services/api/referral.ts:231
↓ 2 callersFunctiongetCachedRemainingPasses
()
src/services/api/referral.ts:162
↓ 2 callersFunctiongetChannelAllowlist
()
src/services/mcp/channelAllowlist.ts:37
↓ 2 callersFunctiongetCharBudget
(contextWindowTokens?: number)
src/tools/SkillTool/prompt.ts:31
↓ 2 callersFunctiongetChicagoEnabled
()
src/utils/computerUse/gates.ts:45
↓ 2 callersFunctiongetChicagoSubGates
()
src/utils/computerUse/gates.ts:60
↓ 2 callersMethodgetChildCount
()
src/ink/layout/yoga.ts:71
↓ 2 callersFunctiongetChromeFlagOverride
()
src/bootstrap/state.ts:1251
↓ 2 callersFunctiongetChromeSystemPrompt
()
src/utils/claudeInChrome/prompt.ts:68
↓ 2 callersFunctiongetClassifierModel
* Get the model for the classifier. * Ant-only env var takes precedence, then GrowthBook JSON config override, * then the main loop model.
src/utils/permissions/yoloClassifier.ts:1334
← previousnext →3,001–3,100 of 11,702, ranked by callers