MCPcopy Create free account

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

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

↓ 1 callersFunctionmigrateAutoUpdatesToSettings
()
src/migrations/migrateAutoUpdatesToSettings.ts:13
↓ 1 callersFunctionmigrateBypassPermissionsAcceptedToSettings
()
src/migrations/migrateBypassPermissionsAcceptedToSettings.ts:14
↓ 1 callersFunctionmigrateChangelogFromConfig
()
src/utils/releaseNotes.ts:55
↓ 1 callersFunctionmigrateEnableAllProjectMcpServersToSettings
()
src/migrations/migrateEnableAllProjectMcpServersToSettings.ts:17
↓ 1 callersFunctionmigrateFennecToOpus
()
src/migrations/migrateFennecToOpus.ts:18
↓ 1 callersFunctionmigrateLegacyOpusToCurrent
()
src/migrations/migrateLegacyOpusToCurrent.ts:29
↓ 1 callersFunctionmigrateOpusToOpus1m
()
src/migrations/migrateOpusToOpus1m.ts:24
↓ 1 callersFunctionmigrateReplBridgeEnabledToRemoteControlAtStartup
()
src/migrations/migrateReplBridgeEnabledToRemoteControlAtStartup.ts:10
↓ 1 callersFunctionmigrateScreenPools
( screen: Screen, charPool: CharPool, hyperlinkPool: HyperlinkPool, )
src/ink/screen.ts:554
↓ 1 callersFunctionmigrateSonnet1mToSonnet45
()
src/migrations/migrateSonnet1mToSonnet45.ts:25
↓ 1 callersFunctionmigrateSonnet45ToSonnet46
()
src/migrations/migrateSonnet45ToSonnet46.ts:29
↓ 1 callersFunctionmigrateStatsCache
* Migrate an older cache to the current schema. * Returns null if the version is unknown or too old to migrate. * * Preserves historical aggregates
src/utils/statsCache.ts:107
↓ 1 callersFunctionmigrateToSinglePluginFile
()
src/utils/plugins/installedPluginsManager.ts:115
↓ 1 callersFunctionmkdirRecursive
(dirPath: string)
src/utils/worktree.ts:90
↓ 1 callersFunctionmodalPagerAction
(input: string, key: Pick<Key, 'ctrl' | 'meta' | 'shift' | 'upArrow' | 'downArrow' | 'home' | 'end'>)
src/components/ScrollKeybindingHandler.tsx:900
↓ 1 callersFunctionmodelBelongsToFamily
* Check if a model belongs to a given family by checking if its name * (or resolved name) contains the family identifier.
src/utils/model/modelAllowlist.ts:10
↓ 1 callersFunctionmodelMatchesVersionPrefix
* Check if a model matches a version-prefix entry in the allowlist. * Supports shorthand like "opus-4-5" (mapped to "claude-opus-4-5") and * full pr
src/utils/model/modelAllowlist.ts:39
↓ 1 callersFunctionmodelSupportsContextManagement
(model: string)
src/utils/betas.ts:125
↓ 1 callersFunctionmodelSupportsThinking
(model: string)
src/utils/thinking.ts:90
↓ 1 callersFunctionmoveFocus
(s: SelectionState, col: number, row: number)
src/ink/selection.ts:442
↓ 1 callersMethodmoveSelectionFocus
* Keyboard selection extension (shift+arrow/home/end). Moves focus; * anchor stays fixed so the highlight grows or shrinks relative to it. * Lef
src/ink/ink.tsx:1188
↓ 1 callersFunctionn2
(e3)
src/server/web/public/terminal.js:6200
↓ 1 callersFunctionneedsAutoModeExitAttachment
()
src/bootstrap/state.ts:1365
↓ 1 callersFunctionneedsBidi
()
src/ink/bidi.ts:29
↓ 1 callersFunctionneedsPlanModeExitAttachment
()
src/bootstrap/state.ts:1341
↓ 1 callersFunctionneedsQuoting
(str: string)
src/utils/bash/commands.ts:1171
↓ 1 callersFunctionneedsSegmentation
(str: string)
src/ink/stringWidth.ts:92
↓ 1 callersFunctionneedsWidthCompensation
* Identify emoji where the terminal's wcwidth may disagree with Unicode. * On terminals with correct tables, the CHA we emit is a harmless no-op. *
src/ink/log-update.ts:733
↓ 1 callersMethodnoSelect
* Mark a region as non-selectable (excluded from fullscreen text * selection copy + highlight). Used by <NoSelect> to fence off * gutters (line
src/ink/output.ts:237
↓ 1 callersFunctionnodeTypeId
(nodeType: string | undefined)
src/utils/bash/ast.ts:213
↓ 1 callersFunctionnormalizeAllowOnly
(paths: string[])
src/tools/BashTool/prompt.ts:189
↓ 1 callersFunctionnormalizeAssistantMessageForSDK
* Normalizes tool inputs in assistant message content for SDK consumption. * Specifically injects plan content into ExitPlanModeV2 tool inputs since
src/utils/messages/mappers.ts:260
↓ 1 callersFunctionnormalizeFileEditInput
({ file_path, edits, }: { file_path: string edits: EditInput[] })
src/tools/FileEditTool/utils.ts:581
↓ 1 callersFunctionnormalizeGitRemoteUrl
(url: string)
src/utils/git.ts:283
↓ 1 callersFunctionnormalizeImageBlocks
( blocks: Array<ContentBlockParam>, )
src/bridge/inboundMessages.ts:52
↓ 1 callersFunctionnormalizePatternToPath
({ patternRoot, pattern, rootPath, }: { patternRoot: string pattern: string rootPath: string })
src/utils/permissions/filesystem.ts:765
↓ 1 callersFunctionnormalizeToolInput
( tool: T, input: z.infer<T['inputSchema']>, agentId?: AgentId, )
src/utils/api.ts:566
↓ 1 callersFunctionnormalizeToolInputForAPI
( tool: T, input: z.infer<T['inputSchema']>, )
src/utils/api.ts:685
↓ 1 callersFunctionnormalizeTypeName
(name: string)
src/tools/PowerShellTool/clmTypes.ts:194
↓ 1 callersFunctionnormalizeUrl
(url: string)
src/services/mcp/officialRegistry.ts:19
↓ 1 callersFunctionnormalizedUpperBound
(m: Message)
src/utils/exportRenderer.tsx:37
↓ 1 callersFunctionnotifyPermissionModeChanged
(mode: PermissionMode)
src/utils/sessionState.ts:148
↓ 1 callersFunctionnotifyVscodeSnapshotFilesUpdated
* Notifies VSCode about files that have changed between snapshots. * Compares the previous snapshot with the new snapshot and sends file_updated * n
src/utils/fileHistory.ts:1054
↓ 1 callersFunctionnumberDiffLines
(diff: LineObject[], startLine: number)
src/components/StructuredDiff/Fallback.tsx:423
↓ 1 callersFunctionnumberToLetter
(n: number)
src/utils/markdown.ts:310
↓ 1 callersFunctionnumberToRoman
(n: number)
src/utils/markdown.ts:336
↓ 1 callersFunctionoauthHeaders
(accessToken: string)
src/bridge/remoteBridgeCore.ts:81
↓ 1 callersFunctionobjectGroupBy
( items: Iterable<T>, keySelector: (item: T, index: number) => K, )
src/utils/objectGroupBy.ts:4
↓ 1 callersMethodoffsetAtDisplayWidth
* Find the string offset that corresponds to a target display width.
src/utils/Cursor.ts:1270
↓ 1 callersMethodonA11yChar
()
src/server/web/public/terminal.js:464
↓ 1 callersMethodonA11yTab
()
src/server/web/public/terminal.js:467
↓ 1 callersFunctiononAbort
()
src/services/mcp/elicitationHandler.ts:115
↓ 1 callersFunctiononAbort
()
src/services/mcp/client.ts:2955
↓ 1 callersFunctiononChangeMainModelConfig
(value: string | null)
src/components/Settings/Config.tsx:203
↓ 1 callersFunctiononClick
()
src/components/LogoV2/AnimatedClawd.tsx:102
↓ 1 callersFunctiononCwdChangedForHooks
( oldCwd: string, newCwd: string, )
src/utils/hooks/fileChangedWatcher.ts:133
↓ 1 callersFunctiononDivergence
()
src/tools/BashTool/bashPermissions.ts:2352
↓ 1 callersFunctiononDoneWithSettingsCheck
()
src/commands/privacy-settings/privacy-settings.tsx:30
↓ 1 callersFunctiononDynamicSkillsLoaded
(callback: () => void)
src/skills/loadSkillsDir.ts:839
↓ 1 callersFunctiononEnvironmentLost
()
src/bridge/replBridge.ts:1070
↓ 1 callersMethodonFocus
()
src/server/web/public/terminal.js:458
↓ 1 callersFunctiononFocusChange
()
src/hooks/useAwaySummary.ts:92
↓ 1 callersMethodonHeadChanged
()
src/utils/git/gitFilesystem.ts:429
↓ 1 callersFunctiononIdle
()
src/utils/teammate.ts:262
↓ 1 callersFunctiononImagePaste
(base64Image: string, mediaType?: string, filename?: string, dimensions?: ImageDimensions, _sourcePath?: strin
src/components/permissions/ExitPlanModePermissionRequest/ExitPlanModePermissionRequest.tsx:159
↓ 1 callersFunctiononInboundMessage
(msg)
src/cli/print.ts:3919
↓ 1 callersFunctiononInstall
(ide: IdeType)
src/commands/ide/ide.tsx:478
↓ 1 callersFunctiononInterrupt
()
src/cli/print.ts:3937
↓ 1 callersFunctiononInterrupt
()
src/hooks/useReplBridge.tsx:392
↓ 1 callersMethodonKey
()
src/server/web/public/terminal.js:5967
↓ 1 callersFunctiononPermissionPrompt
(details: RequiresActionDetails)
src/cli/print.ts:808
↓ 1 callersFunctiononPluginsAutoUpdated
( callback: PluginAutoUpdateCallback, )
src/utils/plugins/pluginAutoupdate.ts:51
↓ 1 callersFunctiononProgress
(lastLines, allLines, totalLines, totalBytes, isIncomplete)
src/tools/PowerShellTool/PowerShellTool.tsx:733
↓ 1 callersFunctiononSelect
(value_0: string)
src/components/permissions/BashPermissionRequest/BashPermissionRequest.tsx:320
↓ 1 callersFunctiononSelectRestoreOption
(option: RestoreOption)
src/components/MessageSelector.tsx:177
↓ 1 callersFunctiononSessionDone
( sessionId: string, startTime: number, handle: SessionHandle, )
src/bridge/bridgeMain.ts:442
↓ 1 callersFunctiononSetMaxThinkingTokens
(maxTokens)
src/cli/print.ts:3946
↓ 1 callersFunctiononSetModel
(model)
src/cli/print.ts:3940
↓ 1 callersFunctiononSetPermissionMode
(mode)
src/hooks/useReplBridge.tsx:416
↓ 1 callersMethodonWillOpen
()
src/server/web/public/terminal.js:470
↓ 1 callersMethodonWriteParsed
()
src/server/web/public/terminal.js:5988
↓ 1 callersFunctiononeShotJitteredNextCronRunMs
( cron: string, fromMs: number, taskId: string, cfg: CronJitterConfig = DEFAULT_CRON_JITTER_CONFIG, )
src/utils/cronTasks.ts:421
↓ 1 callersFunctionopenCurrentSessionInDesktop
()
src/utils/desktopDeepLink.ts:206
↓ 1 callersFunctionopenDeepLink
* Opens a deep link URL using the platform-specific mechanism. * Returns true if the command succeeded, false otherwise.
src/utils/desktopDeepLink.ts:168
↓ 1 callersFunctionopenTunnel
( sock: ClientSocket, st: ConnState, connectLine: string, wsUrl: string, authHeader: string, wsAut
src/upstreamproxy/relay.ts:344
↓ 1 callersFunctionosc8Id
(url: string)
src/ink/termio/osc.ts:412
↓ 1 callersFunctionpageToMessages
Convert a HistoryPage to REPL Message[] using the same opts as viewer mode.
src/hooks/useAssistantHistory.ts:50
↓ 1 callersFunctionparseAgentFromJson
( name: string, definition: unknown, source: SettingSource = 'flagSettings', )
src/tools/AgentTool/loadAgentsDir.ts:445
↓ 1 callersFunctionparseAgentFromMarkdown
( filePath: string, baseDir: string, frontmatter: Record<string, unknown>, content: string, source:
src/tools/AgentTool/loadAgentsDir.ts:541
↓ 1 callersFunctionparseAndValidateManifestFromText
( manifestText: string, )
src/utils/dxt/helpers.ts:39
↓ 1 callersFunctionparseAnsi
(input: string)
web/components/tools/AnsiRenderer.tsx:81
↓ 1 callersFunctionparseAnsiSegments
(input: string)
web/lib/ansi-to-html.ts:72
↓ 1 callersFunctionparseArgs
(args: string[])
src/bridge/bridgeMain.ts:1737
↓ 1 callersFunctionparseArithPostfix
( P: ParseState, stop: string, mode: ArithMode, )
src/utils/bash/bashParser.ts:4302
↓ 1 callersFunctionparseArithPrimary
( P: ParseState, stop: string, mode: ArithMode, )
src/utils/bash/bashParser.ts:4321
↓ 1 callersFunctionparseArithUnary
( P: ParseState, stop: string, mode: ArithMode, )
src/utils/bash/bashParser.ts:4264
↓ 1 callersFunctionparseAtMentionedFileLines
( mention: string, )
src/utils/attachments.ts:2836
↓ 1 callersFunctionparseAttrs
(tagBody: string)
src/utils/claudeCodeHints.ts:122
↓ 1 callersFunctionparseBareWord
(P: ParseState)
src/utils/bash/bashParser.ts:2163
↓ 1 callersFunctionparseBaseToolsFromCLI
(baseTools: string[])
src/utils/permissions/permissionSetup.ts:652
← previousnext →7,701–7,800 of 13,048, ranked by callers