MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,667 in github.com/OpenHands/OpenHands

↓ 2 callersFunctionsetDotted
Set a value in a nested object at a dotted key path (e.g. "llm.model").
src/utils/sdk-settings-schema.ts:78
↓ 2 callersFunctionsetI18n
(instance?: I18nInstance | null)
src/i18n/index.ts:84
↓ 2 callersFunctionsetLastConversationId
( backendId: string, orgId: string | null, conversationId: string, )
src/api/backend-registry/last-conversation-store.ts:55
↓ 2 callersFunctionsetLoadingStatus
* Update the status line on the loading window, if it's still alive. * * The loading screen exposes a global `window.__setLoadingStatus(line)` * fu
electron/main.mjs:509
↓ 2 callersFunctionsetLoadingWindowExpanded
* Grow or shrink the loading window to reveal/hide the startup-log console. * Keeps the top edge fixed so the splash content doesn't jump. Invoked fr
electron/main.mjs:260
↓ 2 callersFunctionsetQueryClient
(client?: QueryClient | null)
src/query-client-config.ts:102
↓ 2 callersFunctionsetServiceLogListener
(listener)
scripts/dev-with-automation.mjs:557
↓ 2 callersFunctionsetStyleHeightPx
(el: HTMLElement, height: number)
src/utils/utils.ts:60
↓ 2 callersFunctionsettingsWithMcpConfig
(mcp_config: unknown)
__tests__/components/automations/recommended-automations.test.tsx:110
↓ 2 callersFunctionshouldReapplyProfileAfterSave
({ activeProfileName, originalName, savedName, }: { activeProfileName: string | null | undefined; or
src/components/features/settings/llm-profiles/llm-settings-local-view.tsx:62
↓ 2 callersFunctionshouldShowPlanPreview
( eventId: string, planPreviewEventIds: Set<string>, )
src/components/conversation-events/chat/hooks/use-plan-preview-events.ts:114
↓ 2 callersFunctionshouldStartMockWorker
({ mockApi = import.meta.env.VITE_MOCK_API, hasWindow = typeof window !== "undefined", }: { mockApi?: st
src/mocks/should-start-mock-worker.ts:1
↓ 2 callersFunctionshowOnboarding
( page: Page, { apiKey, beforeGoto }: ShowOnboardingOptions, )
tests/e2e/support/onboarding-helpers.ts:60
↓ 2 callersFunctionsortEventState
(state: EventState)
src/stores/use-event-store.ts:126
↓ 2 callersFunctionstartDeviceFlow
( host: string, )
src/api/device-flow-client.ts:17
↓ 2 callersFunctionstartDrag
(startY: number)
src/hooks/use-drag-resize.ts:69
↓ 2 callersFunctionstartGoal
( conversationId: string, request: StartGoalRequest, )
src/hooks/mutation/conversation-mutation-utils.ts:83
↓ 2 callersMethodstartOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:231
↓ 2 callersMethodstartOAuthWithClient
( client: MCPClient, server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:333
↓ 2 callersFunctionstopGoal
(conversationId: string)
src/hooks/mutation/conversation-mutation-utils.ts:100
↓ 2 callersFunctionstripWorkspacePrefix
(path: string)
src/utils/path-utils.ts:16
↓ 2 callersFunctionstyleImportantTags
(text: string)
src/components/conversation-events/chat/event-message-components/skill-item-expanded.tsx:55
↓ 2 callersFunctionsubmitAction
( actionPayload: SetupRequestBody | null, setupMode: SetupMode, )
src/components/features/manifest/manifest-setup-dialog.tsx:195
↓ 2 callersMethodsubmitOAuthCallback
( jobId: string, callbackUrl: string, )
src/api/mcp-service/mcp-service.api.ts:251
↓ 2 callersFunctionsubmitServer
(payload: MCPServerConfig)
src/components/features/mcp-page/install-server-modal.tsx:239
↓ 2 callersFunctionsubstituteRouteParam
(pattern: string, id: string)
src/manifests/automation-interface.ts:175
↓ 2 callersFunctionsupersedeStreamingContent
( uiEvents: OpenHandsEvent[], contentDeltas: { event: StreamingDeltaEvent; index: number }[], replacemen
src/utils/handle-event-for-ui.ts:140
↓ 2 callersMethodswitchProfile
* Switches the LLM profile for the running conversation when one is open * (POST /switch_profile — per-conversation swap, doesn't change the user's
src/api/conversation-service/agent-server-conversation-service.api.ts:790
↓ 2 callersMethodsyncTelemetryConsent
( consent: TelemetryConsent = getTelemetryConsent(), )
src/api/automation-service/automation-service.api.ts:216
↓ 2 callersFunctionterminalObservation
( output: string, exitCode: number | null, command = "ls", )
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:94
↓ 2 callersFunctiontoMcpServerName
(value: string, fallback = "mcp")
src/utils/mcp-server-name.ts:7
↓ 2 callersFunctiontoMcpShttpServer
(server: MCPServerConfig)
src/utils/mcp-config.ts:195
↓ 2 callersFunctiontoMcpSseServer
(server: MCPServerConfig)
src/utils/mcp-config.ts:191
↓ 2 callersFunctiontoMcpStdioServer
(server: MCPServerConfig)
src/utils/mcp-config.ts:202
↓ 2 callersFunctiontoSchemaTranslationKey
( fieldKey: string, attribute: "LABEL" | "DESCRIPTION" | "SECTION_LABEL", )
src/utils/sdk-settings-field-metadata.ts:25
↓ 2 callersMethodtoggleAutomation
( id: string, enabled: boolean, )
src/api/automation-service/automation-service.api.ts:467
↓ 2 callersFunctiontogglePluginSelection
( selected: PluginSpec[], plugin: MarketplacePlugin, )
src/components/features/plugins/plugin-spec-identity.ts:46
↓ 2 callersFunctiontrackAutomationExported
({ backendKind, }: { backendKind: BackendKind; })
src/hooks/use-tracking.ts:296
↓ 2 callersFunctiontrackBackendAdded
({ backendKind, connectionMethod, hasApiKey, source, agentServerVersion, backendVersio
src/hooks/use-tracking.ts:312
↓ 2 callersFunctiontrackCloudConversationReady
( taskId: string, conversationId: string, )
src/services/cloud-funnel-analytics.ts:53
↓ 2 callersFunctiontrackCloudDeviceAuthorizationStarted
( _host: string, source?: CloudConnectionSource, )
src/services/cloud-funnel-analytics.ts:33
↓ 2 callersFunctiontrackCloudDeviceAuthorizationSucceeded
( _host: string, source?: CloudConnectionSource, )
src/services/cloud-funnel-analytics.ts:43
↓ 2 callersFunctiontrackConversationCreated
({ conversationId, taskId, hasRepository, gitProvider, hasWorkspace, workspaceMode,
src/hooks/use-tracking.ts:62
↓ 2 callersFunctiontrackException
( error: unknown, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:820
↓ 2 callersFunctiontrackSessionStart
()
src/services/telemetry.ts:766
↓ 2 callersFunctiontransformAgentServerUISelector
( prefix: string, selector: string, prefixedSelector: string, )
src/styles/agent-server-ui-style-scope.ts:99
↓ 2 callersFunctiontransportMatchesServer
( transport: IntegrationTransport, server: MCPServerConfig, )
src/utils/mcp-marketplace-utils.ts:176
↓ 2 callersFunctiontriggerEnvironmentSwitch
(target: string)
src/components/features/backends/environment-switch-store.ts:42
↓ 2 callersFunctionupdateConversationLlmModelInCache
( queryClient: QueryClient, conversationId: string, llm_model: string, )
src/hooks/mutation/conversation-mutation-utils.ts:167
↓ 2 callersMethodupdateConversationPublicFlag
( conversationId: string, isPublic: boolean, )
src/api/conversation-service/agent-server-conversation-service.api.ts:556
↓ 2 callersMethodupdateConversationRepository
( conversationId: string, repository: string | null, branch?: string | null, gitProvider?: str
src/api/conversation-service/agent-server-conversation-service.api.ts:566
↓ 2 callersMethodupdateConversationTitle
( conversationId: string, title: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:706
↓ 2 callersFunctionupsertEnvLine
(existing, line)
scripts/gen-acp-docker-env.mjs:52
↓ 2 callersFunctionuseActiveAcpProfileDetail
()
src/hooks/query/use-active-acp-profile-detail.ts:46
↓ 2 callersFunctionuseAddMcpServer
()
src/hooks/mutation/use-add-mcp-server.ts:15
↓ 2 callersFunctionuseAddWorkspaceParents
()
src/hooks/mutation/use-local-workspaces-mutations.ts:30
↓ 2 callersFunctionuseAddWorkspaces
()
src/hooks/mutation/use-local-workspaces-mutations.ts:7
↓ 2 callersFunctionuseAgentNotification
(curAgentState: AgentState)
src/hooks/use-agent-notification.ts:18
↓ 2 callersFunctionuseAppTitle
()
src/hooks/use-app-title.ts:8
↓ 2 callersFunctionuseApplyOnboardingAgentProfile
()
src/hooks/mutation/use-apply-onboarding-agent-profile.ts:29
↓ 2 callersFunctionuseAutoRefreshFilesOnEdit
()
src/hooks/use-auto-refresh-files-on-edit.ts:70
↓ 2 callersFunctionuseAutoResize
( elementRef: RefObject<HTMLElement | null>, options: UseAutoResizeOptions = {}, )
src/hooks/use-auto-resize.ts:123
↓ 2 callersFunctionuseAutomationDetail
(options: UseAutomationDetailOptions)
src/hooks/query/use-automation-detail.ts:17
↓ 2 callersFunctionuseAutomationRuns
(options: UseAutomationRunsOptions)
src/hooks/query/use-automation-detail.ts:40
↓ 2 callersFunctionuseAutomationSdkVersion
()
src/hooks/query/use-automation-sdk-version.ts:71
↓ 2 callersFunctionuseAutomations
(options: UseAutomationsOptions = {})
src/hooks/query/use-automations.ts:19
↓ 2 callersFunctionuseBackendForm
* Shared hook for the backend-form state used by both `BackendForm` * (edit/add mode) and `ManualConnectionColumn` (add-mode-only column). * Encapsu
src/components/features/backends/backend-form-modal.tsx:332
↓ 2 callersFunctionuseBashCommandRunner
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, enabled: boolean
src/hooks/use-bash-command-runner.ts:60
↓ 2 callersFunctionuseBtwInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-btw-interceptor.ts:13
↓ 2 callersFunctionuseChatAttachmentUpload
()
src/hooks/chat/use-chat-attachment-upload.ts:15
↓ 2 callersFunctionuseConversationMetrics
( conversationId: string | null | undefined, conversationUrl: string | null | undefined, sessionApiKey:
src/hooks/query/use-conversation-metrics.ts:6
↓ 2 callersFunctionuseConversationSkills
()
src/hooks/query/use-conversation-skills.ts:10
↓ 2 callersFunctionuseCreateSecret
()
src/hooks/mutation/use-create-secret.ts:4
↓ 2 callersFunctionuseDeleteLlmProfile
()
src/hooks/mutation/use-delete-llm-profile.ts:10
↓ 2 callersFunctionuseDeleteMcpServer
()
src/hooks/mutation/use-delete-mcp-server.ts:22
↓ 2 callersFunctionuseDeviceFlow
()
src/hooks/use-device-flow.ts:79
↓ 2 callersFunctionuseDraftPersistence
( conversationId: string | null | undefined, chatInputRef: React.RefObject<HTMLDivElement | null>, )
src/hooks/chat/use-draft-persistence.ts:35
↓ 2 callersFunctionuseEnsureActiveProfile
()
src/hooks/use-ensure-active-profile.ts:18
↓ 2 callersFunctionuseFilteredEvents
()
src/hooks/use-filtered-events.ts:15
↓ 2 callersFunctionuseGitRepositories
(options: UseGitRepositoriesOptions)
src/hooks/query/use-git-repositories.ts:20
↓ 2 callersFunctionuseHasAttachedSource
()
src/hooks/use-has-attached-source.ts:18
↓ 2 callersFunctionuseHasGitCommits
(options?: { enabled?: boolean })
src/hooks/query/use-has-git-commits.ts:27
↓ 2 callersFunctionuseInstallPlugin
()
src/hooks/mutation/use-install-plugin.ts:19
↓ 2 callersFunctionuseLaunchSkillInChat
()
src/hooks/use-launch-skill-in-chat.ts:5
↓ 2 callersFunctionuseLoadOlderEvents
( conversationId?: string | null, )
src/hooks/use-load-older-events.ts:41
↓ 2 callersFunctionuseLocalGitInfo
()
src/hooks/query/use-local-git-info.ts:96
↓ 2 callersFunctionuseNewConversationCommand
()
src/hooks/mutation/use-new-conversation-command.ts:15
↓ 2 callersFunctionusePlanPreviewEvents
(allEvents: OpenHandsEvent[])
src/components/conversation-events/chat/hooks/use-plan-preview-events.ts:87
↓ 2 callersFunctionusePluginsMarketplace
()
src/hooks/query/use-plugins-marketplace.ts:9
↓ 2 callersFunctionusePopoverFixedPlacement
( triggerRef: React.RefObject<HTMLElement | null>, options: { open: boolean; enabled: boolean; targetWidth
src/hooks/use-popover-fixed-placement.ts:20
↓ 2 callersFunctionuseRemoveWorkspace
()
src/hooks/mutation/use-local-workspaces-mutations.ts:19
↓ 2 callersFunctionuseRemoveWorkspaceParent
()
src/hooks/mutation/use-local-workspaces-mutations.ts:42
↓ 2 callersFunctionuseRenameLlmProfile
()
src/hooks/mutation/use-rename-llm-profile.ts:15
↓ 2 callersFunctionuseResizablePanels
({ defaultLeftWidth = 50, minLeftWidth = 30, maxLeftWidth = 80, storageKey = "desktop-layout-panel-wid
src/hooks/use-resizable-panels.ts:14
↓ 2 callersFunctionuseResolvedWorkspaces
()
src/hooks/query/use-resolved-workspaces.ts:52
↓ 2 callersFunctionuseResumeConversation
()
src/hooks/mutation/use-resume-conversation.ts:4
↓ 2 callersFunctionuseSaveAgentProfile
()
src/hooks/mutation/use-save-agent-profile.ts:7
↓ 2 callersFunctionuseSaveFieldsAsSecrets
()
src/hooks/mutation/use-save-fields-as-secrets.ts:28
↓ 2 callersFunctionuseSearchRepositories
( query: string, selectedProvider?: Provider | null, disabled?: boolean, pageSize: number = 100, )
src/hooks/query/use-search-repositories.ts:6
↓ 2 callersFunctionuseSettingsSchema
( type: "agent" | "conversation", fallbackSchema?: SettingsSchema | null, )
src/hooks/query/use-agent-settings-schema.ts:10
← previousnext →901–1,000 of 3,667, ranked by callers