MCPcopy Create free account

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

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

↓ 1 callersFunctiongetXDGCacheHome
(options?: XDGOptions)
src/utils/xdg.ts:42
↓ 1 callersFunctiongetYesterdayDateString
()
src/utils/statsCache.ts:422
↓ 1 callersFunctiongetYoloClassifierApproval
( toolUseID: string, )
src/utils/classifierApprovals.ts:51
↓ 1 callersFunctiongetZipCacheMarketplacesDir
()
src/utils/plugins/zipCache.ts:97
↓ 1 callersFunctiongetZipCachePluginsDir
()
src/utils/plugins/zipCache.ts:108
↓ 1 callersFunctiongetZodSchema
(schema: PrimitiveSchemaDefinition)
src/utils/mcp/elicitationValidation.ts:135
↓ 1 callersFunctiongetZshCompletionCommand
* Generate zsh completion command using native zsh commands
src/utils/bash/shellCompletion.ts:163
↓ 1 callersFunctiongitClone
( gitUrl: string, targetPath: string, ref?: string, sha?: string, )
src/utils/plugins/pluginLoader.ts:534
↓ 1 callersFunctiongitClone
( gitUrl: string, targetPath: string, ref?: string, sparsePaths?: string[], )
src/utils/plugins/marketplaceManager.ts:803
↓ 1 callersFunctiongitPull
( cwd: string, ref?: string, options?: { disableCredentialHelper?: boolean; sparsePaths?: string[] }, )
src/utils/plugins/marketplaceManager.ts:528
↓ 1 callersFunctionglob
( filePattern: string, cwd: string, { limit, offset }: { limit: number; offset: number }, abortSignal:
src/utils/glob.ts:66
↓ 1 callersFunctiongraphemeWidth
(grapheme: string)
src/ink/termio/parser.ts:63
↓ 1 callersFunctiongroupHooksByEventAndMatcher
( appState: AppState, toolNames: string[], )
src/utils/hooks/hooksConfigManager.ts:270
↓ 1 callersFunctiongroupLogsBySessionId
(filteredLogs: LogOption[])
src/components/LogSelector.tsx:1544
↓ 1 callersFunctiongroupMessagesByApiRound
(messages: Message[])
src/services/compact/grouping.ts:22
↓ 1 callersFunctiongroupServersByScope
(serverList: ServerInfo[])
src/components/mcp/MCPListPanel.tsx:77
↓ 1 callersFunctiongrowBranch
( node: TreeNode | string, prefix: string, _isLast: boolean, depth: number = 0, )
src/utils/treeify.ts:55
↓ 1 callersFunctionguessMimeType
(filename: string)
src/tools/BriefTool/upload.ts:51
↓ 1 callersFunctionguiGotoArgv
* Build goto-line argv for a GUI editor. VS Code family uses -g file:line; * subl uses bare file:line; others don't support goto-line.
src/utils/editor.ts:58
↓ 1 callersFunctionhandleAdd
()
src/commands/plugin/AddMarketplace.tsx:45
↓ 1 callersMethodhandleAutoFocus
(node: DOMElement)
src/ink/focus.ts:84
↓ 1 callersFunctionhandleAutoModeTransition
( fromMode: string, toMode: string, )
src/bootstrap/state.ts:1373
↓ 1 callersFunctionhandleAwsCredentialError
* Clear AWS auth caches if appropriate. * @returns true if action was taken.
src/services/api/withRetry.ts:650
↓ 1 callersFunctionhandleBroadcast
( content: string, summary: string | undefined, context: ToolUseContext, )
src/tools/SendMessageTool/SendMessageTool.ts:191
↓ 1 callersFunctionhandleCancel
()
src/components/tasks/BackgroundTasksDialog.tsx:415
↓ 1 callersFunctionhandleCancel
()
src/commands/remote-setup/remote-setup.tsx:121
↓ 1 callersFunctionhandleChange
(path: string)
src/keybindings/loadUserBindings.ts:424
↓ 1 callersFunctionhandleChange
(path: string)
src/utils/settings/changeDetector.ts:268
↓ 1 callersFunctionhandleChannelEnable
* IDE-triggered channel enable. Derives the ChannelEntry from the connection's * pluginSource (IDE can't spoof kind/marketplace — we only take the se
src/cli/print.ts:4662
↓ 1 callersFunctionhandleClearAuth
()
src/components/mcp/MCPRemoteServerMenu.tsx:303
↓ 1 callersMethodhandleClickFocus
(node: DOMElement)
src/ink/focus.ts:88
↓ 1 callersFunctionhandleConfirm
(token: RedactedGithubToken)
src/commands/remote-setup/remote-setup.tsx:127
↓ 1 callersMethodhandleControlRequest
* Handle control requests from CCR (e.g., permission requests)
src/remote/RemoteSessionManager.ts:189
↓ 1 callersFunctionhandleCoordinatorPermission
* Handles the coordinator worker permission flow. * * For coordinator workers, automated checks (hooks and classifier) are * awaited sequentially b
src/hooks/toolPermission/handlers/coordinatorHandler.ts:26
↓ 1 callersFunctionhandleDenialLimitExceeded
* Check if a denial limit was exceeded and return an 'ask' result * so the user can review. Returns null if no limit was hit.
src/utils/permissions/permissions.ts:984
↓ 1 callersFunctionhandleFastModeOverageRejection
(reason: string | null)
src/utils/fastMode.ts:295
↓ 1 callersFunctionhandleFastModeRejectedByAPI
()
src/utils/fastMode.ts:244
↓ 1 callersFunctionhandleFastModeShortcut
(enable: boolean, getAppState: () => AppState, setAppState: (f: (prev: AppState) => AppState) => void)
src/commands/fast/fast.tsx:226
↓ 1 callersFunctionhandleGcpCredentialError
* Clear GCP auth caches if appropriate. * @returns true if action was taken.
src/services/api/withRetry.ts:688
↓ 1 callersFunctionhandleInitializeRequest
( request: SDKControlInitializeRequest, requestId: string, initialized: boolean, output: Stream<Stdout
src/cli/print.ts:4336
↓ 1 callersFunctionhandleInteractivePermission
* Handles the interactive (main-agent) permission flow. * * Pushes a ToolUseConfirm entry to the confirm queue with callbacks: * onAbort, onAllow,
src/hooks/toolPermission/handlers/interactiveHandler.ts:57
↓ 1 callersFunctionhandleKeyDown
(e: KeyboardEvent)
src/hooks/useSearchInput.ts:104
↓ 1 callersFunctionhandleKeyDown
(e: KeyboardEvent)
src/hooks/useBackgroundTaskNavigation.ts:147
↓ 1 callersFunctionhandleKeyDown
(e: KeyboardEvent)
src/hooks/useVoiceIntegration.tsx:468
↓ 1 callersFunctionhandleKeyDown
(e: KeyboardEvent)
src/hooks/useHistorySearch.ts:262
↓ 1 callersFunctionhandleKeyDown
(e: KeyboardEvent)
src/hooks/useTypeahead.tsx:1294
↓ 1 callersMethodhandleMcpClient
(socket: Socket)
src/utils/claudeInChrome/chromeNativeHost.ts:354
↓ 1 callersFunctionhandleMcpSetServers
( servers: Record<string, McpServerConfigForProcessTransport>, sdkState: SdkMcpState, dynamicState: Dyna
src/cli/print.ts:5353
↓ 1 callersFunctionhandleMcpjsonServerApprovals
(root: Root)
src/services/mcpServerApproval.tsx:15
↓ 1 callersFunctionhandleMemoryFileReadError
(error: unknown, filePath: string)
src/utils/claudemd.ts:402
↓ 1 callersFunctionhandleMessage
( recipientName: string, content: string, summary: string | undefined, context: ToolUseContext, )
src/tools/SendMessageTool/SendMessageTool.ts:149
↓ 1 callersMethodhandleMessage
* Handle messages from WebSocket
src/remote/RemoteSessionManager.ts:146
↓ 1 callersMethodhandleMessage
(messageJson: string)
src/utils/claudeInChrome/chromeNativeHost.ts:245
↓ 1 callersFunctionhandleModelChange
()
src/commands/model/model.tsx:143
↓ 1 callersFunctionhandleMouseEvent
(app: App, m: ParsedMouse)
src/ink/components/App.tsx:515
↓ 1 callersFunctionhandleOAuth401ErrorImpl
( failedAccessToken: string, )
src/utils/auth.ts:1430
↓ 1 callersFunctionhandleOrphanedPermission
( orphanedPermission: OrphanedPermission, tools: Tools, mutableMessages: Message[], processUserInputCo
src/utils/queryHelpers.ts:224
↓ 1 callersFunctionhandleOrphanedPermissionResponse
({ message, setAppState, onEnqueued, handledToolUseIds, }: { message: SDKControlResponse setAppSta
src/cli/print.ts:5241
↓ 1 callersFunctionhandlePlanApproval
( recipientName: string, requestId: string, context: ToolUseContext, )
src/tools/SendMessageTool/SendMessageTool.ts:434
↓ 1 callersFunctionhandlePlanApprovalResponse
( taskId: string, _response: PlanApprovalResponseMessage, setAppState: SetAppState, )
src/utils/inProcessTeammateHelpers.ts:77
↓ 1 callersFunctionhandlePlanRejection
( recipientName: string, requestId: string, feedback: string, context: ToolUseContext, )
src/tools/SendMessageTool/SendMessageTool.ts:478
↓ 1 callersMethodhandleQueryStart
* Handle the start of a new query. This method: * - Initializes the diagnostic tracker if not already initialized * - Resets the tracker if alre
src/services/diagnosticTracking.ts:330
↓ 1 callersFunctionhandleRedirection
( part: ParseEntry, prev: ParseEntry | undefined, next: ParseEntry | undefined, nextNext: ParseEntry |
src/utils/bash/commands.ts:860
↓ 1 callersFunctionhandleResult
( error: ExecFileException | null, stdout: string, stderr: string, isRetry: boolean,
src/utils/ripgrep.ts:358
↓ 1 callersFunctionhandleRetry
()
src/components/ResumeTask.tsx:81
↓ 1 callersMethodhandleSSEFrame
* Handle a single SSE frame. The event: field names the variant; data: * carries the inner proto JSON directly (no envelope). * * Worker subs
src/cli/transports/SSETransport.ts:425
↓ 1 callersFunctionhandleScreenshot
(stats: ClaudeCodeStats, activeTab: 'Overview' | 'Models', setStatus: (status: string | null) => void)
src/components/Stats.tsx:1059
↓ 1 callersFunctionhandleSecurityCheckResult
(result: SecurityCheckResult)
src/services/remoteManagedSettings/securityCheck.tsx:67
↓ 1 callersFunctionhandleSelect
(value: string)
src/components/WorktreeExitDialog.tsx:97
↓ 1 callersFunctionhandleSelect
(log: LogOption)
src/commands/resume/resume.tsx:136
↓ 1 callersFunctionhandleSelectOption
(value: string)
src/components/ExportDialog.tsx:43
↓ 1 callersFunctionhandleSetPermissionMode
( request: { mode: InternalPermissionMode }, requestId: string, toolPermissionContext: ToolPermissionCon
src/cli/print.ts:4568
↓ 1 callersFunctionhandleShutdownApproval
( requestId: string, context: ToolUseContext, )
src/tools/SendMessageTool/SendMessageTool.ts:305
↓ 1 callersFunctionhandleShutdownRejection
( requestId: string, reason: string, )
src/tools/SendMessageTool/SendMessageTool.ts:401
↓ 1 callersFunctionhandleShutdownRequest
( targetName: string, reason: string | undefined, context: ToolUseContext, )
src/tools/SendMessageTool/SendMessageTool.ts:268
↓ 1 callersFunctionhandleSpawn
* Handle spawn operation - creates a new Claude Code instance. * Uses in-process mode when enabled, otherwise uses tmux/iTerm2 split-pane view. * Fa
src/tools/shared/spawnMultiAgent.ts:1040
↓ 1 callersFunctionhandleSpawnSeparateWindow
* Handle spawn operation using separate windows (legacy behavior). * Creates each teammate in its own tmux window.
src/tools/shared/spawnMultiAgent.ts:545
↓ 1 callersFunctionhandleSpawnSplitPane
* Handle spawn operation using split-pane view (default). * When inside tmux: Creates teammates in a shared window with leader on left, teammates on
src/tools/shared/spawnMultiAgent.ts:305
↓ 1 callersFunctionhandleSpeculationAccept
( speculationState: ActiveSpeculationState, speculationSessionTimeSavedMs: number, setAppState: SetAppSt
src/services/PromptSuggestion/speculation.ts:835
↓ 1 callersFunctionhandleStash
()
src/components/TeleportStash.tsx:42
↓ 1 callersFunctionhandleStopHooks
( messagesForQuery: Message[], assistantMessages: AssistantMessage[], systemPrompt: SystemPrompt, user
src/query/stopHooks.ts:65
↓ 1 callersFunctionhandleSubmit
()
src/commands/install-github-app/install-github-app.tsx:268
↓ 1 callersFunctionhandleSubmitCode
(value: string, url: string)
src/components/ConsoleOAuthFlow.tsx:157
↓ 1 callersFunctionhandleSubmitCode
(value: string, url: string)
src/commands/install-github-app/OAuthFlowStep.tsx:67
↓ 1 callersMethodhandleSuccessRedirect
* Completes the OAuth flow by redirecting the user's browser to a success page. * Different success pages are shown based on the granted scopes.
src/services/oauth/auth-code-listener.ts:80
↓ 1 callersFunctionhandleSwarmWorkerPermission
* Handles the swarm worker permission flow. * * When running as a swarm worker: * 1. Tries classifier auto-approval for bash commands * 2. Forward
src/hooks/toolPermission/handlers/swarmWorkerHandler.ts:40
↓ 1 callersFunctionhandleTeleport
()
src/components/tasks/RemoteSessionDetailDialog.tsx:831
↓ 1 callersFunctionhandleTeleportPrerequisites
* Helper function to handle teleport prerequisites (authentication and git state) * Shows TeleportError dialog rendered into the existing root if nee
src/utils/teleport.tsx:509
↓ 1 callersFunctionhandleToggleAutoUpdate
(marketplace: MarketplaceState)
src/commands/plugin/ManageMarketplaces.tsx:391
↓ 1 callersFunctionhandleTransportPermanentClose
* Body of the transport's setOnClose callback, hoisted to initBridgeCore * scope so /bridge-kick can fire it directly. setOnClose wraps this with
src/bridge/replBridge.ts:887
↓ 1 callersFunctionhandleUrlSchemeLaunch
()
src/utils/deepLink/protocolHandler.ts:84
↓ 1 callersFunctionhandleValidationError
( error: unknown, modelName: string, )
src/utils/model/validateModel.ts:92
↓ 1 callersFunctionhandleWrapper
( command: string, args: string[], recursionDepth: number, wrapperCount: number, )
src/utils/bash/prefix.ts:72
↓ 1 callersFunctionhandleWrite
(selected_1)
src/commands/copy/copy.tsx:222
↓ 1 callersFunctionhasActualOperatorNodes
(rootNode: unknown)
src/utils/bash/treeSitterAnalysis.ts:421
↓ 1 callersFunctionhasAnthropicApiKeyAuth
()
src/utils/auth.ts:220
↓ 1 callersFunctionhasAnyAnthropicScope
* Returns true if the token carries any Anthropic-issued scope (user:* or org:*). * Codex tokens use OpenID Connect scopes (openid, profile, email, o
src/cli/handlers/auth.ts:52
↓ 1 callersFunctionhasAnyProps
(props: SpanProps)
src/ink/Ansi.tsx:215
↓ 1 callersFunctionhasAnyTextProps
(props: SpanProps)
src/ink/Ansi.tsx:218
↓ 1 callersFunctionhasBackslashEscapedOperator
(command: string)
src/tools/BashTool/bashSecurity.ts:1631
← previousnext →6,101–6,200 of 11,548, ranked by callers