Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ functions
Functions
13,048 in github.com/codeaashu/claude-code
⨍
Functions
13,048
◇
Types & classes
657
↓ 1 callers
Function
isAllowRuleShadowedByAskRule
* Check if a specific allow rule is shadowed (unreachable) by an ask rule. * * An allow rule is unreachable when: * 1. There's a tool-wide ask rule
src/utils/permissions/shadowedRuleDetection.ts:111
↓ 1 callers
Function
isAllowRuleShadowedByDenyRule
* Check if an allow rule is shadowed (completely blocked) by a deny rule. * * An allow rule is unreachable when: * 1. There's a tool-wide deny rule
src/utils/permissions/shadowedRuleDetection.ts:160
↓ 1 callers
Function
isAnalyticsToolDetailsLoggingEnabled
( mcpServerType: string | undefined, mcpServerBaseUrl: string | undefined, )
src/services/analytics/metadata.ts:102
↓ 1 callers
Function
isAppleTerminalBellDisabled
()
src/services/notifier.ts:110
↓ 1 callers
Function
isAttributionHeaderEnabled
* Check if attribution header is enabled. * Enabled by default, can be disabled via env var or GrowthBook killswitch.
src/constants/system.ts:52
↓ 1 callers
Function
isAuthenticationError
* Check if a git error indicates authentication failure. * Used to provide enhanced error messages for auth failures.
src/utils/plugins/marketplaceManager.ts:767
↓ 1 callers
Function
isAutoDreamEnabled
()
src/services/autoDream/config.ts:13
↓ 1 callers
Function
isAutoManagedMemoryPattern
(pattern: string)
src/utils/memoryFileDetection.ts:277
↓ 1 callers
Function
isAutoToolSearchMode
* Check if ENABLE_TOOL_SEARCH is set to auto mode (auto or auto:N).
src/utils/toolSearch.ts:75
↓ 1 callers
Function
isAutobackgroundingAllowed
* Checks if a command is allowed to be automatically backgrounded * @param command The command to check * @returns false for commands that should no
src/tools/PowerShellTool/PowerShellTool.tsx:176
↓ 1 callers
Function
isAutobackgroundingAllowed
* Checks if a command is allowed to be automatically backgrounded * @param command The command to check * @returns false for commands that should no
src/tools/BashTool/BashTool.tsx:307
↓ 1 callers
Method
isAvailable
* Checks if tmux is installed and available. * Delegates to detection.ts for consistent detection logic.
src/utils/swarm/backends/TmuxBackend.ts:113
↓ 1 callers
Function
isAwsCredentialsProviderError
(err: unknown)
src/utils/aws.ts:20
↓ 1 callers
Function
isBase64ImageBlock
* Type guard to check if a block is a base64 image block
src/utils/imageValidation.ts:40
↓ 1 callers
Function
isBaseDigit
(c: string)
src/utils/bash/bashParser.ts:242
↓ 1 callers
Function
isBaselineLayout
(node: Node, flowChildren: Node[])
src/native-ts/yoga-layout/index.ts:2325
↓ 1 callers
Function
isBashPrefixTool
(toolName: string)
src/utils/settings/toolValidationConfig.ts:96
↓ 1 callers
Function
isBeingDebugged
()
src/main.tsx:232
↓ 1 callers
Function
isBigQueryMetricsEnabled
()
src/utils/telemetry/instrumentation.ts:336
↓ 1 callers
Function
isBinaryContent
(buffer: Buffer)
src/constants/files.ts:131
↓ 1 callers
Function
isBinaryContentType
(contentType: string)
src/utils/mcpOutputStorage.ts:125
↓ 1 callers
Function
isBinaryInstalled
(command: string)
src/utils/binaryCheck.ts:14
↓ 1 callers
Function
isBlockedDevicePath
(filePath: string)
src/tools/FileReadTool/FileReadTool.ts:117
↓ 1 callers
Function
isBlockedOfficialName
(name: string)
src/utils/plugins/schemas.ts:87
↓ 1 callers
Function
isBlockedV6
(address: string)
src/utils/hooks/ssrfGuard.ts:88
↓ 1 callers
Function
isBoundary
(code: number)
src/native-ts/file-index/index.ts:305
↓ 1 callers
Function
isBridgeEnabledBlocking
()
src/bridge/bridgeEnabled.ts:50
↓ 1 callers
Function
isBridgePermissionResponse
Type predicate for validating a parsed control_response payload * as a BridgePermissionResponse. Checks the required `behavior` * discriminant rat
src/bridge/bridgePermissionCallbacks.ts:32
↓ 1 callers
Function
isBridgeSafeCommand
(cmd: Command)
src/commands.ts:674
↓ 1 callers
Function
isBuddyTeaserWindow
()
src/buddy/useBuddyNotification.tsx:12
↓ 1 callers
Function
isBuiltinPluginId
(pluginId: string)
src/plugins/builtinPlugins.ts:37
↓ 1 callers
Function
isCSIFinal
(byte: number)
src/ink/termio/csi.ts:36
↓ 1 callers
Function
isCSIParam
(byte: number)
src/ink/termio/csi.ts:24
↓ 1 callers
Function
isCcrMirrorEnabled
()
src/bridge/bridgeEnabled.ts:197
↓ 1 callers
Method
isCellSelected
(e3, t3, i3)
src/server/web/public/terminal.js:1589
↓ 1 callers
Function
isChannelAllowlisted
( pluginSource: string | undefined, )
src/services/mcp/channelAllowlist.ts:67
↓ 1 callers
Function
isChannelPermissionRelayEnabled
()
src/services/mcp/channelPermissions.ts:36
↓ 1 callers
Function
isChromeExtensionInstalled_CACHED_MAY_BE_STALE
* Get cached value of whether Chrome extension is installed. Returns * from disk cache immediately, updates cache in background. * * Use this for s
src/utils/claudeInChrome/setup.ts:362
↓ 1 callers
Function
isClassifierChecking
(toolUseID: string)
src/utils/classifierApprovals.ts:76
↓ 1 callers
Function
isClassifierDenial
(content: string)
src/utils/messages.ts:257
↓ 1 callers
Function
isClaudeConfigFilePath
(filePath: string)
src/utils/permissions/filesystem.ts:225
↓ 1 callers
Function
isClaudeMdExcluded
* Checks whether a CLAUDE.md file path is excluded by the claudeMdExcludes setting. * Only applies to User, Project, and Local memory types. * Manag
src/utils/claudemd.ts:547
↓ 1 callers
Function
isClaudeProcess
* Validate that a running process is actually a Claude process * This helps mitigate PID reuse issues
src/utils/nativeInstaller/pidLock.ts:101
↓ 1 callers
Function
isClosedMessage
(data: unknown)
src/hooks/useDiffInIDE.ts:346
↓ 1 callers
Method
isClosedStatus
()
src/cli/transports/SSETransport.ts:663
↓ 1 callers
Function
isCollapsibleToolResult
* Type predicate: Check if a message is a tool result for collapsible tools. * Returns true if ALL tool results in the message are for tracked collap
src/utils/collapseReadSearch.ts:431
↓ 1 callers
Function
isCollapsibleToolUse
* Type predicate: Check if a message is a collapsible tool use.
src/utils/collapseReadSearch.ts:406
↓ 1 callers
Method
isCombined
()
src/server/web/public/terminal.js:4334
↓ 1 callers
Method
isCombined
()
src/server/web/public/terminal.js:8430
↓ 1 callers
Function
isCommandAvailable
(command: string)
src/utils/editor.ts:13
↓ 1 callers
Function
isCommandAvailable
* Check if a command is available in PATH. * * Uses which to find the actual executable without executing it. * This is a security best practice to
src/utils/plugins/gitAvailability.ts:21
↓ 1 callers
Function
isCommandList
(command: string)
src/utils/bash/commands.ts:539
↓ 1 callers
Function
isCommandReadOnly
* Checks if a single command string is read-only based on READONLY_COMMAND_REGEXES. * Internal helper function that validates individual commands. *
src/tools/BashTool/readOnlyValidation.ts:1678
↓ 1 callers
Function
isCommandSafeViaFlagParsing
(command: string)
src/tools/BashTool/readOnlyValidation.ts:1246
↓ 1 callers
Function
isCommandSeparator
* Checks if an operator is a command separator that starts a new command context. * After these operators, environment variable assignments are valid
src/utils/bash/bashPipeCommand.ts:227
↓ 1 callers
Function
isComputerUseLock
(value: unknown)
src/utils/computerUse/computerUseLock.ts:34
↓ 1 callers
Function
isComputerUseMCPServer
(name: string)
src/utils/computerUse/common.ts:59
↓ 1 callers
Function
isConnectionError
(err: unknown)
src/bridge/bridgeMain.ts:1590
↓ 1 callers
Function
isConsumerPlan
(plan: SubscriptionType)
src/utils/auth.ts:1842
↓ 1 callers
Function
isContentAlreadyCompacted
( content: ToolResultBlockParam['content'], )
src/utils/toolResultStorage.ts:498
↓ 1 callers
Function
isCoreFile
(path: string)
src/utils/exampleCommands.ts:31
↓ 1 callers
Function
isCtrlKey
(code: string)
src/ink/parse-keypress.ts:440
↓ 1 callers
Function
isCursorInstalled
()
src/utils/ide.ts:1051
↓ 1 callers
Function
isDOMElement
(node: DOMElement | TextNode)
src/ink/dom.ts:439
↓ 1 callers
Function
isDangerousBashPermission
( toolName: string, ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:94
↓ 1 callers
Function
isDangerousFilePathToAutoEdit
* Check if a file path is dangerous to auto-edit without explicit permission. * This includes: * - Files in .git directories or .gitconfig files (to
src/utils/permissions/filesystem.ts:435
↓ 1 callers
Function
isDangerousPowerShellPermission
( toolName: string, ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:157
↓ 1 callers
Function
isDangerousTaskPermission
( toolName: string, _ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:240
↓ 1 callers
Function
isDefaultMode
(mode: PermissionMode | undefined)
src/utils/permissions/PermissionMode.ts:127
↓ 1 callers
Function
isDefaultPermissionModeAuto
()
src/utils/permissions/permissionSetup.ts:1433
↓ 1 callers
Function
isDirEmpty
(dirPath: string)
src/utils/file.ts:335
↓ 1 callers
Function
isDockerSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1759
↓ 1 callers
Function
isDotnetSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1809
↓ 1 callers
Function
isDreamTask
(task: unknown)
src/tasks/DreamTask/DreamTask.ts:43
↓ 1 callers
Function
isEagainError
* Check if an error is EAGAIN (resource temporarily unavailable). * This happens in resource-constrained environments (Docker, CI) when * ripgrep tr
src/utils/ripgrep.ts:87
↓ 1 callers
Function
isEastAsianWide
(codePoint: number)
src/ink/termio/parser.ts:39
↓ 1 callers
Function
isEmoji
(codePoint: number)
src/ink/termio/parser.ts:29
↓ 1 callers
Function
isEmptyCellByIndex
(screen: Screen, index: number)
src/ink/screen.ts:417
↓ 1 callers
Function
isEnabled
()
src/commands/bridge/index.ts:5
↓ 1 callers
Function
isEndCode
(code: AnsiCode)
src/utils/sliceAnsi.ts:11
↓ 1 callers
Function
isEnvironmentVariableAssignment
* Checks if a string is an environment variable assignment (VAR=value) * Environment variable names must start with letter or underscore, * followed
src/utils/bash/bashPipeCommand.ts:219
↓ 1 callers
Function
isEphemeralToolProgress
(dataType: unknown)
src/utils/sessionStorage.ts:194
↓ 1 callers
Function
isExcludedModel
(model: string)
src/services/api/promptCacheBreakDetection.ts:129
↓ 1 callers
Function
isExternalCommandSafe
(command: string, args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1522
↓ 1 callers
Function
isExternalPermissionMode
( mode: PermissionMode, )
src/utils/permissions/PermissionMode.ts:97
↓ 1 callers
Function
isFastModeNotEnabledError
(error: unknown)
src/services/api/withRetry.ts:600
↓ 1 callers
Function
isFileDeleted
(filePath: string)
src/utils/commitAttribution.ts:793
↓ 1 callers
Function
isFileEditResult
(result: unknown)
src/hooks/useTurnDiffs.ts:36
↓ 1 callers
Function
isFilePatternTool
(toolName: string)
src/utils/settings/toolValidationConfig.ts:91
↓ 1 callers
Function
isFileWriteOutput
(result: FileEditResult)
src/hooks/useTurnDiffs.ts:49
↓ 1 callers
Function
isFilesystemCommand
(command: string)
src/tools/BashTool/modeValidation.ts:19
↓ 1 callers
Function
isForced
()
src/services/autoDream/autoDream.ts:105
↓ 1 callers
Function
isGateOpen
()
src/services/autoDream/autoDream.ts:95
↓ 1 callers
Function
isGhSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1703
↓ 1 callers
Function
isGitSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1584
↓ 1 callers
Function
isGoogleAuthLibraryCredentialError
(error: unknown)
src/services/api/withRetry.ts:660
↓ 1 callers
Function
isGuiEditor
(editor: string)
src/utils/promptEditor.ts:21
↓ 1 callers
Function
isHTTPConfig
(config: McpServerConfig)
src/services/mcp/utils.ts:449
↓ 1 callers
Function
isHelpCommand
(command: string)
src/utils/bash/commands.ts:388
↓ 1 callers
Function
isHeredocDelimChar
* Unquoted heredoc delimiter chars. Bash accepts most non-metacharacters — * not just identifiers. Stop at whitespace, redirects, pipe/list operators
src/utils/bash/bashParser.ts:252
← previous
next →
7,201–7,300 of 13,048, ranked by callers