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
isRunningFromLocalInstallation
()
src/utils/localInstaller.ts:29
↓ 1 callers
Method
isRunningInside
* Checks if we're currently running inside a tmux session. * Delegates to detection.ts for consistent detection logic.
src/utils/swarm/backends/TmuxBackend.ts:121
↓ 1 callers
Function
isSDKControlRequest
( value: unknown, )
src/bridge/bridgeMessaging.ts:59
↓ 1 callers
Function
isSDKControlResponse
( value: unknown, )
src/bridge/bridgeMessaging.ts:46
↓ 1 callers
Function
isSDKMessage
* Type guard to check if a message is an SDKMessage (not a control message)
src/remote/RemoteSessionManager.ts:22
↓ 1 callers
Function
isSDKMessage
(value: unknown)
src/bridge/bridgeMessaging.ts:36
↓ 1 callers
Function
isSSEConfig
(config: McpServerConfig)
src/services/mcp/utils.ts:445
↓ 1 callers
Function
isSSHSession
()
src/utils/env.ts:308
↓ 1 callers
Function
isSafeHeredoc
* Checks if a command is a "safe" heredoc-in-substitution pattern that can * bypass the generic $() validator. * * This is an EARLY-ALLOW path: ret
src/tools/BashTool/bashSecurity.ts:317
↓ 1 callers
Function
isSaveMessage
( data: unknown, )
src/hooks/useDiffInIDE.ts:370
↓ 1 callers
Function
isScratchpadGateEnabled
()
src/coordinator/coordinatorMode.ts:25
↓ 1 callers
Function
isSearchOrReadBashCommand
(command: string)
src/tools/BashTool/BashTool.tsx:95
↓ 1 callers
Function
isSearchOrReadPowerShellCommand
* Checks if a PowerShell command is a search or read operation. * Used to determine if the command should be collapsed in the UI.
src/tools/PowerShellTool/PowerShellTool.tsx:101
↓ 1 callers
Function
isServerError
(err: unknown)
src/bridge/bridgeMain.ts:1604
↓ 1 callers
Function
isSessionActivityTrackingActive
()
src/utils/sessionActivity.ts:84
↓ 1 callers
Function
isSessionContainerCompatible
(messages: Message[])
src/hooks/useIssueFlagBanner.ts:45
↓ 1 callers
Function
isSessionMemoryEmpty
(content: string)
src/services/SessionMemory/prompts.ts:220
↓ 1 callers
Function
isSessionMemoryGateEnabled
* Check if session memory feature is enabled. * Uses cached gate value - returns immediately without blocking.
src/services/SessionMemory/sessionMemory.ts:80
↓ 1 callers
Function
isSessionMemoryInitialized
()
src/services/SessionMemory/sessionMemoryUtils.ts:158
↓ 1 callers
Function
isSessionMemoryPath
(absolutePath: string)
src/utils/permissions/filesystem.ts:274
↓ 1 callers
Function
isSessionsMessage
(value: unknown)
src/remote/SessionsWebSocket.ts:46
↓ 1 callers
Function
isShallowClone
* Check if we're in a shallow clone by looking for <gitDir>/shallow.
src/utils/git.ts:608
↓ 1 callers
Function
isSharedSettingSource
(source: PermissionRuleSource)
src/utils/permissions/shadowedRuleDetection.ts:61
↓ 1 callers
Function
isShellCommandTargetingMemory
(command: string)
src/utils/memoryFileDetection.ts:215
↓ 1 callers
Function
isShiftEnterKeyBindingInstalled
()
src/commands/terminalSetup/terminalSetup.tsx:127
↓ 1 callers
Function
isShiftKey
(code: string)
src/ink/parse-keypress.ts:423
↓ 1 callers
Function
isSignedIn
()
src/commands/remote-setup/api.ts:171
↓ 1 callers
Function
isSilentBashCommand
* Checks if a bash command is expected to produce no stdout on success. * Used to show "Done" instead of "(No output)" in the UI.
src/tools/BashTool/BashTool.tsx:178
↓ 1 callers
Function
isSocketInitialized
()
src/utils/tmuxSocket.ts:118
↓ 1 callers
Function
isSonnet1mUnavailable
(model: string)
src/commands/model/model.tsx:240
↓ 1 callers
Function
isStaleConnectionError
(error: unknown)
src/services/api/withRetry.ts:112
↓ 1 callers
Function
isStaticRedirectTarget
* Checks if a redirection target is a simple static file path that can be safely stripped. * Returns false for targets containing dynamic content (va
src/utils/bash/commands.ts:47
↓ 1 callers
Function
isStdioConfig
( config: McpServerConfig, )
src/services/mcp/utils.ts:439
↓ 1 callers
Function
isStdoutMessage
(value: unknown)
src/server/directConnectManager.ts:31
↓ 1 callers
Function
isStretchAlign
(child: Node)
src/native-ts/yoga-layout/index.ts:2284
↓ 1 callers
Function
isSubagentContext
( context: AgentContext | undefined, )
src/utils/agentContext.ts:115
↓ 1 callers
Function
isSubsequence
(text: string, query: string)
src/components/HistorySearchDialog.tsx:111
↓ 1 callers
Function
isSupported
(key: string)
src/tools/ConfigTool/supportedSettings.ts:188
↓ 1 callers
Function
isSupportedPlatform
()
src/components/DesktopUpsell/DesktopUpsellStartup.tsx:22
↓ 1 callers
Function
isSymlinkTo
* Check if processPwd is a symlink that resolves to originalCwd
src/utils/permissions/permissionSetup.ts:670
↓ 1 callers
Function
isSyntheticOutputToolEnabled
(opts: { isNonInteractiveSession: boolean })
src/tools/SyntheticOutputTool/SyntheticOutputTool.ts:22
↓ 1 callers
Function
isSystemLocalCommandMessage
( message: Message, )
src/utils/messages.ts:1529
↓ 1 callers
Function
isTeamLeader
(teamName?: string)
src/utils/swarm/permissionSync.ts:581
↓ 1 callers
Function
isTeamMemorySyncAvailable
()
src/services/teamMemorySync/index.ts:762
↓ 1 callers
Function
isTelemetryEnabled
()
src/utils/telemetry/instrumentation.ts:324
↓ 1 callers
Function
isTerminalConnectionError
(msg: string)
src/services/mcp/client.ts:1249
↓ 1 callers
Function
isTerminalStatus
(status: TaskStatus)
src/components/tasks/taskStatusUtils.tsx:16
↓ 1 callers
Function
isTerminalToolResult
* Is this tool_result the output of a tool that legitimately terminates a * turn? SendUserMessage is the canonical case: in brief mode, calling it is
src/utils/conversationRecovery.ts:348
↓ 1 callers
Function
isTextBreaker
* Check if a message is assistant text that should break a group.
src/utils/collapseReadSearch.ts:331
↓ 1 callers
Function
isTextObjScopeKey
( key: string, )
src/vim/types.ts:158
↓ 1 callers
Function
isTmuxControlModeEnvHeuristic
* Env-var heuristic for iTerm2's tmux integration mode (`tmux -CC` / `tmux -2CC`). * * In `-CC` mode, iTerm2 renders tmux panes as native splits — t
src/utils/fullscreen.ts:29
↓ 1 callers
Function
isToolContentLoggingEnabled
()
src/utils/telemetry/sessionTracing.ts:738
↓ 1 callers
Function
isToolFromMcpServer
( toolName: string, serverName: string, )
src/services/mcp/utils.ts:232
↓ 1 callers
Function
isToolReferenceWithName
* Type guard for tool_reference block with tool_name.
src/utils/toolSearch.ts:491
↓ 1 callers
Function
isToolResultBlock
(b: unknown)
src/utils/attachments.ts:2432
↓ 1 callers
Function
isToolResultBlock
( block: unknown, )
src/services/api/claude.ts:3040
↓ 1 callers
Function
isToolResultBlockWithContent
* Type guard for tool_result blocks with array content.
src/utils/toolSearch.ts:513
↓ 1 callers
Function
isToolResultContentEmpty
( content: ToolResultBlockParam['content'], )
src/utils/toolResultStorage.ts:250
↓ 1 callers
Function
isToolResultMessage
(msg: Message)
src/utils/messages.ts:2402
↓ 1 callers
Function
isTwoStageClassifierEnabled
* Check if the XML classifier is enabled (any truthy value including 'fast'/'thinking').
src/utils/permissions/yoloClassifier.ts:1374
↓ 1 callers
Function
isTypingTarget
(el: EventTarget | null)
web/hooks/useKeyboardShortcuts.ts:12
↓ 1 callers
Function
isUnifiedSuggestion
* Check if an item is a unified suggestion type (file, mcp-resource, or agent)
src/components/PromptInput/PromptInputFooterSuggestions.tsx:34
↓ 1 callers
Function
isUnrecognizedKeysIssue
( issue: ZodIssue, )
src/utils/settings/validation.ts:31
↓ 1 callers
Function
isUnsafeCompoundCommand_DEPRECATED
(command: string)
src/utils/bash/commands.ts:609
↓ 1 callers
Function
isUpper
(code: number)
src/native-ts/file-index/index.ts:321
↓ 1 callers
Function
isUserFacingPath
(path: string, homeDir: string | undefined)
src/utils/computerUse/appNames.ts:112
↓ 1 callers
Function
isUserMessageWithArrayContent
( m: Message, )
src/services/PromptSuggestion/speculation.ts:197
↓ 1 callers
Function
isUserPromptLoggingEnabled
()
src/utils/telemetry/events.ts:13
↓ 1 callers
Function
isUsingExternalPermissions
()
src/utils/permissions/yoloClassifier.ts:71
↓ 1 callers
Function
isVSCodeInstalled
()
src/utils/ide.ts:1061
↓ 1 callers
Function
isVSCodeRemoteSSH
* Detect if we're running in a VSCode Remote SSH session. * In this case, keybindings need to be installed on the LOCAL machine, * not the remote se
src/commands/terminalSetup/terminalSetup.tsx:39
↓ 1 callers
Function
isValidApiKey
(apiKey: string)
src/utils/auth.ts:1089
↓ 1 callers
Function
isValidAwsStsOutput
(obj: unknown)
src/utils/aws.ts:25
↓ 1 callers
Function
isValidContext
* Type guard to check if a string is a valid context name.
src/keybindings/validate.ts:84
↓ 1 callers
Function
isValidInput
(input: string)
src/components/SkillImprovementSurvey.tsx:57
↓ 1 callers
Function
isValidStatus
( s: string | undefined, )
src/cli/print.ts:2035
↓ 1 callers
Function
isWebSocketConfig
( config: McpServerConfig, )
src/services/mcp/utils.ts:453
↓ 1 callers
Function
isWindowsTerminal
()
src/ink/clearTerminal.ts:16
↓ 1 callers
Function
isWindsurfInstalled
()
src/utils/ide.ts:1056
↓ 1 callers
Function
isWordStart
(c: string)
src/utils/bash/bashParser.ts:222
↓ 1 callers
Function
isXtermJsHost
()
src/ink/render-node-to-output.ts:23
↓ 1 callers
Function
isYankKey
(e: KeyboardEvent)
src/hooks/useSearchInput.ts:52
↓ 1 callers
Function
isYankKey
(key: Key, input: string)
src/hooks/useTextInput.ts:427
↓ 1 callers
Function
joinContinuationLines
* Joins shell continuation lines (backslash-newline) into a single line. * Only joins when there's an odd number of backslashes before the newline *
src/utils/bash/bashPipeCommand.ts:283
↓ 1 callers
Function
joinPromptValues
(values: PromptValue[])
src/cli/print.ts:428
↓ 1 callers
Function
keyFromParsed
(parsed: ParsedKey)
src/ink/events/keyboard-event.ts:32
↓ 1 callers
Method
keydown
(e3)
src/server/web/public/terminal.js:1129
↓ 1 callers
Method
keypadApplicationMode
()
src/server/web/public/terminal.js:3419
↓ 1 callers
Method
keypadNumericMode
()
src/server/web/public/terminal.js:3422
↓ 1 callers
Function
keystrokeToDisplayString
( ks: ParsedKeystroke, platform: DisplayPlatform = 'linux', )
src/keybindings/parser.ts:157
↓ 1 callers
Function
killAllRunningAgentTasks
(tasks: Record<string, TaskState>, setAppState: SetAppState)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:309
↓ 1 callers
Function
killOrphanedTeammatePanes
* Best-effort kill of all pane-backed teammate panes for a team. * Called from cleanupSessionTeams on ungraceful leader exit (SIGINT/SIGTERM). * Dyn
src/utils/swarm/teamHelpers.ts:598
↓ 1 callers
Function
killShellTasksForAgent
( agentId: AgentId, getAppState: () => AppState, setAppState: SetAppStateFn, )
src/tasks/LocalShellTask/killShellTasks.ts:53
↓ 1 callers
Function
labelForRole
(role: CollabRole)
web/lib/collaboration/permissions.ts:88
↓ 1 callers
Function
launchAssistantInstallWizard
(root: Root)
src/dialogLaunchers.tsx:73
↓ 1 callers
Function
launchAssistantSessionChooser
(root: Root, props: { sessions: AssistantSession[]; })
src/dialogLaunchers.tsx:58
↓ 1 callers
Function
launchDetached
(opts: { blurb: string; seedPlan?: string; getAppState: () => AppState; setAppState: (f: (prev: AppSta
src/commands/ultraplan.tsx:294
↓ 1 callers
Function
launchInTerminal
( claudePath: string, action: { query?: string cwd?: string repo?: string lastFetchMs?: nu
src/utils/deepLink/terminalLauncher.ts:214
↓ 1 callers
Function
launchInvalidSettingsDialog
(root: Root, props: { settingsErrors: ValidationError[]; onExit: () => void; })
src/dialogLaunchers.tsx:44
↓ 1 callers
Function
launchLinuxTerminal
( terminal: TerminalInfo, claudePath: string, claudeArgs: string[], cwd?: string, )
src/utils/deepLink/terminalLauncher.ts:359
← previous
next →
7,401–7,500 of 13,048, ranked by callers