MCPcopy Create free account

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

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

↓ 2 callersFunctioninstallFromGit
* Install a plugin from a git URL
src/utils/plugins/pluginLoader.ts:645
↓ 2 callersFunctioninstallLatest
( channelOrVersion: string, forceReinstall: boolean = false, )
src/utils/nativeInstaller/installer.ts:956
↓ 2 callersFunctioninstallLatestImpl
( channelOrVersion: string, forceReinstall: boolean = false, )
src/utils/nativeInstaller/installer.ts:976
↓ 2 callersFunctioninstallPluginAndNotify
(pluginId: string, pluginName: string, keyPrefix: string, addNotification: AddNotification, install: (pluginDa
src/hooks/usePluginRecommendationBase.tsx:80
↓ 2 callersFunctioninstallPluginsAndApplyMcpInBackground
()
src/cli/print.ts:1704
↓ 2 callersFunctioninstallResolvedPlugin
({ pluginId, entry, scope, marketplaceInstallLocation, }: { pluginId: string entry: PluginMarketpl
src/utils/plugins/pluginInstallationHelpers.ts:348
↓ 2 callersFunctioninstallSelectedPlugins
()
src/commands/plugin/BrowseMarketplace.tsx:314
↓ 2 callersFunctionintoLines
( h: Highlight, dim: boolean, skipBg: boolean, mode: ColorMode, )
src/native-ts/color-diff/index.ts:819
↓ 2 callersFunctionisAllowlistedPipelineTail
( cmd: ParsedCommandElement, originalCommand: string, )
src/tools/PowerShellTool/readOnlyValidation.ts:1052
↓ 2 callersFunctionisAnalyticsDisabled
()
src/services/analytics/config.ts:19
↓ 2 callersFunctionisApiKeyHelperFromProjectOrLocalSettings
* Check if the configured apiKeyHelper comes from project settings (projectSettings or localSettings)
src/utils/auth.ts:367
↓ 2 callersFunctionisApplicable
(a: (typeof MESSAGE_ACTIONS)[number], c: MessageActionsState)
src/components/messageActions.tsx:188
↓ 2 callersFunctionisAwsAuthRefreshFromProjectSettings
()
src/utils/auth.ts:392
↓ 2 callersFunctionisAwsCredentialExportFromProjectSettings
()
src/utils/auth.ts:417
↓ 2 callersFunctionisBareEscape
* Single-element key sequence matching "escape" or "esc" (case-insensitive). * Used to hole-punch the CGEventTap abort for model-synthesized Escape —
src/utils/computerUse/executor.ts:97
↓ 2 callersFunctionisBedrockAuthError
(error: unknown)
src/services/api/withRetry.ts:631
↓ 2 callersFunctionisBgSession
()
src/utils/concurrentSessions.ts:44
↓ 2 callersFunctionisBlockedAddress
(address: string)
src/utils/hooks/ssrfGuard.ts:42
↓ 2 callersFunctionisBlockedV4
(address: string)
src/utils/hooks/ssrfGuard.ts:55
↓ 2 callersFunctionisBriefEnabled
()
src/tools/BriefTool/BriefTool.ts:126
↓ 2 callersFunctionisCCRMode
* Check if we're in CCR (Claude Code Remote) mode. * In CCR mode, auth is handled via JWTs provided by the infrastructure, * not via /login. Transie
src/services/api/errors.ts:217
↓ 2 callersFunctionisChainParticipant
(m: Pick<Message, 'type'>)
src/utils/sessionStorage.ts:154
↓ 2 callersFunctionisChromeExtensionInstalledPortable
( browserPaths: BrowserPath[], log?: Logger, )
src/utils/claudeInChrome/setupPortable.ts:218
↓ 2 callersFunctionisClaudeSettingsPath
(filePath: string)
src/utils/permissions/filesystem.ts:200
↓ 2 callersFunctionisClmAllowedType
(typeName: string)
src/tools/PowerShellTool/clmTypes.ts:209
↓ 2 callersFunctionisCodeEditingTool
(toolName: string)
src/hooks/toolPermission/permissionLogging.ts:35
↓ 2 callersFunctionisCodexModel
(model: string)
src/services/api/codex-fetch-adapter.ts:52
↓ 2 callersFunctionisCommandMetadata
* Type guard to check if a suggestion's metadata is a Command. * Commands have a name string and a type property.
src/utils/suggestions/commandSuggestions.ts:86
↓ 2 callersFunctionisCommandOperator
* Check if a parsed token is a command operator (|, ||, &&, ;)
src/utils/bash/shellCompletion.ts:26
↓ 2 callersFunctionisCompactLinePrefixEnabled
()
src/utils/file.ts:278
↓ 2 callersFunctionisCompletedBackgroundBash
( msg: RenderableMessage, )
src/utils/collapseBackgroundBashNotifications.ts:14
↓ 2 callersFunctionisConsumerSubscriber
()
src/utils/auth.ts:1914
↓ 2 callersFunctionisCurrentDirectoryBareGitRepo
()
src/utils/git.ts:876
↓ 2 callersFunctionisCustomSubagentType
(subagentType: string | undefined)
src/tools/AgentTool/UI.tsx:869
↓ 2 callersFunctionisDangerousClassifierPermission
* Checks if a permission rule is dangerous for auto mode. * A rule is dangerous if it would auto-allow actions before the auto mode classifier * can
src/utils/permissions/permissionSetup.ts:272
↓ 2 callersFunctionisDebugRepaintsEnabled
()
src/ink/reconciler.ts:180
↓ 2 callersFunctionisDeferredToolsDeltaEnabled
()
src/utils/toolSearch.ts:629
↓ 2 callersFunctionisDesktopInstalled
* Check if Claude Desktop app is installed. * On macOS, checks for /Applications/Claude.app. * On Linux, checks if xdg-open can handle claude:// pro
src/utils/desktopDeepLink.ts:50
↓ 2 callersFunctionisDetailedProfilingEnabled
()
src/utils/startupProfiler.ts:147
↓ 2 callersFunctionisDotGitPathPS
(arg: string)
src/tools/PowerShellTool/gitSafety.ts:158
↓ 2 callersFunctionisDownloader
(name: string)
src/tools/PowerShellTool/powershellSecurity.ts:225
↓ 2 callersFunctionisEligibleForOverageCreditGrant
()
src/components/LogoV2/OverageCreditUpsell.tsx:27
↓ 2 callersFunctionisEmptyCellAt
(screen: Screen, x: number, y: number)
src/ink/screen.ts:424
↓ 2 callersFunctionisErrnoException
* Type guard narrowing an unknown error to a Node.js errno-style exception. * Uses `in` narrowing so no `as` cast is needed at call sites.
src/services/teamMemorySync/index.ts:142
↓ 2 callersFunctionisEscFinal
(byte: number)
src/ink/termio/ansi.ts:73
↓ 2 callersFunctionisEscaped
* Checks if a character at a given index is escaped (preceded by odd number of backslashes).
src/utils/settings/permissionValidation.ts:15
↓ 2 callersFunctionisExtraUsageAllowed
()
src/commands/extra-usage/index.ts:6
↓ 2 callersFunctionisExtraUsageEnabled
* Check if extra usage is enabled based on the cached disabled reason. * Extra usage is considered enabled if there's no disabled reason, * or if th
src/utils/model/check1mAccess.ts:11
↓ 2 callersFunctionisExtractModeActive
()
src/memdir/paths.ts:69
↓ 2 callersFunctionisFileWithinReadSizeLimit
( filePath: string, maxSizeBytes: number = MAX_OUTPUT_SIZE, )
src/utils/file.ts:547
↓ 2 callersFunctionisFoundationModel
(modelId: string)
src/utils/model/bedrock.ts:181
↓ 2 callersFunctionisGateEnabled
()
src/bridge/trustedDevice.ts:35
↓ 2 callersFunctionisGcpAuthRefreshFromProjectSettings
()
src/utils/auth.ts:825
↓ 2 callersFunctionisGeneratedFile
(filePath: string)
src/utils/generatedFiles.ts:85
↓ 2 callersFunctionisGitHubSshLikelyConfigured
* Check if SSH is likely to work for GitHub * This is a quick heuristic check that avoids the full clone timeout * * Uses StrictHostKeyChecking=yes
src/utils/plugins/marketplaceManager.ts:723
↓ 2 callersFunctionisGitInternalPath
* Checks if a path is a git-internal path (HEAD, objects/, refs/, hooks/).
src/tools/BashTool/readOnlyValidation.ts:1781
↓ 2 callersFunctionisHealthy
* Checks if the server is healthy and ready to handle requests. * * @returns true if state is 'running' AND the client has completed initializat
src/services/lsp/LSPServerInstance.ts:338
↓ 2 callersFunctionisHookEqual
( a: HookCommand | { type: 'function'; timeout?: number }, b: HookCommand | { type: 'function'; timeout?:
src/utils/hooks/hooksSettings.ts:33
↓ 2 callersFunctionisIDEExtensionInstalled
( ideType: IdeType, )
src/utils/ide.ts:852
↓ 2 callersFunctionisIdleNotification
* Check if a command value is an idle notification that should be hidden. * Idle notifications are processed silently without showing to the user.
src/components/PromptInput/PromptInputQueuedCommands.tsx:20
↓ 2 callersFunctionisIex
(name: string)
src/tools/PowerShellTool/powershellSecurity.ts:229
↓ 2 callersFunctionisImageBlock
(block: ContentBlockParam)
src/utils/mcpValidation.ts:55
↓ 2 callersFunctionisInTransientGitState
* Check if we're in a transient git state (merge, rebase, cherry-pick, or revert). * During these operations, we skip diff calculation since the work
src/utils/gitDiff.ts:307
↓ 2 callersFunctionisInternalHook
(matched: MatchedHook)
src/utils/hooks.ts:1440
↓ 2 callersFunctionisInvalidTypeIssue
* Helper type guards for specific Zod v4 issue types * In v4, issue types have different structures than v3
src/utils/settings/validation.ts:15
↓ 2 callersFunctionisInvalidValueIssue
(issue: ZodIssue)
src/utils/settings/validation.ts:23
↓ 2 callersFunctionisJsonLine
(line: string)
src/utils/streamJsonStdoutGuard.ts:14
↓ 2 callersFunctionisJsonlTranscriptEnabled
()
src/utils/permissions/yoloClassifier.ts:1379
↓ 2 callersFunctionisKeybindingBlockArray
* Type guard to check if an array contains only valid KeybindingBlocks.
src/keybindings/loadUserBindings.ts:108
↓ 2 callersFunctionisLabeledHookSummary
( msg: RenderableMessage, )
src/utils/collapseHookSummaries.ts:6
↓ 2 callersFunctionisLegacyModelRemapEnabled
()
src/utils/model/model.ts:591
↓ 2 callersFunctionisLocalMcpServer
(config: ScopedMcpServerConfig)
src/services/mcp/client.ts:563
↓ 2 callersFunctionisLocationLink
* Checks if an object is a LocationLink (has targetUri) vs Location (has uri)
src/tools/LSPTool/formatters.ts:119
↓ 2 callersFunctionisMainSessionTask
( task: unknown, )
src/tasks/LocalMainSessionTask.ts:307
↓ 2 callersFunctionisMainThreadSource
(querySource: QuerySource | undefined)
src/services/compact/microCompact.ts:249
↓ 2 callersFunctionisMarketplacePluginRelevant
( pluginName: string, context: TipContext | undefined, signals: { filePath?: RegExp; cli?: string[] }, )
src/services/tips/tipRegistry.ts:69
↓ 2 callersFunctionisMcpServerCommandEntry
( entry: AllowedMcpServerEntry | DeniedMcpServerEntry, )
src/utils/settings/types.ts:1118
↓ 2 callersFunctionisMcpServerDenied
* Check if an MCP server is denied by enterprise policy * Checks name-based, command-based, and URL-based restrictions * @param serverName The name
src/services/mcp/config.ts:364
↓ 2 callersFunctionisMcpServerUrlEntry
( entry: AllowedMcpServerEntry | DeniedMcpServerEntry, )
src/utils/settings/types.ts:1127
↓ 2 callersFunctionisMcpSessionExpiredError
(error: Error)
src/services/mcp/client.ts:193
↓ 2 callersFunctionisMemoryDirectory
(dirPath: string)
src/utils/memoryFileDetection.ts:152
↓ 2 callersFunctionisMinimalSession
(sessionId: string)
src/commands/insights.ts:2975
↓ 2 callersFunctionisModeSetRequest
( messageText: string, )
src/utils/teammateMailbox.ts:1048
↓ 2 callersFunctionisModelCapabilitiesEligible
()
src/utils/model/modelCapabilities.ts:46
↓ 2 callersFunctionisMouseTrackingEnabled
()
src/utils/fullscreen.ts:140
↓ 2 callersFunctionisMultiSessionSpawnEnabled
* GrowthBook gate for multi-session spawn modes (--spawn / --capacity / --create-session-in-dir). * Sibling of tengu_ccr_bridge_multi_environment (mu
src/bridge/bridgeMain.ts:96
↓ 2 callersFunctionisNormalizedCdCommand
(command: string)
src/tools/BashTool/bashPermissions.ts:2603
↓ 2 callersFunctionisNormalizedGitCommand
(command: string)
src/tools/BashTool/bashPermissions.ts:2567
↓ 2 callersFunctionisNotEmptyMessage
(message: Message)
src/utils/messages.ts:689
↓ 2 callersFunctionisNullRenderingAttachment
( msg: Message | NormalizedMessage, )
src/components/messages/nullRenderingAttachments.ts:63
↓ 2 callersFunctionisOfficialMarketplaceSkill
(command: PromptCommand)
src/tools/SkillTool/SkillTool.ts:935
↓ 2 callersFunctionisOpeningContext
(chars: string[], index: number)
src/tools/FileEditTool/utils.ts:138
↓ 2 callersFunctionisOverlyBroadBashAllowRule
( ruleValue: PermissionRuleValue, )
src/utils/permissions/permissionSetup.ts:351
↓ 2 callersFunctionisOverlyBroadPowerShellAllowRule
( ruleValue: PermissionRuleValue, )
src/utils/permissions/permissionSetup.ts:365
↓ 2 callersFunctionisPathAllowed
* Checks if a resolved path is allowed for the given operation type. * Mirrors the logic in BashTool/pathValidation.ts isPathAllowed.
src/tools/PowerShellTool/pathValidation.ts:863
↓ 2 callersFunctionisPathGitignored
( filePath: string, cwd: string, )
src/utils/git/gitignore.ts:23
↓ 2 callersFunctionisPathInSandboxWriteAllowlist
(resolvedPath: string)
src/utils/permissions/pathValidation.ts:101
↓ 2 callersFunctionisPerfettoTracingEnabled
()
src/utils/telemetry/perfettoTracing.ts:384
↓ 2 callersFunctionisPermissionExplainerEnabled
()
src/utils/permissions/permissionExplainer.ts:139
↓ 2 callersFunctionisPermissionUpdateDestination
* Type guard to check if a PermissionRuleSource is a valid PermissionUpdateDestination. * Sources like 'flagSettings', 'policySettings', and 'command
src/utils/permissions/permissionSetup.ts:456
← previousnext →3,401–3,500 of 11,548, ranked by callers