MCPcopy Create free account

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

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

↓ 1 callersFunctionregisterBatchSkill
()
src/skills/bundled/batch.ts:100
↓ 1 callersFunctionregisterBridgeDebugHandle
(h: BridgeDebugHandle)
src/bridge/bridgeDebug.ts:57
↓ 1 callersFunctionregisterClaudeApiSkill
()
src/skills/bundled/claudeApi.ts:180
↓ 1 callersFunctionregisterClaudeInChromeSkill
()
src/skills/bundled/claudeInChrome.ts:12
↓ 1 callersFunctionregisterDebugSkill
()
src/skills/bundled/debug.ts:12
↓ 1 callersFunctionregisterDreamTask
( setAppState: SetAppState, opts: { sessionsReviewing: number priorMtime: number abortControll
src/tasks/DreamTask/DreamTask.ts:52
↓ 1 callersFunctionregisterElicitationHandler
( client: Client, serverName: string, setAppState: (f: (prevState: AppState) => AppState) => void, )
src/services/mcp/elicitationHandler.ts:68
↓ 1 callersFunctionregisterEscHotkey
(onEscape: () => void)
src/utils/computerUse/escHotkey.ts:25
↓ 1 callersFunctionregisterFileReadListener
( listener: FileReadListener, )
src/tools/FileReadTool/FileReadTool.ts:165
↓ 1 callersFunctionregisterFrontmatterHooks
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, hooks: HooksSettings,
src/utils/hooks/registerFrontmatterHooks.ts:18
↓ 1 callersFunctionregisterHookEventHandler
( handler: HookEventHandler | null, )
src/utils/hooks/hookEvents.ts:61
↓ 1 callersFunctionregisterITermBackend
( backendClass: new () => PaneBackend, )
src/utils/swarm/backends/registry.ts:93
↓ 1 callersFunctionregisterKeybindingsSkill
()
src/skills/bundled/keybindings.ts:292
↓ 1 callersFunctionregisterLSPNotificationHandlers
( manager: LSPServerManager, )
src/services/lsp/passiveFeedback.ts:125
↓ 1 callersFunctionregisterLeaderSetToolPermissionContext
( setter: SetToolPermissionContextFn, )
src/utils/swarm/leaderPermissionBridge.ts:42
↓ 1 callersFunctionregisterLeaderToolUseConfirmQueue
( setter: SetToolUseConfirmQueueFn, )
src/utils/swarm/leaderPermissionBridge.ts:28
↓ 1 callersFunctionregisterLinux
* Register the protocol handler on Linux. * Creates a .desktop file and registers it with xdg-mime.
src/utils/deepLink/registerProtocol.ts:144
↓ 1 callersFunctionregisterLoopSkill
()
src/skills/bundled/loop.ts:74
↓ 1 callersFunctionregisterLoremIpsumSkill
()
src/skills/bundled/loremIpsum.ts:234
↓ 1 callersFunctionregisterMCPSkillBuilders
(b: MCPSkillBuilders)
src/skills/mcpSkillBuilders.ts:33
↓ 1 callersFunctionregisterMacos
* Register the protocol handler on macOS. * * Creates a .app bundle where the CFBundleExecutable is a symlink to the * already-installed (and signe
src/utils/deepLink/registerProtocol.ts:75
↓ 1 callersFunctionregisterMagicDoc
(filePath: string)
src/services/MagicDocs/magicDocs.ts:87
↓ 1 callersFunctionregisterMainSessionTask
( description: string, setAppState: SetAppState, mainThreadAgentDefinition?: AgentDefinition, existing
src/tasks/LocalMainSessionTask.ts:94
↓ 1 callersFunctionregisterMcpAddCommand
(mcp: Command)
src/commands/mcp/addCommand.ts:33
↓ 1 callersFunctionregisterMcpXaaIdpCommand
(mcp: Command)
src/commands/mcp/xaaIdpCommand.ts:24
↓ 1 callersFunctionregisterPendingAsyncHook
({ processId, hookId, asyncResponse, hookName, hookEvent, command, shellCommand, toolName, p
src/utils/hooks/AsyncHookRegistry.ts:30
↓ 1 callersFunctionregisterPendingLSPDiagnostic
({ serverName, files, }: { serverName: string files: DiagnosticFile[] })
src/services/lsp/LSPDiagnosticRegistry.ts:65
↓ 1 callersFunctionregisterPluginInstallation
( info: PluginInstallationInfo, scope: PluginScope = 'user', projectPath?: string, )
src/utils/plugins/pluginInstallationHelpers.ts:239
↓ 1 callersFunctionregisterProcessOutputErrorHandlers
()
src/utils/process.ts:12
↓ 1 callersFunctionregisterProtocolHandler
( claudePath?: string, )
src/utils/deepLink/registerProtocol.ts:215
↓ 1 callersFunctionregisterRememberSkill
()
src/skills/bundled/remember.ts:4
↓ 1 callersFunctionregisterSandboxPermissionCallback
( callback: SandboxPermissionResponseCallback, )
src/hooks/useSwarmPermissionPoller.ts:179
↓ 1 callersFunctionregisterScheduleRemoteAgentsSkill
()
src/skills/bundled/scheduleRemoteAgents.ts:324
↓ 1 callersFunctionregisterSession
()
src/utils/concurrentSessions.ts:59
↓ 1 callersFunctionregisterSimplifySkill
()
src/skills/bundled/simplify.ts:55
↓ 1 callersFunctionregisterSkillHooks
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, hooks: HooksSettings,
src/utils/hooks/registerSkillHooks.ts:20
↓ 1 callersFunctionregisterSkillifySkill
()
src/skills/bundled/skillify.ts:158
↓ 1 callersFunctionregisterStuckSkill
()
src/skills/bundled/stuck.ts:61
↓ 1 callersFunctionregisterTeamForSessionCleanup
(teamName: string)
src/utils/swarm/teamHelpers.ts:560
↓ 1 callersFunctionregisterTmuxBackend
(backendClass: new () => PaneBackend)
src/utils/swarm/backends/registry.ts:85
↓ 1 callersFunctionregisterUpdateConfigSkill
()
src/skills/bundled/updateConfig.ts:445
↓ 1 callersFunctionregisterUpstreamProxyEnvFn
( fn: () => Record<string, string>, )
src/utils/subprocessEnv.ts:73
↓ 1 callersFunctionregisterVerifySkill
()
src/skills/bundled/verify.ts:12
↓ 1 callersFunctionregisterWindows
* Register the protocol handler on Windows via the registry.
src/utils/deepLink/registerProtocol.ts:185
↓ 1 callersFunctionregisterWindowsNativeHosts
* Register the native host in Windows registry for all supported browsers
src/utils/claudeInChrome/setup.ts:271
↓ 1 callersFunctionrelocateToolReferenceSiblings
* Move text-block siblings off user messages that contain tool_reference. * * When a tool_result contains tool_reference, the server expands it to a
src/utils/messages.ts:1933
↓ 1 callersFunctionremoveAllPluginsForMarketplace
(marketplaceName: string)
src/utils/plugins/installedPluginsManager.ts:746
↓ 1 callersFunctionremoveApiKey
()
src/utils/auth.ts:1171
↓ 1 callersFunctionremoveByFilter
( predicate: (cmd: QueuedCommand) => boolean, )
src/utils/messageQueueManager.ts:298
↓ 1 callersMethodremoveChild
(child: LayoutNode)
src/ink/layout/yoga.ts:67
↓ 1 callersFunctionremoveClaudeAliasesFromShellConfigs
* Remove claude aliases from shell configuration files * This helps clean up old installation methods when switching to native or npm global
src/utils/autoUpdater.ts:539
↓ 1 callersFunctionremoveDeliveredAsyncHooks
(processIds: string[])
src/utils/hooks/AsyncHookRegistry.ts:270
↓ 1 callersFunctionremoveDirectoryIfEmpty
(path: string)
src/utils/nativeInstaller/installer.ts:623
↓ 1 callersFunctionremoveExtraMarketplace
* Remove a marketplace from extraKnownMarketplaces in the given settings sources, * and also remove any associated enabled plugins.
src/commands/plugin/PluginSettings.tsx:317
↓ 1 callersFunctionremoveFlaggedPlugin
(pluginId: string)
src/utils/plugins/pluginFlagging.ts:199
↓ 1 callersFunctionremoveFromQueue
()
src/hooks/toolPermission/PermissionContext.ts:340
↓ 1 callersFunctionremoveInterruptedMessage
( messages: Message[], interruptedUserMessage: NormalizedUserMessage, )
src/cli/print.ts:4875
↓ 1 callersFunctionremoveLastFromHistory
()
src/history.ts:453
↓ 1 callersFunctionremoveMemberByAgentId
( teamName: string, agentId: string, )
src/utils/swarm/teamHelpers.ts:326
↓ 1 callersFunctionremoveMemberFromTeam
( teamName: string, tmuxPaneId: string, )
src/utils/swarm/teamHelpers.ts:285
↓ 1 callersMethodremoveMessageByUuid
* Remove a message from the transcript by UUID. * Used for tombstoning orphaned messages from failed streaming attempts. * * The target is al
src/utils/sessionStorage.ts:871
↓ 1 callersFunctionremoveOrphanedAtMarker
(versionPath: string)
src/utils/plugins/cacheUtils.ts:122
↓ 1 callersFunctionremovePathFromRepo
(repo: string, pathToRemove: string)
src/utils/githubRepoPathMapping.ts:133
↓ 1 callersFunctionremovePluginInstallation
( pluginId: string, scope: PersistableScope, projectPath?: string, )
src/utils/plugins/installedPluginsManager.ts:452
↓ 1 callersFunctionremoveSessionHook
( setAppState: (updater: (prev: AppState) => AppState) => void, sessionId: string, event: HookEvent, h
src/utils/hooks/sessionHooks.ts:225
↓ 1 callersFunctionremoveSpans
* Removes spans from a string, returning the string with those character * ranges removed.
src/utils/bash/treeSitterAnalysis.ts:178
↓ 1 callersFunctionremoveTranscriptMessage
(targetUuid: UUID)
src/utils/sessionStorage.ts:1472
↓ 1 callersFunctionremoveWorkerResponse
( requestId: string, _agentName?: string, teamName?: string, )
src/utils/swarm/permissionSync.ts:570
↓ 1 callersMethodremoveWsListeners
* Remove all listeners attached in connect() for the given WebSocket. * Without this, each reconnect orphans the old WS object + its closures *
src/cli/transports/WebSocketTransport.ts:360
↓ 1 callersMethodrender
( cursorChar: string, mask: string, invert: (text: string) => string, ghostText?: { text: stri
src/utils/Cursor.ts:203
↓ 1 callersFunctionrenderApiInstructions
()
src/utils/swarm/It2SetupPrompt.tsx:247
↓ 1 callersFunctionrenderBorder
( x: number, y: number, node: DOMNode, output: Output, )
src/ink/render-border.ts:82
↓ 1 callersFunctionrenderChromeToolResultMessage
(output: MCPToolResult, toolName: ChromeToolName, verbose: boolean)
src/utils/claudeInChrome/toolRendering.tsx:149
↓ 1 callersFunctionrenderChromeToolUseMessage
(input: Record<string, unknown>, toolName: ChromeToolName, verbose: boolean)
src/utils/claudeInChrome/toolRendering.tsx:17
↓ 1 callersFunctionrenderChromeViewTabLink
* Renders a clickable "View Tab" link for Claude in Chrome MCP tools. * Returns null if: * - The tool is not a Claude in Chrome MCP tool * - The in
src/utils/claudeInChrome/toolRendering.tsx:124
↓ 1 callersFunctionrenderChunk
(range: readonly [number, number])
src/utils/exportRenderer.tsx:66
↓ 1 callersFunctionrenderColorDiff
(patch: StructuredPatchHunk, firstLine: string | null, filePath: string, fileContent: string | null, theme: st
src/components/StructuredDiff.tsx:50
↓ 1 callersFunctionrenderContent
()
src/utils/swarm/It2SetupPrompt.tsx:134
↓ 1 callersFunctionrenderErrorSpecificGuidance
* Renders error-specific troubleshooting guidance
src/components/ResumeTask.tsx:244
↓ 1 callersFunctionrenderFace
(bones: CompanionBones)
src/buddy/sprites.ts:475
↓ 1 callersFunctionrenderFailed
()
src/utils/swarm/It2SetupPrompt.tsx:257
↓ 1 callersFunctionrenderFeedbackComponent
(onDone: (result?: string, options?: { display?: CommandResultDisplay; }) => void, abortSignal: AbortSignal,
src/commands/feedback/feedback.tsx:8
↓ 1 callersFunctionrenderFormFields
()
src/components/mcp/ElicitationDialog.tsx:778
↓ 1 callersFunctionrenderFrame
( screen: VirtualScreen, frame: Frame, stylePool: StylePool, )
src/ink/log-update.ts:515
↓ 1 callersMethodrenderFullFrame
(frame: Frame)
src/ink/log-update.ts:65
↓ 1 callersFunctionrenderInitialPrompt
()
src/utils/swarm/It2SetupPrompt.tsx:170
↓ 1 callersFunctionrenderInstallFailed
()
src/utils/swarm/It2SetupPrompt.tsx:210
↓ 1 callersFunctionrenderInstalling
()
src/utils/swarm/It2SetupPrompt.tsx:207
↓ 1 callersFunctionrenderMenu
()
src/components/agents/AgentEditor.tsx:135
↓ 1 callersFunctionrenderModelsToAnsi
(stats: ClaudeCodeStats)
src/components/Stats.tsx:1191
↓ 1 callersFunctionrenderOverviewToAnsi
(stats: ClaudeCodeStats)
src/components/Stats.tsx:1095
↓ 1 callersFunctionrenderPlaceholder
({ placeholder, value, showCursor, focus, terminalFocus = true, invert = chalk.inverse, hidePlac
src/hooks/renderPlaceholder.ts:13
↓ 1 callersMethodrenderPreviousOutput_DEPRECATED
(prevFrame: Frame)
src/ink/log-update.ts:52
↓ 1 callersFunctionrenderPromptTemplate
( lineFormat: string, maxSizeInstruction: string, offsetInstruction: string, )
src/tools/FileReadTool/prompt.ts:27
↓ 1 callersFunctionrenderSprite
(bones: CompanionBones, frame = 0)
src/buddy/sprites.ts:454
↓ 1 callersFunctionrenderStatsToAnsi
(stats: ClaudeCodeStats, activeTab: 'Overview' | 'Models')
src/components/Stats.tsx:1068
↓ 1 callersFunctionrenderStatus
()
src/components/Spinner/TeammateSpinnerLine.tsx:172
↓ 1 callersFunctionrenderStatusMessage
()
src/commands/install-github-app/OAuthFlowStep.tsx:198
↓ 1 callersFunctionrenderSuccess
()
src/utils/swarm/It2SetupPrompt.tsx:254
↓ 1 callersFunctionrenderSync
( node: ReactNode, options?: NodeJS.WriteStream | RenderOptions, )
src/ink/root.ts:76
← previousnext →7,201–7,300 of 11,548, ranked by callers