MCPcopy Create free account

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

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

↓ 1 callersFunctionscrubBareGitRepoFiles
* Delete bare-repo files planted at cwd during a sandboxed command, before * Claude's unsandboxed git calls can see them. See the SECURITY block abov
src/utils/sandbox/sandbox-adapter.ts:404
↓ 1 callersFunctionsearchToolsWithKeywords
* Keyword-based search over tool names and descriptions. * Handles both MCP tools (mcp__server__action) and regular tools (CamelCase). * * The mode
src/tools/ToolSearchTool/ToolSearchTool.ts:186
↓ 1 callersFunctionseedEarlyInput
(text: string)
src/utils/earlyInput.ts:182
↓ 1 callersFunctionsegmentTextByHighlights
( text: string, highlights: TextHighlight[], )
src/utils/textHighlighting.ts:27
↓ 1 callersFunctionsegmentToStyle
(style: AnsiStyle)
web/components/tools/AnsiRenderer.tsx:185
↓ 1 callersFunctionsegmentedCommandPermissionResult
( input: z.infer<typeof BashTool.inputSchema>, segments: string[], bashToolHasPermissionFn: ( input:
src/tools/BashTool/bashCommandHelpers.ts:23
↓ 1 callersFunctionselect
(m: NavigableMessage)
src/components/VirtualMessageList.tsx:346
↓ 1 callersMethodselectAggregationTemporality
()
src/utils/telemetry/bigqueryExporter.ts:246
↓ 1 callersMethodselectAll
()
src/server/web/public/terminal.js:696
↓ 1 callersFunctionselectFreshToReplace
* Pick the largest fresh results to replace until the model-visible total * (frozen + remaining fresh) is at or under budget, or fresh is exhausted.
src/utils/toolResultStorage.ts:675
↓ 1 callersFunctionselectLineAt
( s: SelectionState, screen: Screen, row: number, )
src/ink/selection.ts:368
↓ 1 callersMethodselectProtected
(e3)
src/server/web/public/terminal.js:2930
↓ 1 callersFunctionselectRelevantMemories
( query: string, memories: MemoryHeader[], signal: AbortSignal, recentTools: readonly string[], )
src/memdir/findRelevantMemories.ts:77
↓ 1 callersFunctionselectTipWithLongestTimeSinceShown
( availableTips: Tip[], )
src/services/tips/tipScheduler.ts:10
↓ 1 callersFunctionselectWordAt
( s: SelectionState, screen: Screen, col: number, row: number, )
src/ink/selection.ts:240
↓ 1 callersFunctionselectableUserMessagesFilter
(message: Message)
src/components/MessageSelector.tsx:767
↓ 1 callersFunctionselectionFocusMoveForKey
(key: Key)
src/components/ScrollKeybindingHandler.tsx:132
↓ 1 callersFunctionsendAuto
( opts: NotificationOptions, terminal: TerminalNotification, )
src/services/notifier.ts:77
↓ 1 callersMethodsendBatchWithRetry
( payload: FirstPartyEventLoggingPayload, )
src/services/analytics/firstPartyEventLoggingExporter.ts:527
↓ 1 callersFunctionsendCommandToPane
( paneId: string, command: string, useSwarmSocket = false, )
src/utils/swarm/teammateLayoutManager.ts:100
↓ 1 callersMethodsendDeviceAttributesPrimary
(e3)
src/server/web/public/terminal.js:3067
↓ 1 callersMethodsendDeviceAttributesSecondary
(e3)
src/server/web/public/terminal.js:3070
↓ 1 callersFunctionsendDirectMemberMessage
( recipientName: string, message: string, teamContext: AppState['teamContext'], writeToMailbox?: Write
src/utils/directMemberMessage.ts:39
↓ 1 callersMethodsendErrorResponse
(requestId: string, error: string)
src/server/directConnectManager.ts:188
↓ 1 callersFunctionsendEventToRemoteSession
( sessionId: string, messageContent: RemoteMessageContent, opts?: { uuid?: string }, )
src/utils/teleport/api.ts:361
↓ 1 callersMethodsendHeartbeat
Send a heartbeat via POST /sessions/{id}/worker/heartbeat.
src/cli/transports/ccrClient.ts:706
↓ 1 callersFunctionsendMessageToLeader
* Sends a message to the leader's file-based mailbox. * Uses the same mailbox system as tmux teammates for consistency.
src/utils/swarm/inProcessRunner.ts:547
↓ 1 callersFunctionsendModeChangeToTeammate
* Send a mode change message to a single teammate * Also updates config.json directly so the UI reflects the change immediately
src/components/teams/TeamsDialog.tsx:645
↓ 1 callersFunctionsendSandboxPermissionRequestViaMailbox
( host: string, requestId: string, teamName?: string, )
src/utils/swarm/permissionSync.ts:805
↓ 1 callersFunctionsendSandboxPermissionResponseViaMailbox
( workerName: string, requestId: string, host: string, allow: boolean, teamName?: string, )
src/utils/swarm/permissionSync.ts:882
↓ 1 callersFunctionsendSessionActivitySignal
()
src/utils/sessionActivity.ts:78
↓ 1 callersFunctionsendToChannel
( channel: string, opts: NotificationOptions, terminal: TerminalNotification, )
src/services/notifier.ts:40
↓ 1 callersMethodsendWithRetry
Retries indefinitely with exponential backoff until success or close().
src/cli/transports/WorkerStateUploader.ts:70
↓ 1 callersFunctionserializeDecisionReason
( reason: PermissionDecisionReason | undefined, )
src/cli/structuredIO.ts:64
↓ 1 callersFunctionsetAfkModeHeaderLatched
(v: boolean)
src/bootstrap/state.ts:1712
↓ 1 callersFunctionsetAgentTranscriptSubdir
( agentId: string, subdir: string, )
src/utils/sessionStorage.ts:236
↓ 1 callersFunctionsetAllHookEventsEnabled
(enabled: boolean)
src/utils/hooks/hookEvents.ts:184
↓ 1 callersFunctionsetAllowedSettingSources
(sources: SettingSource[])
src/bootstrap/state.ts:1230
↓ 1 callersMethodsetAtlas
(e3)
src/server/web/public/terminal.js:6903
↓ 1 callersFunctionsetAutoModeActive
(active: boolean)
src/utils/permissions/autoModeState.ts:11
↓ 1 callersFunctionsetCacheEditingHeaderLatched
(v: boolean)
src/bootstrap/state.ts:1728
↓ 1 callersFunctionsetCachedClaudeMdContent
(content: string | null)
src/bootstrap/state.ts:1207
↓ 1 callersFunctionsetCachedParsedFile
(path: string, value: ParsedSettings)
src/utils/settings/settingsCache.ts:51
↓ 1 callersFunctionsetCachedSettingsForSource
( source: SettingSource, value: SettingsJson | null, )
src/utils/settings/settingsCache.ts:29
↓ 1 callersFunctionsetChromeFlagOverride
(value: boolean | undefined)
src/bootstrap/state.ts:1247
↓ 1 callersFunctionsetClientType
(type: string)
src/bootstrap/state.ts:1073
↓ 1 callersFunctionsetCommandLifecycleListener
( cb: CommandLifecycleListener | null, )
src/utils/commandLifecycle.ts:10
↓ 1 callersFunctionsetCseShimGate
(gate: () => boolean)
src/bridge/sessionIdCompat.ts:21
↓ 1 callersMethodsetCsiHandlerFallback
(e3)
src/server/web/public/terminal.js:4912
↓ 1 callersMethodsetCursorStyle
(e3)
src/server/web/public/terminal.js:3295
↓ 1 callersMethodsetDcsHandlerFallback
(e3)
src/server/web/public/terminal.js:4921
↓ 1 callersMethodsetDefault
(e3, t3)
src/server/web/public/terminal.js:4816
↓ 1 callersFunctionsetEffortValue
(effortValue: EffortValue)
src/commands/effort/effort.tsx:16
↓ 1 callersMethodsetErrorHandler
(e3)
src/server/web/public/terminal.js:4933
↓ 1 callersMethodsetEscHandlerFallback
(e3)
src/server/web/public/terminal.js:4888
↓ 1 callersMethodsetExecuteHandlerFallback
(e3)
src/server/web/public/terminal.js:4897
↓ 1 callersFunctionsetFastModeHeaderLatched
(v: boolean)
src/bootstrap/state.ts:1720
↓ 1 callersFunctionsetFlagSettingsInline
( settings: Record<string, unknown> | null, )
src/bootstrap/state.ts:1144
↓ 1 callersFunctionsetFlagSettingsPath
(path: string | undefined)
src/bootstrap/state.ts:1136
↓ 1 callersMethodsetFlexBasisPercent
(value: number)
src/ink/layout/yoga.ts:196
↓ 1 callersMethodsetFlexGrow
(value: number)
src/ink/layout/yoga.ts:187
↓ 1 callersMethodsetFlexShrink
(value: number)
src/ink/layout/yoga.ts:190
↓ 1 callersMethodsetFromCharData
(e3)
src/server/web/public/terminal.js:4346
↓ 1 callersMethodsetFromCharData
(e3)
src/server/web/public/terminal.js:8442
↓ 1 callersFunctionsetHasFormattedOutput
(value: boolean)
src/utils/debug.ts:128
↓ 1 callersFunctionsetHasUnknownModelCost
()
src/bootstrap/state.ts:745
↓ 1 callersMethodsetHeight
(value: number)
src/ink/layout/yoga.ts:143
↓ 1 callersMethodsetHeightAuto
()
src/ink/layout/yoga.ts:149
↓ 1 callersMethodsetHeightPercent
(value: number)
src/ink/layout/yoga.ts:146
↓ 1 callersMethodsetHyperlink
(e3)
src/server/web/public/terminal.js:3366
↓ 1 callersFunctionsetInitJsonSchema
(schema: Record<string, unknown>)
src/bootstrap/state.ts:1411
↓ 1 callersFunctionsetInitialMainLoopModel
(model: ModelSetting)
src/bootstrap/state.ts:852
↓ 1 callersFunctionsetInlinePlugins
(plugins: Array<string>)
src/bootstrap/state.ts:1239
↓ 1 callersFunctionsetInternalEventReader
( reader: InternalEventReader, subagentReader: InternalEventReader, )
src/utils/sessionStorage.ts:514
↓ 1 callersMethodsetInternalEventReader
(reader: InternalEventReader)
src/utils/sessionStorage.ts:1363
↓ 1 callersFunctionsetInternalEventWriter
(writer: InternalEventWriter)
src/utils/sessionStorage.ts:501
↓ 1 callersMethodsetInternalEventWriter
(writer: InternalEventWriter)
src/utils/sessionStorage.ts:1354
↓ 1 callersMethodsetInternalSubagentEventReader
(reader: InternalEventReader)
src/utils/sessionStorage.ts:1370
↓ 1 callersFunctionsetIsInteractive
(value: boolean)
src/bootstrap/state.ts:1065
↓ 1 callersFunctionsetLastAPIRequest
( params: Omit<BetaMessageStreamParams, 'messages'> | null, )
src/bootstrap/state.ts:1174
↓ 1 callersFunctionsetLastAPIRequestMessages
( messages: BetaMessageStreamParams['messages'] | null, )
src/bootstrap/state.ts:1187
↓ 1 callersFunctionsetLastMainRequestId
(requestId: string)
src/bootstrap/state.ts:757
↓ 1 callersFunctionsetLeaderTeamName
(teamName: string)
src/utils/tasks.ts:31
↓ 1 callersFunctionsetLspRecommendationShownThisSession
(value: boolean)
src/bootstrap/state.ts:1406
↓ 1 callersFunctionsetMarketplaceAutoUpdate
( name: string, autoUpdate: boolean, )
src/utils/plugins/marketplaceManager.ts:2587
↓ 1 callersMethodsetMaxHeight
(value: number)
src/ink/layout/yoga.ts:170
↓ 1 callersMethodsetMaxHeightPercent
(value: number)
src/ink/layout/yoga.ts:173
↓ 1 callersMethodsetMaxWidth
(value: number)
src/ink/layout/yoga.ts:164
↓ 1 callersMethodsetMaxWidthPercent
(value: number)
src/ink/layout/yoga.ts:167
↓ 1 callersFunctionsetMcpAuthCacheEntry
(serverId: string)
src/services/mcp/client.ts:293
↓ 1 callersFunctionsetMdmSettingsCache
(mdm: MdmResult, hkcu: MdmResult)
src/utils/settings/mdm/settings.ts:152
↓ 1 callersMethodsetMetadata
( metadata: Awaited<ReturnType<typeof discoverAuthorizationServerMetadata>>, )
src/services/mcp/auth.ts:1454
↓ 1 callersFunctionsetMeter
( meter: Meter, createCounter: (name: string, options: MetricOptions) => AttributedCounter, )
src/bootstrap/state.ts:948
↓ 1 callersFunctionsetMeterState
()
src/entrypoints/init.ts:305
↓ 1 callersMethodsetMinHeight
(value: number)
src/ink/layout/yoga.ts:158
↓ 1 callersMethodsetMinHeightPercent
(value: number)
src/ink/layout/yoga.ts:161
↓ 1 callersMethodsetMinWidth
(value: number)
src/ink/layout/yoga.ts:152
↓ 1 callersMethodsetMinWidthPercent
(value: number)
src/ink/layout/yoga.ts:155
↓ 1 callersMethodsetMode
(e3)
src/server/web/public/terminal.js:3076
↓ 1 callersMethodsetModePrivate
(e3)
src/server/web/public/terminal.js:3086
← previousnext →8,401–8,500 of 13,048, ranked by callers