MCPcopy Create free account

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

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

↓ 3 callersFunctionisUltrareviewEnabled
()
src/commands/review/ultrareviewEnabled.ts:8
↓ 3 callersFunctionisUrlChar
(c: string)
src/ink/selection.ts:260
↓ 3 callersFunctionisUsingOAuth
* Check if user is authenticated with first-party OAuth (required for team memory sync).
src/services/teamMemorySync/index.ts:151
↓ 3 callersFunctionisValidAdvisorModel
(model: string)
src/utils/advisor.ts:99
↓ 3 callersFunctionisValidGitSha
(s: string)
src/utils/git/gitFilesystem.ts:129
↓ 3 callersFunctionisVimWhitespace
(ch: string)
src/utils/Cursor.ts:140
↓ 3 callersFunctionisVoiceStreamAvailable
()
src/services/voiceStreamSTT.ts:98
↓ 3 callersFunctionisWord
(ch: string | undefined)
src/utils/ultraplan/keyword.ts:56
↓ 3 callersFunctionisWord
(idx: number)
src/vim/textObjects.ts:88
↓ 3 callersFunctionisWordChar
(c: string)
src/utils/bash/bashParser.ts:196
↓ 3 callersFunctionjoinRows
Accumulator for selected text that merges soft-wrapped rows back * into logical lines. push(text, sw) appends a newline before text * only when sw
src/ink/selection.ts:750
↓ 3 callersFunctionkeepWorktree
()
src/utils/worktree.ts:780
↓ 3 callersFunctionkeystrokesEqual
( a: ParsedKeystroke, b: ParsedKeystroke, )
src/keybindings/resolver.ts:107
↓ 3 callersFunctionkillCaffeinate
()
src/services/preventSleep.ts:153
↓ 3 callersFunctionkillTeammate
(paneId: string, backendType: PaneBackendType | undefined, teamName: string, teammateId: string, teammateName:
src/components/teams/TeamsDialog.tsx:547
↓ 3 callersFunctionkillTmuxSession
(sessionName: string)
src/utils/worktree.ts:693
↓ 3 callersFunctionlaunchUltraplan
(opts: { blurb: string; seedPlan?: string; getAppState: () => AppState; setAppState: (f: (prev: AppSta
src/commands/ultraplan.tsx:234
↓ 3 callersFunctionlayoutNode
( node: Node, availableWidth: number, availableHeight: number, widthMode: MeasureMode, heightMode: M
src/native-ts/yoga-layout/index.ts:1058
↓ 3 callersFunctionleadingEdge
(dir: FlexDirection)
src/native-ts/yoga-layout/index.ts:321
↓ 3 callersFunctionlistAllCronTasks
(dir?: string)
src/utils/cronTasks.ts:288
↓ 3 callersFunctionload
(initial: boolean)
src/utils/cronScheduler.ts:179
↓ 3 callersFunctionloadAndCacheMarketplace
* Load and cache a marketplace from its source * * Handles different source types: * - URL: Downloads marketplace.json directly * - GitHub: Clones
src/utils/plugins/marketplaceManager.ts:1433
↓ 3 callersMethodloadEventsFromFile
( filePath: string, )
src/services/analytics/firstPartyEventLoggingExporter.ts:155
↓ 3 callersFunctionloadKeybindingsSyncWithWarnings
()
src/keybindings/loadUserBindings.ts:259
↓ 3 callersFunctionloadManagedFileSettings
()
src/utils/settings/settings.ts:74
↓ 3 callersFunctionloadMarkdownFiles
* Generic function to load markdown files from specified directories * @param dir Directory (eg. "~/.claude/commands") * @returns Array of parsed ma
src/utils/markdownConfigLoader.ts:546
↓ 3 callersFunctionloadMcpServersFromFile
* Load MCP servers from a JSON file within a plugin * This is a simplified version that doesn't expand environment variables * and is specifically f
src/utils/plugins/mcpPluginIntegration.ts:219
↓ 3 callersFunctionloadMcpbFile
( source: string, pluginPath: string, pluginId: string, onProgress?: ProgressCallback, providedUserC
src/utils/plugins/mcpbHandler.ts:698
↓ 3 callersFunctionloadMemoryPrompt
()
src/memdir/memdir.ts:419
↓ 3 callersFunctionloadMessageLogs
(limit?: number)
src/utils/sessionStorage.ts:3939
↓ 3 callersFunctionloadPluginManifest
( manifestPath: string, pluginName: string, source: string, )
src/utils/plugins/pluginLoader.ts:1147
↓ 3 callersFunctionloadSameRepoMessageLogsProgressive
( worktreePaths: string[], limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4086
↓ 3 callersFunctionlogDebugError
(message: string)
src/services/api/filesApi.ts:40
↓ 3 callersFunctionlogPermissionDecision
( ctx: PermissionLogContext, args: PermissionDecisionArgs, permissionPromptStartTimeMs?: number, )
src/hooks/toolPermission/permissionLogging.ts:181
↓ 3 callersFunctionlogPermissionEvent
( event: 'accept' | 'reject', completionType: CompletionType, languageName: string | Promise<string>,
src/components/permissions/FilePermissionDialog/usePermissionHandler.ts:25
↓ 3 callersFunctionlogSearchOutcome
( matches: string[], queryType: 'select' | 'keyword', )
src/tools/ToolSearchTool/ToolSearchTool.ts:342
↓ 3 callersFunctionlogToSessionMeta
(log: LogOption)
src/commands/insights.ts:737
↓ 3 callersFunctionmakeLogEntryReader
()
src/history.ts:106
↓ 3 callersFunctionmarkInternalWrite
(path: string)
src/utils/settings/internalWrites.ts:17
↓ 3 callersFunctionmarkMessageAsReadByIndex
( agentName: string, teamName: string | undefined, messageIndex: number, )
src/utils/teammateMailbox.ts:201
↓ 3 callersFunctionmarkdownTable
* Build a markdown table from headers and rows.
src/skills/bundled/keybindings.ts:332
↓ 3 callersFunctionmaybeDumpAutoMode
* Dump the auto mode classifier request and response bodies to the per-user * claude temp directory when CLAUDE_CODE_DUMP_AUTO_MODE is set. Files are
src/utils/permissions/yoloClassifier.ts:153
↓ 3 callersFunctionmaybeMarkProjectOnboardingComplete
()
src/projectOnboardingState.ts:49
↓ 3 callersFunctionmaybeRecordPluginHint
(hint: ClaudeCodeHint)
src/utils/plugins/hintRecommendation.ts:65
↓ 3 callersFunctionmcpBaseUrlAnalytics
* Spread-ready analytics field for the server's base URL. Calls * getLoggingSafeMcpBaseUrl once (not twice like the inline ternary it replaces). * T
src/services/mcp/client.ts:323
↓ 3 callersFunctionmeasureText
(text: string, maxWidth: number)
src/ink/measure-text.ts:11
↓ 3 callersFunctionmemoizeWithTTLAsync
( f: (...args: Args) => Promise<Result>, cacheLifetimeMs: number = 5 * 60 * 1000, // Default 5 minutes )
src/utils/memoize.ts:120
↓ 3 callersFunctionmemoryFilesToAttachments
( memoryFiles: MemoryFileInfo[], toolUseContext: ToolUseContext, triggerFilePath?: string, )
src/utils/attachments.ts:1710
↓ 3 callersFunctionmergeAndFilterTools
( initialTools: Tools, assembled: Tools, mode: ToolPermissionContext['mode'], )
src/utils/toolPool.ts:55
↓ 3 callersFunctionmergeClients
( initialClients: MCPServerConnection[] | undefined, mcpClients: readonly MCPServerConnection[] | undefine
src/hooks/useMergedClients.ts:5
↓ 3 callersFunctionmergeFileStateCaches
( first: FileStateCache, second: FileStateCache, )
src/utils/fileStateCache.ts:129
↓ 3 callersFunctionmigrateConfigFields
* Migrates old autoUpdaterStatus to new installMethod and autoUpdates fields * @internal
src/utils/config.ts:912
↓ 3 callersFunctionmigrateV1ToV2
* Migrate V1 data to V2 format. * All V1 plugins are migrated to 'user' scope since V1 had no scope concept.
src/utils/plugins/installedPluginsManager.ts:284
↓ 3 callersFunctionmkSentinel
(text: string)
src/hooks/useAssistantHistory.ts:101
↓ 3 callersFunctionmodelSupportsMaxEffort
(model: string)
src/utils/effort.ts:53
↓ 3 callersFunctionmodelSupportsToolReference
(model: string)
src/utils/toolSearch.ts:239
↓ 3 callersFunctionmoveCursorTo
(screen: VirtualScreen, targetX: number, targetY: number)
src/ink/log-update.ts:693
↓ 3 callersMethodmoveFocus
(direction: 1 | -1, root: DOMElement)
src/ink/focus.ts:110
↓ 3 callersFunctionnext
(generator: AsyncGenerator<A, void>)
src/utils/generators.ts:36
↓ 3 callersMethodnextWORD
()
src/utils/Cursor.ts:774
↓ 3 callersFunctionnormalizeContentFromAPI
( contentBlocks: BetaMessage['content'], tools: Tools, agentId?: AgentId, )
src/utils/messages.ts:2651
↓ 3 callersFunctionnormalizeLanguageForSTT
(language: string | undefined)
src/hooks/useVoice.ts:121
↓ 3 callersFunctionnormalizeMessage
(message: Message)
src/utils/queryHelpers.ts:102
↓ 3 callersFunctionnormalizePatternsToPath
( patternsByRoot: Map<string | null, string[]>, root: string, )
src/utils/permissions/filesystem.ts:800
↓ 3 callersFunctionnormalizeUrl
(url: string | undefined)
src/utils/github/copilotApi.ts:8
↓ 3 callersMethodnotify
()
src/utils/mailbox.ts:70
↓ 3 callersFunctionnotifyBridgeFailed
(detail?: string)
src/hooks/useReplBridge.tsx:102
↓ 3 callersFunctionnotifySessionMetadataChanged
( metadata: SessionExternalMetadata, )
src/utils/sessionState.ts:136
↓ 3 callersFunctiononData
(ch: Buffer)
src/services/mcp/auth.ts:2378
↓ 3 callersMethodonData
(handler: (data: string) => void)
src/cli/transports/Transport.ts:5
↓ 3 callersFunctionopenFileInExternalEditor
( filePath: string, line?: number, )
src/utils/editor.ts:81
↓ 3 callersFunctionopenForScan
(path: string)
src/utils/readEditContext.ts:48
↓ 3 callersFunctionopenPath
(path: string)
src/utils/browser.ts:24
↓ 3 callersFunctionpadAligned
( content: string, displayWidth: number, targetWidth: number, align: 'left' | 'center' | 'right' | nul
src/utils/markdown.ts:366
↓ 3 callersFunctionparamsFromContext
(retryContext: RetryContext)
src/services/api/claude.ts:1538
↓ 3 callersFunctionparseAgentId
( agentId: string, )
src/utils/agentId.ts:46
↓ 3 callersFunctionparseAutoModeEnabledState
(value: unknown)
src/utils/permissions/permissionSetup.ts:1315
↓ 3 callersFunctionparseBacktick
(P: ParseState)
src/utils/bash/bashParser.ts:3101
↓ 3 callersFunctionparseBindings
(blocks: KeybindingBlock[])
src/keybindings/parser.ts:191
↓ 3 callersFunctionparseBudgetMatch
(value: string, suffix: string)
src/utils/tokenBudget.ts:17
↓ 3 callersFunctionparseCellId
(cellId: string)
src/utils/notebook.ts:217
↓ 3 callersFunctionparseChangelog
(content: string)
src/utils/releaseNotes.ts:156
↓ 3 callersFunctionparseCommand
( command: string, )
src/utils/bash/parser.ts:56
↓ 3 callersFunctionparseCommandOutputAsSettings
( stdout: string, sourcePath: string, )
src/utils/settings/mdm/settings.ts:183
↓ 3 callersFunctionparseCronExpression
(expr: string)
src/utils/cron.ts:83
↓ 3 callersFunctionparseDoGroup
(P: ParseState)
src/utils/bash/bashParser.ts:3306
↓ 3 callersFunctionparseExporterTypes
(value: string | undefined)
src/utils/telemetry/instrumentation.ts:121
↓ 3 callersFunctionparseExtendedColor
( params: Param[], idx: number, )
src/ink/termio/sgr.ts:79
↓ 3 callersFunctionparseFileWithSchema
* Parse and validate JSON file with a Zod schema
src/utils/plugins/marketplaceManager.ts:1372
↓ 3 callersFunctionparseISOString
(s: string)
src/utils/log.ts:285
↓ 3 callersFunctionparseJsonEntries
(content: string, { maxChars, maxKeys }: { maxChars: number; maxKeys: number; })
src/tools/MCPTool/UI.tsx:266
↓ 3 callersFunctionparseKeypress
(s: string = '')
src/ink/parse-keypress.ts:611
↓ 3 callersFunctionparseKeystroke
(input: string)
src/keybindings/parser.ts:13
↓ 3 callersFunctionparseProcessSub
(P: ParseState)
src/utils/bash/bashParser.ts:1861
↓ 3 callersFunctionparseTestPrimary
(P: ParseState, closer: string)
src/utils/bash/bashParser.ts:4063
↓ 3 callersFunctionparseYaml
(input: string)
src/utils/yaml.ts:9
↓ 3 callersFunctionparseZipModes
(data: Uint8Array)
src/utils/dxt/zip.ts:160
↓ 3 callersFunctionpatch
( derived: string, bridgeSessionId: string, atCount: number, )
src/bridge/initReplBridge.ts:314
↓ 3 callersMethodpause
()
src/ink/ink.tsx:790
↓ 3 callersFunctionpercentile
(sorted: number[], p: number)
src/context/stats.tsx:11
← previousnext →2,201–2,300 of 11,702, ranked by callers