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
clearPendingHint
()
src/utils/claudeCodeHints.ts:162
↓ 1 callers
Function
clearPluginCacheExclusions
()
src/utils/plugins/orphanedPluginFilter.ts:90
↓ 1 callers
Function
clearPluginSettingsBase
()
src/utils/settings/settingsCache.ts:78
↓ 1 callers
Function
clearPluginSkillsCache
()
src/utils/plugins/loadPluginCommands.ts:944
↓ 1 callers
Function
clearProxyCache
()
src/utils/proxy.ts:423
↓ 1 callers
Function
clearRepositoryCaches
()
src/utils/detectRepository.ts:13
↓ 1 callers
Function
clearResolveGitDirCache
()
src/utils/git/gitFilesystem.ts:31
↓ 1 callers
Function
clearSessionEnvVars
()
src/utils/sessionEnvVars.ts:20
↓ 1 callers
Function
clearSessionMessagesCache
()
src/utils/sessionStorage.ts:3854
↓ 1 callers
Function
clearStoredImagePaths
()
src/utils/imageStore.ts:111
↓ 1 callers
Function
clearStreamAccumulatorForMessage
( state: StreamAccumulatorState, assistant: { session_id: string parent_tool_use_id: string | null
src/cli/transports/ccrClient.ts:210
↓ 1 callers
Function
clearSystemPromptSectionState
()
src/bootstrap/state.ts:1652
↓ 1 callers
Function
clearTeammateColors
()
src/utils/swarm/teammateLayoutManager.ts:48
↓ 1 callers
Method
clearTexture
()
src/server/web/public/terminal.js:7635
↓ 1 callers
Function
clearToolSearchDescriptionCache
()
src/tools/ToolSearchTool/ToolSearchTool.ts:102
↓ 1 callers
Function
clearTrackedMagicDocs
()
src/services/MagicDocs/magicDocs.ts:44
↓ 1 callers
Function
clearTrustedDeviceToken
()
src/bridge/trustedDevice.ts:72
↓ 1 callers
Function
clearTrustedDeviceTokenCache
()
src/bridge/trustedDevice.ts:61
↓ 1 callers
Function
clearWebFetchCache
()
src/tools/WebFetchTool/utils.ts:80
↓ 1 callers
Function
clearYogaNodeReferences
(node: DOMElement | TextNode)
src/ink/dom.ts:446
↓ 1 callers
Method
clientInformation
()
src/services/mcp/auth.ts:1482
↓ 1 callers
Function
clipsBothAxes
(node: DOMElement)
src/ink/render-node-to-output.ts:1296
↓ 1 callers
Function
cloneContentReplacementState
( source: ContentReplacementState, )
src/utils/toolResultStorage.ts:405
↓ 1 callers
Method
close
()
src/cli/transports/WebSocketTransport.ts:556
↓ 1 callers
Method
close
()
src/cli/transports/SSETransport.ts:679
↓ 1 callers
Method
close
Clean up uploaders and timers.
src/cli/transports/ccrClient.ts:982
↓ 1 callers
Function
closeOpenDiffs
( ideClient: ConnectedMCPServer, )
src/utils/ide.ts:1270
↓ 1 callers
Function
collapseBackgroundBashNotifications
( messages: RenderableMessage[], verbose: boolean, )
src/utils/collapseBackgroundBashNotifications.ts:41
↓ 1 callers
Function
collapseHookSummaries
( messages: RenderableMessage[], )
src/utils/collapseHookSummaries.ts:21
↓ 1 callers
Function
collapseReadSearchGroups
( messages: RenderableMessage[], tools: Tools, )
src/utils/collapseReadSearch.ts:762
↓ 1 callers
Function
collapseTeammateShutdowns
( messages: RenderableMessage[], )
src/utils/collapseTeammateShutdowns.ts:18
↓ 1 callers
Function
collectCandidatesFromMessage
* Extract candidate tool_result blocks from a single user message: blocks * that are non-empty, non-image, and not already compacted by tag (i.e. by
src/utils/toolResultStorage.ts:557
↓ 1 callers
Function
collectFilesForZip
* Recursively collect files from a directory for zipping. * Uses lstat to detect symlinks and tracks visited inodes for cycle detection.
src/utils/plugins/zipCache.ts:235
↓ 1 callers
Function
collectLayoutChildren
(node: Node, flow: Node[], abs: Node[])
src/native-ts/yoga-layout/index.ts:2406
↓ 1 callers
Function
collectListeners
* Collect all listeners for an event in dispatch order. * * Uses react-dom's two-phase accumulation pattern: * - Walk from target to root * - Capt
src/ink/events/dispatcher.ts:46
↓ 1 callers
Function
collectMarkdown
* Recursively collect .md files under a directory. Uses withFileTypes to * avoid a stat per entry. Returns absolute paths so error messages stay * r
src/utils/plugins/validatePlugin.ts:718
↓ 1 callers
Function
collectMarkdownFiles
* Recursively collects all markdown files from a directory
src/utils/plugins/loadPluginCommands.ts:102
↓ 1 callers
Function
collectQuoteSpans
* Single-pass collection of all quote-related spans. * Previously this was 5 separate tree walks (one per type-set plus * allQuoteTypes plus heredoc
src/utils/bash/treeSitterAnalysis.ts:88
↓ 1 callers
Function
collectReadToolFilePaths
* Scan messages for Read tool_use blocks and collect their file_path inputs * (normalized via expandPath). Used to dedup post-compact file restoratio
src/services/compact/compact.ts:1610
↓ 1 callers
Function
collectRecentAssistantTexts
(messages: Message[])
src/commands/copy/copy.tsx:50
↓ 1 callers
Function
collectRecentSuccessfulTools
( messages: ReadonlyArray<Message>, lastUserMessage: Message, )
src/utils/attachments.ts:2465
↓ 1 callers
Function
collectRemovedRects
( parent: DOMElement, removed: DOMNode, underAbsolute = false, )
src/ink/dom.ts:225
↓ 1 callers
Function
collectReplIds
(messages: readonly Message[])
src/utils/sessionStorage.ts:4369
↓ 1 callers
Function
collectSurfacedMemories
(messages: ReadonlyArray<Message>)
src/utils/attachments.ts:2251
↓ 1 callers
Function
collectTabbable
(root: DOMElement)
src/ink/focus.ts:134
↓ 1 callers
Function
combineSignals
Combine multiple AbortSignals into one. Aborts if any source aborts.
web/lib/api/client.ts:40
↓ 1 callers
Function
combineSignals
Combine any number of AbortSignals into one.
web/lib/api/messages.ts:13
↓ 1 callers
Function
combineUsage
* Combine usage from two classifier stages into a single total.
src/utils/permissions/yoloClassifier.ts:633
↓ 1 callers
Function
commandHasAnyGit
* Checks if a compound command contains any git command. * * @param command The full command string to check * @returns true if any subcommand is a
src/tools/BashTool/readOnlyValidation.ts:1760
↓ 1 callers
Function
commandListDisplay
(commands: string[])
src/components/permissions/shellPermissionHelpers.tsx:7
↓ 1 callers
Function
commandWritesToGitInternalPaths
* Checks if a compound command writes to any git-internal paths. * This is used to detect potential sandbox escape attacks where a command * creates
src/tools/BashTool/readOnlyValidation.ts:1840
↓ 1 callers
Function
compactBoundaryMarker
()
src/utils/sessionStoragePortable.ts:485
↓ 1 callers
Function
compactViaReactive
( messages: Message[], context: ToolUseContext, customInstructions: string, reactive: NonNullable<type
src/commands/compact/compact.ts:139
↓ 1 callers
Function
companionIntroText
(name: string, species: string)
src/buddy/prompt.ts:7
↓ 1 callers
Function
companionReservedColumns
(terminalColumns: number, speaking: boolean)
src/buddy/CompanionSprite.tsx:167
↓ 1 callers
Function
companionUserId
()
src/buddy/companion.ts:119
↓ 1 callers
Function
compareStatsAndContent
* Shared stat/content comparison logic for sync and async change checks. * Returns true if the file has changed relative to the backup.
src/utils/fileHistory.ts:640
↓ 1 callers
Function
compileTermPatterns
* Pre-compile word-boundary regexes for all search terms. * Called once per search instead of tools×terms×2 times.
src/tools/ToolSearchTool/ToolSearchTool.ts:167
↓ 1 callers
Function
completeDreamTask
( taskId: string, setAppState: SetAppState, )
src/tasks/DreamTask/DreamTask.ts:106
↓ 1 callers
Function
completeOnboarding
()
src/interactiveHelpers.tsx:32
↓ 1 callers
Method
compositionend
()
src/server/web/public/terminal.js:1126
↓ 1 callers
Method
compositionstart
()
src/server/web/public/terminal.js:1118
↓ 1 callers
Method
compositionupdate
(e3)
src/server/web/public/terminal.js:1121
↓ 1 callers
Function
compressImageBlock
( imageBlock: ImageBlockParam, maxBytes: number = IMAGE_TARGET_RAW_SIZE, )
src/utils/imageResizer.ts:600
↓ 1 callers
Function
compressImageBufferWithTokenLimit
( imageBuffer: Buffer, maxTokens: number, originalMediaType?: string, )
src/utils/imageResizer.ts:583
↓ 1 callers
Function
computeChecksum
* Compute a checksum from restrictions content for HTTP caching
src/services/policyLimits/index.ts:152
↓ 1 callers
Function
computeChecksumFromSettings
(settings: SettingsJson)
src/services/remoteManagedSettings/index.ts:131
↓ 1 callers
Function
computeContentHash
(content: string)
src/utils/commitAttribution.ts:244
↓ 1 callers
Function
computeDiff
(oldStr: string, newStr: string)
web/components/tools/DiffView.tsx:19
↓ 1 callers
Function
computeDiffStatsBetweenMessages
* Computes the diff stats for all the file edits in-between two messages.
src/components/MessageSelector.tsx:722
↓ 1 callers
Function
computeDiffStatsForFile
* Computes the number of lines changed in the diff.
src/utils/fileHistory.ts:677
↓ 1 callers
Function
computeDomainSeparator
* Compute EIP-712 domain separator hash.
src/services/x402/client.ts:148
↓ 1 callers
Function
computeEditsFromContents
( filePath: string, oldContent: string, newContent: string, editMode: 'single' | 'multiple', )
src/hooks/useDiffInIDE.ts:170
↓ 1 callers
Function
computeEnvInfo
( modelId: string, additionalWorkingDirectories?: string[], )
src/constants/prompts.ts:606
↓ 1 callers
Function
computeFingerprintFromMessages
( messages: (UserMessage | AssistantMessage)[], )
src/utils/fingerprint.ts:71
↓ 1 callers
Function
computeFlexBasis
( child: Node, mainAxis: FlexDirection, availableMain: number, availableCross: number, crossMode: Me
src/native-ts/yoga-layout/index.ts:2059
↓ 1 callers
Function
computeGlimmerIndex
( tick: number, messageWidth: number, )
src/bridge/bridgeStatusUtil.ts:61
↓ 1 callers
Function
computeGutterWidth
(patch: StructuredPatchHunk)
src/components/StructuredDiff.tsx:46
↓ 1 callers
Function
computeLevel
(chunk: Buffer)
src/hooks/useVoice.ts:185
↓ 1 callers
Method
computeLink
(e3, t3, r, i)
src/server/web/public/terminal.js:6226
↓ 1 callers
Function
computeNextCronRun
( fields: CronFields, from: Date, )
src/utils/cron.ts:119
↓ 1 callers
Function
computePerToolHashes
( strippedTools: ReadonlyArray<unknown>, names: string[], )
src/services/api/promptCacheBreakDetection.ts:187
↓ 1 callers
Function
computeRestoredAttributionState
( result: ResumeResult, )
src/utils/sessionRestore.ts:157
↓ 1 callers
Function
computeSearchText
(msg: RenderableMessage)
src/utils/transcriptSearch.ts:32
↓ 1 callers
Function
computeShimmerSegments
( text: string, glimmerIndex: number, )
src/bridge/bridgeStatusUtil.ts:79
↓ 1 callers
Function
computeSliceStart
(collapsed: ReadonlyArray<{ uuid: string; }>, anchorRef: { current: SliceAnchor; }, cap = MAX_MESSAGES_WIT
src/components/Messages.tsx:315
↓ 1 callers
Function
computeStickyPromptText
(msg: RenderableMessage)
src/components/VirtualMessageList.tsx:145
↓ 1 callers
Function
computeStructHash
* Compute the EIP-712 struct hash for TransferWithAuthorization.
src/services/x402/client.ts:186
↓ 1 callers
Function
computeTimeProgress
* Calculate what fraction of a time window has elapsed. * Used for time-relative early warning fallback. * @param resetsAt - Unix epoch timestamp in
src/services/claudeAiLimits.ts:98
↓ 1 callers
Function
computeTools
()
src/screens/REPL.tsx:2404
↓ 1 callers
Function
computeTopLevelEntries
* Extract unique top-level path segments, sorted by (length asc, then alpha asc). * Handles both Unix (/) and Windows (\) path separators. * Mirrors
src/native-ts/file-index/index.ts:336
↓ 1 callers
Function
computeTrustDialogAccepted
()
src/utils/config.ts:705
↓ 1 callers
Function
computeUnseenDivider
(messages: readonly Message[], dividerIndex: number | null)
src/components/FullscreenLayout.tsx:239
↓ 1 callers
Function
configureApiKeyHeaders
( headers: Record<string, string>, isNonInteractiveSession: boolean, )
src/services/api/client.ts:318
↓ 1 callers
Function
configureEffortParams
* Configure effort parameters for API request. *
src/services/api/claude.ts:440
↓ 1 callers
Function
configureGlobalMTLS
()
src/utils/mtls.ts:166
↓ 1 callers
Function
configureTaskBudgetParams
( taskBudget: Options['taskBudget'], outputConfig: BetaOutputConfig & { task_budget?: TaskBudgetParam },
src/services/api/claude.ts:479
↓ 1 callers
Function
confirmOverage
()
src/commands/review/reviewRemote.ts:38
↓ 1 callers
Function
confirmRemove
()
src/commands/plugin/ManageMarketplaces.tsx:344
↓ 1 callers
Method
connect
* Connect to the remote session via WebSocket
src/remote/RemoteSessionManager.ts:108
← previous
next →
5,301–5,400 of 13,048, ranked by callers