MCPcopy Create free account

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

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

↓ 3 callersFunctionperformLogout
({ clearOnboarding = false })
src/commands/logout/logout.tsx:16
↓ 3 callersFunctionperformPostCreationSetup
* Post-creation setup for a newly created worktree. * Propagates settings.local.json, configures git hooks, and symlinks directories.
src/utils/worktree.ts:510
↓ 3 callersFunctionpermissionModeSymbol
(mode: PermissionMode)
src/utils/permissions/PermissionMode.ts:135
↓ 3 callersFunctionpermissionRuleExtractPrefix
(permissionRule: string)
src/utils/sandbox/sandbox-adapter.ts:78
↓ 3 callersFunctionpermissionRuleSourceDisplayString
( source: PermissionRuleSource, )
src/utils/permissions/permissions.ts:116
↓ 3 callersFunctionpersistBinaryContent
( bytes: Buffer, mimeType: string | undefined, persistId: string, )
src/utils/mcpOutputStorage.ts:148
↓ 3 callersFunctionpersistToolResult
( content: NonNullable<ToolResultBlockParam['content']>, toolUseId: string, )
src/utils/toolResultStorage.ts:137
↓ 3 callersFunctionphysicalEdge
(edge: Edge)
src/native-ts/yoga-layout/index.ts:2528
↓ 3 callersFunctionprefetchAllMcpResources
( mcpConfigs: Record<string, ScopedMcpServerConfig>, )
src/services/mcp/client.ts:2408
↓ 3 callersFunctionprepareContextForPlanMode
( context: ToolPermissionContext, )
src/utils/permissions/permissionSetup.ts:1462
↓ 3 callersFunctionprependDirSep
(path: string)
src/utils/permissions/filesystem.ts:761
↓ 3 callersMethodprependUserMessage
* Queue a user turn to be yielded before the next message from this.input. * Works before iteration starts and mid-stream — read() re-checks * p
src/cli/structuredIO.ts:204
↓ 3 callersFunctionpreserveQuoteStyle
( oldString: string, actualOldString: string, newString: string, )
src/tools/FileEditTool/utils.ts:104
↓ 3 callersFunctionprintResumeHint
* Print a hint about how to resume the session. * Only shown for interactive sessions with persistence enabled.
src/utils/gracefulShutdown.ts:144
↓ 3 callersFunctionprocessHookJSONOutput
({ json, command, hookName, toolUseID, hookEvent, expectedHookEvent, stdout, stderr, exitCod
src/utils/hooks.ts:489
↓ 3 callersFunctionprocessMessagesForTeleportResume
(messages: Message[], error: Error | null)
src/utils/teleport.tsx:301
↓ 3 callersFunctionprocessOutputText
(text: string | string[] | undefined)
src/utils/notebook.ts:34
↓ 3 callersMethodprocessQueue
* Process the queue, starting tools when concurrency conditions allow
src/services/tools/StreamingToolExecutor.ts:140
↓ 3 callersFunctionprocessToolResultBlock
( tool: { name: string maxResultSizeChars: number mapToolResultToToolResultBlockParam: ( r
src/utils/toolResultStorage.ts:205
↓ 3 callersFunctionpushTeamMemory
( state: SyncState, )
src/services/teamMemorySync/index.ts:889
↓ 3 callersFunctionq
(c: number)
src/native-ts/color-diff/index.ts:106
↓ 3 callersFunctionqualifyDependency
( dep: string, declaringPluginId: string, )
src/utils/plugins/dependencyResolver.ts:38
↓ 3 callersFunctionqueryWithModel
({ systemPrompt = asSystemPrompt([]), userPrompt, outputFormat, signal, options, }: { systemPrompt
src/services/api/claude.ts:3300
↓ 3 callersFunctionrangeWidth
(start: number, end: number)
src/utils/horizontalScroll.ts:60
↓ 3 callersFunctionreadBridgePointer
( dir: string, )
src/bridge/bridgePointer.ts:83
↓ 3 callersFunctionreadClientSecret
()
src/services/mcp/auth.ts:2362
↓ 3 callersFunctionreadConfig
()
src/utils/computerUse/gates.ts:26
↓ 3 callersFunctionreadFileLines
( filePath: string, )
src/utils/shellConfig.ts:81
↓ 3 callersFunctionreadHighWaterMark
(taskListId: string)
src/utils/tasks.ts:114
↓ 3 callersFunctionreadInstalledPluginsFileRaw
* Read raw file data from installed_plugins.json * Returns null if file doesn't exist. * Throws error if file exists but can't be parsed.
src/utils/plugins/installedPluginsManager.ts:259
↓ 3 callersFunctionreadUnreadMessages
( agentName: string, teamName?: string, )
src/utils/teammateMailbox.ts:115
↓ 3 callersFunctionrealpathSync
(path: string)
src/utils/fsOperations.ts:523
↓ 3 callersFunctionreconstructContentReplacementState
( messages: Message[], records: ContentReplacementRecord[], inheritedReplacements?: ReadonlyMap<string,
src/utils/toolResultStorage.ts:960
↓ 3 callersFunctionrecordContentReplacement
( replacements: ContentReplacementRecord[], agentId?: AgentId, )
src/utils/sessionStorage.ts:1494
↓ 3 callersFunctionrecordFileHistorySnapshot
( messageId: UUID, snapshot: FileHistorySnapshot, isSnapshotUpdate: boolean, )
src/utils/sessionStorage.ts:1476
↓ 3 callersFunctionrecordSkillUsage
(skillName: string)
src/utils/suggestions/skillUsageTracking.ts:13
↓ 3 callersFunctionrecursivelySanitizeUnicode
(value: unknown)
src/utils/sanitization.ts:71
↓ 3 callersMethodrefreshConfig
()
src/utils/sandbox/sandbox-adapter.ts:920
↓ 3 callersFunctionrefreshGrowthBookAfterAuthChange
()
src/services/analytics/growthbook.ts:943
↓ 3 callersMethodrefreshHeaders
()
src/cli/remoteIO.ts:74
↓ 3 callersFunctionregenerateQr
Regenerate the QR code with the given URL.
src/bridge/bridgeUI.ts:140
↓ 3 callersFunctionregisterElicitationHandlers
* Register elicitation request/completion handlers on connected MCP clients * that haven't been registered yet. SDK MCP servers are excluded becaus
src/cli/print.ts:1268
↓ 3 callersFunctionregisterLockCleanup
(opts?: SchedulerLockOptions)
src/utils/cronTasksLock.ts:93
↓ 3 callersFunctionregisterLockCleanup
* Register a shutdown cleanup handler so the lock is released even if * turn-end cleanup is never reached (e.g. the user runs /exit while * a tool c
src/utils/computerUse/computerUseLock.ts:94
↓ 3 callersFunctionregisterPostSamplingHook
(hook: PostSamplingHook)
src/utils/hooks/postSamplingHooks.ts:31
↓ 3 callersFunctionregisterRemoteAgentTask
(options: { remoteTaskType: RemoteTaskType; session: { id: string; title: string; }; command:
src/tasks/RemoteAgentTask/RemoteAgentTask.tsx:386
↓ 3 callersFunctionrelativePath
(from: string, to: string)
src/utils/permissions/filesystem.ts:170
↓ 3 callersFunctionremoveDangerousPermissions
( context: ToolPermissionContext, dangerousPermissions: DangerousPermissionInfo[], )
src/utils/permissions/permissionSetup.ts:472
↓ 3 callersFunctionremoveMarketplaceSource
(name: string)
src/utils/plugins/marketplaceManager.ts:1937
↓ 3 callersFunctionremoveTeammateFromTeamFile
( teamName: string, identifier: { agentId?: string; name?: string }, )
src/utils/swarm/teamHelpers.ts:188
↓ 3 callersFunctionrenameRecordingForSession
()
src/utils/asciicast.ts:82
↓ 3 callersFunctionrenderScrolledChildren
( node: DOMElement, output: Output, offsetX: number, offsetY: number, hasRemovedChild: boolean, pr
src/ink/render-node-to-output.ts:1377
↓ 3 callersFunctionrenderToAnsiString
(node: React.ReactNode, columns?: number)
src/utils/staticRender.tsx:74
↓ 3 callersMethodrepaint
* Reset frame buffers so the next render writes the full screen from scratch. * Call this before resume() when the terminal content has been corrup
src/ink/ink.tsx:807
↓ 3 callersFunctionreregisterChannelHandlerAfterReconnect
* Re-register the channel notification handler after mcp_reconnect / * mcp_toggle creates a new client. handleChannelEnable bound the handler to * t
src/cli/print.ts:4791
↓ 3 callersFunctionreset
()
src/ink/termio/tokenize.ts:83
↓ 3 callersFunctionresetGrowthBook
()
src/services/analytics/growthbook.ts:987
↓ 3 callersFunctionresetKillAccumulation
()
src/utils/Cursor.ts:75
↓ 3 callersFunctionresetSentSkillNames
()
src/utils/attachments.ts:2612
↓ 3 callersFunctionresetSpeculationState
(setAppState: SetAppState)
src/services/PromptSuggestion/speculation.ts:330
↓ 3 callersFunctionresetUserCache
()
src/utils/user.ts:67
↓ 3 callersFunctionresetYankState
()
src/utils/Cursor.ts:109
↓ 3 callersFunctionresolveConfiguredProviderType
( id: string, provider: ProviderConfig | undefined, )
src/utils/model/providerConfig.ts:142
↓ 3 callersFunctionresolveEdges4Into
( edges: Value[], ownerSize: number, out: [number, number, number, number], )
src/native-ts/yoga-layout/index.ts:269
↓ 3 callersFunctionresolveMotion
( key: string, cursor: Cursor, count: number, )
src/vim/motions.ts:13
↓ 3 callersFunctionresolveOptionModel
(value?: string)
src/components/ModelPicker.tsx:401
↓ 3 callersFunctionresolvePathPatternForSandbox
( pattern: string, source: SettingSource, )
src/utils/sandbox/sandbox-adapter.ts:99
↓ 3 callersFunctionresolveTeammateModel
( inputModel: string | undefined, leaderModel: string | null, )
src/tools/shared/spawnMultiAgent.ts:93
↓ 3 callersFunctionrestoreSessionStateFromLog
( result: ResumeResult, setAppState: (f: (prev: AppState) => AppState) => void, )
src/utils/sessionRestore.ts:99
↓ 3 callersFunctionrestoreWorktreeForResume
( worktreeSession: PersistedWorktreeSession | null | undefined, )
src/utils/sessionRestore.ts:332
↓ 3 callersFunctionresumeAgentBackground
({ agentId, prompt, toolUseContext, canUseTool, invokingRequestId, }: { agentId: string prompt:
src/tools/AgentTool/resumeAgent.ts:42
↓ 3 callersFunctionretryWithBackoff
* Executes an operation with exponential backoff retry logic * * @param operation - Operation name for logging * @param attemptFn - Function to exe
src/services/api/filesApi.ts:97
↓ 3 callersMethodreturn
()
src/utils/stream.ts:69
↓ 3 callersFunctionrevokeServerTokens
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, { preserveStepUpState = fa
src/services/mcp/auth.ts:467
↓ 3 callersFunctionrmdir
(fsPath)
src/utils/fsOperations.ts:406
↓ 3 callersFunctionroughTokenCountEstimationForContent
( content: | string | Array<Anthropic.ContentBlock> | Array<Anthropic.ContentBlockParam> | u
src/services/tokenEstimation.ts:371
↓ 3 callersFunctionrunElicitationHooks
( serverName: string, params: ElicitRequestParams, signal: AbortSignal, )
src/services/mcp/elicitationHandler.ts:214
↓ 3 callersFunctionrunElicitationResultHooks
( serverName: string, result: ElicitResult, signal: AbortSignal, mode?: 'form' | 'url', elicitationI
src/services/mcp/elicitationHandler.ts:264
↓ 3 callersFunctionrunToolUse
( toolUse: ToolUseBlock, assistantMessage: AssistantMessage, canUseTool: CanUseToolFn, toolUseContext:
src/services/tools/toolExecution.ts:337
↓ 3 callersFunctionsafeFilenameId
(id: string)
src/bridge/sessionRunner.ts:24
↓ 3 callersFunctionsafeJoinLines
( lines: string[], delimiter: string = ',', maxSize: number = MAX_STRING_LENGTH, )
src/utils/stringUtils.ts:98
↓ 3 callersFunctionsafelyReadMemoryFileAsync
* Used by processMemoryFile → getMemoryFiles so the event loop stays * responsive during the directory walk (many readFile attempts, most * ENOENT).
src/utils/claudemd.ts:424
↓ 3 callersFunctionsameSessionId
(a: string, b: string)
src/bridge/workSecret.ts:62
↓ 3 callersFunctionsanitizeAgentName
(name: string)
src/utils/swarm/teamHelpers.ts:108
↓ 3 callersFunctionsanitizeMessageHTML
* Strips HTML content (e.g., CloudFlare error pages) from a message string, * returning a user-friendly title or empty string if HTML is detected. *
src/services/api/errorUtils.ts:107
↓ 3 callersFunctionsaveCacheMetadata
* Save cache metadata for an MCPB source
src/utils/plugins/mcpbHandler.ts:468
↓ 3 callersFunctionsaveMarketplaceToSettings
( name: string, entry: DeclaredMarketplace, settingSource: | 'userSettings' | 'projectSettings'
src/utils/plugins/marketplaceManager.ts:226
↓ 3 callersFunctionsaveMcpClientSecret
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, clientSecret: string, )
src/services/mcp/auth.ts:2399
↓ 3 callersFunctionsaveMcpServerUserConfig
( pluginId: string, serverName: string, config: UserConfigValues, schema: UserConfigSchema, )
src/utils/plugins/mcpbHandler.ts:193
↓ 3 callersFunctionsaveOAuthTokensIfNeeded
(tokens: OAuthTokens)
src/utils/auth.ts:1244
↓ 3 callersFunctionsaveSyncedMeta
( agentType: string, scope: AgentMemoryScope, snapshotTimestamp: string, )
src/tools/AgentTool/agentMemorySnapshot.ts:79
↓ 3 callersFunctionscale
(s: string)
src/ink/termio/osc.ts:332
↓ 3 callersFunctionscanHeredocBodies
(P: ParseState)
src/utils/bash/bashParser.ts:1885
↓ 3 callersMethodschedule
()
src/cli/transports/ccrClient.ts:680
↓ 3 callersFunctionscrollMutated
(el: DOMElement)
src/ink/components/ScrollBox.tsx:103
↓ 3 callersMethodsegmentTo
(targetVisiblePos: number)
src/utils/textHighlighting.ts:96
↓ 3 callersMethodsendControlRequest
* Send a control request to the session (e.g., interrupt)
src/remote/SessionsWebSocket.ts:341
↓ 3 callersMethodsendControlResponse
* Send a control response back to the session
src/remote/SessionsWebSocket.ts:328
↓ 3 callersMethodsendEventsInBatches
( events: FirstPartyEventLoggingEvent[], )
src/services/analytics/firstPartyEventLoggingExporter.ts:379
↓ 3 callersMethodsendMcpMessage
* Sends an MCP message to an SDK server and waits for the response
src/cli/structuredIO.ts:758
← previousnext →2,301–2,400 of 11,702, ranked by callers