MCPcopy Create free account

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

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

↓ 3 callersFunctionclearIdleTimer
()
src/utils/sessionActivity.ts:53
↓ 3 callersFunctionclearIdpClientSecret
(idpIssuer: string)
src/services/mcp/xaaIdpLogin.ts:187
↓ 3 callersMethodclearLivenessTimer
()
src/cli/transports/SSETransport.ts:561
↓ 3 callersFunctionclearPendingRequest
()
src/hooks/toolPermission/handlers/swarmWorkerHandler.ts:61
↓ 3 callersFunctionclearPluginOptionsCache
()
src/utils/plugins/pluginOptionsStorage.ts:79
↓ 3 callersFunctionclearSequence
()
web/hooks/useKeyboardShortcuts.ts:30
↓ 3 callersFunctionclearServerTokensFromLocalStorage
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, )
src/services/mcp/auth.ts:620
↓ 3 callersFunctionclearSessionCaches
( preservedAgentIds: ReadonlySet<string> = new Set(), )
src/commands/clear/caches.ts:47
↓ 3 callersFunctionclearSessionHooks
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, )
src/utils/hooks/sessionHooks.ts:437
↓ 3 callersFunctionclearStallTimer
()
src/utils/nativeInstaller/download.ts:305
↓ 3 callersMethodclearTextureAtlas
()
src/server/web/public/terminal.js:1954
↓ 3 callersFunctionclearTimer
()
src/utils/bufferedWriter.ts:30
↓ 3 callersFunctionclearTimer
()
src/hooks/useAwaySummary.ts:57
↓ 3 callersFunctioncloseTabInIDE
()
src/hooks/useDiffInIDE.ts:151
↓ 3 callersFunctioncloseTransportAndRejectPending
(reason: string)
src/services/mcp/client.ts:1240
↓ 3 callersFunctioncmdQuote
* cmd.exe argument quoting. cmd.exe does NOT use CommandLineToArgvW-style * backslash escaping — it toggles its quoting state on every raw " * chara
src/utils/deepLink/terminalLauncher.ts:553
↓ 3 callersFunctioncodesignRipgrepIfNecessary
()
src/utils/ripgrep.ts:620
↓ 3 callersFunctioncollectCommandSubstitution
* Recurse into a command_substitution node's inner command(s). If the inner * command(s) parse cleanly (simple), add them to the innerCommands * acc
src/utils/bash/ast.ts:1374
↓ 3 callersFunctioncollectCommands
* Recursively collect leaf `command` nodes from a structural wrapper node. * Returns an error result on any disallowed node type, or null on success.
src/utils/bash/ast.ts:482
↓ 3 callersFunctioncolorsEqual
(a: Color, b: Color)
src/ink/termio/types.ts:104
↓ 3 callersFunctioncommandAsHint
* Format a bash command for the ⎿ hint. Drops blank lines, collapses runs of * inline whitespace, then caps total length. Newlines are preserved so t
src/utils/collapseReadSearch.ts:125
↓ 3 callersFunctioncommandHasAnyCd
(command: string)
src/tools/BashTool/bashPermissions.ts:2617
↓ 3 callersFunctioncommandListDisplayTruncated
(commands: string[])
src/components/permissions/shellPermissionHelpers.tsx:24
↓ 3 callersFunctioncommitCacheOutputs
(node: Node, performLayout: boolean)
src/native-ts/yoga-layout/index.ts:1022
↓ 3 callersFunctioncompactConversation
( messages: Message[], context: ToolUseContext, cacheSafeParams: CacheSafeParams, suppressFollowUpQues
src/services/compact/compact.ts:387
↓ 3 callersFunctioncomparePoints
-1 if a < b, 1 if a > b, 0 if equal (reading order: row then col).
src/ink/selection.ts:227
↓ 3 callersFunctioncomputeStandaloneAgentContext
( agentName: string | undefined, agentColor: string | undefined, )
src/utils/sessionRestore.ts:175
↓ 3 callersFunctioncomputeTargetDims
Logical → physical → API target dims. See `targetImageSize` + COORDINATES.md.
src/utils/computerUse/executor.ts:60
↓ 3 callersFunctionconfigureMarked
()
src/utils/markdown.ts:21
↓ 3 callersFunctionconnect
()
src/server/web/terminal.ts:210
↓ 3 callersFunctionconnect
()
src/server/web/public/terminal.js:8838
↓ 3 callersFunctionconsumeSpeculativeClassifierCheck
( command: string, )
src/tools/BashTool/bashPermissions.ts:1533
↓ 3 callersFunctioncontainsHeredoc
* Detects if a command contains a heredoc pattern * Matches patterns like: <<EOF, <<'EOF', <<"EOF", <<-EOF, <<-'EOF', <<\EOF, etc.
src/utils/bash/shellQuoting.ts:7
↓ 3 callersFunctioncontentHasToolReference
* Does the content array have a tool_result block whose inner content * contains tool_reference (ToolSearch loaded tools)?
src/utils/messages.ts:1778
↓ 3 callersFunctionconvertImagesToBlocks
(images: PastedContent[])
src/components/permissions/AskUserQuestionPermissionRequest/AskUserQuestionPermissionRequest.tsx:630
↓ 3 callersFunctionconvertToLogOption
( transcript: TranscriptMessage[], value: number = 0, summary?: string, customTitle?: string, fileHi
src/utils/sessionStorage.ts:2479
↓ 3 callersFunctionconvertToSandboxRuntimeConfig
( settings: SettingsJson, )
src/utils/sandbox/sandbox-adapter.ts:172
↓ 3 callersFunctioncopyFileSync
(src, dest)
src/utils/fsOperations.ts:489
↓ 3 callersFunctioncopyOrWriteToFile
(text: string, filename: string)
src/commands/copy/copy.tsx:81
↓ 3 callersFunctioncopyPluginToVersionedCache
( sourcePath: string, pluginId: string, version: string, entry?: PluginMarketplaceEntry, marketplace
src/utils/plugins/pluginLoader.ts:365
↓ 3 callersMethodcopySelectionNoClear
* Copy the current selection to the clipboard without clearing the * highlight. Matches iTerm2's copy-on-select behavior where the selected * re
src/ink/ink.tsx:1016
↓ 3 callersFunctioncountLinesChanged
( patch: StructuredPatchHunk[], newFileContent?: string, )
src/utils/diff.ts:49
↓ 3 callersFunctioncountMessagesTokensWithAPI
( messages: Anthropic.Beta.Messages.BetaMessageParam[], tools: Anthropic.Beta.Messages.BetaToolUnion[], )
src/services/tokenEstimation.ts:140
↓ 3 callersFunctioncountNewlines
(buf: Buffer, start: number, end: number)
src/utils/readEditContext.ts:153
↓ 3 callersFunctioncountToolsInMessages
(messages: Message[])
src/services/PromptSuggestion/speculation.ts:155
↓ 3 callersFunctioncountUnescapedChar
* Counts unescaped occurrences of a character in a string. * A character is considered escaped if preceded by an odd number of backslashes.
src/utils/settings/permissionValidation.ts:29
↓ 3 callersFunctioncountVisibleMessages
* Counts visible messages that would appear as conversation turns in the UI. * Excludes: * - System, attachment, and progress messages * - User mes
src/utils/sessionStorage.ts:2453
↓ 3 callersFunctioncreate
(opts)
web/lib/api/conversations.ts:56
↓ 3 callersFunctioncreateArgv0ShellFunction
* Creates a shell function that invokes `binaryPath` with a specific argv[0]. * This uses the bun-internal ARGV0 dispatch trick: the bun binary check
src/utils/bash/ShellSnapshot.ts:35
↓ 3 callersFunctioncreateBridgeApiClient
(deps: BridgeApiDeps)
src/bridge/bridgeApi.ts:68
↓ 3 callersFunctioncreateBridgeSession
({ environmentId, title, events, gitRepoUrl, branch, signal, baseUrl: baseUrlOverride, getAcce
src/bridge/createSession.ts:34
↓ 3 callersFunctioncreateBufferedWriter
({ writeFn, flushIntervalMs = 1000, maxBufferSize = 100, maxBufferBytes = Infinity, immediateMode =
src/utils/bufferedWriter.ts:9
↓ 3 callersFunctioncreateCommandSuggestionItem
* Creates a suggestion item from a command. * Only shows the matched alias in parentheses if the user typed an alias.
src/utils/suggestions/commandSuggestions.ts:265
↓ 3 callersFunctioncreateCompactBoundaryMessage
( trigger: 'manual' | 'auto', preTokens: number, lastPreCompactMessageUuid?: UUID, userContext?: strin
src/utils/messages.ts:4530
↓ 3 callersFunctioncreateDisabledBypassPermissionsContext
( currentContext: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:1389
↓ 3 callersFunctioncreatePlanAttachmentIfNeeded
( agentId?: AgentId, )
src/services/compact/compact.ts:1470
↓ 3 callersMethodcreatePropertyValue
(e3, t3, i3 = false)
src/server/web/public/terminal.js:5878
↓ 3 callersFunctioncreateRoot
(options?: RenderOptions)
src/ink.ts:25
↓ 3 callersFunctioncreateShutdownRequestMessage
(params: { requestId: string from: string reason?: string })
src/utils/teammateMailbox.ts:772
↓ 3 callersFunctioncreateStopHookSummaryMessage
( hookCount: number, hookInfos: StopHookInfo[], hookErrors: string[], preventedContinuation: boolean,
src/utils/messages.ts:4398
↓ 3 callersFunctioncreateSyntheticAssistantMessage
( request: SDKControlPermissionRequest, requestId: string, )
src/remote/remotePermissionBridge.ts:12
↓ 3 callersFunctioncreateTokenizer
(options?: TokenizerOptions)
src/ink/termio/tokenize.ts:57
↓ 3 callersFunctioncreateToolStub
(toolName: string)
src/remote/remotePermissionBridge.ts:53
↓ 3 callersFunctioncreateV2ReplTransport
(opts: { sessionUrl: string ingressToken: string sessionId: string /** * SSE sequence-number high-w
src/bridge/replBridgeTransport.ts:119
↓ 3 callersFunctioncronToHuman
(cron: string, opts?: { utc?: boolean })
src/utils/cron.ts:218
↓ 3 callersFunctiondedupClaudeAiMcpServers
( claudeAiServers: Record<string, ScopedMcpServerConfig>, manualServers: Record<string, ScopedMcpServerCon
src/services/mcp/config.ts:281
↓ 3 callersFunctiondefaultStyle
()
src/ink/termio/types.ts:68
↓ 3 callersMethoddeleteCells
(e3, t3, i3)
src/server/web/public/terminal.js:4125
↓ 3 callersMethoddeleteTokenBefore
* Deletes a token before the cursor if one exists. * Supports pasted text refs: [Pasted text #1], [Pasted text #1 +10 lines], * [...Truncated te
src/utils/Cursor.ts:937
↓ 3 callersMethoddeleteWordBefore
()
src/utils/Cursor.ts:916
↓ 3 callersFunctiondequeueAllMatching
( predicate: (cmd: QueuedCommand) => boolean, )
src/utils/messageQueueManager.ts:244
↓ 3 callersMethoddestroyAll
()
src/server/web/session-store.ts:192
↓ 3 callersFunctiondetectEncodingForResolvedPath
( resolvedPath: string, )
src/utils/fileRead.ts:20
↓ 3 callersFunctiondetectHomebrew
()
src/utils/nativeInstaller/packageManagers.ts:103
↓ 3 callersFunctiondetectImageFormatFromBase64
( base64Data: string, )
src/utils/imageResizer.ts:819
↓ 3 callersFunctiondetectSessionPatternType
( pattern: string, )
src/utils/memoryFileDetection.ts:65
↓ 3 callersFunctiondetectUnreachableRules
( context: ToolPermissionContext, options: DetectUnreachableRulesOptions, )
src/utils/permissions/shadowedRuleDetection.ts:193
↓ 3 callersFunctiondiffEach
( prev: Screen, next: Screen, cb: DiffCallback, )
src/ink/screen.ts:1156
↓ 3 callersFunctiondiscoverOidc
( idpIssuer: string, )
src/services/mcp/xaaIdpLogin.ts:202
↓ 3 callersFunctiondiscoverSkillDirsForPaths
( filePaths: string[], cwd: string, )
src/skills/loadSkillsDir.ts:861
↓ 3 callersMethoddispatch
* Dispatch an event through capture and bubble phases. * Returns true if preventDefault() was NOT called.
src/ink/events/dispatcher.ts:185
↓ 3 callersFunctiondoInitializeTelemetry
()
src/entrypoints/init.ts:288
↓ 3 callersMethoddone
()
src/utils/stream.ts:49
↓ 3 callersFunctioneffortLevelToSymbol
(level: EffortLevel)
src/components/EffortIndicator.ts:27
↓ 3 callersFunctionemit
(event: HookExecutionEvent)
src/utils/hooks/hookEvents.ts:72
↓ 3 callersFunctionemitStatusChange
(limits: ClaudeAILimits)
src/services/claudeAiLimits.ts:184
↓ 3 callersMethodenablePaneBorderStatus
* Enables pane border status for a window (shows pane titles).
src/utils/swarm/backends/TmuxBackend.ts:234
↓ 3 callersFunctionencodeChunk
(data: Uint8Array)
src/upstreamproxy/relay.ts:66
↓ 3 callersFunctionendInteractionSpan
()
src/utils/telemetry/sessionTracing.ts:237
↓ 3 callersMethodendOfLogicalLine
()
src/utils/Cursor.ts:495
↓ 3 callersFunctionendToolSpan
(toolResult?: string, resultTokens?: number)
src/utils/telemetry/sessionTracing.ts:691
↓ 3 callersFunctionenhanceSystemPromptWithEnvDetails
( existingSystemPrompt: string[], model: string, additionalWorkingDirectories?: string[], enabledToolN
src/constants/prompts.ts:760
↓ 3 callersFunctionenqueueRemoteNotification
* Enqueue a remote task notification to the message queue.
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:166
↓ 3 callersFunctionensureMemoryDirExists
(memoryDir: string)
src/memdir/memdir.ts:129
↓ 3 callersFunctionensureOutputDir
* Ensure the task output directory exists
src/utils/task/diskOutput.ts:65
↓ 3 callersFunctionensureParserInitialized
()
src/utils/bash/bashParser.ts:39
↓ 3 callersFunctionensureTaskListLockFile
* Ensures the lock file exists for a task list
src/utils/tasks.ts:511
↓ 3 callersFunctionensureTasksDir
(taskListId: string)
src/utils/tasks.ts:233
↓ 3 callersFunctionescapeHtml
(text: string)
web/lib/search/highlighter.ts:63
↓ 3 callersFunctionescapeRegExp
(str: string)
src/utils/stringUtils.ts:9
← previousnext →2,001–2,100 of 13,048, ranked by callers