MCPcopy Create free account

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

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

↓ 1 callersFunctionuseDiffInIDE
({ onChange, toolUseContext, filePath, edits, editMode, }: Props)
src/hooks/useDiffInIDE.ts:46
↓ 1 callersFunctionuseDirectConnect
({ config, setMessages, setIsLoading, setToolUseConfirmQueue, tools, }: UseDirectConnectProps)
src/hooks/useDirectConnect.ts:39
↓ 1 callersFunctionuseDragToScroll
* Auto-scroll the ScrollBox when the user drags a selection past its top or * bottom edge. The anchor is shifted in the opposite direction so it stay
src/components/ScrollKeybindingHandler.tsx:637
↓ 1 callersFunctionuseExitOnCtrlCD
( useKeybindingsHook: UseKeybindingsHook, onInterrupt?: () => boolean, onExit?: () => void, isActive =
src/hooks/useExitOnCtrlCD.ts:45
↓ 1 callersFunctionuseExpandShellOutput
()
src/components/shell/ExpandShellOutputContext.tsx:33
↓ 1 callersFunctionuseFastModeNotification
()
src/hooks/notifs/useFastModeNotification.tsx:12
↓ 1 callersFunctionuseFeedbackSurvey
(messages: Message[], isLoading: boolean, submitCount: number, surveyType: FeedbackSurveyType = 'session', has
src/components/FeedbackSurvey/useFeedbackSurvey.tsx:43
↓ 1 callersFunctionuseFileHistorySnapshotInit
( initialFileHistorySnapshots: FileHistorySnapshot[] | undefined, fileHistoryState: FileHistoryState, on
src/hooks/useFileHistorySnapshotInit.ts:9
↓ 1 callersFunctionuseFilePermissionDialog
({ filePath, completionType, languageName, toolUseConfirm, onDone, onReject, parseInput, opera
src/components/permissions/FilePermissionDialog/useFilePermissionDialog.ts:53
↓ 1 callersFunctionuseFpsMetrics
()
src/context/fpsMetrics.tsx:27
↓ 1 callersFunctionuseGetToolFromMessages
(toolUseID, tools, lookups)
src/components/messages/UserToolResultMessage/utils.tsx:6
↓ 1 callersFunctionuseGetVoiceState
()
src/context/voice.tsx:85
↓ 1 callersFunctionuseHasSelection
()
src/ink/hooks/use-selection.ts:97
↓ 1 callersFunctionuseHistorySearch
( onAcceptHistory: (entry: HistoryEntry) => void, currentInput: string, onInputChange: (input: string) =
src/hooks/useHistorySearch.ts:15
↓ 1 callersFunctionuseIDEIntegration
(t0)
src/hooks/useIDEIntegration.tsx:15
↓ 1 callersFunctionuseIDEStatusIndicator
(t0)
src/hooks/notifs/useIDEStatusIndicator.tsx:17
↓ 1 callersFunctionuseIdeAtMentioned
( mcpClients: MCPServerConnection[], onAtMentioned: (atMentioned: IDEAtMentioned) => void, )
src/hooks/useIdeAtMentioned.ts:33
↓ 1 callersFunctionuseIdeLogging
(mcpClients: MCPServerConnection[])
src/hooks/useIdeLogging.ts:18
↓ 1 callersFunctionuseIdeSelection
( mcpClients: MCPServerConnection[], onSelect: (selection: IDESelection) => void, )
src/hooks/useIdeSelection.ts:59
↓ 1 callersFunctionuseInboxPoller
({ enabled, isLoading, focusedInputDialog, onSubmitMessage, }: Props)
src/hooks/useInboxPoller.ts:126
↓ 1 callersFunctionuseInputBuffer
({ maxBufferSize, debounceMs, }: UseInputBufferProps)
src/hooks/useInputBuffer.ts:27
↓ 1 callersFunctionuseInstallMessages
()
src/hooks/notifs/useInstallMessages.tsx:3
↓ 1 callersFunctionuseIsClassifierChecking
(toolUseID: string)
src/utils/classifierApprovalsHook.ts:13
↓ 1 callersFunctionuseIsOverlayActive
()
src/context/overlayContext.tsx:122
↓ 1 callersFunctionuseIssueFlagBanner
( messages: Message[], submitCount: number, )
src/hooks/useIssueFlagBanner.ts:92
↓ 1 callersFunctionuseKeybindingWarnings
* Display keybinding warnings to the user via notifications. * Shows a brief message pointing to /doctor for details.
src/keybindings/KeybindingProviderSetup.tsx:59
↓ 1 callersFunctionuseKickOffCheckAndDisableAutoModeIfNeeded
()
src/utils/permissions/bypassPermissionsKillswitch.ts:127
↓ 1 callersFunctionuseKickOffCheckAndDisableBypassPermissionsIfNeeded
()
src/utils/permissions/bypassPermissionsKillswitch.ts:57
↓ 1 callersFunctionuseLogMessages
(messages: Message[], ignore: boolean = false)
src/hooks/useLogMessages.ts:19
↓ 1 callersFunctionuseLspInitializationNotification
()
src/hooks/notifs/useLspInitializationNotification.tsx:22
↓ 1 callersFunctionuseLspPluginRecommendation
()
src/hooks/useLspPluginRecommendation.tsx:41
↓ 1 callersFunctionuseMailbox
()
src/context/mailbox.tsx:31
↓ 1 callersFunctionuseMailboxBridge
({ isLoading, onSubmitMessage }: Props)
src/hooks/useMailboxBridge.ts:9
↓ 1 callersFunctionuseManageMCPConnections
( dynamicMcpConfig: Record<string, ScopedMcpServerConfig> | undefined, isStrictMcpConfig = false, )
src/services/mcp/useManageMCPConnections.ts:143
↓ 1 callersFunctionuseMaybeTruncateInput
({ input, pastedContents, onInputChange, setCursorOffset, setPastedContents, }: Props)
src/components/PromptInput/useMaybeTruncateInput.ts:13
↓ 1 callersFunctionuseMcpConnectivityStatus
(t0)
src/hooks/notifs/useMcpConnectivityStatus.tsx:13
↓ 1 callersFunctionuseMemorySurvey
(messages: Message[], isLoading: boolean, hasActivePrompt = false, { enabled = true }: { enabled?: boolean
src/components/FeedbackSurvey/useMemorySurvey.tsx:47
↓ 1 callersFunctionuseMemoryUsage
()
src/hooks/useMemoryUsage.ts:18
↓ 1 callersFunctionuseMergedClients
( initialClients: MCPServerConnection[] | undefined, mcpClients: MCPServerConnection[] | undefined, )
src/hooks/useMergedClients.ts:15
↓ 1 callersFunctionuseMessageActions
(cursor: MessageActionsState | null, setCursor: React.Dispatch<React.SetStateAction<MessageActionsState | null
src/components/messageActions.tsx:217
↓ 1 callersFunctionuseMinDisplayTime
(value: T, minMs: number)
src/hooks/useMinDisplayTime.ts:10
↓ 1 callersFunctionuseModalScrollRef
()
src/context/modalContext.tsx:55
↓ 1 callersFunctionuseModelMigrationNotifications
()
src/hooks/notifs/useModelMigrationNotifications.tsx:35
↓ 1 callersFunctionuseMoreRight
(_args: { enabled: boolean; setMessages: (action: M[] | ((prev: M[]) => M[])) => void; inputValue: strin
src/moreright/useMoreRight.tsx:9
↓ 1 callersFunctionuseMultiSelectState
({ isDisabled = false, visibleOptionCount = 5, options, defaultValue = [], onChange, onCancel, o
src/components/CustomSelect/use-multi-select-state.ts:153
↓ 1 callersFunctionuseMultipleChoiceState
()
src/components/permissions/AskUserQuestionPermissionRequest/use-multiple-choice-state.ts:125
↓ 1 callersFunctionuseNpmDeprecationNotification
()
src/hooks/notifs/useNpmDeprecationNotification.tsx:6
↓ 1 callersFunctionuseOfficialMarketplaceNotification
()
src/hooks/useOfficialMarketplaceNotification.tsx:12
↓ 1 callersFunctionusePasteHandler
({ onPaste, onInput, onImagePaste, }: PasteHandlerProps)
src/hooks/usePasteHandler.ts:30
↓ 1 callersFunctionusePluginAutoupdateNotification
()
src/hooks/notifs/usePluginAutoupdateNotification.tsx:14
↓ 1 callersFunctionusePluginInstallationStatus
()
src/hooks/notifs/usePluginInstallationStatus.tsx:10
↓ 1 callersFunctionusePostCompactSurvey
(messages, isLoading, t0, t1)
src/components/FeedbackSurvey/usePostCompactSurvey.tsx:32
↓ 1 callersFunctionusePrStatus
(isLoading: boolean, enabled = true)
src/hooks/usePrStatus.ts:35
↓ 1 callersFunctionusePreviewTheme
()
src/components/design-system/ThemeProvider.tsx:147
↓ 1 callersFunctionusePromptInputPlaceholder
({ input, submitCount, viewingAgentName, }: Props)
src/components/PromptInput/usePromptInputPlaceholder.ts:25
↓ 1 callersFunctionusePromptOverlay
()
src/context/promptOverlayContext.tsx:61
↓ 1 callersFunctionusePromptOverlayDialog
()
src/context/promptOverlayContext.tsx:64
↓ 1 callersFunctionusePromptSuggestion
({ inputValue, isAssistantResponding, }: Props)
src/hooks/usePromptSuggestion.ts:15
↓ 1 callersFunctionusePromptsFromClaudeInChrome
(mcpClients, toolPermissionMode)
src/hooks/usePromptsFromClaudeInChrome.tsx:31
↓ 1 callersFunctionuseQueueProcessor
({ executeQueuedInput, hasActiveLocalJsxUI, queryGuard, }: UseQueueProcessorParams)
src/hooks/useQueueProcessor.ts:28
↓ 1 callersFunctionuseQueuedMessage
()
src/context/QueuedMessageContext.tsx:11
↓ 1 callersFunctionuseRateLimitWarningNotification
(model)
src/hooks/notifs/useRateLimitWarningNotification.tsx:11
↓ 1 callersFunctionuseRemoteSession
({ config, setMessages, setIsLoading, onInit, setToolUseConfirmQueue, tools, setStreamingToolUse
src/hooks/useRemoteSession.ts:76
↓ 1 callersFunctionuseReplBridge
(messages: Message[], setMessages: (action: React.SetStateAction<Message[]>) => void, abortControllerRef: Reac
src/hooks/useReplBridge.tsx:53
↓ 1 callersFunctionuseSSHSession
({ session, setMessages, setIsLoading, setToolUseConfirmQueue, tools, }: UseSSHSessionProps)
src/hooks/useSSHSession.ts:48
↓ 1 callersFunctionuseSearchHighlight
()
src/ink/hooks/use-search-highlight.ts:18
↓ 1 callersFunctionuseSelectInput
({ isDisabled = false, disableSelection = false, state, options, isMultiSelect = false, onUpFromFi
src/components/CustomSelect/use-select-input.ts:86
↓ 1 callersFunctionuseSelectState
({ visibleOptionCount = 5, options, defaultValue, onChange, onCancel, onFocus, focusValue, }: Us
src/components/CustomSelect/use-select-state.ts:127
↓ 1 callersFunctionuseSelectionBgColor
(selection: Selection)
src/hooks/useCopyOnSelect.ts:93
↓ 1 callersFunctionuseSessionBackgrounding
({ setMessages, setIsLoading, resetLoadingState, setAbortController, onBackgroundQuery, }: UseSessio
src/hooks/useSessionBackgrounding.ts:27
↓ 1 callersFunctionuseSetPromptOverlay
(data)
src/context/promptOverlayContext.tsx:72
↓ 1 callersFunctionuseSetPromptOverlayDialog
(node)
src/context/promptOverlayContext.tsx:101
↓ 1 callersFunctionuseShowFastIconHint
(showFastIcon: boolean)
src/components/PromptInput/useShowFastIconHint.ts:11
↓ 1 callersFunctionuseSkillImprovementSurvey
(setMessages: SetMessages)
src/hooks/useSkillImprovementSurvey.ts:21
↓ 1 callersFunctionuseSkillsChange
( cwd: string | undefined, onCommandsChange: (commands: Command[]) => void, )
src/hooks/useSkillsChange.ts:24
↓ 1 callersFunctionuseStalledAnimation
( time: number, currentResponseLength: number, hasActiveTools = false, reducedMotion = false, )
src/components/Spinner/useStalledAnimation.ts:6
↓ 1 callersFunctionuseSwarmBanner
()
src/components/PromptInput/useSwarmBanner.ts:44
↓ 1 callersFunctionuseSwarmInitialization
( setAppState: SetAppState, initialMessages: Message[] | undefined, { enabled = true }: { enabled?: bool
src/hooks/useSwarmInitialization.ts:30
↓ 1 callersFunctionuseTabStatus
(kind: TabStatusKind | null)
src/ink/hooks/use-tab-status.ts:53
↓ 1 callersFunctionuseTabsWidth
()
src/components/design-system/Tabs.tsx:289
↓ 1 callersFunctionuseTaskListWatcher
({ taskListId, isLoading, onSubmitTask, }: Props)
src/hooks/useTaskListWatcher.ts:34
↓ 1 callersFunctionuseTasksV2WithCollapseEffect
()
src/hooks/useTasksV2.ts:236
↓ 1 callersFunctionuseTeammateLifecycleNotification
()
src/hooks/notifs/useTeammateShutdownNotification.ts:54
↓ 1 callersFunctionuseTeammateViewAutoExit
()
src/hooks/useTeammateViewAutoExit.ts:11
↓ 1 callersFunctionuseTeleportResume
(source)
src/hooks/useTeleportResume.tsx:15
↓ 1 callersFunctionuseTerminalTitle
(title: string | null)
src/ink/hooks/use-terminal-title.ts:17
↓ 1 callersFunctionuseTimeout
(delay: number, resetTrigger?: number)
src/hooks/useTimeout.ts:3
↓ 1 callersFunctionuseTurnDiffs
(messages: Message[])
src/hooks/useTurnDiffs.ts:100
↓ 1 callersFunctionuseTypeahead
({ commands, onInputChange, onSubmit, setCursorOffset, input, cursorOffset, mode, agents, se
src/hooks/useTypeahead.tsx:353
↓ 1 callersFunctionuseUnseenDivider
(messageCount: number)
src/components/FullscreenLayout.tsx:86
↓ 1 callersFunctionuseVimInput
(props: UseVimInputProps)
src/hooks/useVimInput.ts:34
↓ 1 callersFunctionuseVirtualScroll
( scrollRef: RefObject<ScrollBoxHandle | null>, itemKeys: readonly string[], /** * Terminal column co
src/hooks/useVirtualScroll.ts:142
↓ 1 callersFunctionuseVoiceIntegration
({ setInputValueRaw, inputValueRef, insertTextRef }: UseVoiceIntegrationArgs)
src/hooks/useVoiceIntegration.tsx:118
↓ 1 callersFunctionuseVoiceKeybindingHandler
({ voiceHandleKeyEvent, stripTrailing, resetAnchor, isActive }: { voiceHandleKeyEvent: (fallbackMs?:
src/hooks/useVoiceIntegration.tsx:373
↓ 1 callersFunctionuserFacingName
(input: Partial<{ description: string; prompt: string; subagent_type: string; name: string; team_nam
src/tools/AgentTool/UI.tsx:760
↓ 1 callersFunctionuserFacingNameBackgroundColor
(input: Partial<{ description: string; prompt: string; subagent_type: string; }> | undefined)
src/tools/AgentTool/UI.tsx:776
↓ 1 callersFunctionuserMessageToMessageParam
( message: UserMessage, addCache = false, enablePromptCaching: boolean, querySource?: QuerySource, )
src/services/api/claude.ts:588
↓ 1 callersFunctionuuidToBigInt
* Parse a UUID string (with or without hyphens) into a 128-bit bigint.
src/utils/taggedId.ts:36
↓ 1 callersFunctionvalidateAgent
( agent: Omit<CustomAgentDefinition, 'location'>, availableTools: Tools, existingAgents: AgentDefinition
src/components/agents/validateAgent.ts:35
↓ 1 callersMethodvalidateAndRespond
( authCode: string | undefined, state: string | undefined, res: ServerResponse, )
src/services/oauth/auth-code-listener.ts:152
← previousnext →7,901–8,000 of 11,548, ranked by callers