MCPcopy Create free account

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

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

↓ 2 callersFunctionloadAllPermissionRulesFromDisk
()
src/utils/permissions/permissionsLoader.ts:120
↓ 2 callersFunctionloadAllProjectsMessageLogsProgressive
( limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4018
↓ 2 callersFunctionloadCacheMetadata
* Load cache metadata for an MCPB source
src/utils/plugins/mcpbHandler.ts:443
↓ 2 callersFunctionloadCachedRestrictions
()
src/services/policyLimits/index.ts:392
↓ 2 callersFunctionloadCommandsFromDirectory
( commandsPath: string, pluginName: string, sourceName: string, pluginManifest: PluginManifest, plug
src/utils/plugins/loadPluginCommands.ts:169
↓ 2 callersMethodloadFromFileListAsync
* Async variant: yields to the event loop every ~8–12k paths so large * indexes (270k+ files) don't block the main thread for >10ms at a time. *
src/native-ts/file-index/index.ts:83
↓ 2 callersFunctionloadMcpServersFromMcpb
* Load MCP servers from an MCPB file * Handles downloading, extracting, and converting DXT manifest to MCP config
src/utils/plugins/mcpPluginIntegration.ts:34
↓ 2 callersFunctionloadOutputStyleFromFile
( filePath: string, pluginName: string, loadedPaths: Set<string>, )
src/utils/plugins/loadPluginOutputStyles.ts:36
↓ 2 callersFunctionloadOutputStylesFromDirectory
( outputStylesPath: string, pluginName: string, loadedPaths: Set<string>, )
src/utils/plugins/loadPluginOutputStyles.ts:15
↓ 2 callersFunctionloadPluginsFromMarketplaces
* Shared discovery/policy/merge pipeline for both load modes. * * Resolves enabledPlugins → marketplace entries, runs enterprise policy * checks, p
src/utils/plugins/pluginLoader.ts:1888
↓ 2 callersFunctionloadRipgrepIgnorePatterns
* Load ripgrep-specific ignore patterns from .ignore or .rgignore files * Returns an ignore instance if patterns were found, null otherwise * Result
src/hooks/fileSuggestions.ts:202
↓ 2 callersFunctionloadSameRepoMessageLogs
( worktreePaths: string[], limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4073
↓ 2 callersFunctionloadSessionFile
* Loads all messages, summaries, file history snapshots, and attribution snapshots from a specific session file.
src/utils/sessionStorage.ts:3818
↓ 2 callersFunctionloadSessionMemoryTemplate
()
src/services/SessionMemory/prompts.ts:86
↓ 2 callersFunctionloadSkillsFromDirectory
* Loads skills from plugin skills directories * Skills are directories containing SKILL.md files
src/utils/plugins/loadPluginCommands.ts:687
↓ 2 callersFunctionloadSubagentTranscripts
( agentIds: string[], )
src/utils/sessionStorage.ts:4297
↓ 2 callersFunctionlocalCommandOutputToSDKAssistantMessage
( rawContent: string, uuid: UUID, )
src/utils/messages/mappers.ts:196
↓ 2 callersFunctionlocationLinkToLocation
* Converts LocationLink to Location format for consistent handling
src/tools/LSPTool/formatters.ts:109
↓ 2 callersFunctionlogAPIError
({ error, model, messageCount, messageTokens, durationMs, durationMsIncludingRetries, attempt,
src/services/api/logging.ts:235
↓ 2 callersFunctionlogContainsQuery
* Checks if a log contains the query term in any searchable field.
src/utils/agenticSessionSearch.ts:113
↓ 2 callersFunctionlogCustomBindingsLoadedOncePerDay
* Log a telemetry event when custom keybindings are loaded, at most once per day. * This lets us estimate the percentage of users who customize their
src/keybindings/loadUserBindings.ts:83
↓ 2 callersFunctionlogEventTo1P
( eventName: string, metadata: Record<string, number | boolean | undefined> = {}, )
src/services/analytics/firstPartyEventLogger.ts:216
↓ 2 callersFunctionlogHeadlessProfilerTurn
()
src/utils/headlessProfiler.ts:103
↓ 2 callersFunctionlogLoadOnce
(success: boolean)
src/utils/bash/parser.ts:37
↓ 2 callersFunctionlogPermissionContextForAnts
( toolPermissionContext: ToolPermissionContext | null, moment: 'summary' | 'initialization', )
src/services/internalLogging.ts:71
↓ 2 callersFunctionlogQueryProfileReport
()
src/utils/queryProfiler.ts:298
↓ 2 callersFunctionlogSessionTelemetry
* Per-session skill/plugin telemetry. Called from both the interactive path * and the headless -p path (before runHeadless) — both go through * main
src/main.tsx:279
↓ 2 callersMethodlogSuccess
( eventCount: number, withAuth: boolean, responseData: unknown, )
src/services/analytics/firstPartyEventLoggingExporter.ts:617
↓ 2 callersFunctionlooksLikeRealHostname
* Checks whether a hostname looks like a real domain name rather than an * SSH config alias. A simple dot-check is not enough because aliases like *
src/utils/detectRepository.ts:170
↓ 2 callersFunctionmakeAltScreenParkPatch
(terminalRows: number)
src/ink/ink.tsx:61
↓ 2 callersFunctionmakeHistoryReader
()
src/history.ts:145
↓ 2 callersFunctionmakeShutdownNotif
(count: number)
src/hooks/notifs/useTeammateShutdownNotification.ts:39
↓ 2 callersFunctionmakeSpawnNotif
(count: number)
src/hooks/notifs/useTeammateShutdownNotification.ts:22
↓ 2 callersFunctionmakeXaaFetch
* Creates a fetch wrapper that enforces the XAA request timeout and optionally * composes a caller-provided abort signal. Using AbortSignal.any ensur
src/services/mcp/xaa.ts:42
↓ 2 callersFunctionmapConfigsToOptions
(styles: { [styleName: string]: OutputStyleConfig | null; })
src/components/OutputStylePicker.tsx:13
↓ 2 callersFunctionmapInput
(input_map: Array<[string, InputHandler]>)
src/hooks/useTextInput.ts:31
↓ 2 callersFunctionmapMessage
( message: AssistantMessage | SystemAPIErrorMessage | StreamEvent, f: (s: unknown) => unknown, index: nu
src/services/vcr.ts:278
↓ 2 callersFunctionmapValuesDeep
( obj: { [x: string]: unknown }, f: (val: unknown, key: string, obj: Record<string, unknown>) => unk
src/services/vcr.ts:221
↓ 2 callersFunctionmarkClaudeAiMcpConnected
(name: string)
src/services/mcp/claudeai.ts:154
↓ 2 callersMethodmarkDirty
()
src/ink/layout/yoga.ts:102
↓ 2 callersFunctionmarkExtractionCompleted
()
src/services/SessionMemory/sessionMemoryUtils.ts:81
↓ 2 callersFunctionmarkExtractionStarted
()
src/services/SessionMemory/sessionMemoryUtils.ts:74
↓ 2 callersFunctionmarkFirstTeleportMessageLogged
()
src/bootstrap/state.ts:1495
↓ 2 callersFunctionmarkGroveNoticeViewed
()
src/services/api/grove.ts:90
↓ 2 callersFunctionmarkIt2SetupComplete
()
src/utils/swarm/backends/it2Setup.ts:214
↓ 2 callersFunctionmarkMessagesAsRead
( agentName: string, teamName?: string, )
src/utils/teammateMailbox.ts:279
↓ 2 callersFunctionmarkRead
()
src/hooks/useInboxPoller.ts:200
↓ 2 callersFunctionmarkTaskNotified
(taskId: string, setAppState: SetAppState)
src/tasks/LocalShellTask/LocalShellTask.tsx:481
↓ 2 callersFunctionmarkToolUseAsComplete
( toolUseContext: ToolUseContext, toolUseID: string, )
src/services/tools/toolOrchestration.ts:179
↓ 2 callersFunctionmatchesCommand
(cmd: string)
src/tools/PowerShellTool/powershellPermissions.ts:223
↓ 2 callersFunctionmatchesDotGitPrefix
(n: string)
src/tools/PowerShellTool/gitSafety.ts:170
↓ 2 callersFunctionmatchesGitInternalPrefix
(n: string)
src/tools/PowerShellTool/gitSafety.ts:124
↓ 2 callersFunctionmaxDefined
( a: number | undefined, b: number | undefined, )
src/ink/output.ts:114
↓ 2 callersFunctionmaybeDumpStateForDebug
(state: FileHistoryState)
src/utils/fileHistory.ts:1110
↓ 2 callersFunctionmaybePersistLargeToolResult
* Handle large tool results by persisting to disk instead of truncating. * Returns the original block if no persistence needed, or a modified block
src/utils/toolResultStorage.ts:272
↓ 2 callersFunctionmaybePersistTokenForSubprocesses
( path: string, token: string, tokenName: string, )
src/utils/authFileDescriptor.ts:30
↓ 2 callersFunctionmaybeRemoveApiKeyFromMacOSKeychain
()
src/utils/auth.ts:1185
↓ 2 callersFunctionmaybeShortenFilePath
* Use the relative path as the key to reduce session storage space for tracking.
src/utils/fileHistory.ts:867
↓ 2 callersFunctionmcpContentNeedsTruncation
( content: MCPToolResult, )
src/utils/mcpValidation.ts:151
↓ 2 callersFunctionmeasureElement
(node: DOMElement)
src/ink/measure-element.ts:18
↓ 2 callersFunctionmedian
(values: number[])
src/screens/REPL.tsx:311
↓ 2 callersFunctionmeetsAvailabilityRequirement
(cmd: Command)
src/commands.ts:417
↓ 2 callersFunctionmemoryAgeDays
(mtimeMs: number)
src/memdir/memoryAge.ts:6
↓ 2 callersFunctionmemoryFreshnessText
(mtimeMs: number)
src/memdir/memoryAge.ts:33
↓ 2 callersFunctionmemoryHeader
(path: string, mtimeMs: number)
src/utils/attachments.ts:2327
↓ 2 callersFunctionmergeCacheWithNewStats
( existingCache: PersistedStatsCache, newStats: { dailyActivity: DailyActivity[] dailyModelTokens:
src/utils/statsCache.ts:260
↓ 2 callersFunctionmergeHookInstructions
( userInstructions: string | undefined, hookInstructions: string | undefined, )
src/services/compact/compact.ts:374
↓ 2 callersFunctionmergeHooksSettings
* Merge two HooksSettings objects
src/utils/plugins/pluginLoader.ts:1854
↓ 2 callersFunctionmessageSelector
()
src/QueryEngine.ts:88
↓ 2 callersFunctionmessagesAfterAreOnlySynthetic
(messages: Message[], fromIndex: number)
src/components/MessageSelector.tsx:799
↓ 2 callersFunctionmigrateFromEnabledPlugins
()
src/utils/plugins/installedPluginsManager.ts:1048
↓ 2 callersFunctionminDefined
( a: number | undefined, b: number | undefined, )
src/ink/output.ts:123
↓ 2 callersFunctionmkBundle
(base: string)
src/utils/teleport/gitBundle.ts:59
↓ 2 callersFunctionmodelSupports1M
(model: string)
src/utils/context.ts:43
↓ 2 callersFunctionmodelSupportsAdaptiveThinking
(model: string)
src/utils/thinking.ts:113
↓ 2 callersFunctionmodelSupportsISP
(model: string)
src/utils/betas.ts:92
↓ 2 callersFunctionmodifiersMatch
* Check if all modifiers match between Ink Key and ParsedKeystroke. * * Alt and Meta: Ink historically set `key.meta` for Alt/Option. A `meta` * mo
src/keybindings/match.ts:60
↓ 2 callersFunctionmtimeOrUndefined
(p: string)
src/utils/deepLink/banner.ts:104
↓ 2 callersFunctionmulberry32
(seed: number)
src/buddy/companion.ts:16
↓ 2 callersFunctionndjsonSafeStringify
(value: unknown)
src/cli/ndjsonSafeStringify.ts:30
↓ 2 callersFunctionnewConnState
()
src/upstreamproxy/relay.ts:140
↓ 2 callersMethodnextVimWord
()
src/utils/Cursor.ts:658
↓ 2 callersFunctionnormalizeAndTruncateToWidth
(text: string, maxWidth: number)
src/components/LogSelector.tsx:62
↓ 2 callersFunctionnormalizeAttachmentForAPI
( attachment: Attachment, )
src/utils/messages.ts:3453
↓ 2 callersFunctionnormalizeCRLF
Decode buf[0..len) to utf8, normalizing CRLF only if CR is present.
src/utils/readEditContext.ts:160
↓ 2 callersFunctionnormalizeControlMessageKeys
(obj: unknown)
src/utils/controlMessageCompat.ts:13
↓ 2 callersFunctionnormalizeEdit
(fileContent: string, edit: FileEdit)
src/components/FileEditToolDiff.tsx:172
↓ 2 callersFunctionnormalizeEntry
(raw: string)
src/utils/permissions/permissionsLoader.ts:186
↓ 2 callersFunctionnormalizeForCompare
(p: string)
src/utils/plugins/orphanedPluginFilter.ts:111
↓ 2 callersFunctionnormalizeGitPathArg
* Normalize PS arg text → canonical path for git-internal matching. * Order matters: structural strips first (colon-bound param, quotes, * backtick
src/tools/PowerShellTool/gitSafety.ts:48
↓ 2 callersFunctionnormalizeGitPaths
* Normalize git paths relative to originalCwd
src/hooks/fileSuggestions.ts:152
↓ 2 callersFunctionnormalizeOAuthErrorBody
( response: Response, )
src/services/mcp/auth.ts:157
↓ 2 callersFunctionnormalizeQuotes
(str: string)
src/tools/FileEditTool/utils.ts:31
↓ 2 callersFunctionnormalizeSource
* Resolve relative directory/file paths for stable comparison. * Settings declared at project scope may use project-relative paths; * JSON stores ab
src/utils/plugins/reconciler.ts:249
↓ 2 callersFunctionnotifyCacheDeletion
( querySource: QuerySource, agentId?: AgentId, )
src/services/api/promptCacheBreakDetection.ts:673
↓ 2 callersFunctionnotifyExpectedEscape
()
src/utils/computerUse/escHotkey.ts:51
↓ 2 callersFunctionoauthHeaders
(accessToken: string)
src/bridge/codeSessionApi.ts:18
↓ 2 callersFunctiononError
(error: Error)
src/services/lsp/LSPClient.ts:121
↓ 2 callersFunctiononGrowthBookRefresh
( listener: GrowthBookRefreshListener, )
src/services/analytics/growthbook.ts:139
↓ 2 callersFunctiononInit
()
src/screens/REPL.tsx:3792
← previousnext →3,601–3,700 of 11,484, ranked by callers