MCPcopy Create free account

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

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

↓ 1 callersFunctionformatDependencyCountSuffix
(installedDeps: string[])
src/utils/plugins/dependencyResolver.ts:289
↓ 1 callersFunctionformatDiagnosticsForAttachment
( params: PublishDiagnosticsParams, )
src/services/lsp/passiveFeedback.ts:43
↓ 1 callersMethodformatDiagnosticsSummary
* Format diagnostics into a human-readable summary string. * This is useful for displaying diagnostics in messages or logs. * * @param files
src/services/diagnosticTracking.ts:352
↓ 1 callersFunctionformatDiff
(lines: string[], startingLineNumber: number, width: number, dim: boolean, overrideTheme?: ThemeName)
src/components/StructuredDiff/Fallback.tsx:349
↓ 1 callersFunctionformatDocumentSymbolNode
* Formats a single DocumentSymbol with indentation
src/tools/LSPTool/formatters.ts:307
↓ 1 callersFunctionformatDocumentSymbolResult
( result: DocumentSymbol[] | SymbolInformation[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:340
↓ 1 callersFunctionformatFailureErrors
( failures: Array<{ name: string; error: string }>, )
src/utils/plugins/marketplaceHelpers.ts:149
↓ 1 callersFunctionformatFailureNames
( failures: Array<{ name: string; error: string }>, )
src/utils/plugins/marketplaceHelpers.ts:143
↓ 1 callersFunctionformatFileLines
Format file content with line numbers.
src/tools/FileReadTool/FileReadTool.ts:725
↓ 1 callersFunctionformatFindReferencesResult
( result: Location[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:174
↓ 1 callersFunctionformatHoverResult
(result: Hover | null, _cwd?: string)
src/tools/LSPTool/formatters.ts:253
↓ 1 callersFunctionformatIdleDuration
(minutes: number)
src/components/IdleReturnDialog.tsx:104
↓ 1 callersFunctionformatImageRef
(id: number)
src/history.ts:58
↓ 1 callersFunctionformatIncomingCallsResult
( result: CallHierarchyIncomingCall[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:478
↓ 1 callersFunctionformatLockHeld
(holder: string)
src/utils/computerUse/wrapper.tsx:56
↓ 1 callersFunctionformatMessagesForContext
* Format user messages for new_context display, separating system reminders. * Only handles user messages (assistant messages are filtered out before
src/utils/telemetry/betaSessionTracing.ts:166
↓ 1 callersFunctionformatModelAndBilling
( modelName: string, billingType: string, availableWidth: number, )
src/utils/logoV2Utils.ts:272
↓ 1 callersFunctionformatModelUsage
()
src/cost-tracker.ts:181
↓ 1 callersFunctionformatOutgoingCallsResult
( result: CallHierarchyOutgoingCall[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:538
↓ 1 callersFunctionformatOutput
(content: string)
src/tools/BashTool/utils.ts:133
↓ 1 callersFunctionformatPeakDay
(dateStr: string)
src/components/Stats.tsx:27
↓ 1 callersFunctionformatPrepareCallHierarchyResult
( result: CallHierarchyItem[] | null, cwd?: string, )
src/tools/LSPTool/formatters.ts:455
↓ 1 callersFunctionformatRecentMessages
(messages: Message[])
src/utils/hooks/skillImprovement.ts:39
↓ 1 callersFunctionformatResetText
( resetsAt: string, showTimezone: boolean = false, showTime: boolean = true, )
src/utils/format.ts:291
↓ 1 callersFunctionformatResult
* Formats LSP result based on operation type and extracts summary counts
src/tools/LSPTool/LSPTool.ts:636
↓ 1 callersFunctionformatTaskAsPrompt
* Format a task as a prompt for the teammate to work on.
src/utils/swarm/inProcessRunner.ts:610
↓ 1 callersFunctionformatTaskAsPrompt
* Format a task as a prompt for Claude to work on.
src/hooks/useTaskListWatcher.ts:213
↓ 1 callersFunctionformatTaskOutput
( output: string, taskId: string, )
src/utils/task/outputFormatting.ts:22
↓ 1 callersFunctionformatTeammateMessageContent
(content: string)
src/components/messages/PlanApprovalMessage.tsx:190
↓ 1 callersFunctionformatTime
* Format a timestamp as "h:mm:ssa" (e.g., "1:30:45pm"). * Replaces date-fns format() to avoid pulling in a 39MB dependency for one call.
src/components/SandboxViolationExpandedView.tsx:12
↓ 1 callersFunctionformatTimestamp
(date: Date)
src/commands/export/export.tsx:10
↓ 1 callersMethodformatTokens
( response: OAuthTokenExchangeResponse, subscriptionType: SubscriptionType | null, rateLimitTier:
src/services/oauth/index.ts:169
↓ 1 callersFunctionformatToolInput
(input: unknown)
src/utils/permissions/permissionExplainer.ts:86
↓ 1 callersFunctionformatToolUseSummary
(name: string, input: unknown)
src/components/tasks/RemoteSessionDetailDialog.tsx:44
↓ 1 callersFunctionformatTranscriptForFacets
(log: LogOption)
src/commands/insights.ts:831
↓ 1 callersFunctionformatTranscriptWithSummarization
( log: LogOption, )
src/commands/insights.ts:906
↓ 1 callersFunctionformatTruncatedTextRef
(id: number, numLines: number)
src/components/PromptInput/inputPaste.ts:57
↓ 1 callersFunctionformatUri
(uri: string)
src/components/messages/UserResourceUpdateMessage.tsx:48
↓ 1 callersFunctionformatZodValidationError
( toolName: string, error: ZodError, )
src/utils/toolErrors.ts:66
↓ 1 callersMethodfree
()
src/ink/layout/yoga.ts:291
↓ 1 callersMethodfree
()
src/native-ts/yoga-layout/index.ts:545
↓ 1 callersMethodfreeRecursive
()
src/ink/layout/yoga.ts:294
↓ 1 callersFunctionfromCount
( state: { type: 'count'; digits: string }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:265
↓ 1 callersFunctionfromFind
( state: { type: 'find'; find: FindType; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:369
↓ 1 callersFunctionfromG
( state: { type: 'g'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:385
↓ 1 callersFunctionfromIdle
(input: string, ctx: TransitionContext)
src/vim/transitions.ts:248
↓ 1 callersFunctionfromIndent
( state: { type: 'indent'; dir: '>' | '<'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:450
↓ 1 callersFunctionfromJsonTimestamp
(o: any)
src/types/generated/events_mono/growthbook/v1/growthbook_experiment_event.ts:204
↓ 1 callersFunctionfromOperator
( state: { type: 'operator'; op: Operator; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:283
↓ 1 callersFunctionfromOperatorCount
( state: { type: 'operatorCount' op: Operator count: number digits: string }, input: str
src/vim/transitions.ts:310
↓ 1 callersFunctionfromOperatorFind
( state: { type: 'operatorFind' op: Operator count: number find: FindType }, input: stri
src/vim/transitions.ts:334
↓ 1 callersFunctionfromOperatorG
( state: { type: 'operatorG'; op: Operator; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:420
↓ 1 callersFunctionfromOperatorTextObj
( state: { type: 'operatorTextObj' op: Operator count: number scope: TextObjScope }, inp
src/vim/transitions.ts:350
↓ 1 callersFunctionfromReplace
( state: { type: 'replace'; count: number }, input: string, ctx: TransitionContext, )
src/vim/transitions.ts:438
↓ 1 callersFunctionfromTimestamp
(t: Timestamp)
src/types/generated/events_mono/claude_code/v1/claude_code_internal_event.ts:840
↓ 1 callersFunctionfromTimestamp
(t: Timestamp)
src/types/generated/events_mono/growthbook/v1/growthbook_experiment_event.ts:198
↓ 1 callersFunctiongatherAllCandidates
* Gathers candidate session files across all project directories.
src/utils/listSessionsImpl.ts:406
↓ 1 callersFunctiongatherProjectCandidates
* Gathers candidate session files for a specific project directory * (and optionally its git worktrees).
src/utils/listSessionsImpl.ts:309
↓ 1 callersFunctiongenerate
()
src/hooks/useAwaySummary.ts:69
↓ 1 callersFunctiongenerateActionsTable
* Build a markdown table of all actions with their default bindings and context.
src/skills/bundled/keybindings.ts:33
↓ 1 callersFunctiongenerateAgent
( userPrompt: string, model: ModelName, existingIdentifiers: string[], abortSignal: AbortSignal, )
src/components/agents/generateAgent.ts:122
↓ 1 callersFunctiongenerateAgentSuggestions
( agents: AgentDefinition[], query: string, showOnEmpty = false, )
src/hooks/unifiedSuggestions.ts:77
↓ 1 callersFunctiongenerateAwaySummary
( messages: readonly Message[], signal: AbortSignal, )
src/services/awaySummary.ts:29
↓ 1 callersFunctiongenerateBashSuggestions
* Generate bash shell completion suggestions
src/hooks/useTypeahead.tsx:211
↓ 1 callersFunctiongenerateContentHash
* Generate content hash for an MCPB file
src/utils/plugins/mcpbHandler.ts:93
↓ 1 callersFunctiongenerateContextSuggestions
( data: ContextData, )
src/utils/contextSuggestions.ts:31
↓ 1 callersFunctiongenerateContextsTable
* Build a markdown table of all contexts.
src/skills/bundled/keybindings.ts:20
↓ 1 callersFunctiongenerateGenericDescription
( _command: string, specificDescription: string | undefined, _signal: AbortSignal, )
src/utils/permissions/bashClassifier.ts:55
↓ 1 callersFunctiongenerateHtmlReport
( data: AggregatedData, insights: InsightResults, )
src/commands/insights.ts:1947
↓ 1 callersFunctiongenerateKeybindingsTemplate
()
src/keybindings/template.ts:40
↓ 1 callersFunctiongenerateMainSessionTaskId
()
src/tasks/LocalMainSessionTask.ts:75
↓ 1 callersFunctiongenerateModelSection
()
src/tools/ConfigTool/prompt.ts:79
↓ 1 callersFunctiongenerateParallelInsights
( data: AggregatedData, facets: Map<string, SessionFacets>, )
src/commands/insights.ts:1612
↓ 1 callersFunctiongeneratePermissionExplanation
({ toolName, toolInput, toolDescription, messages, signal, }: GenerateExplanationParams)
src/utils/permissions/permissionExplainer.ts:147
↓ 1 callersFunctiongeneratePipelinedSuggestion
( context: REPLHookContext, suggestionText: string, speculatedMessages: Message[], setAppState: SetApp
src/services/PromptSuggestion/speculation.ts:345
↓ 1 callersFunctiongeneratePlaceholderSalt
* Generates a random hex string for placeholder uniqueness. * This prevents collision when command text literally contains "__HEREDOC_N__".
src/utils/bash/heredoc.ts:36
↓ 1 callersFunctiongenerateProgressiveArgumentHint
( argNames: string[], typedArgs: string[], )
src/utils/argumentSubstitution.ts:76
↓ 1 callersFunctiongeneratePrompt
()
src/tools/ConfigTool/prompt.ts:14
↓ 1 callersFunctiongenerateQRCode
()
src/commands/session/session.tsx:29
↓ 1 callersFunctiongenerateQRCodes
()
src/commands/mobile/mobile.tsx:49
↓ 1 callersFunctiongenerateQr
Generate a QR code and return its lines.
src/bridge/bridgeUI.ts:37
↓ 1 callersFunctiongenerateRequestId
()
src/utils/swarm/permissionSync.ts:160
↓ 1 callersFunctiongenerateReservedShortcuts
* Build a list of reserved shortcuts.
src/skills/bundled/keybindings.ts:89
↓ 1 callersFunctiongenerateResponseTimeHistogram
(times: number[])
src/commands/insights.ts:1863
↓ 1 callersFunctiongenerateSandboxRequestId
()
src/utils/swarm/permissionSync.ts:792
↓ 1 callersFunctiongenerateSectionReminders
* Generate reminders for sections that are too long
src/services/SessionMemory/prompts.ts:164
↓ 1 callersFunctiongenerateSettingsSchema
* Generate JSON Schema from the settings Zod schema. * This keeps the skill prompt in sync with the actual types.
src/skills/bundled/updateConfig.ts:10
↓ 1 callersFunctiongenerateShortWordSlug
()
src/utils/words.ts:796
↓ 1 callersFunctiongenerateSyntheticDiff
( gitPath: string, absoluteFilePath: string, )
src/utils/gitDiff.ts:504
↓ 1 callersFunctiongenerateTemporaryCacheNameForPlugin
( source: PluginSource, )
src/utils/plugins/pluginLoader.ts:873
↓ 1 callersFunctiongenerateTimeOfDayChart
(messageHours: number[])
src/commands/insights.ts:1902
↓ 1 callersFunctiongenerateTitle
(description: string, abortSignal: AbortSignal)
src/components/Feedback.tsx:447
↓ 1 callersFunctiongenerateTitleAndBranch
* Generates a title and branch name for a coding session using Claude Haiku * @param description The description/prompt for the session * @returns P
src/utils/teleport.tsx:102
↓ 1 callersFunctiongenerateToolUseSummary
({ tools, signal, isNonInteractiveSession, lastAssistantText, }: GenerateToolUseSummaryParams)
src/services/toolUseSummary/toolUseSummaryGenerator.ts:45
↓ 1 callersFunctiongenerateUniqueTeamName
* Generates a unique team name by checking if the provided name already exists. * If the name already exists, generates a new word slug.
src/tools/TeamCreateTool/TeamCreateTool.ts:64
↓ 1 callersFunctiongenerateUsageReport
(options?: { collectRemote?: boolean })
src/commands/insights.ts:2796
↓ 1 callersFunctiongenerateWordDiffElements
(item: DiffLine, width: number, maxWidth: number, dim: boolean, overrideTheme?: ThemeName)
src/components/StructuredDiff/Fallback.tsx:237
↓ 1 callersFunctiongenerateXAxisLabels
(data: DailyModelTokens[], _chartWidth: number, yAxisOffset: number)
src/components/Stats.tsx:1019
↓ 1 callersMethodget
()
src/ink/output.ts:268
↓ 1 callersFunctionget256Color
* Get color from 256-color palette
src/utils/ansiToSvg.ts:150
← previousnext →5,401–5,500 of 11,702, ranked by callers