MCPcopy Create free account

hub / github.com/codeaashu/claude-code / functions

Functions13,048 in github.com/codeaashu/claude-code

↓ 1 callersFunctionisRunningFromLocalInstallation
()
src/utils/localInstaller.ts:29
↓ 1 callersMethodisRunningInside
* 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 callersFunctionisSDKControlRequest
( value: unknown, )
src/bridge/bridgeMessaging.ts:59
↓ 1 callersFunctionisSDKControlResponse
( value: unknown, )
src/bridge/bridgeMessaging.ts:46
↓ 1 callersFunctionisSDKMessage
* Type guard to check if a message is an SDKMessage (not a control message)
src/remote/RemoteSessionManager.ts:22
↓ 1 callersFunctionisSDKMessage
(value: unknown)
src/bridge/bridgeMessaging.ts:36
↓ 1 callersFunctionisSSEConfig
(config: McpServerConfig)
src/services/mcp/utils.ts:445
↓ 1 callersFunctionisSSHSession
()
src/utils/env.ts:308
↓ 1 callersFunctionisSafeHeredoc
* 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 callersFunctionisSaveMessage
( data: unknown, )
src/hooks/useDiffInIDE.ts:370
↓ 1 callersFunctionisScratchpadGateEnabled
()
src/coordinator/coordinatorMode.ts:25
↓ 1 callersFunctionisSearchOrReadBashCommand
(command: string)
src/tools/BashTool/BashTool.tsx:95
↓ 1 callersFunctionisSearchOrReadPowerShellCommand
* 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 callersFunctionisServerError
(err: unknown)
src/bridge/bridgeMain.ts:1604
↓ 1 callersFunctionisSessionActivityTrackingActive
()
src/utils/sessionActivity.ts:84
↓ 1 callersFunctionisSessionContainerCompatible
(messages: Message[])
src/hooks/useIssueFlagBanner.ts:45
↓ 1 callersFunctionisSessionMemoryEmpty
(content: string)
src/services/SessionMemory/prompts.ts:220
↓ 1 callersFunctionisSessionMemoryGateEnabled
* Check if session memory feature is enabled. * Uses cached gate value - returns immediately without blocking.
src/services/SessionMemory/sessionMemory.ts:80
↓ 1 callersFunctionisSessionMemoryInitialized
()
src/services/SessionMemory/sessionMemoryUtils.ts:158
↓ 1 callersFunctionisSessionMemoryPath
(absolutePath: string)
src/utils/permissions/filesystem.ts:274
↓ 1 callersFunctionisSessionsMessage
(value: unknown)
src/remote/SessionsWebSocket.ts:46
↓ 1 callersFunctionisShallowClone
* Check if we're in a shallow clone by looking for <gitDir>/shallow.
src/utils/git.ts:608
↓ 1 callersFunctionisSharedSettingSource
(source: PermissionRuleSource)
src/utils/permissions/shadowedRuleDetection.ts:61
↓ 1 callersFunctionisShellCommandTargetingMemory
(command: string)
src/utils/memoryFileDetection.ts:215
↓ 1 callersFunctionisShiftEnterKeyBindingInstalled
()
src/commands/terminalSetup/terminalSetup.tsx:127
↓ 1 callersFunctionisShiftKey
(code: string)
src/ink/parse-keypress.ts:423
↓ 1 callersFunctionisSignedIn
()
src/commands/remote-setup/api.ts:171
↓ 1 callersFunctionisSilentBashCommand
* 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 callersFunctionisSocketInitialized
()
src/utils/tmuxSocket.ts:118
↓ 1 callersFunctionisSonnet1mUnavailable
(model: string)
src/commands/model/model.tsx:240
↓ 1 callersFunctionisStaleConnectionError
(error: unknown)
src/services/api/withRetry.ts:112
↓ 1 callersFunctionisStaticRedirectTarget
* 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 callersFunctionisStdioConfig
( config: McpServerConfig, )
src/services/mcp/utils.ts:439
↓ 1 callersFunctionisStdoutMessage
(value: unknown)
src/server/directConnectManager.ts:31
↓ 1 callersFunctionisStretchAlign
(child: Node)
src/native-ts/yoga-layout/index.ts:2284
↓ 1 callersFunctionisSubagentContext
( context: AgentContext | undefined, )
src/utils/agentContext.ts:115
↓ 1 callersFunctionisSubsequence
(text: string, query: string)
src/components/HistorySearchDialog.tsx:111
↓ 1 callersFunctionisSupported
(key: string)
src/tools/ConfigTool/supportedSettings.ts:188
↓ 1 callersFunctionisSupportedPlatform
()
src/components/DesktopUpsell/DesktopUpsellStartup.tsx:22
↓ 1 callersFunctionisSymlinkTo
* Check if processPwd is a symlink that resolves to originalCwd
src/utils/permissions/permissionSetup.ts:670
↓ 1 callersFunctionisSyntheticOutputToolEnabled
(opts: { isNonInteractiveSession: boolean })
src/tools/SyntheticOutputTool/SyntheticOutputTool.ts:22
↓ 1 callersFunctionisSystemLocalCommandMessage
( message: Message, )
src/utils/messages.ts:1529
↓ 1 callersFunctionisTeamLeader
(teamName?: string)
src/utils/swarm/permissionSync.ts:581
↓ 1 callersFunctionisTeamMemorySyncAvailable
()
src/services/teamMemorySync/index.ts:762
↓ 1 callersFunctionisTelemetryEnabled
()
src/utils/telemetry/instrumentation.ts:324
↓ 1 callersFunctionisTerminalConnectionError
(msg: string)
src/services/mcp/client.ts:1249
↓ 1 callersFunctionisTerminalStatus
(status: TaskStatus)
src/components/tasks/taskStatusUtils.tsx:16
↓ 1 callersFunctionisTerminalToolResult
* 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 callersFunctionisTextBreaker
* Check if a message is assistant text that should break a group.
src/utils/collapseReadSearch.ts:331
↓ 1 callersFunctionisTextObjScopeKey
( key: string, )
src/vim/types.ts:158
↓ 1 callersFunctionisTmuxControlModeEnvHeuristic
* 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 callersFunctionisToolContentLoggingEnabled
()
src/utils/telemetry/sessionTracing.ts:738
↓ 1 callersFunctionisToolFromMcpServer
( toolName: string, serverName: string, )
src/services/mcp/utils.ts:232
↓ 1 callersFunctionisToolReferenceWithName
* Type guard for tool_reference block with tool_name.
src/utils/toolSearch.ts:491
↓ 1 callersFunctionisToolResultBlock
(b: unknown)
src/utils/attachments.ts:2432
↓ 1 callersFunctionisToolResultBlock
( block: unknown, )
src/services/api/claude.ts:3040
↓ 1 callersFunctionisToolResultBlockWithContent
* Type guard for tool_result blocks with array content.
src/utils/toolSearch.ts:513
↓ 1 callersFunctionisToolResultContentEmpty
( content: ToolResultBlockParam['content'], )
src/utils/toolResultStorage.ts:250
↓ 1 callersFunctionisToolResultMessage
(msg: Message)
src/utils/messages.ts:2402
↓ 1 callersFunctionisTwoStageClassifierEnabled
* Check if the XML classifier is enabled (any truthy value including 'fast'/'thinking').
src/utils/permissions/yoloClassifier.ts:1374
↓ 1 callersFunctionisTypingTarget
(el: EventTarget | null)
web/hooks/useKeyboardShortcuts.ts:12
↓ 1 callersFunctionisUnifiedSuggestion
* Check if an item is a unified suggestion type (file, mcp-resource, or agent)
src/components/PromptInput/PromptInputFooterSuggestions.tsx:34
↓ 1 callersFunctionisUnrecognizedKeysIssue
( issue: ZodIssue, )
src/utils/settings/validation.ts:31
↓ 1 callersFunctionisUnsafeCompoundCommand_DEPRECATED
(command: string)
src/utils/bash/commands.ts:609
↓ 1 callersFunctionisUpper
(code: number)
src/native-ts/file-index/index.ts:321
↓ 1 callersFunctionisUserFacingPath
(path: string, homeDir: string | undefined)
src/utils/computerUse/appNames.ts:112
↓ 1 callersFunctionisUserMessageWithArrayContent
( m: Message, )
src/services/PromptSuggestion/speculation.ts:197
↓ 1 callersFunctionisUserPromptLoggingEnabled
()
src/utils/telemetry/events.ts:13
↓ 1 callersFunctionisUsingExternalPermissions
()
src/utils/permissions/yoloClassifier.ts:71
↓ 1 callersFunctionisVSCodeInstalled
()
src/utils/ide.ts:1061
↓ 1 callersFunctionisVSCodeRemoteSSH
* 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 callersFunctionisValidApiKey
(apiKey: string)
src/utils/auth.ts:1089
↓ 1 callersFunctionisValidAwsStsOutput
(obj: unknown)
src/utils/aws.ts:25
↓ 1 callersFunctionisValidContext
* Type guard to check if a string is a valid context name.
src/keybindings/validate.ts:84
↓ 1 callersFunctionisValidInput
(input: string)
src/components/SkillImprovementSurvey.tsx:57
↓ 1 callersFunctionisValidStatus
( s: string | undefined, )
src/cli/print.ts:2035
↓ 1 callersFunctionisWebSocketConfig
( config: McpServerConfig, )
src/services/mcp/utils.ts:453
↓ 1 callersFunctionisWindowsTerminal
()
src/ink/clearTerminal.ts:16
↓ 1 callersFunctionisWindsurfInstalled
()
src/utils/ide.ts:1056
↓ 1 callersFunctionisWordStart
(c: string)
src/utils/bash/bashParser.ts:222
↓ 1 callersFunctionisXtermJsHost
()
src/ink/render-node-to-output.ts:23
↓ 1 callersFunctionisYankKey
(e: KeyboardEvent)
src/hooks/useSearchInput.ts:52
↓ 1 callersFunctionisYankKey
(key: Key, input: string)
src/hooks/useTextInput.ts:427
↓ 1 callersFunctionjoinContinuationLines
* 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 callersFunctionjoinPromptValues
(values: PromptValue[])
src/cli/print.ts:428
↓ 1 callersFunctionkeyFromParsed
(parsed: ParsedKey)
src/ink/events/keyboard-event.ts:32
↓ 1 callersMethodkeydown
(e3)
src/server/web/public/terminal.js:1129
↓ 1 callersMethodkeypadApplicationMode
()
src/server/web/public/terminal.js:3419
↓ 1 callersMethodkeypadNumericMode
()
src/server/web/public/terminal.js:3422
↓ 1 callersFunctionkeystrokeToDisplayString
( ks: ParsedKeystroke, platform: DisplayPlatform = 'linux', )
src/keybindings/parser.ts:157
↓ 1 callersFunctionkillAllRunningAgentTasks
(tasks: Record<string, TaskState>, setAppState: SetAppState)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:309
↓ 1 callersFunctionkillOrphanedTeammatePanes
* 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 callersFunctionkillShellTasksForAgent
( agentId: AgentId, getAppState: () => AppState, setAppState: SetAppStateFn, )
src/tasks/LocalShellTask/killShellTasks.ts:53
↓ 1 callersFunctionlabelForRole
(role: CollabRole)
web/lib/collaboration/permissions.ts:88
↓ 1 callersFunctionlaunchAssistantInstallWizard
(root: Root)
src/dialogLaunchers.tsx:73
↓ 1 callersFunctionlaunchAssistantSessionChooser
(root: Root, props: { sessions: AssistantSession[]; })
src/dialogLaunchers.tsx:58
↓ 1 callersFunctionlaunchDetached
(opts: { blurb: string; seedPlan?: string; getAppState: () => AppState; setAppState: (f: (prev: AppSta
src/commands/ultraplan.tsx:294
↓ 1 callersFunctionlaunchInTerminal
( claudePath: string, action: { query?: string cwd?: string repo?: string lastFetchMs?: nu
src/utils/deepLink/terminalLauncher.ts:214
↓ 1 callersFunctionlaunchInvalidSettingsDialog
(root: Root, props: { settingsErrors: ValidationError[]; onExit: () => void; })
src/dialogLaunchers.tsx:44
↓ 1 callersFunctionlaunchLinuxTerminal
( terminal: TerminalInfo, claudePath: string, claudeArgs: string[], cwd?: string, )
src/utils/deepLink/terminalLauncher.ts:359
← previousnext →7,401–7,500 of 13,048, ranked by callers