MCPcopy Create free account

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

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

↓ 2 callersFunctionisTransientError
(error: PluginError)
src/commands/plugin/PluginSettings.tsx:196
↓ 2 callersFunctionisTransientNetworkError
(error: unknown)
src/utils/teleport/api.ts:24
↓ 2 callersFunctionisUrl
* Check if a source is a URL
src/utils/plugins/mcpbHandler.ts:86
↓ 2 callersFunctionisUsingOAuth
* Check if user is authenticated with first-party OAuth. * Required for settings sync in both CLI (upload) and CCR (download) modes. * * Only check
src/services/settingsSync/index.ts:212
↓ 2 callersFunctionisValidNumericEffort
(value: number)
src/utils/effort.ts:198
↓ 2 callersFunctionisValidResponseInput
(input: string)
src/components/FeedbackSurvey/FeedbackSurveyView.tsx:20
↓ 2 callersFunctionisValidSessionFacets
(obj: unknown)
src/commands/insights.ts:3184
↓ 2 callersFunctionisVertexAuthError
(error: unknown)
src/services/api/withRetry.ts:670
↓ 2 callersFunctionisWholeNumber
(v: number)
src/native-ts/yoga-layout/index.ts:2478
↓ 2 callersFunctionisWindowsSandboxPolicyViolation
()
src/tools/PowerShellTool/PowerShellTool.tsx:220
↓ 2 callersFunctionisWithheldMaxOutputTokens
* Is this a max_output_tokens error message? If so, the streaming loop should * withhold it from SDK callers until we know whether the recovery loop
src/query.ts:175
↓ 2 callersFunctionisZeroWidth
(codePoint: number)
src/ink/stringWidth.ts:129
↓ 2 callersFunctionjitterFrac
* taskId is an 8-hex-char UUID slice (see {@link addCronTask}) → parse as * u32 → [0, 1). Stable across restarts, uniformly distributed across the *
src/utils/cronTasks.ts:362
↓ 2 callersFunctionjitteredNextCronRunMs
( cron: string, fromMs: number, taskId: string, cfg: CronJitterConfig = DEFAULT_CRON_JITTER_CONFIG, )
src/utils/cronTasks.ts:381
↓ 2 callersFunctionjoinPluginIds
(entries: ChannelEntry[])
src/main.tsx:1715
↓ 2 callersFunctionjoinTextAtSeam
* Concatenate two content block arrays, appending `\n` to a's last text block * when the seam is text-text. The API concatenates adjacent text blocks
src/utils/messages.ts:2505
↓ 2 callersFunctionjump
(i: number, wantLast: boolean)
src/components/VirtualMessageList.tsx:609
↓ 2 callersFunctionjustifyAbsolute
( justify: Justify, leadEdge: number, trailEdge: number, childSize: number, )
src/native-ts/yoga-layout/index.ts:2023
↓ 2 callersFunctionjwtExp
* Decode the exp claim from a JWT without verifying its signature. * Returns undefined if parsing fails or exp is absent. Used only to * derive a ca
src/services/mcp/xaaIdpLogin.ts:252
↓ 2 callersFunctionkeyToDisplayName
* Map internal key names to human-readable display names.
src/keybindings/parser.ts:105
↓ 2 callersFunctionkeycodeToName
* Map keycode to key name for modifyOtherKeys/CSI u sequences. * Handles both ASCII keycodes and Kitty keyboard protocol functional keys. * * Numpa
src/ink/parse-keypress.ts:487
↓ 2 callersFunctionkillAgentTask
(taskId_0: string)
src/components/tasks/BackgroundTasksDialog.tsx:309
↓ 2 callersFunctionkillDreamTask
(taskId_2: string)
src/components/tasks/BackgroundTasksDialog.tsx:315
↓ 2 callersFunctionkillInProcessTeammate
( taskId: string, setAppState: SetAppStateFn, )
src/utils/swarm/spawnInProcess.ts:227
↓ 2 callersFunctionkillRemoteAgentTask
(taskId_3: string)
src/components/tasks/BackgroundTasksDialog.tsx:318
↓ 2 callersFunctionkillShellTask
(taskId: string)
src/components/tasks/BackgroundTasksDialog.tsx:306
↓ 2 callersFunctionkillTeammateTask
(taskId_1: string)
src/components/tasks/BackgroundTasksDialog.tsx:312
↓ 2 callersFunctionlaunchAndDone
(args: string, context: Parameters<LocalJSXCommandCall>[1], onDone: LocalJSXCommandOnDone, billingNote: string
src/commands/review/ultrareviewCommand.tsx:9
↓ 2 callersFunctionlineWidth
(line: string)
src/ink/line-width-cache.ts:10
↓ 2 callersFunctionlinkifyIssueReferences
* Replaces owner/repo#123 references with clickable hyperlinks to GitHub.
src/utils/markdown.ts:295
↓ 2 callersFunctionlinkifyUrlsInText
(content: string)
src/components/shell/OutputLine.tsx:44
↓ 2 callersFunctionlinuxExecLine
(claudePath: string)
src/utils/deepLink/registerProtocol.ts:56
↓ 2 callersFunctionloadAgentFromFile
( filePath: string, pluginName: string, namespace: string[], sourceName: string, pluginPath: string,
src/utils/plugins/loadPluginAgents.ts:65
↓ 2 callersFunctionloadAgentsFromDirectory
( agentsPath: string, pluginName: string, sourceName: string, pluginPath: string, pluginManifest: Pl
src/utils/plugins/loadPluginAgents.ts:37
↓ 2 callersFunctionloadAllLogsFromSessionFile
( sessionFile: string, projectPathOverride?: string, )
src/utils/sessionStorage.ts:4598
↓ 2 callersFunctionloadAllPermissionRulesFromDisk
()
src/utils/permissions/permissionsLoader.ts:120
↓ 2 callersFunctionloadAllProjectsMessageLogsProgressive
( limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4018
↓ 2 callersFunctionloadCacheMetadata
* Load cache metadata for an MCPB source
src/utils/plugins/mcpbHandler.ts:443
↓ 2 callersFunctionloadCachedRestrictions
()
src/services/policyLimits/index.ts:392
↓ 2 callersFunctionloadCommandsFromDirectory
( commandsPath: string, pluginName: string, sourceName: string, pluginManifest: PluginManifest, plug
src/utils/plugins/loadPluginCommands.ts:169
↓ 2 callersMethodloadFromFileListAsync
* Async variant: yields to the event loop every ~8–12k paths so large * indexes (270k+ files) don't block the main thread for >10ms at a time. *
src/native-ts/file-index/index.ts:83
↓ 2 callersFunctionloadMcpServersFromMcpb
* Load MCP servers from an MCPB file * Handles downloading, extracting, and converting DXT manifest to MCP config
src/utils/plugins/mcpPluginIntegration.ts:34
↓ 2 callersFunctionloadOutputStyleFromFile
( filePath: string, pluginName: string, loadedPaths: Set<string>, )
src/utils/plugins/loadPluginOutputStyles.ts:36
↓ 2 callersFunctionloadOutputStylesFromDirectory
( outputStylesPath: string, pluginName: string, loadedPaths: Set<string>, )
src/utils/plugins/loadPluginOutputStyles.ts:15
↓ 2 callersFunctionloadPluginsFromMarketplaces
* Shared discovery/policy/merge pipeline for both load modes. * * Resolves enabledPlugins → marketplace entries, runs enterprise policy * checks, p
src/utils/plugins/pluginLoader.ts:1888
↓ 2 callersFunctionloadRipgrepIgnorePatterns
* Load ripgrep-specific ignore patterns from .ignore or .rgignore files * Returns an ignore instance if patterns were found, null otherwise * Result
src/hooks/fileSuggestions.ts:202
↓ 2 callersFunctionloadSameRepoMessageLogs
( worktreePaths: string[], limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4073
↓ 2 callersFunctionloadSessionFile
* Loads all messages, summaries, file history snapshots, and attribution snapshots from a specific session file.
src/utils/sessionStorage.ts:3818
↓ 2 callersFunctionloadSessionMemoryTemplate
()
src/services/SessionMemory/prompts.ts:86
↓ 2 callersFunctionloadSkillsFromDirectory
* Loads skills from plugin skills directories * Skills are directories containing SKILL.md files
src/utils/plugins/loadPluginCommands.ts:687
↓ 2 callersFunctionloadSubagentTranscripts
( agentIds: string[], )
src/utils/sessionStorage.ts:4297
↓ 2 callersFunctionlocalCommandOutputToSDKAssistantMessage
( rawContent: string, uuid: UUID, )
src/utils/messages/mappers.ts:196
↓ 2 callersFunctionlocationLinkToLocation
* Converts LocationLink to Location format for consistent handling
src/tools/LSPTool/formatters.ts:109
↓ 2 callersFunctionlogAPIError
({ error, model, messageCount, messageTokens, durationMs, durationMsIncludingRetries, attempt,
src/services/api/logging.ts:235
↓ 2 callersFunctionlogContainsQuery
* Checks if a log contains the query term in any searchable field.
src/utils/agenticSessionSearch.ts:113
↓ 2 callersFunctionlogCustomBindingsLoadedOncePerDay
* Log a telemetry event when custom keybindings are loaded, at most once per day. * This lets us estimate the percentage of users who customize their
src/keybindings/loadUserBindings.ts:83
↓ 2 callersFunctionlogEventTo1P
( eventName: string, metadata: Record<string, number | boolean | undefined> = {}, )
src/services/analytics/firstPartyEventLogger.ts:216
↓ 2 callersFunctionlogHeadlessProfilerTurn
()
src/utils/headlessProfiler.ts:103
↓ 2 callersFunctionlogLoadOnce
(success: boolean)
src/utils/bash/parser.ts:37
↓ 2 callersFunctionlogPermissionContextForAnts
( toolPermissionContext: ToolPermissionContext | null, moment: 'summary' | 'initialization', )
src/services/internalLogging.ts:71
↓ 2 callersFunctionlogQueryProfileReport
()
src/utils/queryProfiler.ts:298
↓ 2 callersFunctionlogSessionTelemetry
* Per-session skill/plugin telemetry. Called from both the interactive path * and the headless -p path (before runHeadless) — both go through * main
src/main.tsx:279
↓ 2 callersMethodlogSuccess
( eventCount: number, withAuth: boolean, responseData: unknown, )
src/services/analytics/firstPartyEventLoggingExporter.ts:617
↓ 2 callersFunctionlooksLikeRealHostname
* Checks whether a hostname looks like a real domain name rather than an * SSH config alias. A simple dot-check is not enough because aliases like *
src/utils/detectRepository.ts:170
↓ 2 callersFunctionmakeAltScreenParkPatch
(terminalRows: number)
src/ink/ink.tsx:61
↓ 2 callersFunctionmakeHistoryReader
()
src/history.ts:145
↓ 2 callersFunctionmakeShutdownNotif
(count: number)
src/hooks/notifs/useTeammateShutdownNotification.ts:39
↓ 2 callersFunctionmakeSpawnNotif
(count: number)
src/hooks/notifs/useTeammateShutdownNotification.ts:22
↓ 2 callersFunctionmakeXaaFetch
* Creates a fetch wrapper that enforces the XAA request timeout and optionally * composes a caller-provided abort signal. Using AbortSignal.any ensur
src/services/mcp/xaa.ts:42
↓ 2 callersFunctionmapConfigsToOptions
(styles: { [styleName: string]: OutputStyleConfig | null; })
src/components/OutputStylePicker.tsx:13
↓ 2 callersFunctionmapFinishReason
(finishReason: null | string | undefined)
src/services/api/openaiCompatibleClient.ts:148
↓ 2 callersFunctionmapInput
(input_map: Array<[string, InputHandler]>)
src/hooks/useTextInput.ts:31
↓ 2 callersFunctionmapMessage
( message: AssistantMessage | SystemAPIErrorMessage | StreamEvent, f: (s: unknown) => unknown, index: nu
src/services/vcr.ts:278
↓ 2 callersFunctionmapValuesDeep
( obj: { [x: string]: unknown }, f: (val: unknown, key: string, obj: Record<string, unknown>) => unk
src/services/vcr.ts:221
↓ 2 callersFunctionmarkClaudeAiMcpConnected
(name: string)
src/services/mcp/claudeai.ts:154
↓ 2 callersMethodmarkDirty
()
src/ink/layout/yoga.ts:102
↓ 2 callersFunctionmarkExtractionCompleted
()
src/services/SessionMemory/sessionMemoryUtils.ts:81
↓ 2 callersFunctionmarkExtractionStarted
()
src/services/SessionMemory/sessionMemoryUtils.ts:74
↓ 2 callersFunctionmarkFirstTeleportMessageLogged
()
src/bootstrap/state.ts:1495
↓ 2 callersFunctionmarkGroveNoticeViewed
()
src/services/api/grove.ts:90
↓ 2 callersFunctionmarkIt2SetupComplete
()
src/utils/swarm/backends/it2Setup.ts:214
↓ 2 callersFunctionmarkMessagesAsRead
( agentName: string, teamName?: string, )
src/utils/teammateMailbox.ts:279
↓ 2 callersFunctionmarkRead
()
src/hooks/useInboxPoller.ts:200
↓ 2 callersFunctionmarkTaskNotified
(taskId: string, setAppState: SetAppState)
src/tasks/LocalShellTask/LocalShellTask.tsx:481
↓ 2 callersFunctionmarkToolUseAsComplete
( toolUseContext: ToolUseContext, toolUseID: string, )
src/services/tools/toolOrchestration.ts:179
↓ 2 callersFunctionmatchesCommand
(cmd: string)
src/tools/PowerShellTool/powershellPermissions.ts:223
↓ 2 callersFunctionmatchesDotGitPrefix
(n: string)
src/tools/PowerShellTool/gitSafety.ts:170
↓ 2 callersFunctionmatchesGitInternalPrefix
(n: string)
src/tools/PowerShellTool/gitSafety.ts:124
↓ 2 callersFunctionmaxDefined
( a: number | undefined, b: number | undefined, )
src/ink/output.ts:114
↓ 2 callersFunctionmaybeDumpStateForDebug
(state: FileHistoryState)
src/utils/fileHistory.ts:1110
↓ 2 callersFunctionmaybePersistLargeToolResult
* Handle large tool results by persisting to disk instead of truncating. * Returns the original block if no persistence needed, or a modified block
src/utils/toolResultStorage.ts:272
↓ 2 callersFunctionmaybePersistTokenForSubprocesses
( path: string, token: string, tokenName: string, )
src/utils/authFileDescriptor.ts:30
↓ 2 callersFunctionmaybeRemoveApiKeyFromMacOSKeychain
()
src/utils/auth.ts:1235
↓ 2 callersFunctionmaybeShortenFilePath
* Use the relative path as the key to reduce session storage space for tracking.
src/utils/fileHistory.ts:867
↓ 2 callersFunctionmcpContentNeedsTruncation
( content: MCPToolResult, )
src/utils/mcpValidation.ts:151
↓ 2 callersFunctionmeasureElement
(node: DOMElement)
src/ink/measure-element.ts:18
↓ 2 callersFunctionmedian
(values: number[])
src/screens/REPL.tsx:311
↓ 2 callersFunctionmeetsAvailabilityRequirement
(cmd: Command)
src/commands.ts:419
↓ 2 callersFunctionmemoryAgeDays
(mtimeMs: number)
src/memdir/memoryAge.ts:6
↓ 2 callersFunctionmemoryFreshnessText
(mtimeMs: number)
src/memdir/memoryAge.ts:33
← previousnext →3,601–3,700 of 11,702, ranked by callers