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
getEmptyPermissionSettingsJson
()
src/utils/permissions/permissionsLoader.ts:218
↓ 1 callers
Function
getEnabledPluginIdsForScope
( settingSource: EditableSettingSource, )
src/utils/plugins/dependencyResolver.ts:275
↓ 1 callers
Function
getEnabledVia
( plugin: LoadedPlugin, managedNames: Set<string> | null, seedDirs: string[], )
src/utils/telemetry/pluginTelemetry.ts:110
↓ 1 callers
Function
getEnhancedPRAttribution
( getAppState: () => AppState, )
src/utils/attribution.ts:297
↓ 1 callers
Function
getEnterPlanModeToolPrompt
()
src/tools/EnterPlanModeTool/prompt.ts:166
↓ 1 callers
Function
getEnterPlanModeToolPromptAnt
()
src/tools/EnterPlanModeTool/prompt.ts:101
↓ 1 callers
Function
getEnterPlanModeToolPromptExternal
()
src/tools/EnterPlanModeTool/prompt.ts:16
↓ 1 callers
Function
getEnterWorktreeToolPrompt
()
src/tools/EnterWorktreeTool/prompt.ts:1
↓ 1 callers
Function
getEntryParentPath
(entry: object, fallback: string)
src/utils/filePersistence/outputsScanner.ts:43
↓ 1 callers
Function
getEntrypoint
()
src/utils/sessionStorage.ts:423
↓ 1 callers
Function
getEnumLabels
(schema: EnumSchema)
src/utils/mcp/elicitationValidation.ts:117
↓ 1 callers
Function
getEnvMaxTokens
* Env var override for max output tokens. Returns undefined when unset/invalid * so the caller can fall through to the next precedence tier.
src/tools/FileReadTool/limits.ts:24
↓ 1 callers
Function
getEnvironmentSelectionInfo
()
src/utils/teleport/environmentSelection.ts:24
↓ 1 callers
Function
getErrnoPath
(e: unknown)
src/utils/errors.ts:148
↓ 1 callers
Function
getErrorMessage
* Extracts a human-readable error message from an execa result. * * Priority order: * 1. shortMessage - execa's human-readable error (e.g., "Comman
src/utils/execFileNoThrow.ts:73
↓ 1 callers
Function
getErrorMessageIfRefusal
( stopReason: BetaStopReason | null, model: string, )
src/services/api/errors.ts:1184
↓ 1 callers
Function
getErrorType
* Categorize error messages for analytics
src/components/NativeAutoUpdater.tsx:19
↓ 1 callers
Function
getErrorsPath
()
src/utils/errorLogSink.ts:29
↓ 1 callers
Function
getEssentialTrafficOnlyReason
()
src/utils/privacyLevel.ts:50
↓ 1 callers
Function
getEventPriority
* Map terminal event types to React scheduling priorities. * Mirrors react-dom's getEventPriority() switch.
src/ink/events/dispatcher.ts:122
↓ 1 callers
Method
getExcludedCommands
()
src/utils/sandbox/sandbox-adapter.ts:904
↓ 1 callers
Function
getExistingClaudeSubscription
()
src/hooks/notifs/useCanSwitchToExistingSubscription.tsx:43
↓ 1 callers
Method
getExistingSessionFile
( sessionId: UUID, )
src/utils/sessionStorage.ts:1285
↓ 1 callers
Function
getExitWorktreeToolPrompt
()
src/tools/ExitWorktreeTool/prompt.ts:1
↓ 1 callers
Function
getExperimentAdvisorModels
()
src/utils/advisor.ts:75
↓ 1 callers
Function
getExploreSystemPrompt
()
src/tools/AgentTool/built-in/exploreAgent.ts:13
↓ 1 callers
Function
getExtensionIds
()
src/utils/claudeInChrome/setupPortable.ts:14
↓ 1 callers
Function
getExtraCertsPathFromConfig
* Read NODE_EXTRA_CA_CERTS from settings/config as a fallback. * * NODE_EXTRA_CA_CERTS is categorized as a non-safe env var (it allows * trusting a
src/utils/caCertsConfig.ts:59
↓ 1 callers
Function
getFastModeHeaderLatched
()
src/bootstrap/state.ts:1716
↓ 1 callers
Function
getFeatureValue_DEPRECATED
( feature: string, defaultValue: T, )
src/services/analytics/growthbook.ts:719
↓ 1 callers
Function
getFeedbackGuideline
()
src/tools/AgentTool/built-in/claudeCodeGuideAgent.ts:89
↓ 1 callers
Function
getFileExtensionsFromBashCommand
( command: string, simulatedSedEditFilePath?: string, )
src/services/analytics/metadata.ts:372
↓ 1 callers
Function
getFileIdentity
* Gets a unique identifier for a file based on its device ID and inode. * This allows detection of duplicate files accessed through different paths
src/utils/markdownConfigLoader.ts:159
↓ 1 callers
Function
getFileIdentity
* Gets a unique identifier for a file by resolving symlinks to a canonical path. * This allows detection of duplicate files accessed through differen
src/skills/loadSkillsDir.ts:118
↓ 1 callers
Function
getFilePathFromToolInput
* Extract the primary file/directory path from a tool_use input. * Handles both `file_path` (Read/Write/Edit) and `path` (Grep/Glob).
src/utils/collapseReadSearch.ts:71
↓ 1 callers
Function
getFilePathsFromReadMessage
* Extract file paths from read tool inputs in a message. * Returns an array of file paths (may have duplicates if same file is read multiple times in
src/utils/collapseReadSearch.ts:524
↓ 1 callers
Function
getFilePermissionOptions
({ filePath, toolPermissionContext, operationType = 'write', onRejectFeedbackChange, onAcceptFeedbac
src/components/permissions/FilePermissionDialog/permissionOptions.tsx:53
↓ 1 callers
Function
getFileSystemErrorMessage
* Get a human-readable error message from a filesystem error
src/utils/toolResultStorage.ts:1017
↓ 1 callers
Function
getFilesForLanguage
( lang: DetectedLanguage, content: SkillContent, )
src/skills/bundled/claudeApi.ts:55
↓ 1 callers
Function
getFilesUsingGit
* Get files using git ls-files (much faster than ripgrep for git repos) * Returns tracked files immediately, fetches untracked in background * @para
src/hooks/fileSuggestions.ts:248
↓ 1 callers
Function
getFirstWordPrefix
(command: string)
src/tools/BashTool/bashPermissions.ts:243
↓ 1 callers
Function
getFocusedInputDialog
()
src/screens/REPL.tsx:2020
↓ 1 callers
Function
getFormatDescription
( type: MCPResultType, schema?: unknown, )
src/utils/mcpOutputStorage.ts:16
↓ 1 callers
Function
getFrequentlyModifiedFiles
()
src/utils/exampleCommands.ts:86
↓ 1 callers
Function
getGcpCommandsSources
()
src/components/TrustDialog/utils.ts:198
↓ 1 callers
Function
getGitIndexMtime
* Stat .git/index to detect git state changes without spawning git ls-files. * Returns null for worktrees (.git is a file → ENOTDIR), fresh repos wit
src/hooks/fileSuggestions.ts:138
↓ 1 callers
Function
getGitState
()
src/utils/git.ts:472
↓ 1 callers
Function
getGlobBaseDirectory
(filePath: string)
src/tools/PowerShellTool/pathValidation.ts:1266
↓ 1 callers
Function
getGlobBaseDirectory
(path: string)
src/utils/permissions/pathValidation.ts:57
↓ 1 callers
Function
getGlobalConfigWriteCount
()
src/utils/config.ts:903
↓ 1 callers
Function
getGlobalGitignorePath
()
src/utils/git/gitignore.ts:43
↓ 1 callers
Function
getGpt53CodexOption
()
src/utils/model/modelOptions.ts:222
↓ 1 callers
Function
getGpt54MiniOption
()
src/utils/model/modelOptions.ts:231
↓ 1 callers
Function
getGpt54Option
()
src/utils/model/modelOptions.ts:213
↓ 1 callers
Function
getGrowthBookClientKey
()
src/constants/keys.ts:5
↓ 1 callers
Function
getHaiku35Option
()
src/utils/model/modelOptions.ts:193
↓ 1 callers
Function
getHaikuOption
()
src/utils/model/modelOptions.ts:204
↓ 1 callers
Function
getHasher
()
src/utils/cch.ts:9
↓ 1 callers
Function
getHead
()
src/utils/git.ts:257
↓ 1 callers
Function
getHeaderBasedEarlyWarning
* Check if early warning should be triggered based on surpassed-threshold header. * Returns ClaudeAILimits if a threshold was surpassed, null otherwi
src/services/claudeAiLimits.ts:255
↓ 1 callers
Function
getHeatmapChar
(intensity: number)
src/utils/heatmap.ts:183
↓ 1 callers
Function
getHookEnvFilePath
( hookEvent: 'Setup' | 'SessionStart' | 'CwdChanged' | 'FileChanged', hookIndex: number, )
src/utils/sessionEnvironment.ts:25
↓ 1 callers
Function
getHooksConfig
( appState: AppState | undefined, sessionId: string, hookEvent: HookEvent, )
src/utils/hooks.ts:1492
↓ 1 callers
Function
getHooksForMatcher
( hooksByEventAndMatcher: Record< HookEvent, Record<string, IndividualHookConfig[]> >, event: Ho
src/utils/hooks/hooksConfigManager.ts:380
↓ 1 callers
Function
getHooksSection
()
src/constants/prompts.ts:127
↓ 1 callers
Function
getHooksSources
()
src/components/TrustDialog/utils.ts:29
↓ 1 callers
Function
getHostPatternsFromAllowlist
()
src/utils/plugins/marketplaceHelpers.ts:327
↓ 1 callers
Function
getHourCountsJson
(messageHours: number[])
src/commands/insights.ts:1939
↓ 1 callers
Function
getHttpHookPolicy
* Read HTTP hook allowlist restrictions from merged settings (all sources). * Follows the allowedMcpServers precedent: arrays concatenate across sour
src/utils/hooks/execHttpHook.ts:49
↓ 1 callers
Method
getHyperlinkAt
* Look up the URL at (col, row) in the current front frame. Checks for * an OSC 8 hyperlink first, then falls back to scanning the row for a * p
src/ink/ink.tsx:1293
↓ 1 callers
Function
getITerm2PlistPath
()
src/utils/iTermBackup.ts:25
↓ 1 callers
Function
getIcon
* Get the icon for a suggestion based on its type * Icons: + for files, ◇ for MCP resources, * for agents
src/components/PromptInput/PromptInputFooterSuggestions.tsx:24
↓ 1 callers
Function
getIdeLockfilesPaths
()
src/utils/ide.ts:462
↓ 1 callers
Function
getIdleNotificationSummary
* Get a brief summary text for an idle notification.
src/components/messages/PlanApprovalMessage.tsx:173
↓ 1 callers
Method
getIgnoreViolations
()
src/utils/sandbox/sandbox-adapter.ts:902
↓ 1 callers
Function
getImagePasteIds
( pastedContents: Record<number, PastedContent> | undefined, )
src/types/textInputTypes.ts:372
↓ 1 callers
Function
getImagePathFromClipboard
()
src/utils/imagePaste.ts:244
↓ 1 callers
Function
getInProcessBackend
()
src/utils/swarm/backends/registry.ts:404
↓ 1 callers
Function
getInProgressHookCount
( messages: NormalizedMessage[], toolUseID: string, hookEvent: HookEvent, )
src/utils/messages.ts:1044
↓ 1 callers
Function
getInitialAdvisorSetting
()
src/utils/advisor.ts:108
↓ 1 callers
Function
getInitialPasteId
* Compute the initial paste ID by finding the max ID used in existing messages. * This handles --continue/--resume scenarios where we need to avoid I
src/components/PromptInput/PromptInput.tsx:2303
↓ 1 callers
Function
getInitialTab
(viewState: ViewState)
src/commands/plugin/PluginSettings.tsx:723
↓ 1 callers
Function
getInitialViewState
(parsedCommand: ParsedCommand)
src/commands/plugin/PluginSettings.tsx:636
↓ 1 callers
Function
getInkModifiers
* Extract modifiers from an Ink Key object. * This function ensures we're explicitly extracting the modifiers we care about.
src/keybindings/match.ts:15
↓ 1 callers
Function
getInputPrompt
(prompt: string, inputFormat: 'text' | 'stream-json')
src/main.tsx:857
↓ 1 callers
Function
getInsightsModel
()
src/commands/insights.ts:46
↓ 1 callers
Function
getInstallationPath
()
src/utils/doctorDiagnostic.ts:150
↓ 1 callers
Function
getInstallationPath
()
src/commands/install.tsx:42
↓ 1 callers
Function
getInstallationPrefix
()
src/utils/autoUpdater.ts:270
↓ 1 callers
Function
getInstalledPlugins
()
src/utils/plugins/pluginStartupCheck.ts:197
↓ 1 callers
Function
getInstalledPluginsV2FilePath
()
src/utils/plugins/installedPluginsManager.ts:86
↓ 1 callers
Function
getInstalledVSCodeExtensionVersion
( command: string, )
src/utils/ide.ts:931
↓ 1 callers
Function
getInstalledVersionPaths
()
src/utils/plugins/cacheUtils.ts:133
↓ 1 callers
Function
getInstance
( stdout: NodeJS.WriteStream, createInstance: () => Ink, )
src/ink/root.ts:172
↓ 1 callers
Method
getInstance
()
src/services/diagnosticTracking.ts:44
↓ 1 callers
Function
getIntensity
( messageCount: number, percentiles: Percentiles | null, )
src/utils/heatmap.ts:168
↓ 1 callers
Method
getInternalEventReader
()
src/utils/sessionStorage.ts:1377
↓ 1 callers
Method
getInternalSubagentEventReader
()
src/utils/sessionStorage.ts:1381
↓ 1 callers
Function
getInvokedBinary
()
src/utils/doctorDiagnostic.ts:191
↓ 1 callers
Function
getIsHeadOnRemote
()
src/utils/git.ts:340
← previous
next →
5,601–5,700 of 11,548, ranked by callers