MCPcopy Create free account

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

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

↓ 2 callersFunctionisPlanModeRequired
()
src/utils/teammate.ts:149
↓ 2 callersFunctionisPlatformInEnabledList
* Check if the current platform is in the enabledPlatforms list. * * This is an undocumented setting that allows restricting sandbox to specific pla
src/utils/sandbox/sandbox-adapter.ts:505
↓ 2 callersMethodisPlatformInEnabledList
()
src/utils/sandbox/sandbox-adapter.ts:883
↓ 2 callersFunctionisPluginAgent
( agent: AgentDefinition, )
src/tools/AgentTool/loadAgentsDir.ts:180
↓ 2 callersFunctionisPrStatusEnabled
()
src/components/PromptInput/PromptInputFooterLeftSide.tsx:514
↓ 2 callersFunctionisPreapprovedHost
(hostname: string, pathname: string)
src/tools/WebFetchTool/preapproved.ts:154
↓ 2 callersFunctionisProcessRunning
* Check whether a process is still running (signal 0 probe). * * Note: there is a small window for PID reuse — if the owning process * exits and an
src/utils/computerUse/computerUseLock.ts:65
↓ 2 callersFunctionisProjectOnboardingComplete
()
src/projectOnboardingState.ts:43
↓ 2 callersFunctionisPromptTooLongMessage
(msg: AssistantMessage)
src/services/api/errors.ts:64
↓ 2 callersFunctionisProvablySafeStatement
(stmt: ParsedStatement)
src/tools/PowerShellTool/readOnlyValidation.ts:1072
↓ 2 callersFunctionisQueuedCommandEditable
(cmd: QueuedCommand)
src/utils/messageQueueManager.ts:359
↓ 2 callersFunctionisReadOnlyCommand
( command: string, parsed?: ParsedPowerShellCommand, )
src/tools/PowerShellTool/readOnlyValidation.ts:1168
↓ 2 callersFunctionisRealPathWithinTeamDir
* Check whether a real (symlink-resolved) path is within the real team * memory directory. Both sides are realpath'd so the comparison is between *
src/memdir/teamMemPaths.ts:183
↓ 2 callersFunctionisRecord
* Type guard to check if a value is a record object
src/utils/plugins/lspRecommendation.ts:108
↓ 2 callersFunctionisRedirectLiteralStart
* Can the current position start a redirect destination literal? * Returns false at redirect ops, terminators, or file-descriptor-prefixed ops * so
src/utils/bash/bashParser.ts:1588
↓ 2 callersFunctionisReverse
(dir: FlexDirection)
src/native-ts/yoga-layout/index.ts:315
↓ 2 callersFunctionisRunningWithBun
()
src/utils/bundledMode.ts:7
↓ 2 callersMethodisSandboxEnabledInSettings
()
src/utils/sandbox/sandbox-adapter.ts:886
↓ 2 callersFunctionisSandboxPermissionRequest
( messageText: string, )
src/utils/teammateMailbox.ts:650
↓ 2 callersMethodisSandboxRequired
()
src/utils/sandbox/sandbox-adapter.ts:890
↓ 2 callersFunctionisScratchpadPath
(absolutePath: string)
src/utils/permissions/filesystem.ts:410
↓ 2 callersFunctionisSessionPlanFile
(absolutePath: string)
src/utils/permissions/filesystem.ts:245
↓ 2 callersFunctionisSet
(value: any)
src/types/generated/google/protobuf/timestamp.ts:178
↓ 2 callersFunctionisShutdownRejected
( messageText: string, )
src/utils/teammateMailbox.ts:919
↓ 2 callersFunctionisShuttingDown
()
src/utils/gracefulShutdown.ts:367
↓ 2 callersFunctionisSpeculationEnabled
()
src/services/PromptSuggestion/speculation.ts:337
↓ 2 callersFunctionisStructuredProtocolMessage
(messageText: string)
src/utils/teammateMailbox.ts:1073
↓ 2 callersFunctionisSubstitutionCommand
* Pattern 2: Check if this is a substitution command * Allows: sed 's/pattern/replacement/flags' where flags are only: g, p, i, I, m, M, 1-9 * When
src/tools/BashTool/sedValidation.ts:142
↓ 2 callersFunctionisSymlinkCreatingCommand
(cmd: { name: string args: string[] })
src/tools/PowerShellTool/modeValidation.ts:82
↓ 2 callersFunctionisSynchronizedOutputSupported
()
src/ink/terminal.ts:70
↓ 2 callersFunctionisTaskAssignment
( messageText: string, )
src/utils/teammateMailbox.ts:965
↓ 2 callersFunctionisTeamMemFile
(filePath: string)
src/memdir/teamMemPaths.ts:290
↓ 2 callersFunctionisTeamMemPath
(filePath: string)
src/memdir/teamMemPaths.ts:214
↓ 2 callersFunctionisTeamMemoryEnabled
()
src/memdir/teamMemPaths.ts:73
↓ 2 callersFunctionisTeamPermissionUpdate
( messageText: string, )
src/utils/teammateMailbox.ts:1001
↓ 2 callersFunctionisTeammateShutdownAttachment
( msg: RenderableMessage, )
src/utils/collapseTeammateShutdowns.ts:3
↓ 2 callersFunctionisTelemetryDisabled
()
src/utils/privacyLevel.ts:42
↓ 2 callersFunctionisTerminalOutput
* Check if a message content string is terminal output rather than a user prompt. * Terminal output includes bash input/output tags and caveat messag
src/utils/attribution.ts:104
↓ 2 callersFunctionisTextBlock
(block: ContentBlockParam)
src/components/MessageSelector.tsx:19
↓ 2 callersFunctionisTextBlock
(block: ContentBlockParam)
src/utils/mcpValidation.ts:51
↓ 2 callersFunctionisThinkingMessage
(message: Message)
src/utils/messages.ts:4679
↓ 2 callersFunctionisTmuxAvailable
()
src/utils/worktree.ts:653
↓ 2 callersFunctionisTmuxControlMode
()
src/utils/fullscreen.ts:97
↓ 2 callersFunctionisTooSmallIssue
(issue: ZodIssue)
src/utils/settings/validation.ts:37
↓ 2 callersFunctionisToolResult
( block: BetaContentBlockParam, )
src/services/api/claude.ts:946
↓ 2 callersFunctionisToolUseRequestMessage
( message: Message, )
src/utils/messages.ts:829
↓ 2 callersFunctionisTransientCapacityError
(error: unknown)
src/services/api/withRetry.ts:106
↓ 2 callersFunctionisTransientError
(error: PluginError)
src/commands/plugin/PluginSettings.tsx:196
↓ 2 callersFunctionisTransientNetworkError
(error: unknown)
src/utils/teleport/api.ts:24
↓ 2 callersFunctionisUrl
* Check if a source is a URL
src/utils/plugins/mcpbHandler.ts:86
↓ 2 callersFunctionisUsingOAuth
* Check if user is authenticated with first-party OAuth. * Required for settings sync in both CLI (upload) and CCR (download) modes. * * Only check
src/services/settingsSync/index.ts:212
↓ 2 callersFunctionisValidNumericEffort
(value: number)
src/utils/effort.ts:198
↓ 2 callersFunctionisValidResponseInput
(input: string)
src/components/FeedbackSurvey/FeedbackSurveyView.tsx:20
↓ 2 callersFunctionisValidSessionFacets
(obj: unknown)
src/commands/insights.ts:3184
↓ 2 callersFunctionisVertexAuthError
(error: unknown)
src/services/api/withRetry.ts:670
↓ 2 callersFunctionisWholeNumber
(v: number)
src/native-ts/yoga-layout/index.ts:2478
↓ 2 callersFunctionisWindowsSandboxPolicyViolation
()
src/tools/PowerShellTool/PowerShellTool.tsx:220
↓ 2 callersFunctionisWithheldMaxOutputTokens
* Is this a max_output_tokens error message? If so, the streaming loop should * withhold it from SDK callers until we know whether the recovery loop
src/query.ts:175
↓ 2 callersFunctionisZeroWidth
(codePoint: number)
src/ink/stringWidth.ts:129
↓ 2 callersFunctionjitterFrac
* taskId is an 8-hex-char UUID slice (see {@link addCronTask}) → parse as * u32 → [0, 1). Stable across restarts, uniformly distributed across the *
src/utils/cronTasks.ts:362
↓ 2 callersFunctionjitteredNextCronRunMs
( cron: string, fromMs: number, taskId: string, cfg: CronJitterConfig = DEFAULT_CRON_JITTER_CONFIG, )
src/utils/cronTasks.ts:381
↓ 2 callersFunctionjoinPluginIds
(entries: ChannelEntry[])
src/main.tsx:1709
↓ 2 callersFunctionjoinTextAtSeam
* Concatenate two content block arrays, appending `\n` to a's last text block * when the seam is text-text. The API concatenates adjacent text blocks
src/utils/messages.ts:2505
↓ 2 callersFunctionjump
(i: number, wantLast: boolean)
src/components/VirtualMessageList.tsx:609
↓ 2 callersFunctionjustifyAbsolute
( justify: Justify, leadEdge: number, trailEdge: number, childSize: number, )
src/native-ts/yoga-layout/index.ts:2023
↓ 2 callersFunctionjwtExp
* Decode the exp claim from a JWT without verifying its signature. * Returns undefined if parsing fails or exp is absent. Used only to * derive a ca
src/services/mcp/xaaIdpLogin.ts:252
↓ 2 callersFunctionkeyToDisplayName
* Map internal key names to human-readable display names.
src/keybindings/parser.ts:105
↓ 2 callersFunctionkeycodeToName
* Map keycode to key name for modifyOtherKeys/CSI u sequences. * Handles both ASCII keycodes and Kitty keyboard protocol functional keys. * * Numpa
src/ink/parse-keypress.ts:487
↓ 2 callersFunctionkillAgentTask
(taskId_0: string)
src/components/tasks/BackgroundTasksDialog.tsx:309
↓ 2 callersFunctionkillDreamTask
(taskId_2: string)
src/components/tasks/BackgroundTasksDialog.tsx:315
↓ 2 callersFunctionkillInProcessTeammate
( taskId: string, setAppState: SetAppStateFn, )
src/utils/swarm/spawnInProcess.ts:227
↓ 2 callersFunctionkillRemoteAgentTask
(taskId_3: string)
src/components/tasks/BackgroundTasksDialog.tsx:318
↓ 2 callersFunctionkillShellTask
(taskId: string)
src/components/tasks/BackgroundTasksDialog.tsx:306
↓ 2 callersFunctionkillTeammateTask
(taskId_1: string)
src/components/tasks/BackgroundTasksDialog.tsx:312
↓ 2 callersFunctionlaunchAndDone
(args: string, context: Parameters<LocalJSXCommandCall>[1], onDone: LocalJSXCommandOnDone, billingNote: string
src/commands/review/ultrareviewCommand.tsx:9
↓ 2 callersFunctionlineWidth
(line: string)
src/ink/line-width-cache.ts:10
↓ 2 callersFunctionlinkifyIssueReferences
* Replaces owner/repo#123 references with clickable hyperlinks to GitHub.
src/utils/markdown.ts:295
↓ 2 callersFunctionlinkifyUrlsInText
(content: string)
src/components/shell/OutputLine.tsx:44
↓ 2 callersFunctionlinuxExecLine
(claudePath: string)
src/utils/deepLink/registerProtocol.ts:56
↓ 2 callersFunctionloadAgentFromFile
( filePath: string, pluginName: string, namespace: string[], sourceName: string, pluginPath: string,
src/utils/plugins/loadPluginAgents.ts:65
↓ 2 callersFunctionloadAgentsFromDirectory
( agentsPath: string, pluginName: string, sourceName: string, pluginPath: string, pluginManifest: Pl
src/utils/plugins/loadPluginAgents.ts:37
↓ 2 callersFunctionloadAllLogsFromSessionFile
( sessionFile: string, projectPathOverride?: string, )
src/utils/sessionStorage.ts:4598
↓ 2 callersFunctionloadAllPermissionRulesFromDisk
()
src/utils/permissions/permissionsLoader.ts:120
↓ 2 callersFunctionloadAllProjectsMessageLogsProgressive
( limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4018
↓ 2 callersFunctionloadCacheMetadata
* Load cache metadata for an MCPB source
src/utils/plugins/mcpbHandler.ts:443
↓ 2 callersFunctionloadCachedRestrictions
()
src/services/policyLimits/index.ts:392
↓ 2 callersFunctionloadCommandsFromDirectory
( commandsPath: string, pluginName: string, sourceName: string, pluginManifest: PluginManifest, plug
src/utils/plugins/loadPluginCommands.ts:169
↓ 2 callersMethodloadFromFileListAsync
* Async variant: yields to the event loop every ~8–12k paths so large * indexes (270k+ files) don't block the main thread for >10ms at a time. *
src/native-ts/file-index/index.ts:83
↓ 2 callersFunctionloadMcpServersFromMcpb
* Load MCP servers from an MCPB file * Handles downloading, extracting, and converting DXT manifest to MCP config
src/utils/plugins/mcpPluginIntegration.ts:34
↓ 2 callersFunctionloadNativeModifiersModule
()
src/utils/modifiers.ts:11
↓ 2 callersFunctionloadOutputStyleFromFile
( filePath: string, pluginName: string, loadedPaths: Set<string>, )
src/utils/plugins/loadPluginOutputStyles.ts:36
↓ 2 callersFunctionloadOutputStylesFromDirectory
( outputStylesPath: string, pluginName: string, loadedPaths: Set<string>, )
src/utils/plugins/loadPluginOutputStyles.ts:15
↓ 2 callersFunctionloadPluginsFromMarketplaces
* Shared discovery/policy/merge pipeline for both load modes. * * Resolves enabledPlugins → marketplace entries, runs enterprise policy * checks, p
src/utils/plugins/pluginLoader.ts:1888
↓ 2 callersFunctionloadRipgrepIgnorePatterns
* Load ripgrep-specific ignore patterns from .ignore or .rgignore files * Returns an ignore instance if patterns were found, null otherwise * Result
src/hooks/fileSuggestions.ts:202
↓ 2 callersFunctionloadSameRepoMessageLogs
( worktreePaths: string[], limit?: number, initialEnrichCount: number = INITIAL_ENRICH_COUNT, )
src/utils/sessionStorage.ts:4073
↓ 2 callersFunctionloadSessionFile
* Loads all messages, summaries, file history snapshots, and attribution snapshots from a specific session file.
src/utils/sessionStorage.ts:3818
↓ 2 callersFunctionloadSessionMemoryTemplate
()
src/services/SessionMemory/prompts.ts:86
↓ 2 callersFunctionloadSkillsFromDirectory
* Loads skills from plugin skills directories * Skills are directories containing SKILL.md files
src/utils/plugins/loadPluginCommands.ts:687
↓ 2 callersFunctionloadSubagentTranscripts
( agentIds: string[], )
src/utils/sessionStorage.ts:4297
↓ 2 callersFunctionlocalCommandOutputToSDKAssistantMessage
( rawContent: string, uuid: UUID, )
src/utils/messages/mappers.ts:196
← previousnext →3,501–3,600 of 11,548, ranked by callers