MCPcopy Create free account

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

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

↓ 1 callersFunctiondecodeJwtPayload
(token: string)
src/bridge/jwtUtils.ts:21
↓ 1 callersMethoddecrementPendingWrites
()
src/utils/sessionStorage.ts:586
↓ 1 callersMethoddecrypt
Decrypts a value produced by {@link encrypt}. Returns null on failure.
src/server/web/auth/adapter.ts:198
↓ 1 callersFunctiondedupPluginMcpServers
( pluginServers: Record<string, ScopedMcpServerConfig>, manualServers: Record<string, ScopedMcpServerConfi
src/services/mcp/config.ts:223
↓ 1 callersFunctiondeduplicateDiagnosticFiles
* Deduplicates diagnostics by file URI and diagnostic content. * Also filters out diagnostics that were already delivered in previous turns. * Two d
src/services/lsp/LSPDiagnosticRegistry.ts:136
↓ 1 callersFunctiondefaultSyntaxThemeName
(themeName: string)
src/native-ts/color-diff/index.ts:182
↓ 1 callersFunctiondehydrateValue
(s: unknown)
src/services/vcr.ts:291
↓ 1 callersFunctiondeleteAgentFromFile
( agent: AgentDefinition, )
src/components/agents/agentFileUtils.ts:241
↓ 1 callersMethoddeleteChars
(e3)
src/server/web/public/terminal.js:2998
↓ 1 callersFunctiondeleteClassifierApproval
(toolUseID: string)
src/utils/classifierApprovals.ts:80
↓ 1 callersMethoddeleteColumns
(e3)
src/server/web/public/terminal.js:3040
↓ 1 callersMethoddeleteLines
(e3)
src/server/web/public/terminal.js:2984
↓ 1 callersMethoddeleteOutputFile
Delete the output file (fire-and-forget safe).
src/utils/task/TaskOutput.ts:373
↓ 1 callersFunctiondeletePermissionRule
({ rule, initialContext, setToolPermissionContext, }: EditPermissionRuleArgs & { rule: PermissionRule })
src/utils/permissions/permissions.ts:1329
↓ 1 callersFunctiondeletePermissionRuleFromSettings
( rule: PermissionRuleFromEditableSettings, )
src/utils/permissions/permissionsLoader.ts:163
↓ 1 callersFunctiondeleteRemoteAgentMetadata
(taskId: string)
src/utils/sessionStorage.ts:359
↓ 1 callersFunctiondeleteResolvedPermission
( requestId: string, teamName?: string, )
src/utils/swarm/permissionSync.ts:607
↓ 1 callersFunctiondeleteServer
(id: string)
web/components/settings/McpSettings.tsx:146
↓ 1 callersMethodderegister
(e4)
src/server/web/public/terminal.js:1734
↓ 1 callersMethodderegisterCharacterJoiner
(e3)
src/server/web/public/terminal.js:667
↓ 1 callersFunctionderiveAddress
* Derives an Ethereum address from a private key using secp256k1. * Uses Node.js native crypto for the EC operation.
src/services/x402/config.ts:38
↓ 1 callersFunctionderiveFirstPrompt
( firstUserMessage: Extract<SerializedMessage, { type: 'user' }> | undefined, )
src/commands/branch/branch.ts:38
↓ 1 callersFunctionderiveReviewState
( isDraft: boolean, reviewDecision: string, )
src/utils/ghPrStatus.ts:26
↓ 1 callersFunctionderiveSessionTitle
Derive a session title from a user message: first line, truncated.
src/bridge/bridgeMain.ts:1956
↓ 1 callersFunctionderiveShortMessageId
(uuid: string)
src/utils/messages.ts:200
↓ 1 callersFunctionderiveUserId
* Derives a stable, opaque user ID from an API key. * Uses the first 16 hex chars of SHA-256(key) — short enough to be readable, * long enough to be
src/server/web/auth/apikey-auth.ts:142
↓ 1 callersFunctiondesanitizeMatchString
* Normalizes a match string by applying specific replacements * This helps handle when exact matches fail due to formatting differences * @returns T
src/tools/FileEditTool/utils.ts:557
↓ 1 callersFunctiondescriptionAlreadyExists
* Check if a description already exists in the allow list. * Compares lowercase and trailing-whitespace-trimmed versions.
src/components/permissions/BashPermissionRequest/bashToolUseOptions.tsx:15
↓ 1 callersFunctiondeserializeLogEntry
(line: string)
src/history.ts:102
↓ 1 callersFunctiondestroyWorktree
* Destroys a git worktree at the given path. * First attempts to use `git worktree remove`, then falls back to rm -rf. * Safe to call on non-existen
src/utils/swarm/teamHelpers.ts:492
↓ 1 callersMethoddetachForShutdown
* Mark this instance as unmounted so future unmount() calls early-return. * Called by gracefulShutdown's cleanupTerminalModes() after it has sent
src/ink/ink.tsx:932
↓ 1 callersFunctiondetectAvailableBrowser
()
src/utils/claudeInChrome/common.ts:345
↓ 1 callersFunctiondetectBlockedSleepPattern
(command: string)
src/tools/PowerShellTool/PowerShellTool.tsx:189
↓ 1 callersFunctiondetectBlockedSleepPattern
(command: string)
src/tools/BashTool/BashTool.tsx:322
↓ 1 callersFunctiondetectCodeIndexingFromCommand
( command: string, )
src/utils/codeIndexing.ts:126
↓ 1 callersFunctiondetectCodeIndexingFromMcpServerName
( serverName: string, )
src/utils/codeIndexing.ts:196
↓ 1 callersFunctiondetectConfigurationIssues
( type: InstallationType, )
src/utils/doctorDiagnostic.ts:317
↓ 1 callersFunctiondetectDelistedPlugins
( installedPlugins: InstalledPluginsFileV2, marketplace: PluginMarketplace, marketplaceName: string, )
src/utils/plugins/pluginBlocklist.ts:34
↓ 1 callersFunctiondetectEmptyMarketplaceReason
({ configuredMarketplaceCount, failedMarketplaceCount, }: { configuredMarketplaceCount: number failedM
src/utils/plugins/marketplaceHelpers.ts:550
↓ 1 callersFunctiondetectExtensionInstallationPortable
( browserPaths: BrowserPath[], log?: Logger, )
src/utils/claudeInChrome/setupPortable.ts:147
↓ 1 callersFunctiondetectFromColorFgBg
* Read $COLORFGBG for a synchronous initial guess before the OSC 11 * round-trip completes. Format is `fg;bg` (or `fg;other;bg`) where values * are
src/utils/systemTheme.ts:109
↓ 1 callersFunctiondetectGitOperation
( command: string, output: string, )
src/tools/shared/gitOperationTracking.ts:135
↓ 1 callersFunctiondetectLanguage
()
src/skills/bundled/claudeApi.ts:30
↓ 1 callersFunctiondetectLineEndings
( filePath: string, encoding: BufferEncoding = 'utf8', )
src/utils/file.ts:120
↓ 1 callersFunctiondetectLinuxGlobPatternWarnings
()
src/utils/doctorDiagnostic.ts:487
↓ 1 callersFunctiondetectLinuxTerminal
* Detect the user's preferred terminal on Linux. * Checks $TERMINAL, then x-terminal-emulator, then walks a priority list.
src/utils/deepLink/terminalLauncher.ts:127
↓ 1 callersFunctiondetectMacosTerminal
* Detect the user's preferred terminal on macOS. * Checks running processes first (most likely to be what the user prefers), * then falls back to ch
src/utils/deepLink/terminalLauncher.ts:64
↓ 1 callersFunctiondetectManifestType
* Detect whether a file is a plugin manifest or marketplace manifest
src/utils/plugins/validatePlugin.ts:54
↓ 1 callersFunctiondetectMcpb
()
src/commands/plugin/ManagePlugins.tsx:827
↓ 1 callersFunctiondetectMultiClauding
( sessions: Array<{ session_id: string user_message_timestamps: string[] }>, )
src/commands/insights.ts:1062
↓ 1 callersFunctiondetectMultipleInstallations
()
src/utils/doctorDiagnostic.ts:205
↓ 1 callersFunctiondetectPluginDirectories
(ideName: string)
src/utils/jetbrains.ts:85
↓ 1 callersFunctiondetectPythonPackageManager
()
src/utils/swarm/backends/it2Setup.ts:40
↓ 1 callersFunctiondetectRunningIDEsCached
()
src/utils/ide.ts:1164
↓ 1 callersFunctiondetectRunningIDEsImpl
* Internal implementation of IDE detection.
src/utils/ide.ts:1075
↓ 1 callersFunctiondetectSessionFileType
* Detects if a file path is a session-related file for analytics logging. * Only matches files within the Claude config directory (e.g., ~/.claude).
src/tools/FileReadTool/FileReadTool.ts:195
↓ 1 callersFunctiondetectTerminal
()
src/utils/env.ts:135
↓ 1 callersFunctiondetectTerminal
()
src/utils/deepLink/terminalLauncher.ts:183
↓ 1 callersFunctiondetectTurnInterruption
* Determines whether the conversation was interrupted mid-turn based on the * last message after filtering. An assistant as last message (after filte
src/utils/conversationRecovery.ts:272
↓ 1 callersFunctiondetectVcs
(dir?: string)
src/utils/platform.ts:129
↓ 1 callersFunctiondetectWindowsTerminal
* Detect the user's preferred terminal on Windows.
src/utils/deepLink/terminalLauncher.ts:157
↓ 1 callersFunctiondetectWorktreeMainRepoPath
* Detect if cwd is a git worktree and resolve the main repo path. * Called once during initialize() and cached for the session. * In a worktree, .gi
src/utils/sandbox/sandbox-adapter.ts:422
↓ 1 callersFunctiondetermineErrorType
* Determines the type of error based on the error message
src/components/ResumeTask.tsx:227
↓ 1 callersMethoddeviceStatus
(e3)
src/server/web/public/terminal.js:3274
↓ 1 callersMethoddeviceStatusPrivate
(e3)
src/server/web/public/terminal.js:3285
↓ 1 callersFunctiondidLayoutShift
()
src/ink/render-node-to-output.ts:40
↓ 1 callersFunctiondiffDifferentWidth
* Fallback: diff two screens with different widths (resize). * Separate indices for prev and next cells arrays.
src/ink/screen.ts:1378
↓ 1 callersFunctiondiffRowAdded
* Emit additions for a row that only exists in next (height grew). * Skips empty/unwritten cells.
src/ink/screen.ts:1283
↓ 1 callersFunctiondiffRowBoth
* Diff one row where both screens are in bounds. * Scans for differences with findNextDiff, unpacks and calls cb for each.
src/ink/screen.ts:1230
↓ 1 callersFunctiondiffRowRemoved
* Emit removals for a row that only exists in prev (height shrank). * Cannot skip empty cells — the terminal still has content from the * previous f
src/ink/screen.ts:1263
↓ 1 callersFunctiondiffSameWidth
* Diff two screens with identical width. * Dispatches each row to a small, JIT-friendly function.
src/ink/screen.ts:1305
↓ 1 callersFunctiondimContent
(h: Highlight)
src/native-ts/color-diff/index.ts:758
↓ 1 callersFunctiondirIsInGitRepo
(cwd: string)
src/utils/git.ts:253
↓ 1 callersFunctiondisableAllPlugins
()
src/services/plugins/pluginCliCommands.ts:275
↓ 1 callersFunctiondisableAllPluginsOp
()
src/services/plugins/pluginOperations.ts:782
↓ 1 callersFunctiondisableHintRecommendations
()
src/utils/plugins/hintRecommendation.ts:156
↓ 1 callersFunctiondisableKeepAlive
()
src/utils/proxy.ts:29
↓ 1 callersFunctiondisablePlugin
( plugin: string, scope?: InstallableScope, )
src/services/plugins/pluginCliCommands.ts:236
↓ 1 callersFunctiondiscoverAuthorizationServer
( asUrl: string, opts?: { fetchFn?: FetchLike }, )
src/services/mcp/xaa.ts:178
↓ 1 callersFunctiondiscoverProtectedResource
( serverUrl: string, opts?: { fetchFn?: FetchLike }, )
src/services/mcp/xaa.ts:135
↓ 1 callersMethoddiscoveryState
()
src/services/mcp/auth.ts:2037
↓ 1 callersMethoddispatch
(event: CollabEvent)
web/lib/collaboration/socket.ts:298
↓ 1 callersFunctiondispatchClick
( root: DOMElement, col: number, row: number, cellIsBlank = false, )
src/ink/hit-test.ts:49
↓ 1 callersFunctiondispatchHover
( root: DOMElement, col: number, row: number, hovered: Set<DOMElement>, )
src/ink/hit-test.ts:102
↓ 1 callersMethoddispatchKeyboardEvent
(parsedKey: ParsedKey)
src/ink/ink.tsx:1269
↓ 1 callersFunctiondisplayServerName
(name: string)
src/components/messages/UserChannelMessage.tsx:21
↓ 1 callersMethoddisplayWidthToStringIndex
(text: string, targetWidth: number)
src/utils/Cursor.ts:1240
↓ 1 callersFunctiondispose
()
src/utils/skills/skillChangeDetector.ts:146
↓ 1 callersMethoddispose
()
src/server/web/public/terminal.js:5601
↓ 1 callersFunctiondisposeKeybindingWatcher
()
src/keybindings/loadUserBindings.ts:409
↓ 1 callersMethoddoExport
( metrics: ResourceMetrics, resultCallback: (result: ExportResult) => void, )
src/utils/telemetry/bigqueryExporter.ts:87
↓ 1 callersMethoddoExport
( logs: ReadableLogRecord[], resultCallback: (result: ExportResult) => void, )
src/services/analytics/firstPartyEventLoggingExporter.ts:306
↓ 1 callersFunctiondoFetch
()
src/utils/fastMode.ts:461
↓ 1 callersFunctiondoInitialize
()
src/utils/tmuxSocket.ts:268
↓ 1 callersMethoddoInitialize
()
web/lib/api/files.ts:47
↓ 1 callersFunctiondoParse
(command: string)
src/utils/bash/ParsedCommand.ts:270
↓ 1 callersFunctiondoReadAsync
()
src/utils/secureStorage/macOsKeychainStorage.ts:178
↓ 1 callersFunctiondoReconnect
()
src/bridge/replBridge.ts:617
↓ 1 callersFunctiondoRefresh
(sessionId: string, gen: number)
src/bridge/jwtUtils.ts:165
↓ 1 callersFunctiondoctorHandler
(root: Root)
src/cli/handlers/util.tsx:72
← previousnext →5,601–5,700 of 13,048, ranked by callers