MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,467 in github.com/OpenHands/OpenHands

↓ 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:75
↓ 3 callersFunctioncreateTitleFromKey
( key: string, values: Record<string, unknown>, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:40
↓ 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:136
↓ 3 callersFunctionderiveProfileNameFromModel
(model: string)
src/utils/derive-profile-name.ts:27
↓ 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 callersFunctionfindInstalledEntryMatch
( entry: MarketplaceEntry, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:165
↓ 3 callersFunctionfinish
(busy)
scripts/dev-safe.mjs:1008
↓ 3 callersFunctionflattenMcpConfig
(config: MCPConfig)
src/utils/mcp-installed-servers.ts:4
↓ 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 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 callersFunctiongetActiveCloudBackend
()
src/api/cloud/git-service.api.ts:12
↓ 3 callersFunctiongetAgentServerFormDefaults
()
src/api/agent-server-config.ts:134
↓ 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:181
↓ 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:293
↓ 3 callersFunctiongetErrorStatus
(error: unknown)
src/hooks/query/use-settings.ts:16
↓ 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 callersFunctiongetLocalServiceRoutes
(config)
scripts/dev-with-automation.mjs:682
↓ 3 callersFunctiongetObservationContent
(event: ObservationEvent)
src/components/conversation-events/chat/event-content-helpers/get-observation-content.ts:358
↓ 3 callersFunctiongetObservationResult
( event: ObservationEvent, )
src/components/conversation-events/chat/event-content-helpers/get-observation-result.ts:22
↓ 3 callersFunctiongetProviderName
(gitProvider: Provider)
src/utils/utils.ts:239
↓ 3 callersFunctiongetRegisteredBackends
()
src/api/backend-registry/active-store.ts:100
↓ 3 callersFunctiongetRequiredEntries
(automation: RecommendedAutomation)
src/components/features/automations/recommended-automations-section.tsx:73
↓ 3 callersFunctiongetSafeUploadFileName
(fileName: string)
src/api/workspace-upload-path.ts:15
↓ 3 callersFunctiongetSdkMcpServerMap
( value: unknown, )
src/utils/mcp-config.ts:48
↓ 3 callersFunctiongetSettingsFieldConstraints
(fieldKey: string)
src/utils/sdk-settings-field-metadata.ts:66
↓ 3 callersMethodgetSkills
(projectDir?: string)
src/api/skills-service.ts:36
↓ 3 callersMethodgetStartTask
( taskId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:489
↓ 3 callersFunctiongetStatusColor
(options: { isPausing: boolean; isTask: boolean; taskStatus?: string | null; isStartingStatus: boolean
src/utils/utils.ts:744
↓ 3 callersFunctiongetStatusText
({ isPausing = false, isTask, taskStatus, taskDetail, isStartingStatus, isStopStatus, curAgentSt
src/utils/utils.ts:823
↓ 3 callersFunctiongetStyleHeightPx
(el: HTMLElement, fallback: number)
src/utils/utils.ts:46
↓ 3 callersFunctiongetTextContent
( content: Array<{ type: string; text?: string }>, )
src/utils/transcript-export/index.ts:190
↓ 3 callersFunctiongetWorkspacesUnsupportedMessage
( error: unknown, t: TFunction<"openhands">, )
src/utils/workspaces-compatibility.ts:6
↓ 3 callersFunctiongitControlBarActionButtonClassName
(isEnabled: boolean)
src/utils/git-control-bar-classes.ts:6
↓ 3 callersFunctiongitControlBarActionIconColor
(isEnabled: boolean)
src/utils/git-control-bar-classes.ts:15
↓ 3 callersFunctiongroupEvents
( events: OpenHandsEvent[], minSize: number = EVENT_GROUP_MIN_SIZE, allEvents: OpenHandsEvent[] = events
src/components/conversation-events/chat/group-events.ts:65
↓ 3 callersFunctionhandleSubmit
(message: string)
src/components/features/home/home-chat-launcher.tsx:76
↓ 3 callersFunctionhasRedactedMcpSecretLeaf
(value: unknown)
src/utils/mcp-config.ts:75
↓ 3 callersMethodinstallPlugin
(request: InstallPluginRequest)
src/api/plugins-management-service.ts:44
↓ 3 callersFunctioninvalidConversationResponse
()
src/api/conversation-service/agent-server-conversation-service.api.ts:82
↓ 3 callersFunctionisAgentServerEvent
(event: unknown)
src/types/agent-server/type-guards.ts:276
↓ 3 callersFunctionisCanvasUIActionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:180
↓ 3 callersFunctionisCloudBackendLoggedOutHealthError
( error: string | null | undefined, )
src/hooks/query/use-backends-health.ts:65
↓ 3 callersFunctionisCopyableSkillSource
( source: string | null | undefined, )
src/components/features/skills/is-copyable-skill-source.ts:2
↓ 3 callersFunctionisDoNotTrackEnabled
* Check if telemetry is disabled via environment variable or browser setting. * Works in both Node.js and browser (Vite) environments.
src/services/telemetry.ts:228
↓ 3 callersFunctionisRecord
(value: unknown)
src/api/settings-service/settings-service.api.ts:182
↓ 3 callersFunctionisSettingsPageHidden
( path: string, featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:52
↓ 3 callersFunctionisSubscriptionLlmConfig
( llm: Record<string, unknown> | null | undefined, )
src/constants/llm-subscription.ts:71
↓ 3 callersFunctionisSwitchLLMObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:160
↓ 3 callersFunctionisTaskConversationId
(conversationId: string)
src/utils/conversation-local-storage.ts:135
↓ 3 callersFunctionisUserMessageEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:101
↓ 3 callersMethodlistProfiles
()
src/api/profiles-service/profiles-service.api.ts:59
↓ 3 callersMethodlistWorkspaces
()
src/api/workspaces-service/workspaces-service.api.ts:42
↓ 3 callersFunctionlogStep
(step, message)
scripts/dev-with-automation.mjs:114
↓ 3 callersFunctionlogStep
(step, message)
scripts/dev-static.mjs:91
↓ 3 callersFunctionmain
()
scripts/dev-safe.mjs:831
↓ 3 callersFunctionmakeBashAction
( id: string, thought: TextContent[] = [], )
__tests__/components/conversation-events/chat/group-events.test.ts:27
↓ 3 callersFunctionmakeBashObservation
( id: string, actionId: string, )
__tests__/components/conversation-events/chat/group-events.test.ts:57
↓ 3 callersFunctionmakeDefaultLocalBackend
()
src/api/backend-registry/default-backend.ts:53
↓ 3 callersFunctionmakeMcpTestErrorMessage
( t: TFunction<"openhands">, errorKind: ExtendedMCPTestFailureKind, error: string, )
src/utils/mcp-test-error-message.ts:10
↓ 3 callersFunctionmatchesPendingConversationId
( activeConversationId: string, pendingConversationId: string, )
src/utils/pending-task-message-link.ts:44
↓ 3 callersFunctionmergeStreamingDeltaEvent
( incoming: StreamingDeltaEvent, existing: StreamingDeltaEvent, )
src/utils/handle-event-for-ui.ts:20
↓ 3 callersFunctionnavigateToTab
(tab: ConversationTab)
src/services/canvas-ui.ts:19
↓ 3 callersFunctionnormalizeFieldValue
( field: SettingsFieldSchema, rawValue: unknown, )
src/utils/sdk-settings-schema.ts:134
↓ 3 callersFunctionnormalizePath
(path: string)
src/utils/skill-scope.ts:17
↓ 3 callersFunctionnormalizeStatus
(raw: RawSubscriptionStatus)
src/api/llm-subscription-service.ts:106
↓ 3 callersFunctionnotifyTelemetryConsentListeners
()
src/services/telemetry.ts:410
↓ 3 callersFunctionoptionNeedsCredentialField
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:82
↓ 3 callersFunctionparseArgs
()
scripts/ingress.mjs:36
↓ 3 callersFunctionparseConversationTimeMs
(iso: string | undefined)
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:133
↓ 3 callersFunctionparseTimeOfDay
( value: string, )
src/utils/automation-schedule.ts:89
↓ 3 callersFunctionpluginSpecKey
( plugin: Pick<PluginSpec, "source" | "ref" | "repo_path">, )
src/components/features/plugins/plugin-spec-identity.ts:13
↓ 3 callersFunctionreadAll
()
src/api/conversation-metadata-store.ts:50
↓ 3 callersFunctionreadMap
()
src/api/backend-registry/last-conversation-store.ts:19
↓ 3 callersFunctionreadOnboardingPreviewStep
( search = typeof window !== "undefined" ? window.location.search : "", )
src/components/features/onboarding/onboarding-preview.ts:6
↓ 3 callersFunctionreadStoredBackends
()
src/api/backend-registry/storage.ts:100
↓ 3 callersFunctionrecordBackendSuccess
(id: string)
src/api/backend-registry/health-store.ts:70
↓ 3 callersFunctionredactMcpSecrets
( text: string, ...servers: (MCPServerConfig | undefined)[] )
src/utils/redact-mcp-secrets.ts:110
↓ 3 callersMethodrefreshPlugin
( name: string, )
src/api/plugins-management-service.ts:50
↓ 3 callersMethodremoveWorkspace
(path: string)
src/api/workspaces-service/workspaces-service.api.ts:52
↓ 3 callersMethodremoveWorkspaceParent
(path: string)
src/api/workspaces-service/workspaces-service.api.ts:62
↓ 3 callersFunctionresetBackendHealth
(id: string)
src/api/backend-registry/health-store.ts:81
← previousnext →301–400 of 3,467, ranked by callers