MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,846 in github.com/OpenHands/OpenHands

↓ 4 callersFunctionuseHandleBuildPlanClick
()
src/hooks/use-handle-build-plan-click.ts:14
↓ 4 callersFunctionuseHandlePlanClick
()
src/hooks/use-handle-plan-click.ts:20
↓ 4 callersFunctionuseHasPermission
(permission: string)
src/hooks/use-has-permission.ts:4
↓ 4 callersFunctionuseLocalWorkspaces
({ enabled = true, }: UseLocalWorkspacesOptions = {})
src/hooks/query/use-local-workspaces.ts:13
↓ 4 callersFunctionuseSaveLlmProfile
()
src/hooks/mutation/use-save-llm-profile.ts:16
↓ 4 callersFunctionuseScrollToBottom
(scrollRef: RefObject<HTMLDivElement | null>)
src/hooks/use-scroll-to-bottom.ts:3
↓ 4 callersFunctionuseSelectConversationTab
()
src/hooks/use-select-conversation-tab.ts:16
↓ 4 callersFunctionuseSubConversationTaskPolling
( taskId: string | null, parentConversationId: string | null, )
src/hooks/query/use-sub-conversation-task-polling.ts:22
↓ 4 callersFunctionuseTaskList
()
src/hooks/use-task-list.ts:35
↓ 4 callersFunctionuseToggleAutomation
()
src/hooks/query/use-automations.ts:35
↓ 4 callersFunctionuseUnifiedPauseConversation
()
src/hooks/mutation/use-unified-stop-conversation.ts:16
↓ 4 callersFunctionuseUnifiedWebSocketStatus
()
src/hooks/use-unified-websocket-status.ts:9
↓ 4 callersFunctionuseUpdateMcpServer
()
src/hooks/mutation/use-update-mcp-server.ts:16
↓ 4 callersFunctionvalidateLocalAgentServerPath
(localPath)
scripts/dev-safe.mjs:766
↓ 4 callersFunctionwaitForOnboardingStep
(page: Page, step: number)
tests/e2e/support/onboarding-helpers.ts:99
↓ 4 callersFunctionwriteStoredBackends
(backends: Backend[])
src/api/backend-registry/storage.ts:95
↓ 3 callersMethod_send_json
(self, status: int, payload: dict)
tests/e2e/mock-llm/scripts/mock-llm-server.py:312
↓ 3 callersFunctionadaptSystemMessage
( events: OHEvent[], )
src/utils/system-message-adapter.ts:13
↓ 3 callersFunctionaddValue
(values: Set<string>, value: unknown)
src/utils/redact-mcp-secrets.ts:33
↓ 3 callersMethodaddWorkspaceParents
( items: LocalWorkspaceParent[], )
src/api/workspaces-service/workspaces-service.api.ts:56
↓ 3 callersMethodaddWorkspaces
( items: LocalWorkspace[], )
src/api/workspaces-service/workspaces-service.api.ts:46
↓ 3 callersFunctionappendBootLog
(name, line, level)
electron/main.mjs:425
↓ 3 callersFunctionapplyColorTheme
(key: ColorThemeKey)
src/themes/color-themes.ts:240
↓ 3 callersFunctionapplyGroupFolderOrder
( groups: readonly T[], order: readonly string[], )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:254
↓ 3 callersFunctionassertPortsFree
(portConfigs, host = "127.0.0.1")
scripts/dev-safe.mjs:256
↓ 3 callersFunctionbarColorClassForStatus
( status: AutomationRunStatus | string, )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:66
↓ 3 callersFunctionbeginMcpHealthCheck
(key: string)
src/api/mcp-health/mcp-health-store.ts:36
↓ 3 callersFunctionbuildAcpAgentSettingsDiff
( providerKey: string, options: { command?: string[]; model?: string | null; allowUnknownServe
src/constants/acp-providers.ts:484
↓ 3 callersFunctionbuildAgentServerAutomationEnv
(config)
scripts/dev-with-automation.mjs:746
↓ 3 callersFunctionbuildAutomationCommand
* Build the uvx command for running automation backend. * * Environment variables (highest precedence first): * - OH_AUTOMATION_GIT_REF: Git commit
scripts/dev-with-automation.mjs:284
↓ 3 callersFunctionbuildAutomationTelemetryEnv
(env = process.env)
scripts/dev-with-automation.mjs:758
↓ 3 callersFunctionbuildConfig
(args, env = process.env)
scripts/ingress.mjs:122
↓ 3 callersFunctionbuildHomeAutomationMenuItems
({ automation, t, canManage, canEdit, isRunPending, isCancelPending, canCancel, testIdPrefix,
src/components/features/home/featured-automations/build-home-automation-menu-items.tsx:44
↓ 3 callersFunctionbuildLiveLlmSettings
()
tests/e2e/live/utils/agent-server-conversation.ts:184
↓ 3 callersFunctionbuildPluginLaunchPath
(plugins: PluginSpec[])
src/utils/plugin-launch-url.ts:13
↓ 3 callersFunctionbuildRouteArgs
(routes)
scripts/dev-with-automation.mjs:702
↓ 3 callersFunctionbuildSdkSettingsPayload
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, )
src/utils/sdk-settings-schema.ts:411
↓ 3 callersFunctionbuildSkillPills
( skill: SkillInfo, translate: TFunction, options: BuildSkillPillsOptions = {}, )
src/components/features/skills/build-skill-pills.tsx:35
↓ 3 callersFunctionbuildWebSocketUrl
( conversationId: string | undefined, conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:109
↓ 3 callersFunctionclearMcpServerHealth
(key: string)
src/api/mcp-health/mcp-health-store.ts:68
↓ 3 callersFunctionclearPendingCloudTelemetryConsent
( expected?: ResolvedTelemetryConsent, )
src/services/telemetry.ts:514
↓ 3 callersFunctionclearTelemetryData
()
src/services/telemetry.ts:833
↓ 3 callersFunctioncloseMenu
()
src/components/features/home/featured-automations/home-automation-menu.tsx:41
↓ 3 callersFunctioncoerceFieldValue
( field: SettingsFieldSchema, rawValue: string | boolean, )
src/utils/sdk-settings-schema.ts:339
↓ 3 callersFunctioncollectErrorMessages
(error: unknown)
src/utils/user-facing-error.ts:13
↓ 3 callersFunctionconvertImageToBase64
(file: File)
src/utils/convert-image-to-base-64.ts:1
↓ 3 callersFunctioncreateChatMessage
( message: string, image_urls: string[], file_urls: string[], timestamp: string, )
src/services/chat-service.ts:3
↓ 3 callersFunctioncreateInterfaceManifestWithSubPages
()
__tests__/manifests/manifest-test-data.ts:152
↓ 3 callersFunctioncreatePlanComponents
(extraClassName?: string)
src/components/features/markdown/plan-components.tsx:21
↓ 3 callersFunctioncreateProfileViaUI
( page: Page, options: { profileName: string; model: string; apiKey?: string; baseUrl?: st
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:643
↓ 3 callersMethodcreateSecret
* Create or update a custom secret (upsert by name). * Uses the agent-server API endpoint: PUT /api/settings/secrets * * @param name - Secret
src/api/secrets-service.ts:48
↓ 3 callersFunctioncreateTitleFromKey
( key: string, values: Readonly<Record<string, unknown>>, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:38
↓ 3 callersMethoddeleteConversation
(conversationId: string)
src/api/conversation-service/agent-server-conversation-service.api.ts:695
↓ 3 callersMethoddeleteSecret
* Delete a custom secret by name. * Uses the agent-server API endpoint: DELETE /api/settings/secrets/{name} * * @param name - Secret name to
src/api/secrets-service.ts:118
↓ 3 callersFunctionderiveErrorMap
(entry: SetupEntry)
src/manifests/automation-setup.ts:186
↓ 3 callersFunctionderiveProfileNameFromModel
(model: string)
src/utils/derive-profile-name.ts:27
↓ 3 callersFunctionderiveRunHealth
( state: LatestAutomationRunState, )
src/components/features/home/featured-automations/automation-run-health.ts:17
↓ 3 callersMethoddownloadConversation
(conversationId: string)
src/api/conversation-service/agent-server-conversation-service.api.ts:612
↓ 3 callersFunctionextractBaseHost
* Extracts the base host from conversation URL * @param conversationUrl The conversation URL containing host/port (e.g., "http://localhost:3000/api/c
src/utils/websocket-url.ts:6
↓ 3 callersFunctionextractModelAndProvider
(model: string)
src/utils/extract-model-and-provider.ts:12
↓ 3 callersFunctionextractPathPrefix
* Extracts the path prefix from conversation URL (everything before /api/conversations) * This is needed for proxy deployments where agent-servers ar
src/utils/websocket-url.ts:37
↓ 3 callersFunctionextractSettings
( formData: FormData, )
src/utils/settings-utils.ts:29
↓ 3 callersFunctionfetchCloudSettings
()
src/api/cloud/settings-service.api.ts:134
↓ 3 callersMethodfetchSettingsFromApi
* Fetch settings from the agent server API with retry logic. * * @param exposeSecrets - Controls how secrets are returned: * - undefined: S
src/api/settings-service/settings-service.api.ts:430
↓ 3 callersFunctionfindAutomationCommand
( automation: Pick<RecommendedAutomation, "id" | "skill">, )
src/utils/automation-catalog.ts:46
↓ 3 callersFunctionfinish
(busy)
scripts/dev-safe.mjs:1013
↓ 3 callersFunctionfocusContentEditableAtEnd
( element: HTMLElement | null, )
src/components/features/chat/utils/chat-input.utils.ts:159
↓ 3 callersFunctionformatCommand
(command: readonly string[])
src/utils/acp-command.ts:176
↓ 3 callersFunctionformatCompactDuration
(ms: number | null)
src/manifests/automation-insights.ts:129
↓ 3 callersFunctionformatTriggerSourceLabel
(source: string)
src/components/features/home/featured-automations/automation-run-health.ts:60
↓ 3 callersFunctiongetACPToolCallContent
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:100
↓ 3 callersFunctiongetACPToolCallResult
( event: ACPToolCallEvent, )
src/components/conversation-events/chat/event-content-helpers/get-observation-result.ts:14
↓ 3 callersFunctiongetACPToolCallTitleKey
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:10
↓ 3 callersFunctiongetActionSummaryTitle
(event: ActionEvent)
src/components/conversation-events/chat/event-content-helpers/get-action-event-title.ts:23
↓ 3 callersFunctiongetActiveCloudBackend
()
src/api/cloud/git-service.api.ts:12
↓ 3 callersFunctiongetActiveCloudBackend
()
src/api/cloud/secrets-service.api.ts:14
↓ 3 callersFunctiongetAgentServerFormDefaults
()
src/api/agent-server-config.ts:134
↓ 3 callersFunctiongetAutomationLaunchPrompt
( automation: RecommendedAutomation, )
src/utils/automation-catalog.ts:63
↓ 3 callersFunctiongetAutomationRunDurationMs
( run: AutomationRun, nowMs: number = Date.now(), )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:19
↓ 3 callersFunctiongetBackendHealthEntry
(id: string)
src/api/backend-registry/health-store.ts:29
↓ 3 callersFunctiongetCloudOrganizationMe
( orgId: string, backend?: Backend, )
src/api/cloud/organization-service.api.ts:98
↓ 3 callersFunctiongetCloudOrganizations
( backend?: Backend, )
src/api/cloud/organization-service.api.ts:43
↓ 3 callersFunctiongetCloudRepositoryBranches
(args: { provider: Provider; repository: string; query?: string; pageId?: string; limit?: number; })
src/api/cloud/git-service.api.ts:76
↓ 3 callersFunctiongetCloudTelemetryProperties
( context: CloudTelemetryContextInput | null = null, )
src/services/telemetry-context.ts:58
↓ 3 callersFunctiongetComparableAgentServerVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:193
↓ 3 callersFunctiongetConversationUrlProtocol
( conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:67
↓ 3 callersFunctiongetCookieAuthCloudHost
()
src/api/agent-server-config.ts:85
↓ 3 callersFunctiongetCurrentCloudApiKey
( backend?: Backend, )
src/api/cloud/organization-service.api.ts:66
↓ 3 callersFunctiongetDefaultConversationTitle
(conversationId: string)
src/api/agent-server-adapter.ts:301
↓ 3 callersFunctiongetErrorStatus
(error: unknown)
src/hooks/query/use-settings.ts:16
↓ 3 callersFunctiongetFieldOptions
( name: string, field: SetupFormField, overrides: SetupFieldOverrides = {}, )
src/manifests/manifest-local-validation.ts:79
↓ 3 callersFunctiongetFirstAvailablePath
( featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:60
↓ 3 callersFunctiongetFolderBrowserRootPath
(targetPath: string)
tests/e2e/mock-llm/utils/folder-workspace-paths.ts:30
↓ 3 callersMethodgetGitChanges
(conversationId: string)
src/api/git-service/git-service.api.ts:144
↓ 3 callersFunctiongetGroupConversationPreview
( conversations: readonly AppConversation[], options: GroupConversationPreviewOptions, )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:18
↓ 3 callersFunctiongetI18n
()
src/i18n/index.ts:82
↓ 3 callersFunctiongetIntegrationEntries
* Every integration the automation declares, including the ones it is willing * to start without: the card describes what the automation uses, so an
src/components/features/automations/recommended-automations-section.tsx:76
↓ 3 callersFunctiongetLocalServiceRoutes
(config)
scripts/dev-with-automation.mjs:682
↓ 3 callersFunctiongetMarketplaceEntryById
( id: string, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:220
↓ 3 callersFunctiongetObservationContent
(event: ObservationEvent)
src/components/conversation-events/chat/event-content-helpers/get-observation-content.ts:358
← previousnext →301–400 of 3,846, ranked by callers