MCPcopy Create free account

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

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

↓ 6 callersFunctionisCommandAvailable
(command: string)
src/utils/env.ts:40
↓ 6 callersFunctionisDuplicatePath
( fs: FsOperations, filePath: string, loadedPaths: Set<string>, )
src/utils/fsOperations.ts:187
↓ 6 callersFunctionisFastModeCooldown
()
src/utils/fastMode.ts:315
↓ 6 callersFunctionisFileReadDenied
( filePath: string, toolPermissionContext: ToolPermissionContext, )
src/utils/attachments.ts:3986
↓ 6 callersFunctionisHookAttachmentMessage
( message: Message, )
src/utils/messages.ts:1028
↓ 6 callersFunctionisInITerm2
()
src/utils/swarm/backends/detection.ts:90
↓ 6 callersFunctionisInProcessEnabled
()
src/utils/swarm/backends/registry.ts:351
↓ 6 callersFunctionisInsideTmux
()
src/utils/swarm/backends/detection.ts:50
↓ 6 callersFunctionisKairosCronEnabled
()
src/tools/ScheduleCronTool/prompt.ts:36
↓ 6 callersFunctionisMaxSubscriber
()
src/utils/auth.ts:1679
↓ 6 callersFunctionisMcpServerAllowedByPolicy
* Check if an MCP server is allowed by enterprise policy * Checks name-based, command-based, and URL-based restrictions * @param serverName The name
src/services/mcp/config.ts:417
↓ 6 callersFunctionisMultiSelectEnumSchema
( schema: PrimitiveSchemaDefinition, )
src/utils/mcp/elicitationValidation.ts:52
↓ 6 callersFunctionisOAuthTokenExpired
(expiresAt: number | null)
src/services/oauth/client.ts:344
↓ 6 callersFunctionisOfficialMarketplaceName
( marketplace: string | undefined, )
src/utils/plugins/pluginIdentifier.ts:75
↓ 6 callersFunctionisPanelAgentTask
(t: unknown)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:159
↓ 6 callersFunctionisPerfettoTracingEnabled
()
src/utils/telemetry/perfettoTracing.ts:384
↓ 6 callersFunctionisPidBasedLockingEnabled
()
src/utils/nativeInstaller/pidLock.ts:35
↓ 6 callersFunctionisPluginInstalled
(pluginId: string)
src/utils/plugins/installedPluginsManager.ts:818
↓ 6 callersFunctionisPowerShellParameter
( arg: string, elementType?: CommandElementType, )
src/utils/powershell/parser.ts:1647
↓ 6 callersMethodisRawModeSupported
()
src/ink/components/App.tsx:151
↓ 6 callersFunctionisScratchpadEnabled
()
src/utils/permissions/filesystem.ts:298
↓ 6 callersFunctionisSessionPersistenceDisabled
()
src/bootstrap/state.ts:1329
↓ 6 callersFunctionisX402Enabled
()
src/services/x402/config.ts:98
↓ 6 callersFunctionisXaaEnabled
()
src/services/mcp/xaaIdpLogin.ts:32
↓ 6 callersFunctionkillAsyncAgent
(taskId: string, setAppState: SetAppState)
src/tasks/LocalAgentTask/LocalAgentTask.tsx:281
↓ 6 callersMethodkillPane
* Kills/closes a specific pane.
src/utils/swarm/backends/TmuxBackend.ts:271
↓ 6 callersFunctionlastGrapheme
(text: string)
src/utils/intl.ts:37
↓ 6 callersFunctionlistCandidates
( projectDir: string, doStat: boolean, projectPath?: string, )
src/utils/listSessionsImpl.ts:169
↓ 6 callersFunctionlistener
(newLimits: ClaudeAILimits)
src/services/claudeAiLimitsHook.ts:12
↓ 6 callersFunctionloadFullLog
(log: LogOption)
src/utils/sessionStorage.ts:2949
↓ 6 callersFunctionloadMarketplacesWithGracefulDegradation
( config: Record<string, KnownMarketplace>, )
src/utils/plugins/marketplaceHelpers.ts:71
↓ 6 callersFunctionloadPluginMcpServers
( plugin: LoadedPlugin, errors: PluginError[] = [], )
src/utils/plugins/mcpPluginIntegration.ts:131
↓ 6 callersFunctionloadSkillsFromSkillsDir
* Loads skills from a /skills/ directory path. * Only supports directory format: skill-name/SKILL.md
src/skills/loadSkillsDir.ts:407
↓ 6 callersFunctionlogError
()
src/bridge/stub.ts:48
↓ 6 callersFunctionlogModeDecision
( enabled: boolean, mode: ToolSearchMode, reason: string, extraProps?: Record<string, number>,
src/utils/toolSearch.ts:395
↓ 6 callersFunctionlogPull
( startTime: number, outcome: { success: boolean filesWritten?: number notModified?: boolean
src/services/teamMemorySync/index.ts:1195
↓ 6 callersFunctionmatchingRulesForInput
* Get matching rules for input across all rule types (deny, ask, allow)
src/tools/PowerShellTool/powershellPermissions.ts:338
↓ 6 callersFunctionmatchingRulesForInput
( input: z.infer<typeof BashTool.inputSchema>, toolPermissionContext: ToolPermissionContext, matchMode:
src/tools/BashTool/bashPermissions.ts:937
↓ 6 callersMethodmeasure
()
src/server/web/public/terminal.js:1655
↓ 6 callersFunctionmkdirSync
(dirPath, options)
src/utils/fsOperations.ts:528
↓ 6 callersFunctionmoveAndSettle
( input: Input, x: number, y: number, )
src/utils/computerUse/executor.ts:113
↓ 6 callersFunctionnormalize
(name: string)
src/tools/MCPTool/classifyForCollapse.ts:588
↓ 6 callersFunctionnormalizeFilePath
(filePath: string)
src/utils/commitAttribution.ts:252
↓ 6 callersFunctionnormalizePathForConfigKey
(path: string)
src/utils/path.ts:149
↓ 6 callersMethodnotifySelectionChange
()
src/ink/ink.tsx:1248
↓ 6 callersMethodonData
()
src/server/web/public/terminal.js:5964
↓ 6 callersFunctionparseAddress
(to: string)
src/utils/peerAddress.ts:8
↓ 6 callersFunctionparseAgentToolsFromFrontmatter
( toolsValue: unknown, )
src/utils/markdownConfigLoader.ts:113
↓ 6 callersFunctionparseCommand
Parse a single command: simple, compound, or control structure.
src/utils/bash/bashParser.ts:995
↓ 6 callersFunctionparseGitRemote
(input: string)
src/utils/detectRepository.ts:87
↓ 6 callersFunctionparseRGB
(colorStr: string)
src/components/Spinner/utils.ts:70
↓ 6 callersFunctionpersistDenialState
* Persist denial tracking state. For async subagents with localDenialTracking, * mutate the local state in place (since setAppState is a no-op). Othe
src/utils/permissions/permissions.ts:963
↓ 6 callersFunctionpersistPermissionUpdate
(update: PermissionUpdate)
src/utils/permissions/PermissionUpdate.ts:222
↓ 6 callersFunctionpersistPermissionUpdates
(updates: PermissionUpdate[])
src/utils/permissions/PermissionUpdate.ts:349
↓ 6 callersFunctionpick
(rng: () => number, arr: readonly T[])
src/buddy/companion.ts:39
↓ 6 callersFunctionpoll
()
src/hooks/usePrStatus.ts:49
↓ 6 callersFunctionprocessMdRules
({ rulesDir, type, processedPaths, includeExternal, conditionalRule, visitedDirs = new Set(), }: {
src/utils/claudemd.ts:697
↓ 6 callersFunctionpsExeHasParamAbbreviation
* Wrapper around commandHasArgAbbreviation that also matches alternative * parameter prefixes (`/`, en-dash, em-dash, horizontal-bar). PowerShell's
src/tools/PowerShellTool/powershellSecurity.ts:83
↓ 6 callersMethodput
(e3, t3, i3)
src/server/web/public/terminal.js:4775
↓ 6 callersFunctionreadFileSyncWithMetadata
(filePath: string)
src/utils/fileRead.ts:75
↓ 6 callersFunctionreadLockContent
( lockFilePath: string, )
src/utils/nativeInstaller/pidLock.ts:137
↓ 6 callersFunctionrecordSidechainTranscript
( messages: Message[], agentId?: string, startingParentUuid?: UUID | null, )
src/utils/sessionStorage.ts:1451
↓ 6 callersMethodrender
()
src/components/SentryErrorBoundary.ts:21
↓ 6 callersFunctionresetSessionFilePointer
()
src/utils/sessionStorage.ts:1505
↓ 6 callersFunctionresolveColor
* Resolves a color value that may be a theme key to a raw Color.
src/components/design-system/ThemedBox.tsx:42
↓ 6 callersFunctionresolveThemeSetting
(setting: ThemeSetting)
src/utils/systemTheme.ts:42
↓ 6 callersFunctionrgb
(r: number, g: number, b: number)
src/ink/hooks/use-tab-status.ts:13
↓ 6 callersFunctionripgrepCommand
()
src/utils/ripgrep.ts:67
↓ 6 callersFunctionroundValue
( v: number, scale: number, forceCeil: boolean, forceFloor: boolean, )
src/native-ts/yoga-layout/index.ts:2483
↓ 6 callersFunctionrow
(l1: string, v1: string, l2: string, v2: string)
src/components/Stats.tsx:1106
↓ 6 callersFunctionrunWithAgentContext
(context: AgentContext, fn: () => T)
src/utils/agentContext.ts:108
↓ 6 callersFunctionsafeEntries
( obj: Record<string, V> | undefined | null, )
src/commands/insights.ts:3025
↓ 6 callersFunctionsaveInstalledPluginsV2
* Save installed plugins in V2 format to installed_plugins.json. * This is the single source of truth after V1/V2 consolidation.
src/utils/plugins/installedPluginsManager.ts:370
↓ 6 callersFunctionscopeToSettingSource
( scope: PluginScope, )
src/utils/plugins/pluginIdentifier.ts:104
↓ 6 callersMethodscrollLines
(e3)
src/server/web/public/terminal.js:881
↓ 6 callersFunctionsendNotification
( notif: NotificationOptions, terminal: TerminalNotification, )
src/services/notifier.ts:18
↓ 6 callersMethodsetJustifyContent
(justify: LayoutJustify)
src/ink/layout/yoga.ts:231
↓ 6 callersMethodsetgCharset
(e3, t3)
src/server/web/public/terminal.js:5432
↓ 6 callersFunctionshift
(p: Point, vRow: number)
src/ink/selection.ts:540
↓ 6 callersFunctionshouldBypassProxy
( urlString: string, noProxy: string | undefined = getNoProxy(), )
src/utils/proxy.ts:88
↓ 6 callersMethodshutdown
()
src/utils/telemetry/bigqueryExporter.ts:215
↓ 6 callersMethodstart
Mark flush as in-progress. enqueue() will start queuing items.
src/bridge/flushGate.ts:29
↓ 6 callersMethodstartOfLine
()
src/utils/Cursor.ts:426
↓ 6 callersFunctionstopConnecting
Stop the connecting spinner.
src/bridge/bridgeUI.ts:180
↓ 6 callersFunctionstrEquals
(a: string, b: string)
src/tools/PowerShellTool/powershellPermissions.ts:178
↓ 6 callersFunctionstyleBorderLine
( line: string, color: Color | undefined, dim: boolean | undefined, )
src/ink/render-border.ts:70
↓ 6 callersFunctionsubstitutePluginVariables
( value: string, plugin: { path: string; source?: string }, )
src/utils/plugins/pluginOptionsStorage.ts:326
↓ 6 callersFunctionsuggestionForExactCommand
(command: string)
src/tools/BashTool/bashPermissions.ts:266
↓ 6 callersFunctionsymbolKindToString
* Maps SymbolKind enum to readable string
src/tools/LSPTool/formatters.ts:272
↓ 6 callersMethodtext
()
src/utils/Cursor.ts:1038
↓ 6 callersFunctiontoApiError
(res: Response)
web/lib/api/client.ts:64
↓ 6 callersFunctiontoArray
(val: T | T[])
src/utils/shell/specPrefix.ts:36
↓ 6 callersFunctiontoSDKMessages
(messages: Message[])
src/utils/messages/mappers.ts:115
↓ 6 callersMethodtrackWrite
(fn: () => Promise<T>)
src/utils/sessionStorage.ts:597
↓ 6 callersFunctiontransitionHyperlink
( diff: Diff, current: Hyperlink, target: Hyperlink, )
src/ink/log-update.ts:470
↓ 6 callersMethodtxn
(fn: (prev: Point) => [patches: Diff, next: Delta])
src/ink/log-update.ts:765
↓ 6 callersFunctionuninstallPluginOp
( plugin: string, scope: InstallableScope = 'user', deleteDataDir = true, )
src/services/plugins/pluginOperations.ts:427
↓ 6 callersFunctionunmount
()
src/ink/root.ts:99
↓ 6 callersMethodunmount
(error?: Error | number | null)
src/ink/ink.tsx:1455
↓ 6 callersFunctionupdateActiveSpeculationState
( setAppState: SetAppState, updater: (state: ActiveSpeculationState) => Partial<ActiveSpeculationState>, )
src/services/PromptSuggestion/speculation.ts:310
← previousnext →1,001–1,100 of 13,048, ranked by callers