MCPcopy Create free account

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

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

↓ 2 callersFunctionhasConsoleBillingAccess
()
src/utils/billing.ts:10
↓ 2 callersFunctionhasDangerousEnvVars
* Check if settings have dangerous environment variables configured. * Any env var NOT in SAFE_ENV_VARS is considered dangerous.
src/components/TrustDialog/utils.ts:218
↓ 2 callersFunctionhasExitedPlanModeInSession
()
src/bootstrap/state.ts:1333
↓ 2 callersFunctionhasExternalClaudeMdIncludes
(files: MemoryFileInfo[])
src/utils/claudemd.ts:1416
↓ 2 callersFunctionhasGcpCommands
* Check if settings have GCP commands configured
src/components/TrustDialog/utils.ts:190
↓ 2 callersFunctionhasHooks
(settings: SettingsJson | null)
src/components/TrustDialog/utils.ts:8
↓ 2 callersFunctionhasImageBlock
( content: NonNullable<ToolResultBlockParam['content']>, )
src/utils/toolResultStorage.ts:507
↓ 2 callersFunctionhasInstructionsLoadedHook
()
src/utils/hooks.ts:4314
↓ 2 callersFunctionhasMalformedTokens
( command: string, parsed: ParseEntry[], )
src/utils/bash/shellQuote.ts:117
↓ 2 callersFunctionhasOtelHeadersHelper
* Check if settings have otelHeadersHelper configured
src/components/TrustDialog/utils.ts:109
↓ 2 callersFunctionhasRequiredMcpServers
( agent: AgentDefinition, availableServers: string[], )
src/tools/AgentTool/loadAgentsDir.ts:229
↓ 2 callersFunctionhasSlackMcpServer
(clients: MCPServerConnection[])
src/utils/suggestions/slackChannelSuggestions.ts:102
↓ 2 callersFunctionhasSuspiciousWindowsPathPattern
* Detects suspicious Windows path patterns that could bypass security checks. * These patterns include: * - NTFS Alternate Data Streams (e.g., file.
src/utils/permissions/filesystem.ts:537
↓ 2 callersFunctionhasTextBlocks
(message: Message)
src/services/compact/sessionMemoryCompact.ts:135
↓ 2 callersFunctionhasThinkingBlocks
* Check if messages contain thinking blocks
src/services/tokenEstimation.ts:38
↓ 2 callersFunctionhasThinkingContent
(m: { type: string; message?: { content: Array<{ type: string; }>; }; })
src/components/Message.tsx:591
↓ 2 callersFunctionhasToolResultContent
* Check whether a user message's content contains tool_result blocks. * This is more reliable than checking `toolUseResult === undefined` because *
src/utils/attachments.ts:2447
↓ 2 callersFunctionhashMcpConfig
(config: ScopedMcpServerConfig)
src/services/mcp/utils.ts:157
↓ 2 callersFunctionhashMessage
* Generate a hash for a message based on its content.
src/utils/telemetry/betaSessionTracing.ts:136
↓ 2 callersFunctionhashString
* Computes a simple numeric hash of a string for analytics grouping. * Uses djb2 algorithm, returning a 32-bit unsigned integer.
src/utils/imageResizer.ts:130
↓ 2 callersFunctionhashString
(s: string)
src/buddy/companion.ts:27
↓ 2 callersFunctionhashToId
(input: string)
src/services/mcp/channelPermissions.ts:112
↓ 2 callersFunctionheadlessProfilerStartTurn
()
src/utils/headlessProfiler.ts:62
↓ 2 callersFunctionhideTeammate
* Hide a teammate pane using the backend abstraction. * Only available for ant users (gated for dead code elimination in external builds)
src/components/teams/TeamsDialog.tsx:633
↓ 2 callersFunctionhighlightLine
( state: { lang: string | null; stack: unknown }, line: string, theme: Theme, )
src/native-ts/color-diff/index.ts:504
↓ 2 callersFunctionhitTest
( node: DOMElement, col: number, row: number, )
src/ink/hit-test.ts:18
↓ 2 callersFunctionhookSourceHeaderDisplayString
(source: HookSource)
src/utils/hooks/hooksSettings.ts:192
↓ 2 callersFunctionhueToRgb
(hue: number)
src/components/Spinner/utils.ts:32
↓ 2 callersFunctionideOnboardingDialog
()
src/utils/ide.ts:34
↓ 2 callersMethodimageRefStartingAt
(offset: number)
src/utils/Cursor.ts:330
↓ 2 callersFunctionimmediateFlushHistory
()
src/history.ts:292
↓ 2 callersFunctionincrement
(map: Map<string, number>, key: string, value: number)
src/utils/contextAnalysis.ts:191
↓ 2 callersFunctionincrementGuestPassesSeenCount
()
src/components/LogoV2/GuestPassesUpsell.tsx:43
↓ 2 callersFunctionincrementOverageCreditUpsellSeenCount
()
src/components/LogoV2/OverageCreditUpsell.tsx:56
↓ 2 callersFunctionincrementPromptCount
( attribution: AttributionState, saveSnapshot: (snapshot: AttributionSnapshotMessage) => void, )
src/utils/commitAttribution.ts:950
↓ 2 callersFunctionindexOfWithin
buf.indexOf bounded to [0, end) without allocating a view.
src/utils/readEditContext.ts:148
↓ 2 callersMethodindexPath
(i: number)
src/native-ts/file-index/index.ts:156
↓ 2 callersFunctioninferCompactSchema
(value: unknown, depth = 2)
src/services/mcp/client.ts:2644
↓ 2 callersMethodinfo
(message: string, ...args: unknown[])
src/utils/computerUse/hostAdapter.ts:19
↓ 2 callersMethodinfo
(message: string, ...args: unknown[])
src/utils/claudeInChrome/mcpServer.ts:284
↓ 2 callersFunctioninit
()
src/commands/resume/resume.tsx:124
↓ 2 callersFunctioninitAndLogWheelAccel
()
src/components/ScrollKeybindingHandler.tsx:334
↓ 2 callersFunctioninitReplBridge
( options?: InitBridgeOptions, )
src/bridge/initReplBridge.ts:110
↓ 2 callersFunctioninitializeLspServerManager
()
src/services/lsp/manager.ts:145
↓ 2 callersFunctioninitializeTeammateHooks
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, teamInfo: { teamName:
src/utils/swarm/teammateInit.ts:28
↓ 2 callersFunctioninitializeTelemetryAfterTrust
()
src/entrypoints/init.ts:247
↓ 2 callersFunctioninitializeVersionedPlugins
()
src/utils/plugins/installedPluginsManager.ts:714
↓ 2 callersFunctioninjectModelSwitchBreadcrumbs
( modelArg: string, resolvedModel: string, )
src/cli/print.ts:1227
↓ 2 callersFunctioninjectUserMessageToTeammate
(taskId: string, message: string, setAppState: SetAppState)
src/tasks/InProcessTeammateTask/InProcessTeammateTask.tsx:68
↓ 2 callersFunctioninsertBlockAfterToolResults
( content: unknown[], block: unknown, )
src/utils/contentArray.ts:21
↓ 2 callersMethodinsertMessageChain
( messages: Transcript, isSidechain: boolean = false, agentId?: string, startingParentUuid?: U
src/utils/sessionStorage.ts:993
↓ 2 callersFunctioninstallChromeNativeHostManifest
( manifestBinaryPath: string, )
src/utils/claudeInChrome/setup.ts:191
↓ 2 callersFunctioninstallFromGit
* Install a plugin from a git URL
src/utils/plugins/pluginLoader.ts:645
↓ 2 callersFunctioninstallLatest
( channelOrVersion: string, forceReinstall: boolean = false, )
src/utils/nativeInstaller/installer.ts:956
↓ 2 callersFunctioninstallLatestImpl
( channelOrVersion: string, forceReinstall: boolean = false, )
src/utils/nativeInstaller/installer.ts:976
↓ 2 callersFunctioninstallPluginAndNotify
(pluginId: string, pluginName: string, keyPrefix: string, addNotification: AddNotification, install: (pluginDa
src/hooks/usePluginRecommendationBase.tsx:80
↓ 2 callersFunctioninstallPluginsAndApplyMcpInBackground
()
src/cli/print.ts:1709
↓ 2 callersFunctioninstallResolvedPlugin
({ pluginId, entry, scope, marketplaceInstallLocation, }: { pluginId: string entry: PluginMarketpl
src/utils/plugins/pluginInstallationHelpers.ts:348
↓ 2 callersFunctioninstallSelectedPlugins
()
src/commands/plugin/BrowseMarketplace.tsx:314
↓ 2 callersFunctionintoLines
( h: Highlight, dim: boolean, skipBg: boolean, mode: ColorMode, )
src/native-ts/color-diff/index.ts:819
↓ 2 callersFunctionisAllowlistedPipelineTail
( cmd: ParsedCommandElement, originalCommand: string, )
src/tools/PowerShellTool/readOnlyValidation.ts:1052
↓ 2 callersFunctionisApiKeyHelperFromProjectOrLocalSettings
* Check if the configured apiKeyHelper comes from project settings (projectSettings or localSettings)
src/utils/auth.ts:416
↓ 2 callersFunctionisApplicable
(a: (typeof MESSAGE_ACTIONS)[number], c: MessageActionsState)
src/components/messageActions.tsx:188
↓ 2 callersFunctionisAwsAuthRefreshFromProjectSettings
()
src/utils/auth.ts:441
↓ 2 callersFunctionisAwsCredentialExportFromProjectSettings
()
src/utils/auth.ts:466
↓ 2 callersFunctionisBareEscape
* Single-element key sequence matching "escape" or "esc" (case-insensitive). * Used to hole-punch the CGEventTap abort for model-synthesized Escape —
src/utils/computerUse/executor.ts:97
↓ 2 callersFunctionisBedrockAuthError
(error: unknown)
src/services/api/withRetry.ts:631
↓ 2 callersFunctionisBgSession
()
src/utils/concurrentSessions.ts:44
↓ 2 callersFunctionisBlockedAddress
(address: string)
src/utils/hooks/ssrfGuard.ts:42
↓ 2 callersFunctionisBlockedV4
(address: string)
src/utils/hooks/ssrfGuard.ts:55
↓ 2 callersFunctionisBriefEnabled
()
src/tools/BriefTool/BriefTool.ts:126
↓ 2 callersFunctionisCCRMode
* Check if we're in CCR (Claude Code Remote) mode. * In CCR mode, auth is handled via JWTs provided by the infrastructure, * not via /login. Transie
src/services/api/errors.ts:217
↓ 2 callersFunctionisChainParticipant
(m: Pick<Message, 'type'>)
src/utils/sessionStorage.ts:154
↓ 2 callersFunctionisChromeExtensionInstalledPortable
( browserPaths: BrowserPath[], log?: Logger, )
src/utils/claudeInChrome/setupPortable.ts:218
↓ 2 callersFunctionisClaudeSettingsPath
(filePath: string)
src/utils/permissions/filesystem.ts:200
↓ 2 callersFunctionisClmAllowedType
(typeName: string)
src/tools/PowerShellTool/clmTypes.ts:209
↓ 2 callersFunctionisCodeEditingTool
(toolName: string)
src/hooks/toolPermission/permissionLogging.ts:35
↓ 2 callersFunctionisCommandMetadata
* Type guard to check if a suggestion's metadata is a Command. * Commands have a name string and a type property.
src/utils/suggestions/commandSuggestions.ts:86
↓ 2 callersFunctionisCommandOperator
* Check if a parsed token is a command operator (|, ||, &&, ;)
src/utils/bash/shellCompletion.ts:26
↓ 2 callersFunctionisCompactLinePrefixEnabled
()
src/utils/file.ts:278
↓ 2 callersFunctionisCompletedBackgroundBash
( msg: RenderableMessage, )
src/utils/collapseBackgroundBashNotifications.ts:14
↓ 2 callersFunctionisConsumerSubscriber
()
src/utils/auth.ts:1896
↓ 2 callersFunctionisCurrentDirectoryBareGitRepo
()
src/utils/git.ts:876
↓ 2 callersFunctionisCustomSubagentType
(subagentType: string | undefined)
src/tools/AgentTool/UI.tsx:869
↓ 2 callersFunctionisDangerousClassifierPermission
* Checks if a permission rule is dangerous for auto mode. * A rule is dangerous if it would auto-allow actions before the auto mode classifier * can
src/utils/permissions/permissionSetup.ts:272
↓ 2 callersFunctionisDebugRepaintsEnabled
()
src/ink/reconciler.ts:180
↓ 2 callersFunctionisDeferredToolsDeltaEnabled
()
src/utils/toolSearch.ts:629
↓ 2 callersFunctionisDesktopInstalled
* Check if Claude Desktop app is installed. * On macOS, checks for /Applications/Claude.app. * On Linux, checks if xdg-open can handle claude:// pro
src/utils/desktopDeepLink.ts:50
↓ 2 callersFunctionisDetailedProfilingEnabled
()
src/utils/startupProfiler.ts:147
↓ 2 callersFunctionisDotGitPathPS
(arg: string)
src/tools/PowerShellTool/gitSafety.ts:158
↓ 2 callersFunctionisDownloader
(name: string)
src/tools/PowerShellTool/powershellSecurity.ts:225
↓ 2 callersFunctionisEligibleForOverageCreditGrant
()
src/components/LogoV2/OverageCreditUpsell.tsx:27
↓ 2 callersFunctionisEligibleForRemoteManagedSettings
()
src/services/remoteManagedSettings/index.ts:144
↓ 2 callersFunctionisEmptyCellAt
(screen: Screen, x: number, y: number)
src/ink/screen.ts:424
↓ 2 callersFunctionisEnhancedTelemetryEnabled
()
src/utils/telemetry/sessionTracing.ts:126
↓ 2 callersFunctionisErrnoException
* Type guard narrowing an unknown error to a Node.js errno-style exception. * Uses `in` narrowing so no `as` cast is needed at call sites.
src/services/teamMemorySync/index.ts:142
↓ 2 callersFunctionisEscFinal
(byte: number)
src/ink/termio/ansi.ts:73
↓ 2 callersFunctionisEscaped
* Checks if a character at a given index is escaped (preceded by odd number of backslashes).
src/utils/settings/permissionValidation.ts:15
↓ 2 callersFunctionisExtraUsageAllowed
()
src/commands/extra-usage/index.ts:6
↓ 2 callersFunctionisExtraUsageEnabled
* Check if extra usage is enabled based on the cached disabled reason. * Extra usage is considered enabled if there's no disabled reason, * or if th
src/utils/model/check1mAccess.ts:11
← previousnext →3,401–3,500 of 11,702, ranked by callers