MCPcopy Create free account

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

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

↓ 1 callersMethodaddDigit
(e3)
src/server/web/public/terminal.js:5217
↓ 1 callersFunctionaddDreamTurn
( taskId: string, turn: DreamTurn, touchedPaths: string[], setAppState: SetAppState, )
src/tasks/DreamTask/DreamTask.ts:76
↓ 1 callersMethodaddEncoding
(e3, t3)
src/server/web/public/terminal.js:5473
↓ 1 callersFunctionaddEntry
(entry: SearchEntry)
web/lib/workers/search.worker.ts:47
↓ 1 callersFunctionaddFileGlobRuleToGitignore
( filename: string, cwd: string = getCwd(), )
src/utils/git/gitignore.ts:53
↓ 1 callersFunctionaddFlaggedPlugin
(pluginId: string)
src/utils/plugins/pluginFlagging.ts:151
↓ 1 callersMethodaddGlyph
(e3)
src/server/web/public/terminal.js:7937
↓ 1 callersFunctionaddItemToJSONCArray
(content: string, newItem: unknown)
src/utils/json.ts:228
↓ 1 callersFunctionaddMarker
(h: Highlight, theme: Theme)
src/native-ts/color-diff/index.ts:747
↓ 1 callersFunctionaddPendingClear
( parent: DOMElement, rect: Rectangle, isAbsolute: boolean, )
src/ink/node-cache.ts:34
↓ 1 callersFunctionaddPermissionRulesToSettings
( { ruleValues, ruleBehavior, }: { ruleValues: PermissionRuleValue[] ruleBehavior: Permiss
src/utils/permissions/permissionsLoader.ts:229
↓ 1 callersMethodaddProtocol
(e3, t3)
src/server/web/public/terminal.js:5470
↓ 1 callersMethodaddRefreshCallback
(e3)
src/server/web/public/terminal.js:438
↓ 1 callersFunctionaddRestrictedDir
()
web/components/settings/PermissionSettings.tsx:41
↓ 1 callersFunctionaddSessionCronTask
(task: SessionCronTask)
src/bootstrap/state.ts:1298
↓ 1 callersFunctionaddSlowOperation
(operation: string, durationMs: number)
src/bootstrap/state.ts:1569
↓ 1 callersFunctionaddToExcludedCommands
( command: string, permissionUpdates?: Array<{ type: string rules: Array<{ toolName: string; ruleC
src/utils/sandbox/sandbox-adapter.ts:828
↓ 1 callersFunctionaddToInMemoryErrorLog
(errorInfo: { error: string timestamp: string })
src/utils/log.ts:69
↓ 1 callersFunctionaddToNeverSuggest
(pluginId: string)
src/utils/plugins/lspRecommendation.ts:316
↓ 1 callersFunctionaddToPromptHistory
( command: HistoryEntry | string, )
src/history.ts:355
↓ 1 callersFunctionaddToTotalCostState
( cost: number, modelUsage: ModelUsage, model: string, )
src/bootstrap/state.ts:557
↓ 1 callersFunctionaddToTotalDurationState
( duration: number, durationWithoutRetries: number, )
src/bootstrap/state.ts:543
↓ 1 callersFunctionaddToTotalLinesChanged
(added: number, removed: number)
src/bootstrap/state.ts:691
↓ 1 callersFunctionaddToTotalModelUsage
( cost: number, usage: Usage, model: string, )
src/cost-tracker.ts:262
↓ 1 callersFunctionaddToTurnClassifierDuration
(duration: number)
src/bootstrap/state.ts:627
↓ 1 callersMethodaddTool
* Add a tool to the execution queue. Will start executing immediately if conditions allow.
src/services/tools/StreamingToolExecutor.ts:76
↓ 1 callersFunctionaddToolContentEvent
( eventName: string, attributes: Record<string, string | number | boolean>, )
src/utils/telemetry/sessionTracing.ts:747
↓ 1 callersFunctionaddX402Payment
(record: X402PaymentRecord)
src/services/x402/tracker.ts:18
↓ 1 callersFunctionadjustHeight
()
web/components/chat/ChatInput.tsx:103
↓ 1 callersFunctionadjustParamsForNonStreaming
(params: T, maxTokensCap: number)
src/services/api/claude.ts:3364
↓ 1 callersFunctionadvanceScan
(target: number)
src/utils/bash/heredoc.ts:231
↓ 1 callersFunctionagentsHandler
()
src/cli/handlers/agents.ts:32
↓ 1 callersFunctionaggregateClaudeCodeStats
()
src/utils/stats.ts:640
↓ 1 callersFunctionaggregateData
( sessions: SessionMeta[], facets: Map<string, SessionFacets>, )
src/commands/insights.ts:1145
↓ 1 callersFunctionaliasesOf
(targets: ReadonlySet<string>)
src/utils/powershell/dangerousCmdlets.ts:72
↓ 1 callersFunctionallToolsResolved
(msg: RenderableMessage, resolvedToolUseIDs: Set<string>)
src/components/MessageRow.tsx:315
↓ 1 callersMethodallow
(userId: string)
src/server/web/session-manager.ts:26
↓ 1 callersFunctionanalyzeCommand
( rootNode: unknown, command: string, )
src/utils/bash/treeSitterAnalysis.ts:496
↓ 1 callersFunctionanalyzeContext
(messages: Message[])
src/utils/contextAnalysis.ts:27
↓ 1 callersFunctionanalyzeSectionSizes
* Parse the session memory file and analyze section sizes
src/services/SessionMemory/prompts.ts:134
↓ 1 callersFunctionanimatedMove
* Port of Cowork's `animateMouseMovement` + `animatedMove`. Ease-out-cubic at * 60fps; distance-proportional duration at 2000 px/sec, capped at 0.5s.
src/utils/computerUse/executor.ts:217
↓ 1 callersMethodannotateStderrWithSandboxFailures
(command: string, stderr: string)
src/utils/sandbox/sandbox-adapter.ts:918
↓ 1 callersFunctionansi256FromRgb
(r: number, g: number, b: number)
src/native-ts/color-diff/index.ts:105
↓ 1 callersFunctionansi256ToHex
* Convert an index in the xterm 256-color palette to a CSS hex color string.
web/lib/ink-compat/color-mapping.ts:34
↓ 1 callersFunctionansiToPng
( ansiText: string, options: AnsiToPngOptions = {}, )
src/utils/ansiToPng.ts:91
↓ 1 callersMethodappendEventsToFile
( filePath: string, events: FirstPartyEventLoggingEvent[], )
src/services/analytics/firstPartyEventLoggingExporter.ts:194
↓ 1 callersFunctionappendMessageTagToUserMessage
* Appends a [id:...] message ID tag to the last text block of a user message. * Only mutates the API-bound copy, not the stored message. * This lets
src/utils/messages.ts:1620
↓ 1 callersFunctionappendMessageToLocalAgent
(taskId: string, message: Message, setAppState: (f: (prev: AppState) => AppState) => void)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:175
↓ 1 callersFunctionappendSessionLogImpl
* Internal implementation of appendSessionLog with retry logic * Retries on transient errors (network, 5xx, 429). On 409, adopts the server's * last
src/services/api/sessionIngress.ts:63
↓ 1 callersFunctionappendSystemContext
( systemPrompt: SystemPrompt, context: { [k: string]: string }, )
src/utils/api.ts:437
↓ 1 callersFunctionappendTaskOutput
(taskId: string, content: string)
src/utils/task/diskOutput.ts:268
↓ 1 callersFunctionappendToFile
(filePath: string, entries: string[])
src/services/api/dumpPrompts.ts:67
↓ 1 callersFunctionappendToLog
(path: string, message: object)
src/utils/errorLogSink.ts:111
↓ 1 callersFunctionapply
()
web/components/layout/ThemeProvider.tsx:34
↓ 1 callersFunctionapplyBackground
(h: Highlight, theme: Theme, ranges: Range[])
src/native-ts/color-diff/index.ts:768
↓ 1 callersFunctionapplyBedrockRegionPrefix
( modelId: string, prefix: BedrockRegionPrefix, )
src/utils/model/bedrock.ts:248
↓ 1 callersFunctionapplyBorderStyles
( node: LayoutNode, style: Styles, resolvedStyle?: Styles, )
src/ink/styles.ts:692
↓ 1 callersMethodapplyChanges
(input: TInput, modifiedEdits: FileEdit[])
src/components/permissions/FilePermissionDialog/ideDiffConfig.ts:22
↓ 1 callersFunctionapplyCurlyDoubleQuotes
(str: string)
src/tools/FileEditTool/utils.ts:156
↓ 1 callersFunctionapplyCurlySingleQuotes
(str: string)
src/tools/FileEditTool/utils.ts:173
↓ 1 callersFunctionapplyDimensionStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:630
↓ 1 callersFunctionapplyDisplayStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:684
↓ 1 callersFunctionapplyExtraCACertsFromConfig
()
src/utils/caCertsConfig.ts:34
↓ 1 callersFunctionapplyFlexStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:514
↓ 1 callersFunctionapplyFormatOptimizations
( image: SharpInstance, format: string, )
src/utils/imageResizer.ts:682
↓ 1 callersFunctionapplyGapStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:741
↓ 1 callersFunctionapplyGrouping
( messages: MessageWithoutProgress[], tools: Tools, verbose: boolean = false, )
src/utils/groupToolUses.ts:54
↓ 1 callersFunctionapplyMarginStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:454
↓ 1 callersFunctionapplyMockHeaders
( headers: globalThis.Headers, )
src/services/mockRateLimits.ts:689
↓ 1 callersFunctionapplyModalPagerAction
(s: ScrollBoxHandle, act: ModalPagerAction | null, onBeforeJump: (delta: number) => void)
src/components/ScrollKeybindingHandler.tsx:969
↓ 1 callersFunctionapplyOverflowStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:434
↓ 1 callersFunctionapplyPaddingStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:484
↓ 1 callersFunctionapplyPaddingToText
( node: DOMElement, text: string, softWrap?: boolean[], )
src/ink/render-node-to-output.ts:365
↓ 1 callersFunctionapplyPermissionRulesToPermissionContext
( toolPermissionContext: ToolPermissionContext, rules: PermissionRule[], )
src/utils/permissions/permissions.ts:1408
↓ 1 callersFunctionapplyPositionStyles
(node: LayoutNode, style: Styles)
src/ink/styles.ts:406
↓ 1 callersFunctionapplyPositionedHighlight
( screen: Screen, stylePool: StylePool, positions: MatchPosition[], rowOffset: number, currentIdx: n
src/ink/render-to-screen.ts:212
↓ 1 callersFunctionapplyPreservedSegmentRelinks
* Splice the preserved segment back into the chain after compaction. * * Preserved messages exist in the JSONL with their ORIGINAL pre-compact * pa
src/utils/sessionStorage.ts:1839
↓ 1 callersFunctionapplyPromptToMarkdown
( prompt: string, markdownContent: string, signal: AbortSignal, isNonInteractiveSession: boolean, is
src/tools/WebFetchTool/utils.ts:521
↓ 1 callersFunctionapplyProp
(node: DOMElement, key: string, value: unknown)
src/ink/reconciler.ts:121
↓ 1 callersFunctionapplyRemoteEntriesToLocal
* Apply remote entries to local files (CCR pull pattern). * Only writes files that match expected keys. * * After writing, invalidates relevant cac
src/services/settingsSync/index.ts:488
↓ 1 callersFunctionapplySGR
(paramStr: string, style: TextStyle)
src/ink/termio/sgr.ts:127
↓ 1 callersFunctionapplySafeConfigEnvironmentVariables
()
src/utils/managedEnv.ts:124
↓ 1 callersFunctionapplySearchHighlight
( screen: Screen, query: string, stylePool: StylePool, )
src/ink/searchHighlight.ts:27
↓ 1 callersFunctionapplySedEdit
* Applies a simulated sed edit directly instead of running sed. * This is used by the permission dialog to ensure what the user previews * is exactl
src/tools/BashTool/BashTool.tsx:360
↓ 1 callersFunctionapplySedSubstitution
( content: string, sedInfo: SedEditInfo, )
src/tools/BashTool/sedEditParser.ts:244
↓ 1 callersFunctionapplySelectionOverlay
( screen: Screen, selection: SelectionState, stylePool: StylePool, )
src/ink/selection.ts:893
↓ 1 callersFunctionapplySingleMotion
* Apply a single motion step.
src/vim/motions.ts:30
↓ 1 callersFunctionapplySkillImprovement
( skillName: string, updates: SkillUpdate[], )
src/utils/hooks/skillImprovement.ts:188
↓ 1 callersFunctionapplySnapshot
* Applies the given file snapshot state to the tracked files (writes/deletes * on disk), returning the list of changed file paths. Async IO only.
src/utils/fileHistory.ts:537
↓ 1 callersFunctionapplySnipRemovals
* Delete messages that Snip executions removed from the in-memory array, * and relink parentUuid across the gaps. * * Unlike compact_boundary which
src/utils/sessionStorage.ts:1982
↓ 1 callersFunctionapplySortAndLimit
( candidates: Candidate[], limit: number | undefined, offset: number, )
src/utils/listSessionsImpl.ts:235
↓ 1 callersFunctionapplyStylesToWrappedText
* Apply styles to wrapped text by mapping each character back to its original segment. * This preserves per-segment styles even when text wraps acros
src/ink/render-node-to-output.ts:211
↓ 1 callersFunctionapplyToolResultBudget
( messages: Message[], state: ContentReplacementState | undefined, writeToTranscript?: (records: ToolRes
src/utils/toolResultStorage.ts:924
↓ 1 callersFunctionapplyTruncation
(content: string)
src/utils/processUserInput/processUserInput.ts:274
↓ 1 callersFunctionapproximateMessageTokens
( messages: Message[], )
src/utils/analyzeContext.ts:853
↓ 1 callersFunctionarchiveBridgeSession
( sessionId: string, opts?: { baseUrl?: string getAccessToken?: () => string | undefined timeo
src/bridge/createSession.ts:263
↓ 1 callersMethodareDiagnosticArraysEqual
(a: Diagnostic[], b: Diagnostic[])
src/services/diagnosticTracking.ts:309
↓ 1 callersFunctionareFileEditsEquivalent
( edits1: FileEdit[], edits2: FileEdit[], originalContent: string, )
src/tools/FileEditTool/utils.ts:664
↓ 1 callersFunctionareFileEditsInputsEquivalent
( input1: { file_path: string edits: FileEdit[] }, input2: { file_path: string edits: Fi
src/tools/FileEditTool/utils.ts:732
↓ 1 callersFunctionareMcpConfigsAllowedWithEnterpriseMcpConfig
( configs: Record<string, ScopedMcpServerConfig>, )
src/services/mcp/config.ts:1494
← previousnext →4,901–5,000 of 13,048, ranked by callers