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
initEnvLessBridgeCore
( params: EnvLessBridgeParams, )
src/bridge/remoteBridgeCore.ts:140
↓ 1 callers
Function
initFingerprint
(req: Record<string, unknown>)
src/services/api/dumpPrompts.ts:74
↓ 1 callers
Function
initJetBrainsDetection
()
src/utils/envDynamic.ts:136
↓ 1 callers
Function
initMagicDocs
()
src/services/MagicDocs/magicDocs.ts:242
↓ 1 callers
Function
initModelStrings
()
src/utils/model/modelStrings.ts:118
↓ 1 callers
Function
initSessionMemory
()
src/services/SessionMemory/sessionMemory.ts:357
↓ 1 callers
Function
initSessionMemoryCompactConfig
* Initialize configuration from remote config (GrowthBook). * Only fetches once per session - subsequent calls return immediately.
src/services/compact/sessionMemoryCompact.ts:102
↓ 1 callers
Function
initSkillImprovement
()
src/utils/hooks/skillImprovement.ts:175
↓ 1 callers
Function
initUpstreamProxy
(opts?: { tokenPath?: string systemCaPath?: string caBundlePath?: string ccrBaseUrl?: string })
src/upstreamproxy/upstreamproxy.ts:79
↓ 1 callers
Function
initUser
()
src/utils/user.ts:53
↓ 1 callers
Function
initWheelAccel
(xtermJs = false, base = 1)
src/components/ScrollKeybindingHandler.tsx:314
↓ 1 callers
Function
initialPermissionModeFromCLI
({ permissionModeCli, dangerouslySkipPermissions, }: { permissionModeCli: string | undefined dangerous
src/utils/permissions/permissionSetup.ts:689
↓ 1 callers
Method
initialize
(mcpClient: MCPServerConnection)
src/services/diagnosticTracking.ts:51
↓ 1 callers
Function
initializeAgentMcpServers
* Initialize agent-specific MCP servers * Agents can define their own MCP servers in their frontmatter that are additive * to the parent's MCP clien
src/tools/AgentTool/runAgent.ts:95
↓ 1 callers
Function
initializeAgentMemorySnapshots
* Check for and initialize agent memory from project snapshots. * For agents with memory enabled, copies snapshot to local if no local memory exists.
src/tools/AgentTool/loadAgentsDir.ts:262
↓ 1 callers
Function
initializeAnalyticsGates
()
src/services/analytics/sink.ts:8
↓ 1 callers
Function
initializeEntrypoint
(isNonInteractive: boolean)
src/main.tsx:517
↓ 1 callers
Function
initializeErrorLogSink
()
src/utils/errorLogSink.ts:225
↓ 1 callers
Function
initializeFileChangedWatcher
(cwd: string)
src/utils/hooks/fileChangedWatcher.ts:28
↓ 1 callers
Function
initializeFromSnapshot
( agentType: string, scope: AgentMemoryScope, snapshotTimestamp: string, )
src/tools/AgentTool/agentMemorySnapshot.ts:149
↓ 1 callers
Function
initializeIdeIntegration
( onIdeDetected: (ide: DetectedIDEInfo | null) => void, ideToInstallExtension: IdeType | null, onShowIde
src/utils/ide.ts:1288
↓ 1 callers
Function
initializeKeybindingWatcher
()
src/keybindings/loadUserBindings.ts:353
↓ 1 callers
Function
initializePolicyLimitsLoadingPromise
()
src/services/policyLimits/index.ts:94
↓ 1 callers
Function
initializeRemoteManagedSettingsLoadingPromise
()
src/services/remoteManagedSettings/index.ts:77
↓ 1 callers
Function
initializeServersAsPending
()
src/services/mcp/useManageMCPConnections.ts:773
↓ 1 callers
Function
initializeTeammateContextFromSession
( setAppState: (updater: (prev: AppState) => AppState) => void, teamName: string, agentName: string, )
src/utils/swarm/reconnection.ts:75
↓ 1 callers
Function
initializeToolPermissionContext
({ allowedToolsCli, disallowedToolsCli, baseToolsCli, permissionMode, allowDangerouslySkipPermission
src/utils/permissions/permissionSetup.ts:872
↓ 1 callers
Function
initializeWarningHandler
()
src/utils/warningHandler.ts:60
↓ 1 callers
Method
injectControlResponse
* Inject a control_response message to resolve a pending permission request. * Used by the bridge to feed permission responses from claude.ai into
src/cli/structuredIO.ts:283
↓ 1 callers
Function
inputPreview
Build a short preview of tool input for debug logging.
src/bridge/sessionRunner.ts:237
↓ 1 callers
Function
inputSchema
()
src/tools/AgentTool/AgentTool.tsx:233
↓ 1 callers
Function
inputSchema
()
src/tools/BashTool/BashTool.tsx:478
↓ 1 callers
Function
inputSchema
()
src/tools/ExitPlanModeTool/ExitPlanModeV2Tool.ts:157
↓ 1 callers
Function
inputToPermissionRuleContent
(input: { [k: string]: unknown; })
src/components/permissions/WebFetchPermissionRequest/WebFetchPermissionRequest.tsx:12
↓ 1 callers
Function
inputToString
(input: Buffer | string)
src/ink/parse-keypress.ts:196
↓ 1 callers
Method
insertAttributionSnapshot
(snapshot: AttributionSnapshotMessage)
src/utils/sessionStorage.ts:1107
↓ 1 callers
Method
insertContentReplacement
( replacements: ContentReplacementRecord[], agentId?: AgentId, )
src/utils/sessionStorage.ts:1113
↓ 1 callers
Method
insertFileHistorySnapshot
( messageId: UUID, snapshot: FileHistorySnapshot, isSnapshotUpdate: boolean, )
src/utils/sessionStorage.ts:1085
↓ 1 callers
Method
insertQueueOperation
(queueOp: QueueOperationMessage)
src/utils/sessionStorage.ts:1101
↓ 1 callers
Function
installAsciicastRecorder
()
src/utils/asciicast.ts:140
↓ 1 callers
Function
installBindingsForAlacritty
(theme: ThemeName)
src/commands/terminalSetup/terminalSetup.tsx:373
↓ 1 callers
Function
installBindingsForZed
(theme: ThemeName)
src/commands/terminalSetup/terminalSetup.tsx:462
↓ 1 callers
Function
installFromArtifactory
(command: string)
src/utils/ide.ts:1392
↓ 1 callers
Function
installFromGitHub
* Install a plugin from GitHub
src/utils/plugins/pluginLoader.ts:662
↓ 1 callers
Function
installFromGitSubdir
( url: string, targetPath: string, subdirPath: string, ref?: string, sha?: string, )
src/utils/plugins/pluginLoader.ts:718
↓ 1 callers
Function
installFromLocal
* Install a plugin from a local path
src/utils/plugins/pluginLoader.ts:856
↓ 1 callers
Function
installFromNpm
( packageName: string, targetPath: string, options: { registry?: string; version?: string } = {}, )
src/utils/plugins/pluginLoader.ts:492
↓ 1 callers
Function
installHandler
(target: string | undefined, options: { force?: boolean; })
src/cli/handlers/util.tsx:90
↓ 1 callers
Function
installIDEExtension
(ideType: IdeType)
src/utils/ide.ts:879
↓ 1 callers
Function
installIt2
( packageManager: PythonPackageManager, )
src/utils/swarm/backends/it2Setup.ts:90
↓ 1 callers
Function
installPlugin
( plugin: string, scope: InstallableScope = 'user', )
src/services/plugins/pluginCliCommands.ts:103
↓ 1 callers
Function
installPluginOp
( plugin: string, scope: InstallableScope = 'user', )
src/services/plugins/pluginOperations.ts:321
↓ 1 callers
Function
installPluginsForHeadless
()
src/utils/plugins/headlessPluginInstall.ts:43
↓ 1 callers
Function
installStreamJsonStdoutGuard
()
src/utils/streamJsonStdoutGuard.ts:49
↓ 1 callers
Function
installVersion
( stagingPath: string, installPath: string, downloadType: 'npm' | 'binary', )
src/utils/nativeInstaller/installer.ts:424
↓ 1 callers
Function
installVersionFromBinary
( stagingPath: string, installPath: string, )
src/utils/nativeInstaller/installer.ts:385
↓ 1 callers
Function
installVersionFromPackage
( stagingPath: string, installPath: string, )
src/utils/nativeInstaller/installer.ts:328
↓ 1 callers
Function
internCharString
* Intern a character string via the screen's shared CharPool. * Supports grapheme clusters like family emoji.
src/ink/screen.ts:845
↓ 1 callers
Function
internHyperlink
(screen: Screen, hyperlink: Hyperlink)
src/ink/screen.ts:445
↓ 1 callers
Function
interpolateEnvVars
* Interpolate $VAR_NAME and ${VAR_NAME} patterns in a string using process.env, * but only for variable names present in the allowlist. References to
src/utils/hooks/execHttpHook.ts:89
↓ 1 callers
Function
interpretCommandResult
( command: string, exitCode: number, stdout: string, stderr: string, )
src/tools/PowerShellTool/commandSemantics.ts:130
↓ 1 callers
Function
interpretCommandResult
( command: string, exitCode: number, stdout: string, stderr: string, )
src/tools/BashTool/commandSemantics.ts:124
↓ 1 callers
Function
intersectClip
* Intersect two clips. `undefined` on an axis means unbounded; the other * clip's bound wins. If both are bounded, take the tighter constraint * (ma
src/ink/output.ts:104
↓ 1 callers
Method
invalidateCredentials
( scope: 'all' | 'client' | 'tokens' | 'verifier' | 'discovery', )
src/services/mcp/auth.ts:1960
↓ 1 callers
Function
invalidateOAuthCacheIfDiskChanged
()
src/utils/auth.ts:1377
↓ 1 callers
Function
invalidateOverageCreditGrantCache
()
src/services/api/overageCreditGrant.ts:61
↓ 1 callers
Method
invalidatePrevFrame
* Mark the previous frame as untrustworthy for blit, forcing the next * render to do a full-damage diff instead of the per-node fast path. *
src/ink/ink.tsx:850
↓ 1 callers
Function
is1PEventLoggingEnabled
()
src/services/analytics/firstPartyEventLogger.ts:26
↓ 1 callers
Function
isAbortError
(e: unknown)
src/utils/errors.ts:27
↓ 1 callers
Method
isActive
* Is the guard active (dispatching or running)? * Always synchronous — not subject to React state batching delays.
src/utils/QueryGuard.ts:99
↓ 1 callers
Function
isAgentMemFile
* Check if a file path is within an agent memory directory.
src/utils/memoryFileDetection.ts:119
↓ 1 callers
Function
isAgentTeamsFlagSet
* Check if --agent-teams flag is provided via CLI. * Checks process.argv directly to avoid import cycles with bootstrap/state. * Note: The flag is o
src/utils/agentSwarmsEnabled.ts:10
↓ 1 callers
Function
isAllowRuleShadowedByAskRule
* Check if a specific allow rule is shadowed (unreachable) by an ask rule. * * An allow rule is unreachable when: * 1. There's a tool-wide ask rule
src/utils/permissions/shadowedRuleDetection.ts:111
↓ 1 callers
Function
isAllowRuleShadowedByDenyRule
* Check if an allow rule is shadowed (completely blocked) by a deny rule. * * An allow rule is unreachable when: * 1. There's a tool-wide deny rule
src/utils/permissions/shadowedRuleDetection.ts:160
↓ 1 callers
Function
isAnalyticsToolDetailsLoggingEnabled
( mcpServerType: string | undefined, mcpServerBaseUrl: string | undefined, )
src/services/analytics/metadata.ts:102
↓ 1 callers
Function
isAppleTerminalBellDisabled
()
src/services/notifier.ts:110
↓ 1 callers
Function
isAttributionHeaderEnabled
* Check if attribution header is enabled. * Enabled by default, can be disabled via env var or GrowthBook killswitch.
src/constants/system.ts:51
↓ 1 callers
Function
isAuthenticationError
* Check if a git error indicates authentication failure. * Used to provide enhanced error messages for auth failures.
src/utils/plugins/marketplaceManager.ts:767
↓ 1 callers
Function
isAutoDreamEnabled
()
src/services/autoDream/config.ts:13
↓ 1 callers
Function
isAutoManagedMemoryPattern
(pattern: string)
src/utils/memoryFileDetection.ts:277
↓ 1 callers
Function
isAutoToolSearchMode
* Check if ENABLE_TOOL_SEARCH is set to auto mode (auto or auto:N).
src/utils/toolSearch.ts:75
↓ 1 callers
Function
isAutobackgroundingAllowed
* Checks if a command is allowed to be automatically backgrounded * @param command The command to check * @returns false for commands that should no
src/tools/PowerShellTool/PowerShellTool.tsx:176
↓ 1 callers
Function
isAutobackgroundingAllowed
* Checks if a command is allowed to be automatically backgrounded * @param command The command to check * @returns false for commands that should no
src/tools/BashTool/BashTool.tsx:307
↓ 1 callers
Method
isAvailable
* Checks if tmux is installed and available. * Delegates to detection.ts for consistent detection logic.
src/utils/swarm/backends/TmuxBackend.ts:113
↓ 1 callers
Function
isAwsCredentialsProviderError
(err: unknown)
src/utils/aws.ts:20
↓ 1 callers
Function
isBase64ImageBlock
* Type guard to check if a block is a base64 image block
src/utils/imageValidation.ts:40
↓ 1 callers
Function
isBaseDigit
(c: string)
src/utils/bash/bashParser.ts:242
↓ 1 callers
Function
isBaselineLayout
(node: Node, flowChildren: Node[])
src/native-ts/yoga-layout/index.ts:2325
↓ 1 callers
Function
isBashPrefixTool
(toolName: string)
src/utils/settings/toolValidationConfig.ts:96
↓ 1 callers
Function
isBeingDebugged
()
src/main.tsx:232
↓ 1 callers
Function
isBinaryContent
(buffer: Buffer)
src/constants/files.ts:131
↓ 1 callers
Function
isBinaryContentType
(contentType: string)
src/utils/mcpOutputStorage.ts:125
↓ 1 callers
Function
isBinaryInstalled
(command: string)
src/utils/binaryCheck.ts:14
↓ 1 callers
Function
isBlockedDevicePath
(filePath: string)
src/tools/FileReadTool/FileReadTool.ts:117
↓ 1 callers
Function
isBlockedOfficialName
(name: string)
src/utils/plugins/schemas.ts:87
↓ 1 callers
Function
isBlockedV6
(address: string)
src/utils/hooks/ssrfGuard.ts:88
↓ 1 callers
Function
isBoundary
(code: number)
src/native-ts/file-index/index.ts:305
↓ 1 callers
Function
isBridgeEnabledBlocking
()
src/bridge/bridgeEnabled.ts:50
↓ 1 callers
Function
isBridgePermissionResponse
Type predicate for validating a parsed control_response payload * as a BridgePermissionResponse. Checks the required `behavior` * discriminant rat
src/bridge/bridgePermissionCallbacks.ts:32
↓ 1 callers
Function
isBridgeSafeCommand
(cmd: Command)
src/commands.ts:672
← previous
next →
6,301–6,400 of 11,548, ranked by callers