MCPcopy Create free account

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

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

↓ 2 callersFunctionperiodicWrite
* Write the full trace to disk. Errors are logged but swallowed so that a * transient I/O problem does not crash the session — the next periodic tic
src/utils/telemetry/perfettoTracing.ts:990
↓ 2 callersFunctionpersistBlobToTextBlock
* Decode base64 binary content, write it to disk with the proper extension, * and return a small text block with the file path. Replaces the old beha
src/services/mcp/client.ts:2598
↓ 2 callersFunctionpersistFileSnapshotIfRemote
()
src/utils/plans.ts:360
↓ 2 callersFunctionplayAnimation
(skillDir: string)
src/commands/thinkback/thinkback.tsx:59
↓ 2 callersFunctionpollRemoteSessionEvents
(sessionId: string, afterId: string | null = null, opts?: { skipMetadata?: boolean; })
src/utils/teleport.tsx:633
↓ 2 callersFunctionpollSleepDetectionThresholdMs
* Returns the threshold for detecting system sleep/wake in the poll loop. * Must exceed the max backoff cap — otherwise normal backoff delays trigger
src/bridge/bridgeMain.ts:107
↓ 2 callersFunctionpopAllEditable
( currentInput: string, currentCursorOffset: number, )
src/utils/messageQueueManager.ts:428
↓ 2 callersFunctionpowershellToolCheckExactMatchPermission
( input: PowerShellInput, toolPermissionContext: ToolPermissionContext, )
src/tools/PowerShellTool/powershellPermissions.ts:385
↓ 2 callersFunctionpreferThirdPartyAuthentication
()
src/bootstrap/state.ts:1234
↓ 2 callersFunctionprefetchFastModeStatus
()
src/utils/fastMode.ts:407
↓ 2 callersFunctionprefixMatchesModel
* Check if a model name starts with a prefix at a segment boundary. * The prefix must match up to the end of the name or a "-" separator. * e.g. "cl
src/utils/model/modelAllowlist.ts:27
↓ 2 callersFunctionprepareForkedCommandContext
( command: PromptCommand, args: string, context: ToolUseContext, )
src/utils/forkedAgent.ts:191
↓ 2 callersFunctionprependStderr
(prefix: string, stderr: string)
src/utils/ShellCommand.ts:56
↓ 2 callersFunctionprependUserContext
( messages: Message[], context: { [k: string]: string }, )
src/utils/api.ts:449
↓ 2 callersFunctionprintValidationResult
(result: ValidationResult)
src/cli/handlers/plugins.ts:73
↓ 2 callersFunctionprobeArecord
()
src/services/voice.ts:75
↓ 2 callersFunctionprobePath
(p: string)
src/utils/shell/powershellDetection.ts:5
↓ 2 callersFunctionprobeSeedCache
* Probe seed directories for a populated cache at this plugin version. * Seeds are checked in precedence order; first hit wins. Returns null if no *
src/utils/plugins/pluginLoader.ts:195
↓ 2 callersFunctionprocess
(t: CronTask, isSession: boolean)
src/utils/cronScheduler.ts:248
↓ 2 callersFunctionprocessBatched
( items: T[], concurrency: number, processor: (item: T) => Promise<void>, )
src/services/mcp/client.ts:2218
↓ 2 callersFunctionprocessCell
( cell: NotebookCell, index: number, codeLanguage: string, includeLargeOutputs: boolean, )
src/utils/notebook.ts:83
↓ 2 callersFunctionprocessContent
(md: string, content: SkillContent)
src/skills/bundled/claudeApi.ts:64
↓ 2 callersMethodprocessLine
( line: string, )
src/cli/structuredIO.ts:333
↓ 2 callersFunctionprocessRateLimitHeaders
( headers: globalThis.Headers, )
src/services/rateLimitMocking.ts:19
↓ 2 callersFunctionprocessRemoteEvalPayload
* Process a remote eval payload from the GrowthBook server and populate * local caches. Called after both initial client.init() and after * client.r
src/services/analytics/growthbook.ts:327
↓ 2 callersFunctionprocessSetupHooks
( trigger: 'init' | 'maintenance', { forceSyncExecution }: { forceSyncExecution?: boolean } = {}, )
src/utils/sessionStart.ts:177
↓ 2 callersFunctionprocessSlashCommand
(inputString: string, precedingInputBlocks: ContentBlockParam[], imageContentBlocks: ContentBlockParam[], atta
src/utils/processUserInput/processSlashCommand.tsx:309
↓ 2 callersFunctionprocessUserInput
({ input, preExpansionInput, mode, setToolJSX, context, pastedContents, ideSelection, messages
src/utils/processUserInput/processUserInput.ts:85
↓ 2 callersFunctionprofileReport
()
src/utils/startupProfiler.ts:123
↓ 2 callersFunctionproviderOrUncDecisionForArg
(arg: string)
src/tools/PowerShellTool/powershellPermissions.ts:1003
↓ 2 callersFunctionpsQuote
* PowerShell single-quoted string. The ONLY special sequence is '' for a * literal single quote — no backtick escapes, no variable expansion, no * s
src/utils/deepLink/terminalLauncher.ts:536
↓ 2 callersFunctionpullTeamMemory
( state: SyncState, options?: { skipEtagCache?: boolean }, )
src/services/teamMemorySync/index.ts:770
↓ 2 callersFunctionqueryModel
( messages: Message[], systemPrompt: SystemPrompt, thinkingConfig: ThinkingConfig, tools: Tools, sig
src/services/api/claude.ts:1017
↓ 2 callersFunctionqueryModelWithStreaming
({ messages, systemPrompt, thinkingConfig, tools, signal, options, }: { messages: Message[] sy
src/services/api/claude.ts:752
↓ 2 callersFunctionqueueMessages
()
src/hooks/useInboxPoller.ts:823
↓ 2 callersFunctionqueuePendingMessage
(taskId: string, msg: string, setAppState: (f: (prev: AppState) => AppState) => void)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:162
↓ 2 callersFunctionreAppendSessionMetadata
()
src/utils/sessionStorage.ts:2815
↓ 2 callersFunctionreadAssistantModeFlag
()
src/assistant/index.ts:1
↓ 2 callersFunctionreadCapped
(handle: FileHandle)
src/utils/readEditContext.ts:123
↓ 2 callersFunctionreadClipboardViaPbpaste
()
src/utils/computerUse/executor.ts:70
↓ 2 callersFunctionreadFileRange
( path: string, offset: number, maxBytes: number, )
src/utils/fsOperations.ts:644
↓ 2 callersFunctionreadFileSyncCached
(filePath: string)
src/utils/file.ts:349
↓ 2 callersFunctionreadImageWithTokenBudget
( filePath: string, maxTokens: number = getDefaultFileReadingLimits().maxTokens, maxBytes?: number, )
src/tools/FileReadTool/FileReadTool.ts:1097
↓ 2 callersFunctionreadJsonFile
( path: string, schema: z.ZodType<T>, )
src/tools/AgentTool/agentMemorySnapshot.ts:43
↓ 2 callersFunctionreadLastConsolidatedAt
()
src/services/autoDream/consolidationLock.ts:29
↓ 2 callersFunctionreadLock
(dir?: string)
src/utils/cronTasksLock.ts:53
↓ 2 callersFunctionreadSync
(fsPath, options)
src/utils/fsOperations.ts:455
↓ 2 callersFunctionreadTranscriptForLoad
( filePath: string, fileSize: number, )
src/utils/sessionStoragePortable.ts:717
↓ 2 callersFunctionreaddirSync
(dirPath)
src/utils/fsOperations.ts:548
↓ 2 callersFunctionrealpathDeepestExisting
* Resolve symlinks for the deepest existing ancestor of a path. * The target file may not exist yet (we may be about to create it), so we * walk up
src/memdir/teamMemPaths.ts:109
↓ 2 callersMethodrebalancePanesTiled
* Rebalances panes in a window without a leader (tiled layout).
src/utils/swarm/backends/TmuxBackend.ts:739
↓ 2 callersMethodrebalancePanesWithLeader
* Rebalances panes in a window with a leader.
src/utils/swarm/backends/TmuxBackend.ts:707
↓ 2 callersFunctionrebuildTransport
( fresh: RemoteCredentials, cause: Exclude<ConnectCause, 'initial'>, )
src/bridge/remoteBridgeCore.ts:477
↓ 2 callersFunctionrecent
(ts: number | undefined)
src/hooks/notifs/useModelMigrationNotifications.tsx:49
↓ 2 callersFunctionreconcileMarketplaces
( opts?: ReconcileOptions, )
src/utils/plugins/reconciler.ts:114
↓ 2 callersFunctionrecordAttributionSnapshot
( snapshot: AttributionSnapshotMessage, )
src/utils/sessionStorage.ts:1488
↓ 2 callersFunctionrecordExtractionTokenCount
(currentTokenCount: number)
src/services/SessionMemory/sessionMemoryUtils.ts:151
↓ 2 callersFunctionrecordYank
(start: number, length: number)
src/utils/Cursor.ts:80
↓ 2 callersFunctionredactIfDisabled
(content: string)
src/utils/telemetry/events.ts:17
↓ 2 callersFunctionredactSensitiveUrlParams
* Redacts sensitive OAuth query parameters from a URL for safe logging. * Prevents exposure of state, nonce, code_challenge, code_verifier, and autho
src/services/mcp/auth.ts:112
↓ 2 callersFunctionredownloadUserSettings
()
src/services/settingsSync/index.ts:152
↓ 2 callersFunctionreduceCodes
(codes: AnsiCode[])
src/utils/textHighlighting.ts:164
↓ 2 callersMethodreenterAltScreen
* Re-enter alt-screen, clear, home, re-enable mouse tracking, and reset * frame buffers so the next render repaints from scratch. Self-heal for
src/ink/ink.tsx:964
↓ 2 callersFunctionrefreshMetricsStatus
* Fetch (in-memory memoized) and persist to disk on change. * Errors are not persisted — a transient failure should not overwrite a * known-good dis
src/services/api/metricsOptOut.ts:94
↓ 2 callersFunctionrefreshOAuthToken
( refreshToken: string, { scopes: requestedScopes }: { scopes?: string[] } = {}, )
src/services/oauth/client.ts:146
↓ 2 callersFunctionrefreshPolicyLimits
()
src/services/policyLimits/index.ts:581
↓ 2 callersFunctionrefreshRemoteManagedSettings
()
src/services/remoteManagedSettings/index.ts:562
↓ 2 callersFunctionregenerateCompletionCache
()
src/utils/completionCache.ts:140
↓ 2 callersFunctionregisterAsyncAgent
({ agentId, description, prompt, selectedAgent, setAppState, parentAbortController, toolUseId }:
src/tasks/LocalAgentTask/LocalAgentTask.tsx:466
↓ 2 callersFunctionregisterForeground
(input: LocalShellSpawnInput & { shellCommand: ShellCommand; }, setAppState: SetAppState, toolUseId?: string
src/tasks/LocalShellTask/LocalShellTask.tsx:259
↓ 2 callersFunctionregisterOutOfProcessTeammateTask
* Register a background task entry for an out-of-process (tmux/iTerm2) teammate. * This makes tmux teammates visible in the background tasks pill and
src/tools/shared/spawnMultiAgent.ts:760
↓ 2 callersFunctionregisterPermissionCallback
( callback: PermissionResponseCallback, )
src/hooks/useSwarmPermissionPoller.ts:82
↓ 2 callersFunctionregisterSeedMarketplaces
()
src/utils/plugins/marketplaceManager.ts:380
↓ 2 callersFunctionregisterSessionActivityCallback
(cb: () => void)
src/utils/sessionActivity.ts:60
↓ 2 callersFunctionregisterStructuredOutputEnforcement
( setAppState: SetAppState, sessionId: string, )
src/utils/hooks/hookHelpers.ts:70
↓ 2 callersFunctionregisterWorker
( sessionUrl: string, accessToken: string, )
src/bridge/workSecret.ts:97
↓ 2 callersFunctionreinitializeLspServerManager
()
src/services/lsp/manager.ts:226
↓ 2 callersMethodreleaseBackpressure
()
src/cli/transports/SerialBatchEventUploader.ts:255
↓ 2 callersFunctionreleaseComputerUseLock
()
src/utils/computerUse/computerUseLock.ts:202
↓ 2 callersFunctionreleasePressed
* Release `pressed` in reverse (last pressed = first released). Errors are * swallowed so a release failure never masks the real error. * * Drains
src/utils/computerUse/executor.ts:131
↓ 2 callersFunctionremoveIfEmpty
(dirPath: string)
src/utils/plugins/cacheUtils.ts:179
↓ 2 callersFunctionremoveInstalledSymlink
()
src/utils/nativeInstaller/installer.ts:1465
↓ 2 callersFunctionremoveMcpConfig
( name: string, scope: ConfigScope, )
src/services/mcp/config.ts:769
↓ 2 callersFunctionremoveNewlines
(h: Highlight)
src/native-ts/color-diff/index.ts:648
↓ 2 callersFunctionremoveOuterQuotes
* Remove outer single or double quotes from a string * @param text Text to clean * @returns Text without outer quotes
src/utils/imagePaste.ts:277
↓ 2 callersFunctionremoveProjectHistory
* Removes history field from projects (migrated to history.jsonl) * @internal
src/utils/config.ts:966
↓ 2 callersFunctionremoveSandboxViolationTags
(text: string)
src/utils/sandbox/sandbox-ui-utils.ts:10
↓ 2 callersFunctionremoveSessionCronTasks
(ids: readonly string[])
src/bootstrap/state.ts:1307
↓ 2 callersMethodrender
()
src/screens/REPL.tsx:547
↓ 2 callersFunctionrenderAndRun
(root: Root, element: React.ReactNode)
src/interactiveHelpers.tsx:98
↓ 2 callersFunctionrenderChildren
( node: DOMElement, output: Output, offsetX: number, offsetY: number, hasRemovedChild: boolean, pr
src/ink/render-node-to-output.ts:1257
↓ 2 callersFunctionrenderConnectingLine
Render the connecting spinner line (shown before first updateIdleStatus).
src/bridge/bridgeUI.ts:152
↓ 2 callersFunctionrenderFrameSlice
* Render a slice of rows from the frame's screen. * Each row is rendered followed by a newline. Cursor ends at (0, endY).
src/ink/log-update.ts:527
↓ 2 callersFunctionrenderMessagesToPlainText
(messages: Message[], tools: Tools = [], columns?: number)
src/utils/exportRenderer.tsx:91
↓ 2 callersFunctionrenderModelSetting
(setting: ModelName | ModelAlias)
src/utils/model/model.ts:356
↓ 2 callersFunctionrenderRowLines
(cells: Array<{ tokens?: Token[]; }>, isHeader: boolean)
src/components/MarkdownTable.tsx:188
↓ 2 callersFunctionrenderToolActivity
(activity: ToolActivity, tools: Tools, theme: ThemeName)
src/components/tasks/renderToolActivity.tsx:7
↓ 2 callersFunctionrenderToolUseProgressMessage
(progressMessages: ProgressMessage<Progress>[], { tools, verbose }: { tools: Tools; verbose: boolean;
src/tools/SkillTool/UI.tsx:62
↓ 2 callersFunctionrenderToolUseProgressMessage
(progressMessages: ProgressMessage<Progress>[], { tools, verbose, terminalSize, inProgressToolCallCoun
src/tools/AgentTool/UI.tsx:445
↓ 2 callersFunctionrenderToolUseProgressMessage
(tool: Tool, tools: Tools, lookups: ReturnType<typeof buildMessageLookups>, toolUseID: string, progressMessage
src/components/messages/AssistantToolUseMessage.tsx:328
← previousnext →3,801–3,900 of 11,702, ranked by callers