MCPcopy Create free account

hub / github.com/freecodexyz/free-code / functions

Functions11,548 in github.com/freecodexyz/free-code

↓ 1 callersFunctioncheckDangerousRemovalPaths
* Checks if an rm/rmdir command targets dangerous paths that should always * require explicit user approval, even if allowlist rules exist. * This p
src/tools/BashTool/pathValidation.ts:70
↓ 1 callersFunctioncheckDomainBlocklist
( domain: string, )
src/tools/WebFetchTool/utils.ts:176
↓ 1 callersFunctioncheckDuplicates
( blocks: KeybindingBlock[], )
src/keybindings/validate.ts:336
↓ 1 callersFunctioncheckEndpoints
()
src/utils/preflightChecks.tsx:17
↓ 1 callersFunctioncheckExistingWorkflowFile
(repoName_0: string)
src/commands/install-github-app/install-github-app.tsx:214
↓ 1 callersFunctioncheckForAsyncHookResponses
()
src/utils/hooks/AsyncHookRegistry.ts:113
↓ 1 callersFunctioncheckForLSPDiagnostics
()
src/services/lsp/LSPDiagnosticRegistry.ts:193
↓ 1 callersFunctioncheckForReleaseNotes
( lastSeenVersion: string | null | undefined, currentVersion: string = MACRO.VERSION, )
src/utils/releaseNotes.ts:312
↓ 1 callersFunctioncheckForReleaseNotesSync
( lastSeenVersion: string | null | undefined, currentVersion: string = MACRO.VERSION, )
src/utils/releaseNotes.ts:360
↓ 1 callersFunctioncheckGcpCredentialsValid
()
src/utils/auth.ts:848
↓ 1 callersFunctioncheckGithubTokenSynced
()
src/utils/background/remote/preconditions.ts:164
↓ 1 callersFunctioncheckGroveForNonInteractive
()
src/services/api/grove.ts:323
↓ 1 callersFunctioncheckGroveSettings
()
src/components/grove/Grove.tsx:157
↓ 1 callersFunctioncheckHasRemoteEnvironment
()
src/utils/background/remote/preconditions.ts:45
↓ 1 callersFunctioncheckIfLocalPlugin
* Check if a plugin is from a local source and cannot be remotely updated * @returns Error message if local, null if remote/updatable
src/commands/plugin/ManagePlugins.tsx:376
↓ 1 callersFunctioncheckInstallation
()
src/components/AutoUpdaterWrapper.tsx:35
↓ 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 callersFunctioncleanup
()
src/screens/REPL.tsx:2303
↓ 1 callersFunctioncleanupAgentTracking
(agentId: AgentId)
src/services/api/promptCacheBreakDetection.ts:700
↓ 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 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:22
↓ 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
← previousnext →4,501–4,600 of 11,548, ranked by callers