MCPcopy Create free account

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

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

↓ 1 callersFunctionisBuddyTeaserWindow
()
src/buddy/useBuddyNotification.tsx:12
↓ 1 callersFunctionisBuiltinPluginId
(pluginId: string)
src/plugins/builtinPlugins.ts:37
↓ 1 callersFunctionisCSIFinal
(byte: number)
src/ink/termio/csi.ts:36
↓ 1 callersFunctionisCSIParam
(byte: number)
src/ink/termio/csi.ts:24
↓ 1 callersFunctionisCachedMicrocompactEnabled
()
src/services/compact/cachedMicrocompact.ts:32
↓ 1 callersFunctionisCcrMirrorEnabled
()
src/bridge/bridgeEnabled.ts:197
↓ 1 callersFunctionisChannelAllowlisted
( pluginSource: string | undefined, )
src/services/mcp/channelAllowlist.ts:67
↓ 1 callersFunctionisChannelPermissionRelayEnabled
()
src/services/mcp/channelPermissions.ts:36
↓ 1 callersFunctionisChromeExtensionInstalled_CACHED_MAY_BE_STALE
* Get cached value of whether Chrome extension is installed. Returns * from disk cache immediately, updates cache in background. * * Use this for s
src/utils/claudeInChrome/setup.ts:362
↓ 1 callersFunctionisClassifierChecking
(toolUseID: string)
src/utils/classifierApprovals.ts:76
↓ 1 callersFunctionisClassifierDenial
(content: string)
src/utils/messages.ts:257
↓ 1 callersFunctionisClaudeConfigFilePath
(filePath: string)
src/utils/permissions/filesystem.ts:225
↓ 1 callersFunctionisClaudeMdExcluded
* Checks whether a CLAUDE.md file path is excluded by the claudeMdExcludes setting. * Only applies to User, Project, and Local memory types. * Manag
src/utils/claudemd.ts:547
↓ 1 callersFunctionisClaudeProcess
* Validate that a running process is actually a Claude process * This helps mitigate PID reuse issues
src/utils/nativeInstaller/pidLock.ts:101
↓ 1 callersFunctionisClosedMessage
(data: unknown)
src/hooks/useDiffInIDE.ts:346
↓ 1 callersMethodisClosedStatus
()
src/cli/transports/SSETransport.ts:663
↓ 1 callersFunctionisCollapsibleToolResult
* Type predicate: Check if a message is a tool result for collapsible tools. * Returns true if ALL tool results in the message are for tracked collap
src/utils/collapseReadSearch.ts:431
↓ 1 callersFunctionisCollapsibleToolUse
* Type predicate: Check if a message is a collapsible tool use.
src/utils/collapseReadSearch.ts:406
↓ 1 callersFunctionisCommandAvailable
(command: string)
src/utils/editor.ts:13
↓ 1 callersFunctionisCommandAvailable
* Check if a command is available in PATH. * * Uses which to find the actual executable without executing it. * This is a security best practice to
src/utils/plugins/gitAvailability.ts:21
↓ 1 callersFunctionisCommandList
(command: string)
src/utils/bash/commands.ts:539
↓ 1 callersFunctionisCommandReadOnly
* Checks if a single command string is read-only based on READONLY_COMMAND_REGEXES. * Internal helper function that validates individual commands. *
src/tools/BashTool/readOnlyValidation.ts:1678
↓ 1 callersFunctionisCommandSafeViaFlagParsing
(command: string)
src/tools/BashTool/readOnlyValidation.ts:1246
↓ 1 callersFunctionisCommandSeparator
* Checks if an operator is a command separator that starts a new command context. * After these operators, environment variable assignments are valid
src/utils/bash/bashPipeCommand.ts:227
↓ 1 callersFunctionisComputerUseLock
(value: unknown)
src/utils/computerUse/computerUseLock.ts:34
↓ 1 callersFunctionisComputerUseMCPServer
(name: string)
src/utils/computerUse/common.ts:59
↓ 1 callersFunctionisConnectionError
(err: unknown)
src/bridge/bridgeMain.ts:1590
↓ 1 callersFunctionisConsumerPlan
(plan: SubscriptionType)
src/utils/auth.ts:1910
↓ 1 callersFunctionisContentAlreadyCompacted
( content: ToolResultBlockParam['content'], )
src/utils/toolResultStorage.ts:498
↓ 1 callersFunctionisCoreFile
(path: string)
src/utils/exampleCommands.ts:31
↓ 1 callersFunctionisCtrlKey
(code: string)
src/ink/parse-keypress.ts:440
↓ 1 callersFunctionisCursorInstalled
()
src/utils/ide.ts:1051
↓ 1 callersFunctionisDOMElement
(node: DOMElement | TextNode)
src/ink/dom.ts:439
↓ 1 callersFunctionisDangerousBashPermission
( toolName: string, ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:94
↓ 1 callersFunctionisDangerousFilePathToAutoEdit
* Check if a file path is dangerous to auto-edit without explicit permission. * This includes: * - Files in .git directories or .gitconfig files (to
src/utils/permissions/filesystem.ts:435
↓ 1 callersFunctionisDangerousPowerShellPermission
( toolName: string, ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:157
↓ 1 callersFunctionisDangerousTaskPermission
( toolName: string, _ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:240
↓ 1 callersFunctionisDefaultMode
(mode: PermissionMode | undefined)
src/utils/permissions/PermissionMode.ts:127
↓ 1 callersFunctionisDefaultPermissionModeAuto
()
src/utils/permissions/permissionSetup.ts:1433
↓ 1 callersFunctionisDirEmpty
(dirPath: string)
src/utils/file.ts:335
↓ 1 callersFunctionisDockerSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1759
↓ 1 callersFunctionisDotnetSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1809
↓ 1 callersFunctionisDreamTask
(task: unknown)
src/tasks/DreamTask/DreamTask.ts:43
↓ 1 callersFunctionisEagainError
* Check if an error is EAGAIN (resource temporarily unavailable). * This happens in resource-constrained environments (Docker, CI) when * ripgrep tr
src/utils/ripgrep.ts:87
↓ 1 callersFunctionisEastAsianWide
(codePoint: number)
src/ink/termio/parser.ts:39
↓ 1 callersFunctionisEligibleForRemoteManagedSettings
()
src/services/remoteManagedSettings/index.ts:144
↓ 1 callersFunctionisEmoji
(codePoint: number)
src/ink/termio/parser.ts:29
↓ 1 callersFunctionisEmptyCellByIndex
(screen: Screen, index: number)
src/ink/screen.ts:417
↓ 1 callersFunctionisEnabled
()
src/commands/bridge/index.ts:5
↓ 1 callersFunctionisEndCode
(code: AnsiCode)
src/utils/sliceAnsi.ts:11
↓ 1 callersFunctionisEnvironmentVariableAssignment
* Checks if a string is an environment variable assignment (VAR=value) * Environment variable names must start with letter or underscore, * followed
src/utils/bash/bashPipeCommand.ts:219
↓ 1 callersFunctionisEphemeralToolProgress
(dataType: unknown)
src/utils/sessionStorage.ts:194
↓ 1 callersFunctionisExcludedModel
(model: string)
src/services/api/promptCacheBreakDetection.ts:129
↓ 1 callersFunctionisExternalCommandSafe
(command: string, args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1522
↓ 1 callersFunctionisExternalPermissionMode
( mode: PermissionMode, )
src/utils/permissions/PermissionMode.ts:97
↓ 1 callersFunctionisFastModeNotEnabledError
(error: unknown)
src/services/api/withRetry.ts:600
↓ 1 callersFunctionisFileDeleted
(filePath: string)
src/utils/commitAttribution.ts:793
↓ 1 callersFunctionisFileEditResult
(result: unknown)
src/hooks/useTurnDiffs.ts:36
↓ 1 callersFunctionisFilePatternTool
(toolName: string)
src/utils/settings/toolValidationConfig.ts:91
↓ 1 callersFunctionisFileWriteOutput
(result: FileEditResult)
src/hooks/useTurnDiffs.ts:49
↓ 1 callersFunctionisFilesystemCommand
(command: string)
src/tools/BashTool/modeValidation.ts:19
↓ 1 callersFunctionisForced
()
src/services/autoDream/autoDream.ts:105
↓ 1 callersFunctionisGateOpen
()
src/services/autoDream/autoDream.ts:95
↓ 1 callersFunctionisGhSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1703
↓ 1 callersFunctionisGitSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1584
↓ 1 callersFunctionisGoogleAuthLibraryCredentialError
(error: unknown)
src/services/api/withRetry.ts:660
↓ 1 callersFunctionisGuiEditor
(editor: string)
src/utils/promptEditor.ts:21
↓ 1 callersFunctionisHTTPConfig
(config: McpServerConfig)
src/services/mcp/utils.ts:449
↓ 1 callersFunctionisHelpCommand
(command: string)
src/utils/bash/commands.ts:388
↓ 1 callersFunctionisHeredocDelimChar
* Unquoted heredoc delimiter chars. Bash accepts most non-metacharacters — * not just identifiers. Stop at whitespace, redirects, pipe/list operators
src/utils/bash/bashParser.ts:252
↓ 1 callersFunctionisHexDigit
(c: string)
src/utils/bash/bashParser.ts:238
↓ 1 callersFunctionisIdleNotification
( messageText: string, )
src/utils/teammateMailbox.ts:435
↓ 1 callersFunctionisInClaudeFolder
(filePath: string)
src/components/permissions/FilePermissionDialog/permissionOptions.tsx:15
↓ 1 callersFunctionisInForkChild
(messages: MessageType[])
src/tools/AgentTool/forkSubagent.ts:78
↓ 1 callersFunctionisInGlobalClaudeFolder
(filePath: string)
src/components/permissions/FilePermissionDialog/permissionOptions.tsx:34
↓ 1 callersFunctionisInclusiveMotion
(key: string)
src/vim/motions.ts:72
↓ 1 callersFunctionisInputModeCharacter
(input: string)
src/components/PromptInput/inputModes.ts:31
↓ 1 callersFunctionisInstructionsMemoryType
* Converts memory files to attachments, filtering out already-loaded files. * * @param memoryFiles The memory files to convert * @param toolUseCont
src/utils/attachments.ts:1698
↓ 1 callersFunctionisInstructionsMemoryType
( type: MemoryType, )
src/utils/claudemd.ts:1077
↓ 1 callersFunctionisInternalModelRepoCached
()
src/utils/commitAttribution.ts:106
↓ 1 callersFunctionisInternalWarning
(warning: Error)
src/utils/warningHandler.ts:43
↓ 1 callersFunctionisItemTypeParamAbbrev
* Check if a lowered, dash-normalized arg (colon-value stripped) is an * unambiguous PowerShell abbreviation of New-Item's -ItemType or -Type param.
src/tools/PowerShellTool/modeValidation.ts:64
↓ 1 callersFunctionisJetBrainsPluginInstalled
( ideType: IdeType, )
src/utils/jetbrains.ts:134
↓ 1 callersFunctionisJetBrainsPluginInstalledCached
( ideType: IdeType, forceRefresh = false, )
src/utils/jetbrains.ts:171
↓ 1 callersFunctionisJetBrainsPluginInstalledCachedSync
( ideType: IdeType, )
src/utils/jetbrains.ts:187
↓ 1 callersFunctionisJetBrainsPluginInstalledMemoized
( ideType: IdeType, forceRefresh = false, )
src/utils/jetbrains.ts:153
↓ 1 callersFunctionisKeyChar
(ch: string)
src/utils/git/gitConfigParser.ts:270
↓ 1 callersFunctionisKeybindingBlockArray
* Type guard to check if an array contains only valid KeybindingBlocks.
src/keybindings/validate.ts:52
↓ 1 callersFunctionisKillKey
(e: KeyboardEvent)
src/hooks/useSearchInput.ts:42
↓ 1 callersFunctionisKillKey
(key: Key, input: string)
src/hooks/useTextInput.ts:416
↓ 1 callersFunctionisKnownAlias
(model: string)
src/commands/model/model.tsx:233
↓ 1 callersFunctionisKnownSubcommand
( arg: string, spec: { subcommands?: { name: string | string[] }[] } | null, )
src/utils/bash/prefix.ts:18
↓ 1 callersFunctionisLargeOutputs
( outputs: (NotebookCellSourceOutput | undefined)[], )
src/utils/notebook.ts:22
↓ 1 callersFunctionisLegacyOpusFirstParty
(model: string)
src/utils/model/model.ts:584
↓ 1 callersFunctionisLegacyProgressEntry
* Progress entries in transcripts written before PR #24099. They are not * in the Entry type union anymore but still exist on disk with uuid and * p
src/utils/sessionStorage.ts:169
↓ 1 callersFunctionisLinePrintingCommand
( command: string, expressions: string[], )
src/tools/BashTool/sedValidation.ts:44
↓ 1 callersFunctionisLinewiseMotion
(key: string)
src/vim/motions.ts:80
↓ 1 callersFunctionisLocalBridge
()
src/utils/claudeInChrome/mcpServer.ts:71
↓ 1 callersFunctionisLocalHost
(host: string)
src/utils/git.ts:847
↓ 1 callersFunctionisLocationLink
* Checks if item is LocationLink (has targetUri) vs Location (has uri)
src/tools/LSPTool/LSPTool.ts:616
← previousnext →6,401–6,500 of 11,548, ranked by callers