Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/freecodexyz/free-code
/ functions
Functions
11,548 in github.com/freecodexyz/free-code
⨍
Functions
11,548
◇
Types & classes
343
↓ 1 callers
Function
isBuddyTeaserWindow
()
src/buddy/useBuddyNotification.tsx:12
↓ 1 callers
Function
isBuiltinPluginId
(pluginId: string)
src/plugins/builtinPlugins.ts:37
↓ 1 callers
Function
isCSIFinal
(byte: number)
src/ink/termio/csi.ts:36
↓ 1 callers
Function
isCSIParam
(byte: number)
src/ink/termio/csi.ts:24
↓ 1 callers
Function
isCachedMicrocompactEnabled
()
src/services/compact/cachedMicrocompact.ts:32
↓ 1 callers
Function
isCcrMirrorEnabled
()
src/bridge/bridgeEnabled.ts:197
↓ 1 callers
Function
isChannelAllowlisted
( pluginSource: string | undefined, )
src/services/mcp/channelAllowlist.ts:67
↓ 1 callers
Function
isChannelPermissionRelayEnabled
()
src/services/mcp/channelPermissions.ts:36
↓ 1 callers
Function
isChromeExtensionInstalled_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 callers
Function
isClassifierChecking
(toolUseID: string)
src/utils/classifierApprovals.ts:76
↓ 1 callers
Function
isClassifierDenial
(content: string)
src/utils/messages.ts:257
↓ 1 callers
Function
isClaudeConfigFilePath
(filePath: string)
src/utils/permissions/filesystem.ts:225
↓ 1 callers
Function
isClaudeMdExcluded
* 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 callers
Function
isClaudeProcess
* Validate that a running process is actually a Claude process * This helps mitigate PID reuse issues
src/utils/nativeInstaller/pidLock.ts:101
↓ 1 callers
Function
isClosedMessage
(data: unknown)
src/hooks/useDiffInIDE.ts:346
↓ 1 callers
Method
isClosedStatus
()
src/cli/transports/SSETransport.ts:663
↓ 1 callers
Function
isCollapsibleToolResult
* 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 callers
Function
isCollapsibleToolUse
* Type predicate: Check if a message is a collapsible tool use.
src/utils/collapseReadSearch.ts:406
↓ 1 callers
Function
isCommandAvailable
(command: string)
src/utils/editor.ts:13
↓ 1 callers
Function
isCommandAvailable
* 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 callers
Function
isCommandList
(command: string)
src/utils/bash/commands.ts:539
↓ 1 callers
Function
isCommandReadOnly
* 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 callers
Function
isCommandSafeViaFlagParsing
(command: string)
src/tools/BashTool/readOnlyValidation.ts:1246
↓ 1 callers
Function
isCommandSeparator
* 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 callers
Function
isComputerUseLock
(value: unknown)
src/utils/computerUse/computerUseLock.ts:34
↓ 1 callers
Function
isComputerUseMCPServer
(name: string)
src/utils/computerUse/common.ts:59
↓ 1 callers
Function
isConnectionError
(err: unknown)
src/bridge/bridgeMain.ts:1590
↓ 1 callers
Function
isConsumerPlan
(plan: SubscriptionType)
src/utils/auth.ts:1910
↓ 1 callers
Function
isContentAlreadyCompacted
( content: ToolResultBlockParam['content'], )
src/utils/toolResultStorage.ts:498
↓ 1 callers
Function
isCoreFile
(path: string)
src/utils/exampleCommands.ts:31
↓ 1 callers
Function
isCtrlKey
(code: string)
src/ink/parse-keypress.ts:440
↓ 1 callers
Function
isCursorInstalled
()
src/utils/ide.ts:1051
↓ 1 callers
Function
isDOMElement
(node: DOMElement | TextNode)
src/ink/dom.ts:439
↓ 1 callers
Function
isDangerousBashPermission
( toolName: string, ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:94
↓ 1 callers
Function
isDangerousFilePathToAutoEdit
* 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 callers
Function
isDangerousPowerShellPermission
( toolName: string, ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:157
↓ 1 callers
Function
isDangerousTaskPermission
( toolName: string, _ruleContent: string | undefined, )
src/utils/permissions/permissionSetup.ts:240
↓ 1 callers
Function
isDefaultMode
(mode: PermissionMode | undefined)
src/utils/permissions/PermissionMode.ts:127
↓ 1 callers
Function
isDefaultPermissionModeAuto
()
src/utils/permissions/permissionSetup.ts:1433
↓ 1 callers
Function
isDirEmpty
(dirPath: string)
src/utils/file.ts:335
↓ 1 callers
Function
isDockerSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1759
↓ 1 callers
Function
isDotnetSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1809
↓ 1 callers
Function
isDreamTask
(task: unknown)
src/tasks/DreamTask/DreamTask.ts:43
↓ 1 callers
Function
isEagainError
* 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 callers
Function
isEastAsianWide
(codePoint: number)
src/ink/termio/parser.ts:39
↓ 1 callers
Function
isEligibleForRemoteManagedSettings
()
src/services/remoteManagedSettings/index.ts:144
↓ 1 callers
Function
isEmoji
(codePoint: number)
src/ink/termio/parser.ts:29
↓ 1 callers
Function
isEmptyCellByIndex
(screen: Screen, index: number)
src/ink/screen.ts:417
↓ 1 callers
Function
isEnabled
()
src/commands/bridge/index.ts:5
↓ 1 callers
Function
isEndCode
(code: AnsiCode)
src/utils/sliceAnsi.ts:11
↓ 1 callers
Function
isEnvironmentVariableAssignment
* 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 callers
Function
isEphemeralToolProgress
(dataType: unknown)
src/utils/sessionStorage.ts:194
↓ 1 callers
Function
isExcludedModel
(model: string)
src/services/api/promptCacheBreakDetection.ts:129
↓ 1 callers
Function
isExternalCommandSafe
(command: string, args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1522
↓ 1 callers
Function
isExternalPermissionMode
( mode: PermissionMode, )
src/utils/permissions/PermissionMode.ts:97
↓ 1 callers
Function
isFastModeNotEnabledError
(error: unknown)
src/services/api/withRetry.ts:600
↓ 1 callers
Function
isFileDeleted
(filePath: string)
src/utils/commitAttribution.ts:793
↓ 1 callers
Function
isFileEditResult
(result: unknown)
src/hooks/useTurnDiffs.ts:36
↓ 1 callers
Function
isFilePatternTool
(toolName: string)
src/utils/settings/toolValidationConfig.ts:91
↓ 1 callers
Function
isFileWriteOutput
(result: FileEditResult)
src/hooks/useTurnDiffs.ts:49
↓ 1 callers
Function
isFilesystemCommand
(command: string)
src/tools/BashTool/modeValidation.ts:19
↓ 1 callers
Function
isForced
()
src/services/autoDream/autoDream.ts:105
↓ 1 callers
Function
isGateOpen
()
src/services/autoDream/autoDream.ts:95
↓ 1 callers
Function
isGhSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1703
↓ 1 callers
Function
isGitSafe
(args: string[])
src/tools/PowerShellTool/readOnlyValidation.ts:1584
↓ 1 callers
Function
isGoogleAuthLibraryCredentialError
(error: unknown)
src/services/api/withRetry.ts:660
↓ 1 callers
Function
isGuiEditor
(editor: string)
src/utils/promptEditor.ts:21
↓ 1 callers
Function
isHTTPConfig
(config: McpServerConfig)
src/services/mcp/utils.ts:449
↓ 1 callers
Function
isHelpCommand
(command: string)
src/utils/bash/commands.ts:388
↓ 1 callers
Function
isHeredocDelimChar
* 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 callers
Function
isHexDigit
(c: string)
src/utils/bash/bashParser.ts:238
↓ 1 callers
Function
isIdleNotification
( messageText: string, )
src/utils/teammateMailbox.ts:435
↓ 1 callers
Function
isInClaudeFolder
(filePath: string)
src/components/permissions/FilePermissionDialog/permissionOptions.tsx:15
↓ 1 callers
Function
isInForkChild
(messages: MessageType[])
src/tools/AgentTool/forkSubagent.ts:78
↓ 1 callers
Function
isInGlobalClaudeFolder
(filePath: string)
src/components/permissions/FilePermissionDialog/permissionOptions.tsx:34
↓ 1 callers
Function
isInclusiveMotion
(key: string)
src/vim/motions.ts:72
↓ 1 callers
Function
isInputModeCharacter
(input: string)
src/components/PromptInput/inputModes.ts:31
↓ 1 callers
Function
isInstructionsMemoryType
* 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 callers
Function
isInstructionsMemoryType
( type: MemoryType, )
src/utils/claudemd.ts:1077
↓ 1 callers
Function
isInternalModelRepoCached
()
src/utils/commitAttribution.ts:106
↓ 1 callers
Function
isInternalWarning
(warning: Error)
src/utils/warningHandler.ts:43
↓ 1 callers
Function
isItemTypeParamAbbrev
* 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 callers
Function
isJetBrainsPluginInstalled
( ideType: IdeType, )
src/utils/jetbrains.ts:134
↓ 1 callers
Function
isJetBrainsPluginInstalledCached
( ideType: IdeType, forceRefresh = false, )
src/utils/jetbrains.ts:171
↓ 1 callers
Function
isJetBrainsPluginInstalledCachedSync
( ideType: IdeType, )
src/utils/jetbrains.ts:187
↓ 1 callers
Function
isJetBrainsPluginInstalledMemoized
( ideType: IdeType, forceRefresh = false, )
src/utils/jetbrains.ts:153
↓ 1 callers
Function
isKeyChar
(ch: string)
src/utils/git/gitConfigParser.ts:270
↓ 1 callers
Function
isKeybindingBlockArray
* Type guard to check if an array contains only valid KeybindingBlocks.
src/keybindings/validate.ts:52
↓ 1 callers
Function
isKillKey
(e: KeyboardEvent)
src/hooks/useSearchInput.ts:42
↓ 1 callers
Function
isKillKey
(key: Key, input: string)
src/hooks/useTextInput.ts:416
↓ 1 callers
Function
isKnownAlias
(model: string)
src/commands/model/model.tsx:233
↓ 1 callers
Function
isKnownSubcommand
( arg: string, spec: { subcommands?: { name: string | string[] }[] } | null, )
src/utils/bash/prefix.ts:18
↓ 1 callers
Function
isLargeOutputs
( outputs: (NotebookCellSourceOutput | undefined)[], )
src/utils/notebook.ts:22
↓ 1 callers
Function
isLegacyOpusFirstParty
(model: string)
src/utils/model/model.ts:584
↓ 1 callers
Function
isLegacyProgressEntry
* 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 callers
Function
isLinePrintingCommand
( command: string, expressions: string[], )
src/tools/BashTool/sedValidation.ts:44
↓ 1 callers
Function
isLinewiseMotion
(key: string)
src/vim/motions.ts:80
↓ 1 callers
Function
isLocalBridge
()
src/utils/claudeInChrome/mcpServer.ts:71
↓ 1 callers
Function
isLocalHost
(host: string)
src/utils/git.ts:847
↓ 1 callers
Function
isLocationLink
* Checks if item is LocationLink (has targetUri) vs Location (has uri)
src/tools/LSPTool/LSPTool.ts:616
← previous
next →
6,401–6,500 of 11,548, ranked by callers