MCPcopy Create free account

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

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

↓ 1 callersFunctionpropsEqual
* Check if two SpanProps are equal for merging.
src/ink/Ansi.tsx:212
↓ 1 callersMethodprovideLinks
(e3, t3)
src/server/web/public/terminal.js:376
↓ 1 callersFunctionprovisionContentReplacementState
( initialMessages?: Message[], initialContentReplacements?: ContentReplacementRecord[], )
src/utils/toolResultStorage.ts:447
↓ 1 callersFunctionpruneRemovedPluginHooks
()
src/utils/plugins/loadPluginHooks.ts:179
↓ 1 callersFunctionquery
( params: QueryParams, )
src/query.ts:219
↓ 1 callersFunctionquery
( q: string, limit = 20 )
web/lib/workers/search.worker.ts:81
↓ 1 callersFunctionqueryLoop
( params: QueryParams, consumedCommandUuids: string[], )
src/query.ts:241
↓ 1 callersMethodqueueFailedEvents
( events: FirstPartyEventLoggingEvent[], )
src/services/analytics/firstPartyEventLoggingExporter.ts:430
↓ 1 callersFunctionquoteProblematicValues
* Pre-processes frontmatter text to quote values that contain special YAML characters. * This allows glob patterns like **\/*.{ts,tsx} to be parsed c
src/utils/frontmatterParser.ts:85
↓ 1 callersFunctionquoteShellCommand
( command: string, addStdinRedirect: boolean = true, )
src/utils/bash/shellQuoting.ts:46
↓ 1 callersFunctionrandomInt
* Generate a cryptographically random integer in the range [0, max)
src/utils/words.ts:767
↓ 1 callersFunctionrawSettingsContainsKey
(key: string)
src/utils/settings/settings.ts:984
↓ 1 callersMethodread
()
src/utils/claudeInChrome/chromeNativeHost.ts:501
↓ 1 callersMethodread
()
src/cli/structuredIO.ts:215
↓ 1 callersFunctionreadAgentMetadata
( agentId: AgentId, )
src/utils/sessionStorage.ts:292
↓ 1 callersFunctionreadAllAndSort
* Read-all path for when no limit/offset is set. Skips the stat pass * entirely — reads every candidate, then sorts/dedups on real mtimes * from rea
src/utils/listSessionsImpl.ts:278
↓ 1 callersFunctionreadAutoModeEnabledState
()
src/services/mcp/vscodeSdkMcp.ts:14
↓ 1 callersFunctionreadBridgePointerAcrossWorktrees
( dir: string, )
src/bridge/bridgePointer.ts:129
↓ 1 callersFunctionreadClaudeDesktopMcpServers
()
src/utils/claudeDesktop.ts:98
↓ 1 callersFunctionreadEditContext
( path: string, needle: string, contextLines = 3, )
src/utils/readEditContext.ts:31
↓ 1 callersFunctionreadFileForEdit
(absoluteFilePath: string)
src/tools/FileEditTool/FileEditTool.ts:599
↓ 1 callersFunctionreadFileInRangeFast
( raw: string, mtimeMs: number, offset: number, maxLines: number | undefined, truncateAtBytes: numbe
src/utils/readFileInRange.ts:128
↓ 1 callersFunctionreadFileInRangeStreaming
( filePath: string, offset: number, maxLines: number | undefined, maxBytes: number | undefined, trun
src/utils/readFileInRange.ts:344
↓ 1 callersFunctionreadFileSafe
(filepath: string)
src/utils/file.ts:50
↓ 1 callersFunctionreadFileTailSync
* Sync tail read for reAppendSessionMetadata's external-writer check. * fstat on the already-open fd (no extra path lookup); reads the same * LITE_R
src/utils/sessionStorage.ts:2592
↓ 1 callersFunctionreadHeadAndTail
( filePath: string, fileSize: number, buf: Buffer, )
src/utils/sessionStoragePortable.ts:215
↓ 1 callersFunctionreadIdeLockfile
(path: string)
src/utils/ide.ts:346
↓ 1 callersMethodreadInternalEvents
* Read foreground agent internal events from * GET /sessions/{id}/worker/internal-events. * Returns transcript entries from the last compaction
src/cli/transports/ccrClient.ts:842
↓ 1 callersFunctionreadLastFetchTime
( cwd: string, )
src/utils/deepLink/banner.ts:88
↓ 1 callersFunctionreadLinesReverse
( path: string, )
src/utils/fsOperations.ts:722
↓ 1 callersFunctionreadLiteMetadata
* Reads the first and last ~64KB of a JSONL file and extracts lite metadata. * * Head (first 64KB): isSidechain, projectPath, teamName, firstPrompt.
src/utils/sessionStorage.ts:4739
↓ 1 callersFunctionreadLocalTeamMemory
* Read all team memory files from the local directory into a flat key-value map. * Keys are relative paths from the team memory directory. * Empty f
src/services/teamMemorySync/index.ts:567
↓ 1 callersFunctionreadMarketplaceJsonContent
* Read marketplace.json content from a cloned marketplace directory or file. * For directory sources: checks .claude-plugin/marketplace.json, marketp
src/utils/plugins/zipCacheAdapters.ts:120
↓ 1 callersFunctionreadMemoriesForSurfacing
( selected: ReadonlyArray<{ path: string; mtimeMs: number }>, signal?: AbortSignal, )
src/utils/attachments.ts:2279
↓ 1 callersFunctionreadNotebook
( notebookPath: string, cellId?: string, )
src/utils/notebook.ts:164
↓ 1 callersFunctionreadPDF
(filePath: string)
src/utils/pdf.ts:34
↓ 1 callersFunctionreadRawSymref
( gitDir: string, refPath: string, branchPrefix: string, )
src/utils/git/gitFilesystem.ts:287
↓ 1 callersFunctionreadResolvedPermission
( requestId: string, teamName?: string, )
src/utils/swarm/permissionSync.ts:320
↓ 1 callersFunctionreadScrollSpeedBase
()
src/components/ScrollKeybindingHandler.tsx:305
↓ 1 callersFunctionreadSeedKnownMarketplaces
( seedDir: string, )
src/utils/plugins/marketplaceManager.ts:436
↓ 1 callersFunctionreadSessionLite
( filePath: string, )
src/utils/sessionStoragePortable.ts:256
↓ 1 callersFunctionreadSessionStartDate
( filePath: string, )
src/utils/stats.ts:994
↓ 1 callersMethodreadStream
(body: ReadableStream<Uint8Array>)
src/cli/transports/SSETransport.ts:339
↓ 1 callersMethodreadSubagentInternalEvents
* Read all subagent internal events from * GET /sessions/{id}/worker/internal-events?subagents=true. * Returns a merged stream across all non-fo
src/cli/transports/ccrClient.ts:852
↓ 1 callersFunctionreadTeamMembers
* Reads team members from the team file
src/utils/tasks.ts:724
↓ 1 callersFunctionreadToken
(path: string)
src/upstreamproxy/upstreamproxy.ts:206
↓ 1 callersFunctionreadTruncatedFile
()
src/utils/attachments.ts:3128
↓ 1 callersFunctionreadWorktreeHeadSha
( worktreePath: string, )
src/utils/git/gitFilesystem.ts:619
↓ 1 callersFunctionreadZipCacheKnownMarketplaces
()
src/utils/plugins/zipCacheAdapters.ts:38
↓ 1 callersFunctionreaddirSync
(dirPath)
src/utils/fsOperations.ts:548
↓ 1 callersFunctionrearrangePipeCommand
(command: string)
src/utils/bash/bashPipeCommand.ts:14
↓ 1 callersMethodreattach
* Attach a new WebSocket to an existing session. * Cancels any running grace timer. * Returns null if the session does not exist.
src/server/web/session-store.ts:78
↓ 1 callersFunctionrebind
(id: string, combo: string)
web/components/settings/KeyboardSettings.tsx:128
↓ 1 callersFunctionrecollapsePastedContent
* Re-collapse expanded pasted text by finding content that matches * pastedContents and replacing it with references.
src/utils/promptEditor.ts:107
↓ 1 callersFunctionreconcileMcpServers
( desiredConfigs: Record<string, McpServerConfigForProcessTransport>, currentState: DynamicMcpState, set
src/cli/print.ts:5450
↓ 1 callersFunctionreconcileSparseCheckout
( cwd: string, sparsePaths: string[] | undefined, )
src/utils/plugins/marketplaceManager.ts:1034
↓ 1 callersMethodreconnect
* Force reconnect the WebSocket. * Useful when the subscription becomes stale after container shutdown.
src/remote/RemoteSessionManager.ts:320
↓ 1 callersFunctionreconnectWithBackoff
()
src/services/mcp/useManageMCPConnections.ts:371
↓ 1 callersFunctionreconstructCommand
(kept: ParseEntry[], originalCmd: string)
src/utils/bash/commands.ts:1195
↓ 1 callersFunctionreconstructForSubagentResume
( parentState: ContentReplacementState | undefined, resumedMessages: Message[], sidechainRecords: Conten
src/utils/toolResultStorage.ts:1001
↓ 1 callersFunctionrecordAutoModeDenial
(denial: AutoModeDenial)
src/utils/autoModeDenials.ts:19
↓ 1 callersFunctionrecordDenial
(state: DenialTrackingState)
src/utils/permissions/denialTracking.ts:24
↓ 1 callersFunctionrecordFirstStartTime
()
src/utils/config.ts:1768
↓ 1 callersFunctionrecordPromptState
(snapshot: PromptStateSnapshot)
src/services/api/promptCacheBreakDetection.ts:247
↓ 1 callersFunctionrecordQueueOperation
(queueOp: QueueOperationMessage)
src/utils/sessionStorage.ts:1464
↓ 1 callersFunctionrecordShownTip
(tip: Tip)
src/services/tips/tipScheduler.ts:48
↓ 1 callersFunctionrecordTipShown
(tipId: string)
src/services/tips/tipHistory.ts:3
↓ 1 callersMethodrecordUserActivity
* Called when user interacts with the CLI (typing, commands, etc.)
src/utils/activityManager.ts:60
↓ 1 callersFunctionrecordYogaMs
(ms: number)
src/ink/reconciler.ts:205
↓ 1 callersFunctionrecoverFromAuthFailure
()
src/bridge/remoteBridgeCore.ts:530
↓ 1 callersFunctionrecoverOrphanedParallelToolResults
* Post-pass for buildConversationChain: recover sibling assistant blocks and * tool_results that the single-parent walk orphaned. * * Streaming (cl
src/utils/sessionStorage.ts:2118
↓ 1 callersFunctionrecoverPlanFromMessages
* Recover plan content from the message history. Plan content can appear in * three forms depending on what happened during the session: * * 1. Exi
src/utils/plans.ts:279
↓ 1 callersMethodrecycle
()
src/server/web/public/terminal.js:2387
↓ 1 callersFunctionredactHeaders
* Redact header values for safe logging * * @param headers - Headers to redact * @returns Headers with values replaced by '***REDACTED***'
src/utils/plugins/marketplaceManager.ts:1186
↓ 1 callersFunctionredactSecrets
(s: string)
src/bridge/debugUtils.ts:26
↓ 1 callersFunctionrefreshAgentDefinitionsForModeSwitch
( modeWasSwitched: boolean, currentCwd: string, cliAgents: AgentDefinition[], currentAgentDefinitions:
src/utils/sessionRestore.ts:251
↓ 1 callersFunctionrefreshAllMarketplaces
()
src/utils/plugins/marketplaceManager.ts:2296
↓ 1 callersMethodrefreshAuthorization
( refreshToken: string, )
src/services/mcp/auth.ts:2090
↓ 1 callersFunctionrefreshAwsAuth
(awsAuthRefresh: string)
src/utils/auth.ts:650
↓ 1 callersFunctionrefreshGcpAuth
(gcpAuthRefresh: string)
src/utils/auth.ts:917
↓ 1 callersFunctionrefreshGrowthBookFeatures
()
src/services/analytics/growthbook.ts:1027
↓ 1 callersFunctionrefreshMdmSettings
()
src/utils/settings/mdm/settings.ts:166
↓ 1 callersFunctionrefreshModelCapabilities
()
src/utils/model/modelCapabilities.ts:85
↓ 1 callersFunctionrefreshOverageCreditGrantCache
()
src/services/api/overageCreditGrant.ts:77
↓ 1 callersFunctionrefreshPluginState
()
src/cli/print.ts:1760
↓ 1 callersFunctionregenerateSessionId
( options: { setCurrentAsParent?: boolean } = {}, )
src/bootstrap/state.ts:435
↓ 1 callersFunctionregisterAgentForeground
({ agentId, description, prompt, selectedAgent, setAppState, autoBackgroundMs, toolUseId }: {
src/tasks/LocalAgentTask/LocalAgentTask.tsx:526
↓ 1 callersFunctionregisterBatchSkill
()
src/skills/bundled/batch.ts:100
↓ 1 callersFunctionregisterBridgeDebugHandle
(h: BridgeDebugHandle)
src/bridge/bridgeDebug.ts:57
↓ 1 callersMethodregisterCharacterJoiner
(e3)
src/server/web/public/terminal.js:662
↓ 1 callersFunctionregisterClaudeApiSkill
()
src/skills/bundled/claudeApi.ts:180
↓ 1 callersFunctionregisterClaudeInChromeSkill
()
src/skills/bundled/claudeInChrome.ts:16
↓ 1 callersMethodregisterCsiHandler
(e3, t3)
src/server/web/public/terminal.js:2619
↓ 1 callersFunctionregisterDebugSkill
()
src/skills/bundled/debug.ts:12
↓ 1 callersFunctionregisterDreamTask
( setAppState: SetAppState, opts: { sessionsReviewing: number priorMtime: number abortControll
src/tasks/DreamTask/DreamTask.ts:52
↓ 1 callersFunctionregisterElicitationHandler
( client: Client, serverName: string, setAppState: (f: (prevState: AppState) => AppState) => void, )
src/services/mcp/elicitationHandler.ts:68
↓ 1 callersMethodregisterEscHandler
(e3, t3)
src/server/web/public/terminal.js:4876
↓ 1 callersFunctionregisterEscHotkey
(onEscape: () => void)
src/utils/computerUse/escHotkey.ts:25
↓ 1 callersFunctionregisterFileReadListener
( listener: FileReadListener, )
src/tools/FileReadTool/FileReadTool.ts:165
↓ 1 callersFunctionregisterFrontmatterHooks
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, hooks: HooksSettings,
src/utils/hooks/registerFrontmatterHooks.ts:18
← previousnext →8,001–8,100 of 13,048, ranked by callers