MCPcopy Create free account

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

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

↓ 4 callersFunctionfanOut
* Reset the settings cache, then notify all listeners. * * The cache reset MUST happen here (single producer), not in each listener * (N consumers)
src/utils/settings/changeDetector.ts:437
↓ 4 callersFunctionfetchAuthServerMetadata
* Fetches authorization server metadata, using a configured metadata URL if available, * otherwise performing RFC 9728 → RFC 8414 discovery via the S
src/services/mcp/auth.ts:256
↓ 4 callersFunctionfetchSession
( sessionId: string, )
src/utils/teleport/api.ts:289
↓ 4 callersFunctionfileHistoryTrackEdit
( updateFileHistoryState: ( updater: (prev: FileHistoryState) => FileHistoryState, ) => void, filePa
src/utils/fileHistory.ts:86
↓ 4 callersFunctionfilterErrors
(errors: ValidationError[], severity: 'fatal' | 'warning')
src/components/mcp/McpParsingWarnings.tsx:210
↓ 4 callersFunctionfilterToolProgressMessages
( progressMessagesForMessage: ProgressMessage[], )
src/Tool.ts:312
↓ 4 callersFunctionfindActualString
( fileContent: string, searchString: string, )
src/tools/FileEditTool/utils.ts:73
↓ 4 callersFunctionfindChannelEntry
( serverName: string, channels: readonly ChannelEntry[], )
src/services/mcp/channelNotification.ts:161
↓ 4 callersFunctionfindLatestMessage
* O(n) single-pass: find the message with the latest timestamp matching a predicate. * Replaces the `[...values].filter(pred).sort((a,b) => Date(b)-D
src/utils/sessionStorage.ts:2046
↓ 4 callersFunctionflushGroup
()
src/utils/collapseReadSearch.ts:770
↓ 4 callersFunctionfmtBucket
(count: number, p: number)
src/components/Stats.tsx:1171
↓ 4 callersFunctionformatCommandInputTags
( commandName: string, args: string, )
src/utils/messages.ts:576
↓ 4 callersFunctionformatCost
(cost: number, maxDecimalPlaces: number = 4)
src/cost-tracker.ts:177
↓ 4 callersFunctionformatCreditAmount
(reward: ReferrerRewardInfo)
src/services/api/referral.ts:139
↓ 4 callersFunctionformatDescriptionWithSource
(cmd: Command)
src/commands.ts:730
↓ 4 callersFunctionformatEntry
(c: ChannelEntry)
src/components/LogoV2/ChannelsNotice.tsx:199
↓ 4 callersFunctionformatError
(error: unknown)
src/utils/toolErrors.ts:5
↓ 4 callersFunctionformatFailureDetails
( failures: Array<{ name: string; reason?: string; error?: string }>, includeReasons: boolean, )
src/utils/plugins/marketplaceHelpers.ts:16
↓ 4 callersFunctionformatGrantAmount
(info: OverageCreditGrantInfo)
src/services/api/overageCreditGrant.ts:127
↓ 4 callersFunctionformatLocation
* Formats a Location with file path and line/character position
src/tools/LSPTool/formatters.ts:99
↓ 4 callersFunctionformatPathLink
(filePath: string)
src/utils/completionCache.ts:63
↓ 4 callersFunctionformatSource
* Format a rule source for display in warning messages.
src/utils/permissions/shadowedRuleDetection.ts:72
↓ 4 callersFunctionformatToken
( token: Token, theme: ThemeName, listDepth = 0, orderedListNumber: number | null = null, parent: To
src/utils/markdown.ts:49
↓ 4 callersFunctionformatZodError
( error: ZodError, filePath: string, )
src/utils/settings/validation.ts:97
↓ 4 callersFunctiongenerateMcpConfig
* Generate MCP server configuration from DXT manifest
src/utils/plugins/mcpbHandler.ts:413
↓ 4 callersFunctiongenerateSessionTitle
( description: string, signal: AbortSignal, )
src/utils/sessionTitle.ts:79
↓ 4 callersFunctiongenerateSpanId
* Generate a unique span ID
src/utils/telemetry/perfettoTracing.ts:179
↓ 4 callersFunctiongenerateSuggestions
( filePath: string, operationType: 'read' | 'write' | 'create', toolPermissionContext: ToolPermissionCon
src/utils/permissions/filesystem.ts:1414
↓ 4 callersFunctiongetAddDirEnabledPlugins
()
src/utils/plugins/addDirPluginSettings.ts:34
↓ 4 callersFunctiongetAgentDirectoryPath
* Gets the directory path for an agent location
src/components/agents/agentFileUtils.ts:60
↓ 4 callersFunctiongetAgentNameToPoll
* Get the agent name to poll for messages. * - In-process teammates return undefined (they use waitForNextPromptOrShutdown instead) * - Process-base
src/hooks/useInboxPoller.ts:81
↓ 4 callersFunctiongetAgentOutputTaskId
* Check if a file path is an agent output file and extract the task ID. * Agent output files follow the pattern: {projectTempDir}/tasks/{taskId}.outp
src/tools/FileReadTool/UI.tsx:18
↓ 4 callersFunctiongetAgentTranscript
(agentId: AgentId)
src/utils/sessionStorage.ts:4190
↓ 4 callersFunctiongetAllMcpConfigs
()
src/services/mcp/config.ts:1258
↓ 4 callersFunctiongetAllProviderConfigs
()
src/utils/model/providerConfig.ts:306
↓ 4 callersFunctiongetAllowRules
( context: ToolPermissionContext, )
src/utils/permissions/permissions.ts:122
↓ 4 callersFunctiongetAntModelOverrideConfig
()
src/utils/model/antModels.ts:34
↓ 4 callersFunctiongetAskRules
(context: ToolPermissionContext)
src/utils/permissions/permissions.ts:223
↓ 4 callersFunctiongetAutoCompactThreshold
(model: string)
src/services/compact/autoCompact.ts:72
↓ 4 callersFunctiongetAutoModeDumpDir
()
src/utils/permissions/yoloClassifier.ts:144
↓ 4 callersFunctiongetAutoModeUnavailableNotification
( reason: AutoModeUnavailableReason, )
src/utils/permissions/permissionSetup.ts:1047
↓ 4 callersFunctiongetAutoModeUnavailableReason
()
src/utils/permissions/permissionSetup.ts:1294
↓ 4 callersFunctiongetAutoUpdaterDisabledReason
()
src/utils/config.ts:1735
↓ 4 callersFunctiongetBackendByType
(type: PaneBackendType)
src/utils/swarm/backends/registry.ts:295
↓ 4 callersFunctiongetBashPromptAllowDescriptions
(_context: unknown)
src/utils/permissions/bashClassifier.ts:36
↓ 4 callersFunctiongetBridgeBaseUrl
()
src/bridge/bridgeConfig.ts:46
↓ 4 callersFunctiongetBridgeBaseUrlOverride
()
src/bridge/bridgeConfig.ts:27
↓ 4 callersFunctiongetBuiltinModelStrings
(provider: APIProvider)
src/utils/model/modelStrings.ts:25
↓ 4 callersFunctiongetBuiltinProviderConfig
(id: BuiltinProviderId)
src/utils/model/providerConfig.ts:163
↓ 4 callersFunctiongetCachePath
* Get the path to the policy limits cache file
src/services/policyLimits/index.ts:119
↓ 4 callersFunctiongetCachedBackend
()
src/utils/swarm/backends/registry.ts:308
↓ 4 callersFunctiongetCachedReferrerReward
()
src/services/api/referral.ts:150
↓ 4 callersFunctiongetClaudeAIOAuthTokensAsync
()
src/utils/auth.ts:1449
↓ 4 callersFunctiongetColorModuleUnavailableReason
()
src/components/StructuredDiff/colorDiff.ts:18
↓ 4 callersFunctiongetCommandId
* Generates a deterministic unique ID for a command suggestion. * Commands with the same name from different sources get unique IDs. * * Only promp
src/utils/suggestions/commandSuggestions.ts:233
↓ 4 callersFunctiongetCommandName
(file: MarkdownFile)
src/skills/loadSkillsDir.ts:554
↓ 4 callersFunctiongetCommandPrefixStatic
( command: string, recursionDepth = 0, wrapperCount = 0, )
src/utils/bash/prefix.ts:28
↓ 4 callersFunctiongetCommandTypeForLogging
(command: string)
src/tools/PowerShellTool/PowerShellTool.tsx:262
↓ 4 callersFunctiongetCompanion
()
src/buddy/companion.ts:127
↓ 4 callersMethodgetComputedLeft
()
src/ink/layout/yoga.ts:108
↓ 4 callersMethodgetComputedPadding
(edge: LayoutEdge)
src/ink/layout/yoga.ts:128
↓ 4 callersFunctiongetConfiguredAnthropicBaseUrl
()
src/utils/model/providerConfig.ts:347
↓ 4 callersFunctiongetConnectionTimeoutMs
()
src/services/mcp/client.ts:456
↓ 4 callersFunctiongetCurrentBranch
* Gets the current branch name
src/utils/teleport.tsx:287
↓ 4 callersFunctiongetDataDir
()
src/commands/insights.ts:420
↓ 4 callersFunctiongetDeclaredMarketplaces
()
src/utils/plugins/marketplaceManager.ts:161
↓ 4 callersFunctiongetDefaultBashTimeoutMs
(env: EnvLike = process.env)
src/utils/timeouts.ts:12
↓ 4 callersFunctiongetDefaultHaikuModel
()
src/utils/model/model.ts:148
↓ 4 callersFunctiongetDefaultMaxRetries
()
src/services/api/withRetry.ts:789
↓ 4 callersFunctiongetDefaultVertexRegion
()
src/utils/envUtils.ts:103
↓ 4 callersFunctiongetDisplayText
(tokens: Token[] | undefined)
src/utils/markdown.ts:209
↓ 4 callersFunctiongetDoctorDiagnostic
()
src/utils/doctorDiagnostic.ts:514
↓ 4 callersFunctiongetEnumLabel
(schema: EnumSchema, value: string)
src/utils/mcp/elicitationValidation.ts:130
↓ 4 callersFunctiongetEnvironmentKind
()
src/utils/filePersistence/outputsScanner.ts:25
↓ 4 callersFunctiongetErrorGuidance
(error: PluginError)
src/commands/plugin/PluginErrors.tsx:61
↓ 4 callersFunctiongetExtraBodyParams
(betaHeaders?: string[])
src/services/api/claude.ts:272
↓ 4 callersFunctiongetFacetsDir
()
src/commands/insights.ts:423
↓ 4 callersFunctiongetFastModeUnavailableReason
()
src/utils/fastMode.ts:72
↓ 4 callersFunctiongetFlagSettingsPath
()
src/bootstrap/state.ts:1132
↓ 4 callersFunctiongetGithubRepo
()
src/utils/git.ts:504
↓ 4 callersFunctiongetGlobExclusionsForPluginCache
( searchPath?: string, )
src/utils/plugins/orphanedPluginFilter.ts:38
↓ 4 callersMethodgetGraphemeBoundaries
()
src/utils/Cursor.ts:1150
↓ 4 callersFunctiongetHkcuSettings
()
src/utils/settings/mdm/settings.ts:132
↓ 4 callersFunctiongetIdpClientSecret
(idpIssuer: string)
src/services/mcp/xaaIdpLogin.ts:177
↓ 4 callersFunctiongetIfCondition
(hook: { if?: string })
src/utils/hooks.ts:1733
↓ 4 callersFunctiongetImageProcessor
()
src/tools/FileReadTool/imageProcessor.ts:37
↓ 4 callersFunctiongetInMemoryErrors
()
src/utils/log.ts:201
↓ 4 callersFunctiongetInstallationEnv
()
src/utils/ide.ts:913
↓ 4 callersFunctiongetKnownMarketplacesFile
* Get the path to the known marketplaces configuration file * Using a function instead of a constant allows proper mocking in tests
src/utils/plugins/marketplaceManager.ts:102
↓ 4 callersFunctiongetLargeMemoryFiles
(files: MemoryFileInfo[])
src/utils/claudemd.ts:1132
↓ 4 callersFunctiongetLineStartOffset
* Calculate the offset of a line's start position.
src/vim/operators.ts:425
↓ 4 callersFunctiongetLocalInstallDir
()
src/utils/localInstaller.ts:19
↓ 4 callersFunctiongetLockfile
()
src/utils/lockfile.ts:18
↓ 4 callersFunctiongetMatcherMetadata
( event: HookEvent, toolNames: string[], )
src/utils/hooks/hooksConfigManager.ts:395
↓ 4 callersFunctiongetMaxMcpOutputTokens
()
src/utils/mcpValidation.ts:26
↓ 4 callersFunctiongetMaxTimeoutMs
()
src/tools/PowerShellTool/prompt.ts:22
↓ 4 callersFunctiongetMaxVersion
()
src/utils/autoUpdater.ts:108
↓ 4 callersFunctiongetMcpClientConfig
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, )
src/services/mcp/auth.ts:2430
↓ 4 callersFunctiongetMcpToolsCommandsAndResources
( onConnectionAttempt: (params: { client: MCPServerConnection tools: Tool[] commands: Command[]
src/services/mcp/client.ts:2226
↓ 4 callersFunctiongetMdmSettings
()
src/utils/settings/mdm/settings.ts:124
← previousnext →1,301–1,400 of 11,702, ranked by callers