MCPcopy Create free account

hub / github.com/tanbiralam/claude-code / functions

Functions11,484 in github.com/tanbiralam/claude-code

↓ 1 callersFunctionfindSeedMarketplaceLocation
* Locate a marketplace in the seed directory by name. * * Probes the canonical locations under seedDir/marketplaces/ rather than * trusting the see
src/utils/plugins/marketplaceManager.ts:473
↓ 1 callersFunctionfindSlackChannelPositions
( text: string, )
src/utils/suggestions/slackChannelSuggestions.ts:110
↓ 1 callersFunctionfindSlashCommandPositions
( text: string, )
src/utils/suggestions/commandSuggestions.ts:552
↓ 1 callersFunctionfindSuitableShell
()
src/utils/Shell.ts:73
↓ 1 callersFunctionfindTeammateColor
( appState: { teamContext?: { teammates: { [id: string]: { color?: string } } } }, name: string, )
src/tools/SendMessageTool/SendMessageTool.ts:133
↓ 1 callersFunctionfindTextObject
( text: string, offset: number, objectType: string, isInner: boolean, )
src/vim/textObjects.ts:38
↓ 1 callersFunctionfindTokenBudgetPositions
( text: string, )
src/utils/tokenBudget.ts:31
↓ 1 callersFunctionfindUnmatched
(entries: readonly ChannelEntry[], allowlist: ReturnType<typeof getEffectiveChannelAllowlist>)
src/components/LogoV2/ChannelsNotice.tsx:206
↓ 1 callersFunctionfindUnresolvedToolUse
( toolUseId: string, )
src/utils/sessionStorage.ts:4478
↓ 1 callersFunctionfindValidClaudeAlias
( options?: ShellConfigOptions, )
src/utils/shellConfig.ts:142
↓ 1 callersFunctionfirstCommandToken
(command: string)
src/utils/claudeCodeHints.ts:130
↓ 1 callersFunctionfirstWord
(s: string)
src/components/design-system/FuzzyPicker.tsx:308
↓ 1 callersFunctionflattenHljs
( node: HljsNode | string, theme: Theme, parentScope: string | undefined, out: Block[], )
src/native-ts/color-diff/index.ts:469
↓ 1 callersFunctionflush
()
src/utils/bufferedWriter.ts:37
↓ 1 callersMethodflush
* Flush pending client events (writeEvent queue). Call before close() * when the caller needs delivery confirmation — close() abandons the * que
src/cli/transports/ccrClient.ts:831
↓ 1 callersFunctionflushDeferred
()
src/utils/bufferedWriter.ts:60
↓ 1 callersFunctionflushHistory
(msgs: Message[])
src/bridge/remoteBridgeCore.ts:624
↓ 1 callersFunctionflushInteractionTime
()
src/bootstrap/state.ts:680
↓ 1 callersMethodflushInternalEvents
()
src/cli/remoteIO.ts:217
↓ 1 callersFunctionflushPromptHistory
(retries: number)
src/history.ts:329
↓ 1 callersMethodflushStreamEvents
Delay timer fired — enqueue accumulated stream_events.
src/cli/transports/HybridTransport.ts:166
↓ 1 callersFunctionflushTelemetry
()
src/utils/telemetry/instrumentation.ts:707
↓ 1 callersMethodfocusNext
(root: DOMElement)
src/ink/focus.ts:102
↓ 1 callersMethodfocusPrevious
(root: DOMElement)
src/ink/focus.ts:106
↓ 1 callersMethodforceEnd
* Force-end the current query regardless of generation. * Used by onCancel where any running query should be terminated. * Increments generation
src/utils/QueryGuard.ts:88
↓ 1 callersMethodforceRedraw
* Clear the physical terminal and force a full redraw. * * The traditional readline ctrl+l — clears the visible screen and * redraws the curr
src/ink/ink.tsx:825
↓ 1 callersFunctionforceRemoveLock
* Force-remove a lock file for a given version path. * Used when --force is specified to bypass stale locks.
src/utils/nativeInstaller/installer.ts:1171
↓ 1 callersFunctionforceStopPreventSleep
()
src/services/preventSleep.ts:64
↓ 1 callersFunctionformatActionForClassifier
( toolName: string, toolInput: unknown, )
src/utils/permissions/yoloClassifier.ts:1487
↓ 1 callersFunctionformatAgentLine
(agent: AgentDefinition)
src/tools/AgentTool/prompt.ts:43
↓ 1 callersFunctionformatBashError
(e: unknown, pattern: string, inline = false)
src/utils/promptShellExecution.ts:167
↓ 1 callersFunctionformatCommand
(command: string)
src/utils/suggestions/commandSuggestions.ts:221
↓ 1 callersFunctionformatCommandDescription
(cmd: Command)
src/tools/SkillTool/prompt.ts:52
↓ 1 callersFunctionformatCommandsWithinBudget
( commands: Command[], contextWindowTokens?: number, )
src/tools/SkillTool/prompt.ts:70
↓ 1 callersFunctionformatCompactSummary
(summary: string)
src/services/compact/prompt.ts:311
↓ 1 callersFunctionformatConnectorsInfo
(connectors: ConnectorInfo[])
src/skills/bundled/scheduleRemoteAgents.ts:97
↓ 1 callersFunctionformatContextAsMarkdownTable
(data: ContextData)
src/commands/context/context-noninteractive.ts:90
↓ 1 callersFunctionformatCronFireTime
(d: Date)
src/hooks/useScheduledTasks.ts:129
↓ 1 callersFunctionformatDangerousSettingsList
( dangerous: DangerousSettings, )
src/components/ManagedSettingsSecurityDialog/utils.ts:123
↓ 1 callersFunctionformatDateDisplay
Format an ISO date/datetime for display, keeping the ISO value for submission.
src/components/mcp/ElicitationDialog.tsx:80
↓ 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
← previousnext →5,301–5,400 of 11,484, ranked by callers