MCPcopy Create free account

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

Functions11,484 in github.com/tanbiralam/claude-code

↓ 2 callersFunctiononInput
(input: string, key: Key)
src/hooks/useTextInput.ts:431
↓ 2 callersFunctiononPermissionResponse
(response)
src/cli/print.ts:3931
↓ 2 callersFunctiononSelect
(log_0: LogOption)
src/screens/ResumeConversation.tsx:178
↓ 2 callersFunctiononUserMessage
(text: string, bridgeSessionId: string)
src/bridge/initReplBridge.ts:349
↓ 2 callersFunctionopenFile
(filePath: string, content: string)
src/services/lsp/LSPServerManager.ts:270
↓ 2 callersFunctionopenInChrome
(url: string)
src/utils/claudeInChrome/common.ts:429
↓ 2 callersFunctionopener
* Shared opener for both extract-prompt variants.
src/services/extractMemories/prompts.ts:29
↓ 2 callersFunctionoptimize
(diff: Diff)
src/ink/optimizer.ts:16
↓ 2 callersMethodpaginatedGet
* Paginated GET with retry. Fetches all pages from a list endpoint, * retrying each page on failure with exponential backoff + jitter.
src/cli/transports/ccrClient.ts:864
↓ 2 callersFunctionparallelWithLimit
* Execute promises with limited concurrency * * @param items - Items to process * @param fn - Async function to apply to each item * @param concur
src/services/api/filesApi.ts:280
↓ 2 callersFunctionparseAgentsFromJson
( agentsJson: unknown, source: SettingSource = 'flagSettings', )
src/tools/AgentTool/loadAgentsDir.ts:521
↓ 2 callersFunctionparseAndOr
* Parse pipeline chains joined by && ||. Left-associative nesting. * tree-sitter quirk: trailing redirect on the last pipeline wraps the ENTIRE * li
src/utils/bash/bashParser.ts:879
↓ 2 callersFunctionparseAndValidateManifestFromBytes
( manifestData: Uint8Array, )
src/utils/dxt/helpers.ts:56
↓ 2 callersFunctionparseAnsi
(text: string)
src/utils/ansiToSvg.ts:53
↓ 2 callersFunctionparseArgumentNames
( argumentNames: string | string[] | undefined, )
src/utils/argumentSubstitution.ts:50
↓ 2 callersFunctionparseArguments
(args: string)
src/utils/argumentSubstitution.ts:24
↓ 2 callersFunctionparseArithBinary
Precedence-climbing binary expression parser.
src/utils/bash/bashParser.ts:4232
↓ 2 callersFunctionparseAutoPercentage
* Parse auto:N syntax from ENABLE_TOOL_SEARCH env var. * Returns the percentage clamped to 0-100, or null if not auto:N format or not a number.
src/utils/toolSearch.ts:55
↓ 2 callersFunctionparseBoundaryLine
* Confirm a byte-matched line is a real compact_boundary (marker can appear * inside user content) and check for preservedSegment.
src/utils/sessionStoragePortable.ts:493
↓ 2 callersFunctionparseChannelEntries
(raw: string[], flag: string)
src/main.tsx:1650
↓ 2 callersFunctionparseChord
(input: string)
src/keybindings/parser.ts:80
↓ 2 callersFunctionparseCommandRaw
( command: string, )
src/utils/bash/parser.ts:104
↓ 2 callersFunctionparseCount
(notif: Notification)
src/hooks/notifs/useTeammateShutdownNotification.ts:10
↓ 2 callersFunctionparseDataUri
( s: string, )
src/tools/BashTool/utils.ts:59
↓ 2 callersMethodparseDiagnosticResult
(result: unknown)
src/services/diagnosticTracking.ts:285
↓ 2 callersFunctionparseElicitationHookOutput
* Parse elicitation-specific fields from a HookOutsideReplResult. * Mirrors the relevant branches of processHookJSONOutput for Elicitation * and Eli
src/utils/hooks.ts:4388
↓ 2 callersFunctionparseFor
(P: ParseState, forTok: Token)
src/utils/bash/bashParser.ts:3200
↓ 2 callersFunctionparseForSecurityFromAst
( cmd: string, root: Node | typeof PARSE_ABORTED, )
src/utils/bash/ast.ts:400
↓ 2 callersFunctionparseGitCommitId
(stdout: string)
src/tools/shared/gitOperationTracking.ts:79
↓ 2 callersFunctionparseHeaders
(headerArray: string[])
src/services/mcp/utils.ts:325
↓ 2 callersFunctionparseHookOutput
(stdout: string)
src/utils/hooks.ts:399
↓ 2 callersFunctionparseHttpHookOutput
(body: string)
src/utils/hooks.ts:453
↓ 2 callersFunctionparseMarketplaceInput
( input: string, )
src/utils/plugins/parseMarketplaceInput.ts:23
↓ 2 callersFunctionparseMaxTokensContextOverflowError
(error: APIError)
src/services/api/withRetry.ts:550
↓ 2 callersFunctionparseMouseEvent
* Parse an SGR mouse event sequence into a ParsedMouse, or null if not a * mouse event or if it's a wheel event (wheel stays as ParsedKey for the *
src/ink/parse-keypress.ts:594
↓ 2 callersFunctionparseOscColor
(spec: string)
src/ink/termio/osc.ts:317
↓ 2 callersFunctionparsePDFPageRange
( pages: string, )
src/utils/pdfUtils.ts:16
↓ 2 callersFunctionparsePRReference
(input: string)
src/utils/worktree.ts:633
↓ 2 callersFunctionparsePartialPath
( partialPath: string, basePath?: string, )
src/utils/suggestions/directoryCompletion.ts:55
↓ 2 callersFunctionparsePatternCommand
( args: string[], flagsWithArgs: Set<string>, defaults: string[] = [], )
src/tools/BashTool/pathValidation.ts:142
↓ 2 callersFunctionparsePermissionUpdates
* Validate permissionUpdates from external sources (mailbox IPC, disk polling). * Malformed entries from buggy/old teammate processes are filtered ou
src/hooks/useSwarmPermissionPoller.ts:35
↓ 2 callersFunctionparsePipeline
* Parse commands joined by | or |&. Flat children with operator leaves. * tree-sitter quirk: `a | b 2>nul | c` hoists the redirect on `b` to wrap *
src/utils/bash/bashParser.ts:938
↓ 2 callersFunctionparsePluginSettings
* Parse raw settings through PluginSettingsSchema, returning only allowlisted keys. * Returns undefined if parsing fails or all keys are filtered out
src/utils/plugins/pluginLoader.ts:1788
↓ 2 callersFunctionparsePositiveIntFromFrontmatter
( value: unknown, )
src/utils/frontmatterParser.ts:275
↓ 2 callersFunctionparsePromptTooLongTokenCounts
(rawMessage: string)
src/services/api/errors.ts:85
↓ 2 callersFunctionparseRefFromCommand
* Extract target ref from `git merge <ref>` / `git rebase <ref>` command. * Skips flags and keywords — first non-flag argument is the ref.
src/tools/shared/gitOperationTracking.ts:113
↓ 2 callersFunctionparseRegQueryStdout
( stdout: string, valueName = 'Settings', )
src/utils/settings/mdm/settings.ts:208
↓ 2 callersFunctionparseShellFrontmatter
( value: unknown, source: string, )
src/utils/frontmatterParser.ts:351
↓ 2 callersFunctionparseSkillFrontmatterFields
( frontmatter: FrontmatterData, markdownContent: string, resolvedName: string, descriptionFallbackLabe
src/skills/loadSkillsDir.ts:185
↓ 2 callersFunctionparseSlashCommand
(input: string)
src/utils/slashCommandParsing.ts:25
↓ 2 callersFunctionparseTestAnd
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3733
↓ 2 callersFunctionparseTestExpr
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3701
↓ 2 callersFunctionparseTestOr
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3705
↓ 2 callersFunctionparseTestRegexRhs
(P: ParseState)
src/utils/bash/bashParser.ts:3937
↓ 2 callersFunctionparseTestUnary
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:3757
↓ 2 callersFunctionparseToolListString
* Parses tools from frontmatter, supporting both string and array formats * Always returns a string array for consistency * @param toolsValue The va
src/utils/markdownConfigLoader.ts:77
↓ 2 callersFunctionparseToolName
* Parse tool name into searchable parts. * Handles both MCP tools (mcp__server__action) and regular tools (CamelCase).
src/tools/ToolSearchTool/ToolSearchTool.ts:132
↓ 2 callersFunctionparseXmlBlock
* Parse XML block response: <block>yes/no</block> * Strips thinking content first to avoid matching tags inside reasoning. * Returns true for "yes"
src/utils/permissions/yoloClassifier.ts:578
↓ 2 callersFunctionparseXmlReason
* Parse XML reason: <reason>...</reason> * Strips thinking content first to avoid matching tags inside reasoning.
src/utils/permissions/yoloClassifier.ts:590
↓ 2 callersFunctionpartiallySanitizeUnicode
(prompt: string)
src/utils/sanitization.ts:25
↓ 2 callersFunctionpathInOriginalCwd
(path: string)
src/utils/claudemd.ts:245
↓ 2 callersFunctionpathListSignature
(paths: string[])
src/hooks/fileSuggestions.ts:111
↓ 2 callersFunctionperformCrossAppAccess
( serverUrl: string, config: XaaConfig, serverName = 'xaa', abortSignal?: AbortSignal, )
src/services/mcp/xaa.ts:426
↓ 2 callersFunctionperformVersionUpdate
* Performs the core update operation: download (if needed), install, and update symlink. * Returns whether a new install was performed (vs just updat
src/utils/nativeInstaller/installer.ts:441
↓ 2 callersFunctionperiodicWrite
* Write the full trace to disk. Errors are logged but swallowed so that a * transient I/O problem does not crash the session — the next periodic tic
src/utils/telemetry/perfettoTracing.ts:990
↓ 2 callersFunctionpersistBlobToTextBlock
* Decode base64 binary content, write it to disk with the proper extension, * and return a small text block with the file path. Replaces the old beha
src/services/mcp/client.ts:2598
↓ 2 callersFunctionpersistFileSnapshotIfRemote
()
src/utils/plans.ts:360
↓ 2 callersFunctionplayAnimation
(skillDir: string)
src/commands/thinkback/thinkback.tsx:59
↓ 2 callersFunctionpollRemoteSessionEvents
(sessionId: string, afterId: string | null = null, opts?: { skipMetadata?: boolean; })
src/utils/teleport.tsx:633
↓ 2 callersFunctionpollSleepDetectionThresholdMs
* Returns the threshold for detecting system sleep/wake in the poll loop. * Must exceed the max backoff cap — otherwise normal backoff delays trigger
src/bridge/bridgeMain.ts:107
↓ 2 callersFunctionpopAllEditable
( currentInput: string, currentCursorOffset: number, )
src/utils/messageQueueManager.ts:428
↓ 2 callersFunctionpowershellToolCheckExactMatchPermission
( input: PowerShellInput, toolPermissionContext: ToolPermissionContext, )
src/tools/PowerShellTool/powershellPermissions.ts:385
↓ 2 callersFunctionpreferThirdPartyAuthentication
()
src/bootstrap/state.ts:1234
↓ 2 callersFunctionprefetchFastModeStatus
()
src/utils/fastMode.ts:407
↓ 2 callersFunctionprefixMatchesModel
* Check if a model name starts with a prefix at a segment boundary. * The prefix must match up to the end of the name or a "-" separator. * e.g. "cl
src/utils/model/modelAllowlist.ts:27
↓ 2 callersFunctionprepareForkedCommandContext
( command: PromptCommand, args: string, context: ToolUseContext, )
src/utils/forkedAgent.ts:191
↓ 2 callersFunctionprependStderr
(prefix: string, stderr: string)
src/utils/ShellCommand.ts:56
↓ 2 callersFunctionprependUserContext
( messages: Message[], context: { [k: string]: string }, )
src/utils/api.ts:449
↓ 2 callersFunctionprintValidationResult
(result: ValidationResult)
src/cli/handlers/plugins.ts:73
↓ 2 callersFunctionprobeArecord
()
src/services/voice.ts:75
↓ 2 callersFunctionprobePath
(p: string)
src/utils/shell/powershellDetection.ts:5
↓ 2 callersFunctionprobeSeedCache
* Probe seed directories for a populated cache at this plugin version. * Seeds are checked in precedence order; first hit wins. Returns null if no *
src/utils/plugins/pluginLoader.ts:195
↓ 2 callersFunctionprocess
(t: CronTask, isSession: boolean)
src/utils/cronScheduler.ts:248
↓ 2 callersFunctionprocessBatched
( items: T[], concurrency: number, processor: (item: T) => Promise<void>, )
src/services/mcp/client.ts:2218
↓ 2 callersFunctionprocessCell
( cell: NotebookCell, index: number, codeLanguage: string, includeLargeOutputs: boolean, )
src/utils/notebook.ts:83
↓ 2 callersFunctionprocessContent
(md: string, content: SkillContent)
src/skills/bundled/claudeApi.ts:64
↓ 2 callersMethodprocessLine
( line: string, )
src/cli/structuredIO.ts:333
↓ 2 callersFunctionprocessRateLimitHeaders
( headers: globalThis.Headers, )
src/services/rateLimitMocking.ts:19
↓ 2 callersFunctionprocessRemoteEvalPayload
* Process a remote eval payload from the GrowthBook server and populate * local caches. Called after both initial client.init() and after * client.r
src/services/analytics/growthbook.ts:327
↓ 2 callersFunctionprocessSetupHooks
( trigger: 'init' | 'maintenance', { forceSyncExecution }: { forceSyncExecution?: boolean } = {}, )
src/utils/sessionStart.ts:177
↓ 2 callersFunctionprocessSlashCommand
(inputString: string, precedingInputBlocks: ContentBlockParam[], imageContentBlocks: ContentBlockParam[], atta
src/utils/processUserInput/processSlashCommand.tsx:309
↓ 2 callersFunctionprocessUserInput
({ input, preExpansionInput, mode, setToolJSX, context, pastedContents, ideSelection, messages
src/utils/processUserInput/processUserInput.ts:85
↓ 2 callersFunctionprofileReport
()
src/utils/startupProfiler.ts:123
↓ 2 callersFunctionproviderOrUncDecisionForArg
(arg: string)
src/tools/PowerShellTool/powershellPermissions.ts:1003
↓ 2 callersFunctionpsQuote
* PowerShell single-quoted string. The ONLY special sequence is '' for a * literal single quote — no backtick escapes, no variable expansion, no * s
src/utils/deepLink/terminalLauncher.ts:536
↓ 2 callersFunctionpullTeamMemory
( state: SyncState, options?: { skipEtagCache?: boolean }, )
src/services/teamMemorySync/index.ts:770
↓ 2 callersFunctionqueryModel
( messages: Message[], systemPrompt: SystemPrompt, thinkingConfig: ThinkingConfig, tools: Tools, sig
src/services/api/claude.ts:1017
↓ 2 callersFunctionqueryModelWithStreaming
({ messages, systemPrompt, thinkingConfig, tools, signal, options, }: { messages: Message[] sy
src/services/api/claude.ts:752
↓ 2 callersFunctionqueueMessages
()
src/hooks/useInboxPoller.ts:823
↓ 2 callersFunctionqueuePendingMessage
(taskId: string, msg: string, setAppState: (f: (prev: AppState) => AppState) => void)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:162
← previousnext →3,701–3,800 of 11,484, ranked by callers