Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/oboard/claude-code-rev
/ functions
Functions
11,702 in github.com/oboard/claude-code-rev
⨍
Functions
11,702
◇
Types & classes
352
↓ 1 callers
Function
startIdleTimer
()
src/utils/sessionActivity.ts:42
↓ 1 callers
Function
startInteractionPerfettoSpan
(userPrompt?: string)
src/utils/telemetry/perfettoTracing.ts:885
↓ 1 callers
Function
startInteractionSpan
(userPrompt: string)
src/utils/telemetry/sessionTracing.ts:176
↓ 1 callers
Method
startKeepaliveInterval
()
src/cli/transports/WebSocketTransport.ts:767
↓ 1 callers
Function
startKeychainPrefetch
()
src/utils/secureStorage/keychainPrefetch.ts:69
↓ 1 callers
Function
startLLMRequestPerfettoSpan
(args: { model: string promptTokens?: number messageId?: string isSpeculative?: boolean querySource?
src/utils/telemetry/perfettoTracing.ts:425
↓ 1 callers
Function
startLLMRequestSpan
( model: string, newContext?: LLMRequestNewContext, messagesForAPI?: APIMessage[], fastMode?: boolean,
src/utils/telemetry/sessionTracing.ts:274
↓ 1 callers
Method
startLocalListener
(onReady: () => Promise<void>)
src/services/oauth/auth-code-listener.ts:125
↓ 1 callers
Function
startMCPServer
( cwd: string, debug: boolean, verbose: boolean, )
src/entrypoints/mcp.ts:35
↓ 1 callers
Function
startMdmPoll
* Start polling for MDM settings changes (registry/plist). * Takes a snapshot of current MDM settings and compares on each tick.
src/utils/settings/changeDetector.ts:381
↓ 1 callers
Function
startMdmRawRead
()
src/utils/settings/mdm/rawRead.ts:120
↓ 1 callers
Function
startMdmSettingsLoad
()
src/utils/settings/mdm/settings.ts:67
↓ 1 callers
Function
startNodeRelay
( wsUrl: string, authHeader: string, wsAuthHeader: string, )
src/upstreamproxy/relay.ts:245
↓ 1 callers
Method
startOfCurrentLine
* Move to the start of the current line (column 0). * This is the raw version used internally by startOfLine.
src/utils/Cursor.ts:414
↓ 1 callers
Method
startPingInterval
()
src/cli/transports/WebSocketTransport.ts:697
↓ 1 callers
Function
startPreventSleep
()
src/services/preventSleep.ts:36
↓ 1 callers
Function
startRecording
( onData: (chunk: Buffer) => void, onEnd: () => void, options?: { silenceDetection?: boolean }, )
src/services/voice.ts:335
↓ 1 callers
Function
startRelevantMemoryPrefetch
( messages: ReadonlyArray<Message>, toolUseContext: ToolUseContext, )
src/utils/attachments.ts:2361
↓ 1 callers
Function
startRestartInterval
()
src/services/preventSleep.ts:70
↓ 1 callers
Function
startSoxRecording
( onData: (chunk: Buffer) => void, onEnd: () => void, options?: { silenceDetection?: boolean }, )
src/services/voice.ts:398
↓ 1 callers
Function
startSpeculativeClassifierCheck
( command: string, toolPermissionContext: ToolPermissionContext, signal: AbortSignal, isNonInteractive
src/tools/BashTool/bashPermissions.ts:1497
↓ 1 callers
Function
startToolBlockedOnUserSpan
()
src/utils/telemetry/sessionTracing.ts:526
↓ 1 callers
Function
startToolExecutionSpan
()
src/utils/telemetry/sessionTracing.ts:626
↓ 1 callers
Function
startToolPerfettoSpan
( toolName: string, args?: Record<string, unknown>, )
src/utils/telemetry/perfettoTracing.ts:690
↓ 1 callers
Function
startToolSpan
( toolName: string, toolAttributes?: Record<string, string | number | boolean>, toolInput?: string, )
src/utils/telemetry/sessionTracing.ts:466
↓ 1 callers
Function
startUpstreamProxyRelay
(opts: { wsUrl: string sessionId: string token: string })
src/upstreamproxy/relay.ts:155
↓ 1 callers
Function
startUserInputPerfettoSpan
(context?: string)
src/utils/telemetry/perfettoTracing.ts:768
↓ 1 callers
Function
startWorkPollLoop
* Persistent poll loop for work items. Runs in the background for the * lifetime of the bridge connection. * * When a work item arrives, acknowledg
src/bridge/replBridge.ts:1851
↓ 1 callers
Function
stashToCleanState
(message?: string)
src/utils/git.ts:429
↓ 1 callers
Method
state
()
src/services/mcp/auth.ts:1473
↓ 1 callers
Function
stateToSnapshotMessage
( state: AttributionState, messageId: UUID, )
src/utils/commitAttribution.ts:872
↓ 1 callers
Function
stepTeammateSelection
( delta: 1 | -1, setAppState: (updater: (prev: AppState) => AppState) => void, )
src/hooks/useBackgroundTaskNavigation.ts:26
↓ 1 callers
Function
stickyPromptText
(msg: RenderableMessage)
src/components/VirtualMessageList.tsx:133
↓ 1 callers
Function
stop
* Stops the LSP server gracefully. * * If already stopped or stopping, returns immediately. * On failure, sets state to 'error', logs for mon
src/services/lsp/LSPServerInstance.ts:274
↓ 1 callers
Function
stopOrDismissAgent
( taskId: string, setAppState: (updater: (prev: AppState) => AppState) => void, )
src/state/teammateViewHelpers.ts:116
↓ 1 callers
Function
stopPreventSleep
()
src/services/preventSleep.ts:49
↓ 1 callers
Function
stopRecording
()
src/services/voice.ts:515
↓ 1 callers
Function
stopTeamMemoryWatcher
()
src/services/teamMemorySync/watcher.ts:327
↓ 1 callers
Function
storeImages
( pastedContents: Record<number, PastedContent>, )
src/utils/imageStore.ts:84
↓ 1 callers
Function
storePastedText
( hash: string, content: string, )
src/utils/pasteStore.ts:37
↓ 1 callers
Function
streamRenderedMessages
(messages: Message[], tools: Tools, sink: (ansiChunk: string) => void | Promise<void>, { columns, verbose
src/utils/exportRenderer.tsx:55
↓ 1 callers
Function
streamedCheckPermissionsAndCallTool
( tool: Tool, toolUseID: string, input: { [key: string]: boolean | string | number }, toolUseContext:
src/services/tools/toolExecution.ts:492
↓ 1 callers
Function
stringsForDecisionReason
(reason: PermissionDecisionReason | undefined, toolType: 'tool' | 'command' | 'edit' | 'read')
src/components/permissions/PermissionRuleExplanation.tsx:21
↓ 1 callers
Function
stripAdvisorBlocks
( messages: (UserMessage | AssistantMessage)[], )
src/utils/messages.ts:5466
↓ 1 callers
Function
stripCR
(l: string)
src/utils/ripgrep.ts:312
↓ 1 callers
Function
stripCallerFieldFromAssistantMessage
( message: AssistantMessage, )
src/utils/messages.ts:1742
↓ 1 callers
Function
stripExcessMediaItems
( messages: (UserMessage | AssistantMessage)[], limit: number, )
src/services/api/claude.ts:956
↓ 1 callers
Function
stripIdeContextTags
(text: string)
src/utils/displayTags.ts:49
↓ 1 callers
Function
stripImagesFromMessages
(messages: Message[])
src/services/compact/compact.ts:145
↓ 1 callers
Function
stripInProgressAssistantMessage
(messages: Message[])
src/commands/btw/btw.tsx:201
↓ 1 callers
Function
stripQuotes
(text: string)
src/utils/bash/parser.ts:224
↓ 1 callers
Function
stripReinjectedAttachments
(messages: Message[])
src/services/compact/compact.ts:211
↓ 1 callers
Function
stripSignatureBlocks
(messages: Message[])
src/utils/messages.ts:5066
↓ 1 callers
Function
stripToolSearchFieldsFromMessages
* Strip tool search-specific fields from messages before sending for token counting. * This removes 'caller' from tool_use blocks and 'tool_reference
src/services/tokenEstimation.ts:66
↓ 1 callers
Function
stripUnavailableToolReferencesFromUserMessage
* Strips tool_reference blocks for tools that no longer exist from tool_result content. * This handles the case where a session was saved with MCP to
src/utils/messages.ts:1541
↓ 1 callers
Function
stripWrappersFromArgv
(argv: string[])
src/tools/BashTool/pathValidation.ts:1263
↓ 1 callers
Function
styledCharsWithGraphemeClustering
* Convert a string with ANSI codes into styled characters with proper grapheme * clustering. Fixes ansi-tokenize splitting grapheme clusters (like fa
src/ink/output.ts:553
↓ 1 callers
Function
stylesEqual
(a: AnsiCode[], b: AnsiCode[])
src/ink/output.ts:534
↓ 1 callers
Function
stylesEqual
(a: Styles, b: Styles)
src/ink/dom.ts:291
↓ 1 callers
Function
submitFeedback
(data: FeedbackData, signal?: AbortSignal)
src/components/Feedback.tsx:518
↓ 1 callers
Method
submitMessage
( prompt: string | ContentBlockParam[], options?: { uuid?: string; isMeta?: boolean }, )
src/QueryEngine.ts:209
↓ 1 callers
Function
subscribeTerminalFocus
(cb: () => void)
src/ink/terminal-focus-state.ts:35
↓ 1 callers
Method
subscribeToSelectionChange
* Subscribe to selection state changes. Fires whenever the selection * is started, updated, cleared, or copied. Returns an unsubscribe fn.
src/ink/ink.tsx:1244
↓ 1 callers
Function
substituteVariables
* Substitute variables in the prompt template using {{variable}} syntax
src/services/MagicDocs/prompts.ts:81
↓ 1 callers
Function
substituteVariables
* Substitute variables in the prompt template using {{variable}} syntax
src/services/SessionMemory/prompts.ts:201
↓ 1 callers
Function
suppressNextSkillListing
()
src/utils/attachments.ts:2633
↓ 1 callers
Function
symlinkDirectories
* Symlinks directories from the main repository to avoid duplication. * This prevents disk bloat from duplicating node_modules and other large direct
src/utils/worktree.ts:102
↓ 1 callers
Function
syncMarketplacesToZipCache
()
src/utils/plugins/zipCacheAdapters.ts:141
↓ 1 callers
Function
syncPermissionRulesFromDisk
( toolPermissionContext: ToolPermissionContext, rules: PermissionRule[], )
src/utils/permissions/permissions.ts:1419
↓ 1 callers
Function
syncTeammateMode
( mode: PermissionMode, teamNameOverride?: string, )
src/utils/swarm/teamHelpers.ts:397
↓ 1 callers
Function
tabStatus
(fields: TabStatusAction)
src/ink/termio/osc.ts:476
↓ 1 callers
Function
taggedIdToUUID
* Decode a mcpsrv_ tagged ID to a UUID string. * Tagged IDs have format: mcpsrv_01{base58(uuid.int)} * where 01 is the version prefix. * * TODO(pu
src/skills/bundled/scheduleRemoteAgents.ts:35
↓ 1 callers
Method
takeBatch
* Pull the next batch from pending. Respects both maxBatchSize and * maxBatchBytes. The first item is always taken; subsequent items only * if a
src/cli/transports/SerialBatchEventUploader.ts:213
↓ 1 callers
Function
takeInitialUserMessage
()
src/utils/sessionStart.ts:28
↓ 1 callers
Function
targetImageSize
(width: number, height: number)
shims/ant-computer-use-mcp/index.ts:73
↓ 1 callers
Function
teleportFromSessionsAPI
(sessionId: string, orgUUID: string, accessToken: string, onProgress?: TeleportProgressCallback, sessionData?:
src/utils/teleport.tsx:565
↓ 1 callers
Function
teleportToRemoteWithErrorHandling
(root: Root, description: string | null, signal: AbortSignal, branchName?: string)
src/utils/teleport.tsx:544
↓ 1 callers
Function
teleportWithProgress
(root: Root, sessionId: string)
src/components/TeleportProgress.tsx:118
↓ 1 callers
Function
textStyleToSpanProps
* Convert termio's TextStyle to SpanProps.
src/ink/Ansi.tsx:158
↓ 1 callers
Function
tick
()
src/components/ScrollKeybindingHandler.tsx:657
↓ 1 callers
Function
tildify
* Shorten home-dir-prefixed paths to ~ notation for the banner. * Not using getDisplayPath() because cwd is the current working directory, * so the
src/utils/deepLink/banner.ts:118
↓ 1 callers
Function
tmuxLoadBuffer
(text: string)
src/ink/termio/osc.ts:90
↓ 1 callers
Function
tmuxPassthrough
* Wrap a payload in tmux's DCS passthrough: ESC P tmux ; <payload> ESC \ * tmux forwards the payload to the outer terminal, bypassing its own parser.
src/ink/termio/osc.ts:78
↓ 1 callers
Function
to1PEventFormat
( metadata: EventMetadata, userMetadata: CoreUserData, additionalMetadata: Record<string, unknown> = {},
src/services/analytics/metadata.ts:796
↓ 1 callers
Function
toAgentId
(s: string)
src/types/ids.ts:42
↓ 1 callers
Function
toApiView
* Apply the same context transforms query.ts does before the API call, so * /context shows what the model actually sees rather than the REPL's raw *
src/commands/context/context.tsx:18
↓ 1 callers
Method
toClientEvent
Wrap a StdoutMessage as a ClientEvent, injecting a UUID if missing.
src/cli/transports/ccrClient.ts:754
↓ 1 callers
Function
toConfiguredProvider
(providerId: string, provider: ProviderConfig)
src/utils/model/providerConfig.ts:224
↓ 1 callers
Method
toIDEPath
(wslPath: string)
src/utils/idePathConversion.ts:58
↓ 1 callers
Function
toLocation
* Converts LocationLink to Location format for uniform handling
src/tools/LSPTool/LSPTool.ts:623
↓ 1 callers
Function
toPosix
(p: string)
src/utils/memoryFileDetection.ts:25
↓ 1 callers
Function
toPosixPath
(path: string)
src/utils/permissions/filesystem.ts:187
↓ 1 callers
Function
toSDKRateLimitInfo
( limits: ClaudeAILimits | undefined, )
src/utils/messages/mappers.ts:221
↓ 1 callers
Function
toTaggedId
(tag: string, uuid: string)
src/utils/taggedId.ts:51
↓ 1 callers
Function
toUtf16LeBase64
* Base64-encode a string as UTF-16LE, which is the encoding required by * PowerShell's -EncodedCommand parameter.
src/utils/powershell/parser.ts:669
↓ 1 callers
Method
toggle
()
src/utils/terminalPanel.ts:56
↓ 1 callers
Function
toggleTeammateVisibility
* Toggle visibility of a teammate pane (hide if visible, show if hidden)
src/components/teams/TeamsDialog.tsx:621
↓ 1 callers
Function
tokenStatsToStatsigMetrics
( stats: TokenStats, )
src/utils/contextAnalysis.ts:195
↓ 1 callers
Function
tokensToUSDCost
* Calculates the USD cost based on token usage and model cost configuration
src/utils/modelCost.ts:131
↓ 1 callers
Function
toolAlwaysAllowedRule
( context: ToolPermissionContext, tool: Pick<Tool, 'name' | 'mcpInfo'>, )
src/utils/permissions/permissions.ts:275
← previous
next →
7,801–7,900 of 11,702, ranked by callers