MCPcopy Create free account

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

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

↓ 1 callersFunctioncheckIsGitClean
()
src/utils/background/remote/preconditions.ts:36
↓ 1 callersFunctioncheckIsInGitRepo
()
src/utils/background/remote/preconditions.ts:59
↓ 1 callersFunctioncheckLargeToolResults
( data: ContextData, suggestions: ContextSuggestion[], )
src/utils/contextSuggestions.ts:70
↓ 1 callersFunctioncheckLoginState
()
src/commands/remote-setup/remote-setup.tsx:23
↓ 1 callersFunctioncheckManagedSettingsSecurity
(cachedSettings: SettingsJson | null, newSettings: SettingsJson | null)
src/services/remoteManagedSettings/securityCheck.tsx:22
↓ 1 callersFunctioncheckMcpTools
* Check MCP tools token count
src/utils/doctorContextWarnings.ts:119
↓ 1 callersFunctioncheckMcpbChanged
( source: string, pluginPath: string, )
src/utils/plugins/mcpbHandler.ts:622
↓ 1 callersFunctioncheckMemoryBloat
( data: ContextData, suggestions: ContextSuggestion[], )
src/utils/contextSuggestions.ts:187
↓ 1 callersFunctioncheckMetricsEnabled
()
src/services/api/metricsOptOut.ts:128
↓ 1 callersFunctioncheckMockFastModeRateLimit
( isFastModeActive?: boolean, )
src/services/mockRateLimits.ts:847
↓ 1 callersFunctioncheckMockRateLimitError
( currentModel: string, isFastModeActive?: boolean, )
src/services/rateLimitMocking.ts:42
↓ 1 callersFunctioncheckNearCapacity
( data: ContextData, suggestions: ContextSuggestion[], )
src/utils/contextSuggestions.ts:55
↓ 1 callersFunctioncheckOverageGate
()
src/commands/review/reviewRemote.ts:52
↓ 1 callersFunctioncheckPathConstraints
( input: { command: string }, parsed: ParsedPowerShellCommand, toolPermissionContext: ToolPermissionCont
src/tools/PowerShellTool/pathValidation.ts:1528
↓ 1 callersFunctioncheckPathConstraintsForStatement
( statement: ParsedPowerShellCommand['statements'][number], toolPermissionContext: ToolPermissionContext,
src/tools/PowerShellTool/pathValidation.ts:1569
↓ 1 callersFunctioncheckPermissionMode
( input: z.infer<typeof BashTool.inputSchema>, toolPermissionContext: ToolPermissionContext, )
src/tools/BashTool/modeValidation.ts:72
↓ 1 callersFunctioncheckPermissionsAndCallTool
( tool: Tool, toolUseID: string, input: { [key: string]: boolean | string | number }, toolUseContext:
src/services/tools/toolExecution.ts:599
↓ 1 callersFunctioncheckQuotaStatus
()
src/services/claudeAiLimits.ts:220
↓ 1 callersFunctioncheckReadResultBloat
( data: ContextData, suggestions: ContextSuggestion[], )
src/utils/contextSuggestions.ts:151
↓ 1 callersFunctioncheckRepoForRemoteAccess
( owner: string, repo: string, )
src/utils/background/remote/preconditions.ts:221
↓ 1 callersFunctioncheckRepositoryPermissions
(repoName: string)
src/commands/install-github-app/install-github-app.tsx:187
↓ 1 callersFunctioncheckReservedShortcuts
( bindings: ParsedBinding[], )
src/keybindings/validate.ts:373
↓ 1 callersFunctioncheckResponseForCacheBreak
( querySource: QuerySource, cacheReadTokens: number, cacheCreationTokens: number, messages: Message[],
src/services/api/promptCacheBreakDetection.ts:437
↓ 1 callersFunctioncheckResumeConsistency
(chain: Message[])
src/utils/sessionStorage.ts:2224
↓ 1 callersFunctioncheckRuleBasedPermissions
( tool: Tool, input: { [key: string]: unknown }, context: ToolUseContext, )
src/utils/permissions/permissions.ts:1071
↓ 1 callersFunctioncheckSandboxAutoAllow
* Checks if a command should be auto-allowed when sandboxed. * Returns early if there are explicit deny/ask rules that should be respected. * * NOT
src/tools/BashTool/bashPermissions.ts:1270
↓ 1 callersFunctioncheckSecurityRestrictionGate
( gate: string, )
src/services/analytics/growthbook.ts:851
↓ 1 callersFunctioncheckSedConstraints
( input: { command: string }, toolPermissionContext: ToolPermissionContext, )
src/tools/BashTool/sedValidation.ts:644
↓ 1 callersFunctioncheckSemanticsDeny
* checkSemantics-path deny enforcement. Calls checkEarlyExitDeny (exact-match * + full-command prefix deny), then checks each individual SimpleComman
src/tools/BashTool/bashPermissions.ts:1431
↓ 1 callersMethodcheckTmux
()
src/utils/terminalPanel.ts:62
↓ 1 callersFunctioncheckTmuxAvailable
()
src/utils/tmuxSocket.ts:151
↓ 1 callersFunctioncheckTokenBudget
( tracker: BudgetTracker, agentId: string | undefined, budget: number | null, globalTurnTokens: number
src/query/tokenBudget.ts:45
↓ 1 callersFunctioncheckUnreachableRules
* Check for unreachable permission rules (e.g., specific allow rules shadowed by tool-wide ask rules)
src/utils/doctorContextWarnings.ts:212
↓ 1 callersFunctioncheckWSLDistroMatch
( windowsPath: string, wslDistroName: string, )
src/utils/idePathConversion.ts:79
↓ 1 callersFunctioncheckoutBranch
* Checks out a specific branch
src/utils/teleport.tsx:251
↓ 1 callersFunctionchordExactlyMatches
* Check if a full chord matches a binding's chord.
src/keybindings/resolver.ts:140
↓ 1 callersFunctionchordPrefixMatches
* Check if a chord prefix matches the beginning of a binding's chord.
src/keybindings/resolver.ts:123
↓ 1 callersFunctionclaimTaskWithBusyCheck
* Claims a task with an atomic check for agent busy status. * Uses a task-list-level lock to ensure the busy check and claim are atomic.
src/utils/tasks.ts:618
↓ 1 callersFunctionclampChalkLevelForTmux
* tmux parses truecolor SGR (\e[48;2;r;g;bm) into its cell buffer correctly, * but its client-side emitter only re-emits truecolor to the outer termi
src/ink/colorize.ts:47
↓ 1 callersFunctionclassifyAPIError
(error: unknown)
src/services/api/errors.ts:965
↓ 1 callersFunctionclassifyGcsError
(e: unknown)
src/utils/plugins/officialMarketplaceGcs.ts:196
↓ 1 callersFunctionclassifyMcpToolForCollapse
( _serverName: string, toolName: string, )
src/tools/MCPTool/classifyForCollapse.ts:595
↓ 1 callersFunctionclassifyPluginCommandError
( error: unknown, )
src/utils/telemetry/pluginTelemetry.ts:238
↓ 1 callersFunctionclassifyToolError
(error: unknown)
src/services/tools/toolExecution.ts:150
↓ 1 callersFunctionclassifyYoloActionXml
* XML classifier for auto mode security decisions. Supports three modes: * * 'both' (default): Stage 1 ("fast") runs first with max_tokens=64 and *
src/utils/permissions/yoloClassifier.ts:711
↓ 1 callersFunctionclaudeInChromeToolRendering
()
src/services/mcp/client.ts:236
↓ 1 callersFunctioncleanWord
(word: string)
src/utils/suggestions/commandSuggestions.ts:542
↓ 1 callersMethodcleanup
()
src/server/web/session-manager.ts:50
↓ 1 callersFunctioncleanupAgentTracking
(agentId: AgentId)
src/services/api/promptCacheBreakDetection.ts:700
↓ 1 callersMethodcleanupMemory
()
src/server/web/public/terminal.js:4162
↓ 1 callersFunctioncleanupNpmInstallations
()
src/utils/nativeInstaller/installer.ts:1656
↓ 1 callersFunctioncleanupOldDebugLogs
()
src/utils/cleanup.ts:396
↓ 1 callersFunctioncleanupOldFileHistoryBackups
()
src/utils/cleanup.ts:305
↓ 1 callersFunctioncleanupOldImageCaches
()
src/utils/imageStore.ts:129
↓ 1 callersFunctioncleanupOldMessageFiles
()
src/utils/cleanup.ts:93
↓ 1 callersFunctioncleanupOldMessageFilesInBackground
()
src/utils/cleanup.ts:575
↓ 1 callersFunctioncleanupOldPastes
(cutoffDate: Date)
src/utils/pasteStore.ts:76
↓ 1 callersFunctioncleanupOldPlanFiles
()
src/utils/cleanup.ts:300
↓ 1 callersFunctioncleanupOldSessionEnvDirs
()
src/utils/cleanup.ts:350
↓ 1 callersFunctioncleanupOldSessionFiles
()
src/utils/cleanup.ts:155
↓ 1 callersFunctioncleanupOldVersionsThrottled
()
src/utils/cleanup.ts:543
↓ 1 callersFunctioncleanupSessionTeams
()
src/utils/swarm/teamHelpers.ts:576
↓ 1 callersFunctioncleanupShellAliases
()
src/utils/nativeInstaller/installer.ts:1492
↓ 1 callersFunctioncleanupSingleDirectory
* Generic helper for cleaning up old files in a single directory * @param dirPath Path to the directory to clean * @param extension File extension t
src/utils/cleanup.ts:266
↓ 1 callersFunctioncleanupStaleAgentWorktrees
( cutoffDate: Date, )
src/utils/worktree.ts:1058
↓ 1 callersFunctioncleanupStaleIdeLockfiles
()
src/utils/ide.ts:522
↓ 1 callersFunctioncleanupStream
( stream: Stream<BetaRawMessageStreamEvent> | undefined, )
src/services/api/claude.ts:2898
↓ 1 callersMethodclear
()
src/server/web/public/terminal.js:6877
↓ 1 callersFunctionclearAgentTranscriptSubdir
(agentId: string)
src/utils/sessionStorage.ts:243
↓ 1 callersFunctionclearAllDumpState
()
src/services/api/dumpPrompts.ts:44
↓ 1 callersFunctionclearAllLSPDiagnostics
()
src/services/lsp/LSPDiagnosticRegistry.ts:346
↓ 1 callersFunctionclearAllOutputStylesCache
()
src/constants/outputStyles.ts:177
↓ 1 callersFunctionclearAllPendingCallbacks
()
src/hooks/useSwarmPermissionPoller.ts:113
↓ 1 callersFunctionclearAllPlanSlugs
()
src/utils/plans.ts:71
↓ 1 callersFunctionclearAllPluginCaches
()
src/utils/plugins/cacheUtils.ts:26
↓ 1 callersFunctionclearAllSessions
()
src/services/api/sessionIngress.ts:511
↓ 1 callersFunctionclearAwsIniCache
()
src/utils/aws.ts:61
↓ 1 callersFunctionclearBetaHeaderLatches
()
src/bootstrap/state.ts:1744
↓ 1 callersFunctionclearBetaTracingState
()
src/utils/telemetry/betaSessionTracing.ts:65
↓ 1 callersFunctionclearBridgeDebugHandle
()
src/bridge/bridgeDebug.ts:61
↓ 1 callersFunctionclearCACertsCache
()
src/utils/caCerts.ts:112
↓ 1 callersFunctionclearClassifierApprovals
()
src/utils/classifierApprovals.ts:84
↓ 1 callersFunctionclearClaudeAIMcpConfigsCache
()
src/services/mcp/claudeai.ts:140
↓ 1 callersFunctionclearCliTeammateModeOverride
(newMode: TeammateMode)
src/utils/swarm/backends/teammateModeSnapshot.ts:43
↓ 1 callersFunctionclearCommandPrefixCaches
()
src/utils/bash/commands.ts:518
↓ 1 callersFunctionclearCommandQueue
()
src/utils/messageQueueManager.ts:322
↓ 1 callersFunctionclearCompactWarningSuppression
()
src/services/compact/compactWarningState.ts:16
↓ 1 callersFunctionclearCwdEnvFiles
()
src/utils/sessionEnvironment.ts:33
↓ 1 callersFunctionclearDynamicSkills
()
src/skills/loadSkillsDir.ts:1070
↓ 1 callersFunctionclearFileSuggestionCaches
()
src/hooks/fileSuggestions.ts:84
↓ 1 callersFunctionclearHeadlessMarks
* Clear all headless profiler marks from performance timeline
src/utils/headlessProfiler.ts:48
↓ 1 callersFunctionclearInternalWrites
()
src/utils/settings/internalWrites.ts:35
↓ 1 callersFunctionclearInvokedSkills
( preservedAgentIds?: ReadonlySet<string>, )
src/bootstrap/state.ts:1543
↓ 1 callersFunctionclearLeaderTeamName
()
src/utils/tasks.ts:43
↓ 1 callersMethodclearListener
()
src/server/web/public/terminal.js:1848
↓ 1 callersFunctionclearMTLSCache
()
src/utils/mtls.ts:157
↓ 1 callersMethodclearMarkers
(e3)
src/server/web/public/terminal.js:4032
↓ 1 callersFunctionclearMcpClientConfig
( serverName: string, serverConfig: McpSSEServerConfig | McpHTTPServerConfig, )
src/services/mcp/auth.ts:2416
↓ 1 callersFunctionclearMockEarlyWarning
()
src/services/mockRateLimits.ts:312
↓ 1 callersFunctionclearMockHeaders
()
src/services/mockRateLimits.ts:678
← previousnext →5,201–5,300 of 13,048, ranked by callers