MCPcopy Create free account

hub / github.com/oboard/claude-code-rev / functions

Functions11,702 in github.com/oboard/claude-code-rev

↓ 1 callersFunctionconvertPluginHooksToMatchers
* Convert plugin hooks configuration to native matchers with plugin context
src/utils/plugins/loadPluginHooks.ts:28
↓ 1 callersFunctionconvertResultMessage
* Convert an SDKResultMessage to a SystemMessage
src/remote/sdkMessageAdapter.ts:55
↓ 1 callersFunctionconvertSSEUrlToPostUrl
* Convert an SSE URL to the HTTP POST endpoint URL. * The SSE stream URL and POST URL share the same base; the POST endpoint * is at `/events` (with
src/cli/transports/SSETransport.ts:704
↓ 1 callersFunctionconvertStatusMessage
* Convert an SDKStatusMessage to a SystemMessage
src/remote/sdkMessageAdapter.ts:88
↓ 1 callersFunctionconvertStreamEvent
* Convert an SDKPartialAssistantMessage (streaming) to a StreamEvent
src/remote/sdkMessageAdapter.ts:45
↓ 1 callersFunctionconvertToolProgressMessage
* Convert an SDKToolProgressMessage to a SystemMessage. * We use a system message instead of ProgressMessage since the Progress type * is a complex
src/remote/sdkMessageAdapter.ts:111
↓ 1 callersFunctionconvertWsUrlToPostUrl
* Convert a WebSocket URL to the HTTP POST endpoint URL. * From: wss://api.example.com/v2/session_ingress/ws/<session_id> * To: https://api.example.
src/cli/transports/HybridTransport.ts:269
↓ 1 callersFunctioncopyAndToast
()
src/components/ScrollKeybindingHandler.tsx:399
↓ 1 callersFunctioncopyAnsiToClipboard
( ansiText: string, options?: AnsiToPngOptions, )
src/utils/screenshotClipboard.ts:16
↓ 1 callersFunctioncopyNative
* Shell out to a native clipboard utility as a safety net for OSC 52. * Only called when not in an SSH session (over SSH, these would write to * the
src/ink/termio/osc.ts:171
↓ 1 callersFunctioncopyOverlayToMain
( overlayPath: string, writtenPaths: Set<string>, cwd: string, )
src/services/PromptSuggestion/speculation.ts:99
↓ 1 callersFunctioncopyPlanForFork
( log: LogOption, targetSessionId: SessionId, )
src/utils/plans.ts:239
↓ 1 callersFunctioncopyPngToClipboard
( pngPath: string, )
src/utils/screenshotClipboard.ts:46
↓ 1 callersFunctioncopyTextOf
(msg: NavigableMessage)
src/components/messageActions.tsx:409
↓ 1 callersFunctioncopyWorktreeIncludeFiles
( repoRoot: string, worktreePath: string, )
src/utils/worktree.ts:391
↓ 1 callersFunctioncountAutoModeAttachmentsSinceLastExit
* Count auto_mode attachments since the last auto_mode_exit (or from start if no exit). * This ensures the full/sparse cycle resets when re-entering
src/utils/attachments.ts:1319
↓ 1 callersFunctioncountBuiltInToolTokens
( tools: Tools, getToolPermissionContext: () => Promise<ToolPermissionContext>, agentInfo: AgentDefiniti
src/utils/analyzeContext.ts:363
↓ 1 callersFunctioncountCustomAgentTokens
(agentDefinitions: { activeAgents: AgentDefinition[] })
src/utils/analyzeContext.ts:732
↓ 1 callersFunctioncountHunkLines
(hunks: StructuredPatchHunk[])
src/hooks/useTurnDiffs.ts:55
↓ 1 callersFunctioncountMemoryFileAccessFromEntries
* Count memory file accesses in transcript entries. * Uses the same detection conditions as the PostToolUse session file access hooks.
src/utils/attribution.ts:225
↓ 1 callersFunctioncountMemoryFileTokens
()
src/utils/analyzeContext.ts:320
↓ 1 callersFunctioncountModelVisibleMessagesSince
( messages: Message[], sinceUuid: string | undefined, )
src/services/extractMemories/extractMemories.ts:82
↓ 1 callersFunctioncountPlanModeAttachmentsSinceLastExit
* Count plan_mode attachments since the last plan_mode_exit (or from start if no exit). * This ensures the full/sparse cycle resets when re-entering
src/utils/attachments.ts:1169
↓ 1 callersFunctioncountSkillTokens
( tools: Tools, getToolPermissionContext: () => Promise<ToolPermissionContext>, agentInfo: AgentDefiniti
src/utils/analyzeContext.ts:554
↓ 1 callersFunctioncountSlashCommandTokens
( tools: Tools, getToolPermissionContext: () => Promise<ToolPermissionContext>, agentInfo: AgentDefiniti
src/utils/analyzeContext.ts:521
↓ 1 callersFunctioncountSymbols
* Counts the total number of symbols including nested children
src/tools/LSPTool/LSPTool.ts:518
↓ 1 callersFunctioncountSystemTokens
( effectiveSystemPrompt: readonly string[], )
src/utils/analyzeContext.ts:272
↓ 1 callersFunctioncountTokensViaHaikuFallback
( messages: Anthropic.Beta.Messages.BetaMessageParam[], tools: Anthropic.Beta.Messages.BetaToolUnion[], )
src/services/tokenEstimation.ts:251
↓ 1 callersFunctioncountTokensWithAPI
( content: string, )
src/services/tokenEstimation.ts:124
↓ 1 callersFunctioncountTokensWithBedrock
({ model, messages, tools, betas, containsThinking, }: { model: string messages: Anthropic.Beta.
src/services/tokenEstimation.ts:437
↓ 1 callersFunctioncountToolCallsSince
( messages: Message[], sinceUuid: string | undefined, )
src/services/SessionMemory/sessionMemory.ts:108
↓ 1 callersFunctioncountToolUses
(messages: MessageType[])
src/tools/AgentTool/agentToolUtils.ts:262
↓ 1 callersFunctioncountUniqueFilesFromCallItems
* Counts unique files from CallHierarchyItem array * Filters out items with undefined URIs
src/tools/LSPTool/LSPTool.ts:835
↓ 1 callersFunctioncountUniqueFilesFromIncomingCalls
* Counts unique files from CallHierarchyIncomingCall array * Filters out calls with undefined URIs
src/tools/LSPTool/LSPTool.ts:844
↓ 1 callersFunctioncountUniqueFilesFromOutgoingCalls
* Counts unique files from CallHierarchyOutgoingCall array * Filters out calls with undefined URIs
src/tools/LSPTool/LSPTool.ts:855
↓ 1 callersFunctioncountUnseenAssistantTurns
(messages: readonly Message[], dividerIndex: number)
src/components/FullscreenLayout.tsx:200
↓ 1 callersFunctioncountUserPromptsFromEntries
* Count non-sidechain user messages in transcript entries. * Used to calculate the number of "steers" (user prompts - 1). * * Counts user messages
src/utils/attribution.ts:171
↓ 1 callersFunctioncountUserPromptsInMessages
( messages: ReadonlyArray<{ type: string; message?: { content?: unknown } }>, )
src/utils/attribution.ts:119
↓ 1 callersFunctioncountVisualLines
* Count how many visual terminal rows a string occupies, accounting for * line wrapping. Each `\n` is one row, and content wider than the terminal
src/bridge/bridgeUI.ts:95
↓ 1 callersFunctioncrc32
(data: Uint8Array)
src/utils/ansiToPng.ts:284
↓ 1 callersFunctioncreateAdminRequest
( params: AdminRequestCreateParams, )
src/services/api/adminRequests.ts:49
↓ 1 callersFunctioncreateAgentsKilledMessage
()
src/utils/messages.ts:4473
↓ 1 callersFunctioncreateAllTimeStatsPromise
* Creates a stats loading promise that never rejects. * Always loads all-time stats for the heatmap.
src/components/Stats.tsx:63
↓ 1 callersFunctioncreateAndSaveSnapshot
( binShell: string, )
src/utils/bash/ShellSnapshot.ts:413
↓ 1 callersFunctioncreateAndStoreApiKey
( accessToken: string, )
src/services/oauth/client.ts:311
↓ 1 callersFunctioncreateApiMetricsMessage
(metrics: { ttftMs: number otps: number isP50?: boolean hookDurationMs?: number turnDurationMs?: num
src/utils/messages.ts:4483
↓ 1 callersFunctioncreateApiQueryHook
( config: ApiQueryHookConfig<TResult>, )
src/utils/hooks/apiQueryHookHelper.ts:56
↓ 1 callersFunctioncreateAwaySummaryMessage
( content: string, )
src/utils/messages.ts:4447
↓ 1 callersFunctioncreateAxiosInstance
( extra: HttpsProxyAgentOptions<string> = {}, )
src/utils/proxy.ts:168
↓ 1 callersFunctioncreateBaseClaudeCodeInternalEvent
()
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:552
↓ 1 callersFunctioncreateBaseEnvironmentMetadata
()
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:181
↓ 1 callersFunctioncreateBaseGitHubActionsMetadata
()
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:132
↓ 1 callersFunctioncreateBaseGrowthbookExperimentEvent
()
src/types/generated/events_mono/growthbook/v1/growthbook_experiment_event.ts:43
↓ 1 callersFunctioncreateBasePublicApiAuth
()
src/types/generated/events_mono/common/v1/auth.ts:16
↓ 1 callersFunctioncreateBaseSlackContext
()
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:493
↓ 1 callersFunctioncreateBaseTimestamp
()
src/types/generated/google/protobuf/timestamp.ts:116
↓ 1 callersFunctioncreateBashShellProvider
( shellPath: string, options?: { skipSnapshot?: boolean }, )
src/utils/shell/bashProvider.ts:58
↓ 1 callersFunctioncreateBedrockRuntimeClient
()
src/utils/model/bedrock.ts:96
↓ 1 callersFunctioncreateBridgeLogger
(options: { verbose: boolean write?: (s: string) => void })
src/bridge/bridgeUI.ts:42
↓ 1 callersFunctioncreateBridgeStatusMessage
( url: string, upgradeNudge?: string, )
src/utils/messages.ts:4369
↓ 1 callersFunctioncreateBudgetTracker
()
src/query/tokenBudget.ts:13
↓ 1 callersMethodcreateCanUseTool
( onPermissionPrompt?: (details: RequiresActionDetails) => void, )
src/cli/structuredIO.ts:533
↓ 1 callersFunctioncreateCanUseToolWithPermissionPrompt
( permissionPromptTool: PermissionPromptTool, )
src/cli/print.ts:4154
↓ 1 callersFunctioncreateChannelPermissionCallbacks
()
src/services/mcp/channelPermissions.ts:209
↓ 1 callersFunctioncreateClaudeAiProxyFetch
(innerFetch: FetchLike)
src/services/mcp/client.ts:372
↓ 1 callersFunctioncreateCliExecutor
(opts: { getMouseAnimationEnabled: () => boolean getHideBeforeActionEnabled: () => boolean })
src/utils/computerUse/executor.ts:259
↓ 1 callersFunctioncreateClock
(tickIntervalMs: number)
src/ink/components/ClockContext.tsx:10
↓ 1 callersFunctioncreateCodeSession
( baseUrl: string, accessToken: string, title: string, timeoutMs: number, tags?: string[], )
src/bridge/codeSessionApi.ts:26
↓ 1 callersFunctioncreateCollapsedGroup
( group: GroupAccumulator, )
src/utils/collapseReadSearch.ts:661
↓ 1 callersFunctioncreateCommandPrefixExtractor
(config: PrefixExtractorConfig)
src/utils/shell/prefix.ts:92
↓ 1 callersFunctioncreateCompactCanUseTool
()
src/services/compact/compact.ts:1125
↓ 1 callersFunctioncreateCompactionResultFromSessionMemory
* Create a CompactionResult from session memory
src/services/compact/sessionMemoryCompact.ts:437
↓ 1 callersFunctioncreateComputerUseMcpServer
( adapter?: { logger?: { warn(message: string): void; info?(message: string): void } }, )
shims/ant-computer-use-mcp/index.ts:120
↓ 1 callersFunctioncreateConfig
()
src/native-ts/yoga-layout/index.ts:374
↓ 1 callersFunctioncreateCronScheduler
( options: CronSchedulerOptions, )
src/utils/cronScheduler.ts:142
↓ 1 callersFunctioncreateDefaultCloudEnvironment
( name: string, )
src/utils/teleport/environments.ts:76
↓ 1 callersFunctioncreateDefaultEnvironment
()
src/commands/remote-setup/api.ts:119
↓ 1 callersFunctioncreateDefaultState
({ visibleOptionCount: customVisibleOptionCount, options, initialFocusValue, currentViewport, }: Pick<
src/components/CustomSelect/use-select-navigation.ts:424
↓ 1 callersFunctioncreateDumpPromptsFetch
( agentIdOrSessionId: string, )
src/services/api/dumpPrompts.ts:146
↓ 1 callersFunctioncreateExplanationPromise
* Creates an explanation promise that never rejects. * Errors are caught and returned as null.
src/components/permissions/PermissionExplanation.tsx:77
↓ 1 callersMethodcreateExternalSwarmSession
* Creates the swarm session with a single window for teammates when running outside tmux.
src/utils/swarm/backends/TmuxBackend.ts:467
↓ 1 callersFunctioncreateFailedCommand
(preSpawnError: string)
src/utils/ShellCommand.ts:447
↓ 1 callersFunctioncreateFallbackStorage
( primary: SecureStorage, secondary: SecureStorage, )
src/utils/secureStorage/fallbackStorage.ts:7
↓ 1 callersFunctioncreateFileSuggestionItem
* Creates a file suggestion item
src/hooks/fileSuggestions.ts:603
↓ 1 callersFunctioncreateFindCanonicalGitRoot
()
src/utils/git.ts:197
↓ 1 callersFunctioncreateFindGitRoot
()
src/utils/git.ts:99
↓ 1 callersFunctioncreateFindGrepShellIntegration
()
src/utils/bash/ShellSnapshot.ts:153
↓ 1 callersFunctioncreateFork
* Creates a fork of the current conversation by copying from the transcript file. * Preserves all original metadata (timestamps, gitBranch, etc.) whi
src/commands/branch/branch.ts:61
↓ 1 callersFunctioncreateGetAppStateWithAllowedTools
( baseGetAppState: ToolUseContext['getAppState'], allowedTools: string[], )
src/utils/forkedAgent.ts:147
↓ 1 callersFunctioncreateGitHubIssueUrl
(feedbackId: string, title: string, description: string, errors: Array<{ error?: string; timestamp?: strin
src/components/Feedback.tsx:393
↓ 1 callersFunctioncreateGuestPassesFeed
()
src/components/LogoV2/feedConfigs.tsx:74
↓ 1 callersFunctioncreateHeadlessBridgeLogger
BridgeLogger adapter that routes everything to a single line-log fn.
src/bridge/bridgeMain.ts:2968
↓ 1 callersFunctioncreateHistoryAuthCtx
( sessionId: string, )
src/assistant/sessionHistory.ts:31
↓ 1 callersMethodcreateHookCallback
(callbackId: string, timeout?: number)
src/cli/structuredIO.ts:661
↓ 1 callersFunctioncreateIdleTimeoutManager
(isIdle: () => boolean)
src/utils/idleTimeout.ts:11
↓ 1 callersFunctioncreateInProcessBackend
()
src/utils/swarm/backends/InProcessBackend.ts:337
↓ 1 callersFunctioncreateInProcessCanUseTool
* Creates a canUseTool function for in-process teammates that properly resolves * 'ask' permissions via the UI rather than treating them as denials.
src/utils/swarm/inProcessRunner.ts:128
↓ 1 callersFunctioncreateInitialPersistentState
()
src/vim/types.ts:192
↓ 1 callersFunctioncreateInitialVimState
()
src/vim/types.ts:188
↓ 1 callersFunctioncreateInstalledApp
(displayName: string)
shims/ant-computer-use-swift/index.ts:110
← previousnext →4,801–4,900 of 11,702, ranked by callers