MCPcopy Create free account

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

Functions13,048 in github.com/codeaashu/claude-code

↓ 1 callersFunctionfindMatchingFiles
( fileIndex: FileIndex, partialPath: string, )
src/hooks/fileSuggestions.ts:618
↓ 1 callersFunctionfindMissedTasks
(tasks: CronTask[], nowMs: number)
src/utils/cronTasks.ts:453
↓ 1 callersFunctionfindModifiedFiles
( turnStartTime: TurnStartTime, outputsDir: string, )
src/utils/filePersistence/outputsScanner.ts:62
↓ 1 callersFunctionfindNextDiff
* Scan for the next cell that differs between two Int32Arrays. * Returns the number of matching cells before the first difference, * or `count` if a
src/ink/screen.ts:1213
↓ 1 callersFunctionfindNextPendingTask
(tasks: Task[] | undefined)
src/components/Spinner.tsx:551
↓ 1 callersFunctionfindOverlyBroadPowerShellPermissions
( rules: PermissionRule[], cliAllowedTools: string[], )
src/utils/permissions/permissionSetup.ts:417
↓ 1 callersFunctionfindPlainTextUrlAt
( screen: Screen, col: number, row: number, )
src/ink/selection.ts:272
↓ 1 callersFunctionfindPluginByIdentifier
* Helper function to find a plugin from loaded plugins
src/services/plugins/pluginOperations.ts:206
↓ 1 callersFunctionfindPluginInSettings
* Search all editable settings scopes for a plugin ID matching the given input. * * If `plugin` contains `@`, it's treated as a full pluginId and re
src/services/plugins/pluginOperations.ts:180
↓ 1 callersFunctionfindPowerShell
()
src/utils/shell/powershellDetection.ts:24
↓ 1 callersMethodfindPrevious
(e3, t3)
src/server/web/public/terminal.js:6471
↓ 1 callersFunctionfindQuoteObject
( text: string, offset: number, quote: string, isInner: boolean, )
src/vim/textObjects.ts:118
↓ 1 callersFunctionfindRawIndex
(uuid: string)
src/screens/REPL.tsx:3751
↓ 1 callersFunctionfindRelevantMemories
( query: string, memoryDir: string, signal: AbortSignal, recentTools: readonly string[] = [], alread
src/memdir/findRelevantMemories.ts:39
↓ 1 callersFunctionfindRemoteBase
()
src/utils/git.ts:562
↓ 1 callersFunctionfindReusableCacheEntry
( mcpQuery: string, searchToken: string, )
src/utils/suggestions/slackChannelSuggestions.ts:140
↓ 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 callersMethodforEachByKey
(e3, t3)
src/server/web/public/terminal.js:3607
↓ 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 callersFunctionformatBytes
(bytes: number)
web/components/file-viewer/FileInfoBar.tsx:11
↓ 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 callersFunctionformatDate
(timestamp: number)
web/lib/utils.ts:8
↓ 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 callersFunctionformatKeyCombo
(keyString: string)
web/lib/keyParser.ts:55
↓ 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
← previousnext →6,001–6,100 of 13,048, ranked by callers