MCPcopy Create free account

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

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

↓ 2 callersFunctiongetMarketplaceName
()
src/commands/thinkback/thinkback.tsx:31
↓ 2 callersFunctiongetMatchingHooks
( appState: AppState | undefined, sessionId: string, hookEvent: HookEvent, hookInput: HookInput, too
src/utils/hooks.ts:1603
↓ 2 callersFunctiongetMaxBashTimeoutMs
(env: EnvLike = process.env)
src/utils/timeouts.ts:28
↓ 2 callersFunctiongetMaxOpus46_1MOption
(fastMode = false)
src/utils/model/modelOptions.ts:265
↓ 2 callersFunctiongetMaxOpusOption
(fastMode = false)
src/utils/model/modelOptions.ts:247
↓ 2 callersFunctiongetMaxSonnet46_1MOption
()
src/utils/model/modelOptions.ts:255
↓ 2 callersFunctiongetMaxVersionConfig
()
src/utils/autoUpdater.ts:128
↓ 2 callersFunctiongetMcpAuthCache
()
src/services/mcp/client.ts:271
↓ 2 callersFunctiongetMcpDisplayName
( fullName: string, serverName: string, )
src/services/mcp/mcpStringUtils.ts:75
↓ 2 callersFunctiongetMcpInstructionsSection
( mcpClients: MCPServerConnection[] | undefined, )
src/constants/prompts.ts:160
↓ 2 callersFunctiongetMcpServerConnectionBatchSize
()
src/services/mcp/client.ts:552
↓ 2 callersFunctiongetMcpServerScopeFromToolName
( toolName: string, )
src/services/mcp/utils.ts:413
↓ 2 callersFunctiongetMcpStatus
(client: MCPServerConnection)
src/commands/plugin/ManagePlugins.tsx:513
↓ 2 callersFunctiongetMcpbCacheDir
* Get cache directory for MCPB files
src/utils/plugins/mcpbHandler.ts:100
↓ 2 callersFunctiongetMemoryScopeDisplay
( memory: AgentMemoryScope | undefined, )
src/tools/AgentTool/agentMemory.ts:116
↓ 2 callersFunctiongetMergedBetas
( model: string, options?: { isAgenticQuery?: boolean }, )
src/utils/betas.ts:397
↓ 2 callersFunctiongetMessagesForPromptSlashCommand
(command: CommandBase & PromptCommand, args: string, context: ToolUseContext, precedingInputBlocks: ContentBlo
src/utils/processUserInput/processSlashCommand.tsx:827
↓ 2 callersFunctiongetMetadataPath
* Get metadata file path for cached MCPB
src/utils/plugins/mcpbHandler.ts:107
↓ 2 callersFunctiongetMinWidth
(tokens_1: Token[] | undefined)
src/components/MarkdownTable.tsx:94
↓ 2 callersFunctiongetMockHeaders
()
src/services/mockRateLimits.ts:616
↓ 2 callersFunctiongetModelCapability
(model: string)
src/utils/model/modelCapabilities.ts:75
↓ 2 callersFunctiongetModelDeprecationWarning
( modelId: string | null, )
src/utils/model/deprecation.ts:88
↓ 2 callersFunctiongetNativeModule
()
src/native-ts/color-diff/index.ts:982
↓ 2 callersFunctiongetNestedMemoryAttachmentsForFile
* Loads nested memory files for a given file path and returns them as attachments. * This function performs directory traversal to find CLAUDE.md fil
src/utils/attachments.ts:1792
↓ 2 callersMethodgetNetworkRestrictionConfig
()
src/utils/sandbox/sandbox-adapter.ts:899
↓ 2 callersFunctiongetNewAgentFilePath
(agent: { source: SettingSource agentType: string })
src/components/agents/agentFileUtils.ts:92
↓ 2 callersFunctiongetNextImagePasteId
(messages: Message[])
src/services/tools/toolExecution.ts:252
↓ 2 callersFunctiongetOauthConfigType
()
src/constants/oauth.ts:6
↓ 2 callersMethodgetOffsetFromPosition
(position: Position)
src/utils/Cursor.ts:1386
↓ 2 callersFunctiongetOptionSortKey
(opt: Option)
src/main.tsx:900
↓ 2 callersFunctiongetOptionsForSetting
(key: string)
src/tools/ConfigTool/supportedSettings.ts:200
↓ 2 callersFunctiongetOpus46Option
(fastMode = false)
src/utils/model/modelOptions.ts:169
↓ 2 callersFunctiongetOpus46_1MOption
(fastMode = false)
src/utils/model/modelOptions.ts:190
↓ 2 callersFunctiongetOverrideSourceLabel
(source: AgentSource)
src/tools/AgentTool/agentDisplay.ts:90
↓ 2 callersFunctiongetPDFPageCount
( filePath: string, )
src/utils/pdf.ts:119
↓ 2 callersFunctiongetParserModule
()
src/utils/bash/bashParser.ts:44
↓ 2 callersFunctiongetPastePath
* Get the file path for a paste by its content hash.
src/utils/pasteStore.ts:28
↓ 2 callersFunctiongetPatchFromContents
({ filePath, oldContent, newContent, ignoreWhitespace = false, singleHunk = false, }: { filePath:
src/utils/diff.ts:81
↓ 2 callersFunctiongetPatternsByRoot
( toolPermissionContext: ToolPermissionContext, toolType: 'edit' | 'read', behavior: 'allow' | 'deny' |
src/utils/permissions/filesystem.ts:919
↓ 2 callersFunctiongetPdfInvalidErrorMessage
()
src/services/api/errors.ts:181
↓ 2 callersFunctiongetPdfPasswordProtectedErrorMessage
()
src/services/api/errors.ts:176
↓ 2 callersFunctiongetPdfTooLargeErrorMessage
()
src/services/api/errors.ts:170
↓ 2 callersMethodgetPendingPermissionRequests
()
src/cli/structuredIO.ts:263
↓ 2 callersFunctiongetPendingRequestPath
* Get the path to a pending request file
src/utils/swarm/permissionSync.ts:146
↓ 2 callersFunctiongetPendingServerNames
()
src/tools/ToolSearchTool/ToolSearchTool.ts:335
↓ 2 callersFunctiongetPersistenceThreshold
( toolName: string, declaredMaxResultSizeChars: number, )
src/utils/toolResultStorage.ts:55
↓ 2 callersFunctiongetPewterLedgerVariant
()
src/utils/planModeV2.ts:88
↓ 2 callersFunctiongetPillLabel
(tasks: BackgroundTaskState[])
src/tasks/pillLabel.ts:10
↓ 2 callersFunctiongetPipelineSegments
( parsed: ParsedPowerShellCommand, )
src/utils/powershell/parser.ts:1690
↓ 2 callersFunctiongetPluginAffectingSettingsSnapshot
()
src/utils/plugins/loadPluginHooks.ts:233
↓ 2 callersFunctiongetPluginByIdCacheOnly
(pluginId: string)
src/utils/plugins/marketplaceManager.ts:2188
↓ 2 callersFunctiongetPluginHookCounts
* Build a map of {sanitizedPluginName: hookCount} from matched hooks. * Only logs actual names for official marketplace plugins; others become 'third
src/utils/hooks.ts:1461
↓ 2 callersFunctiongetPluginId
()
src/commands/thinkback/thinkback.tsx:37
↓ 2 callersFunctiongetPluginSettingsBase
()
src/utils/settings/settingsCache.ts:68
↓ 2 callersFunctiongetPluginVersionFromManifest
* Try to read version from plugin manifest
src/utils/plugins/installedPluginsManager.ts:1010
↓ 2 callersFunctiongetPrivacyLevel
()
src/utils/privacyLevel.ts:20
↓ 2 callersFunctiongetProcessIdForAgent
* Get or create a numeric process ID for an agent
src/utils/telemetry/perfettoTracing.ts:135
↓ 2 callersFunctiongetProjectDirsUpToHome
( subdir: ClaudeConfigDirectory, cwd: string, )
src/utils/markdownConfigLoader.ts:234
↓ 2 callersFunctiongetProjectMcpServerStatus
( serverName: string, )
src/services/mcp/utils.ts:351
↓ 2 callersFunctiongetProjectPathForScope
(scope: PluginScope)
src/services/plugins/pluginOperations.ts:114
↓ 2 callersFunctiongetPrompt
()
src/tools/ToolSearchTool/prompt.ts:119
↓ 2 callersFunctiongetPrompt
()
src/tools/SendMessageTool/prompt.ts:5
↓ 2 callersFunctiongetPromptCachingEnabled
(model: string)
src/services/api/claude.ts:333
↓ 2 callersFunctiongetPromptContent
( defaultBranch: string, prAttribution?: string, )
src/commands/commit-push-pr.ts:26
↓ 2 callersFunctiongetPromptId
()
src/bootstrap/state.ts:1751
↓ 2 callersFunctiongetQuerySourceForAgent
( agentType: string | undefined, isBuiltInAgent: boolean, )
src/utils/promptCategory.ts:16
↓ 2 callersFunctiongetQuestionPreviewFormat
()
src/bootstrap/state.ts:1120
↓ 2 callersFunctiongetRateLimitMessage
( limits: ClaudeAILimits, model: string, )
src/services/rateLimitMessages.ts:45
↓ 2 callersFunctiongetRecentReleaseNotes
( currentVersion: string, previousVersion: string | null | undefined, changelogContent: string = getStor
src/utils/releaseNotes.ts:207
↓ 2 callersFunctiongetRelativeAgentDirectoryPath
(location: SettingSource)
src/components/agents/agentFileUtils.ts:79
↓ 2 callersFunctiongetRelativeMemoryPath
(path: string)
src/components/memory/MemoryUpdateNotification.tsx:7
↓ 2 callersFunctiongetRelativeTimeFormat
( style: 'long' | 'short' | 'narrow', numeric: 'always' | 'auto', )
src/utils/intl.ts:56
↓ 2 callersFunctiongetRelevantTips
(context?: TipContext)
src/services/tips/tipRegistry.ts:668
↓ 2 callersMethodgetRemainingResults
* Wait for remaining tools and yield their results as they complete * Also yields progress messages as they become available
src/services/tools/StreamingToolExecutor.ts:453
↓ 2 callersFunctiongetRemoteAgentsDir
()
src/utils/sessionStorage.ts:320
↓ 2 callersFunctiongetRemoteUrlForDir
(cwd: string)
src/utils/git/gitFilesystem.ts:645
↓ 2 callersFunctiongetReplPrimitiveTools
()
src/tools/REPLTool/primitiveTools.ts:28
↓ 2 callersFunctiongetReport
* Get a formatted report of all checkpoints * Only available when DETAILED_PROFILING is enabled
src/utils/startupProfiler.ts:81
↓ 2 callersFunctiongetRequestId
(headers: Headers)
src/services/api/openaiCompatibleClient.ts:122
↓ 2 callersFunctiongetRequestTooLargeErrorMessage
()
src/services/api/errors.ts:191
↓ 2 callersFunctiongetRetryAfter
(error: unknown)
src/services/api/withRetry.ts:519
↓ 2 callersFunctiongetRootNode
(node: DOMElement)
src/ink/focus.ts:166
↓ 2 callersFunctiongetRuleBehaviorDescription
( permissionResult: PermissionResult['behavior'], )
src/utils/permissions/PermissionResult.ts:24
↓ 2 callersFunctiongetRunningApps
()
shims/ant-computer-use-swift/index.ts:94
↓ 2 callersMethodgetSandboxUnavailableReason
()
src/utils/sandbox/sandbox-adapter.ts:884
↓ 2 callersMethodgetSandboxViolationStore
()
src/utils/sandbox/sandbox-adapter.ts:917
↓ 2 callersFunctiongetSanitizedErrorLogs
()
src/components/Feedback.tsx:116
↓ 2 callersFunctiongetScopeHeading
(scope: ConfigScope)
src/components/mcp/MCPListPanel.tsx:40
↓ 2 callersFunctiongetScratchpadInstructions
()
src/constants/prompts.ts:797
↓ 2 callersFunctiongetSearchOrReadInfo
* Check if a progress message is a search/read/REPL operation (tool use or result). * Returns { isSearch, isRead, isREPL } if it's a collapsible oper
src/tools/AgentTool/UI.tsx:55
↓ 2 callersFunctiongetSecureSocketPath
()
src/utils/claudeInChrome/common.ts:481
↓ 2 callersFunctiongetServerCacheKey
( name: string, serverRef: ScopedMcpServerConfig, )
src/services/mcp/client.ts:581
↓ 2 callersFunctiongetSessionCronTasks
()
src/bootstrap/state.ts:1294
↓ 2 callersFunctiongetSessionEnvVars
()
src/utils/sessionEnvVars.ts:8
↓ 2 callersFunctiongetSessionFileTypeFromInput
* Extract file type from tool input. * Returns the detected session file type or null.
src/utils/sessionFileAccessHooks.ts:75
↓ 2 callersFunctiongetSessionHooks
( appState: AppState, sessionId: string, event?: HookEvent, )
src/utils/hooks/sessionHooks.ts:302
↓ 2 callersFunctiongetSessionPluginCachePath
()
src/utils/plugins/zipCache.ts:125
↓ 2 callersFunctiongetSessionsSinceLastShown
(tipId: string)
src/services/tips/tipHistory.ts:12
↓ 2 callersFunctiongetSettingSourceDisplayNameLowercase
( source: SettingSource | 'cliArg' | 'command' | 'session', )
src/utils/settings/constants.ts:72
↓ 2 callersFunctiongetSettingsForSourceUncached
( source: SettingSource, )
src/utils/settings/settings.ts:319
← previousnext →3,201–3,300 of 11,702, ranked by callers