MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,667 in github.com/OpenHands/OpenHands

↓ 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:276
↓ 3 callersFunctionisSettingsPageHidden
( path: string, featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:52
↓ 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:92
↓ 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 callersFunctionmergeAgentProfileSaveInput
( stored: AgentProfile | null, edited: AgentProfileSaveInput, )
src/components/features/settings/agent-profiles/merge-agent-profile-save-input.ts:22
↓ 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 callersFunctionoptionNeedsCredentialField
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:82
↓ 3 callersFunctionparseArgs
()
scripts/ingress.mjs:40
↓ 3 callersFunctionparseConversationTimeMs
(iso: string | undefined)
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:133
↓ 3 callersFunctionparseRuntimeServicesInfo
( value: unknown, )
src/api/agent-server-adapter.ts:141
↓ 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:104
↓ 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
↓ 3 callersFunctionresetPersistedSessionApiKeyCache
()
scripts/dev-safe.mjs:176
↓ 3 callersFunctionresetPostHogIdentity
(posthog: PostHog, resetDeviceId = false)
src/services/telemetry.ts:156
↓ 3 callersFunctionresetTestHandlersMockSettings
()
src/mocks/settings-handlers.ts:575
↓ 3 callersFunctionresolveBackend
(backend?: Backend)
src/api/cloud/organization-service.api.ts:25
↓ 3 callersFunctionresolveLlmAuthType
(value: unknown)
src/constants/llm-subscription.ts:65
↓ 3 callersFunctionresolveMcpHealthCheck
( key: string, checkId: number, health: McpServerHealth, )
src/api/mcp-health/mcp-health-store.ts:50
↓ 3 callersFunctionresolveSchemaFieldDescription
( t: TFunction, fieldKey: string, schemaValue?: string | null, )
src/utils/sdk-settings-field-metadata.ts:125
↓ 3 callersFunctionresolveSchemaFieldLabel
( t: TFunction, fieldKey: string, schemaValue: string, )
src/utils/sdk-settings-field-metadata.ts:113
↓ 3 callersFunctionresolveSchemaFieldText
* Common resolver for schema field text (labels and descriptions). * Uses the i18n fallback chain: * 1. If schema provides an explicit translation k
src/utils/sdk-settings-field-metadata.ts:79
↓ 3 callersFunctionresolveWindowsCommand
( command, platform = process.platform, lookup = whereCommandLookup, )
scripts/dev-process-utils.mjs:49
↓ 3 callersFunctionresolveWithinCwd
(label, filePath, options = {})
tests/e2e/live/scripts/extract-live-e2e-media.mjs:67
↓ 3 callersFunctionresumeConversation
(conversationId: string)
src/hooks/mutation/conversation-mutation-utils.ts:117
↓ 3 callersFunctionrunAction
( action: (id: string) => Promise<void>, failKey: I18nKey, )
src/components/features/chat/goal-status-content.tsx:70
↓ 3 callersFunctionsearchCloudRepositories
(args: { provider: Provider; query?: string; limit?: number; pageId?: string; installationId?: strin
src/api/cloud/git-service.api.ts:20
↓ 3 callersMethodsearchConversations
( limit: number = 20, pageId?: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:676
↓ 3 callersMethodsearchGitRepositories
( query: string, provider: string, limit = 100, pageId?: string, installationId?: string,
src/api/git-service/git-service.api.ts:35
↓ 3 callersFunctionseedModelSwitchesFromHistory
( conversationId: string, uiEvents: OpenHandsEvent[], )
src/hooks/chat/record-model-switch-message.ts:39
↓ 3 callersFunctionselectionKey
(backendId: string, orgId: string | null)
src/api/backend-registry/last-conversation-store.ts:15
↓ 3 callersMethodsendMessage
( conversationId: string, message: SendMessageRequest, runtime?: ConversationRuntimeContext | null
src/api/conversation-service/agent-server-conversation-service.api.ts:323
↓ 3 callersFunctionsendToClient
* @param {Client} client * @param {any} message * @param {Array<Transferable>} transferrables * @returns {Promise<any>}
public/mockServiceWorker.js:288
↓ 3 callersFunctionserializeAutomation
(a: Automation)
src/utils/automation-export.ts:154
↓ 3 callersMethodsetCurrentConversation
( currentConversation: AppConversation | null, )
src/api/conversation-service/conversation-service.api.ts:19
↓ 3 callersFunctionsetPendingTaskAttachments
( taskId: string, payload: PendingTaskAttachments, )
src/stores/pending-task-attachments-store.ts:45
↓ 3 callersFunctionsetPendingTaskDraft
( taskId: string | null | undefined, draftMessage: string, )
src/utils/conversation-local-storage.ts:208
↓ 3 callersMethodsetPluginEnabled
( name: string, enabled: boolean, )
src/api/plugins-management-service.ts:45
↓ 3 callersFunctionsetSnapshot
(next: EnvironmentSwitchSnapshot)
src/components/features/backends/environment-switch-store.ts:30
↓ 3 callersFunctionsetTelemetryBackendContext
( context: BackendTelemetryContextInput, )
src/services/telemetry.ts:120
↓ 3 callersFunctionshouldSkipPersistence
* Whether persistence should be skipped for this conversation id. * * Skips: * - empty string ids (callers outside of a conversation route, e.g.
src/utils/conversation-local-storage.ts:148
↓ 3 callersFunctionshouldUseInstallationRepos
( provider: Provider | null | undefined, appMode?: "local" | "cloud", )
src/utils/utils.ts:189
↓ 3 callersFunctionsortConversationsByField
( items: readonly AppConversation[], field: ConversationSortField, )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:139
↓ 3 callersFunctionsortFilesByPriority
(paths: string[])
src/utils/file-priority.ts:98
↓ 3 callersFunctionstringOrNull
(value: unknown)
src/api/conversation-service/agent-server-conversation-service.api.ts:98
↓ 3 callersFunctionstripMarkdown
(text: string)
src/components/features/chat/components/slash-command-menu.tsx:16
↓ 3 callersFunctionsubstituteRedactedMcpCredentials
( server: MCPServerConfig, )
src/api/mcp-service/mcp-redacted-credentials.ts:118
↓ 3 callersFunctionsyncState
()
src/utils/conversation-local-storage.ts:283
↓ 3 callersFunctiontoAbsoluteRuntimePath
* The cloud runtime's `/api/git/{changes,diff}` endpoints prepend * `/workspace/` to relative paths (so a relative arg like * `workspace/project` be
src/api/git-service/agent-server-git-service.api.ts:55
↓ 3 callersFunctiontoLocalWorkspacesResponse
( response: SdkWorkspacesListResponse, )
src/api/workspaces-service/workspaces-service.api.ts:29
↓ 3 callersFunctiontrackCloudFunnelEvent
( event: string, properties: Record<string, unknown>, )
src/services/cloud-funnel-analytics.ts:13
↓ 3 callersFunctiontrackError
({ message, source, metadata = {} }: ErrorDetails)
src/utils/error-handler.ts:9
↓ 3 callersFunctiontrackInstall
()
src/services/telemetry.ts:666
↓ 3 callersFunctiontrackPrebuiltAutomationEnabled
({ automationId, automationName, automationCategory, }: { automationId?: string; automat
src/hooks/use-tracking.ts:118
↓ 3 callersFunctiontransformVSCodeUrl
(vsCodeUrl: string | null)
src/utils/vscode-url-helper.ts:10
↓ 3 callersFunctiontrimEventTitleText
(text: string, maxLength: number)
src/components/conversation-events/chat/event-content-helpers/get-action-event-title.ts:15
↓ 3 callersFunctiontrimTrailingSeparators
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:104
↓ 3 callersFunctiontryPort
* Check if a port is available by attempting to bind to it. * * @param {number} port - The port to check * @param {string} host - The host to bind
scripts/dev-safe.mjs:235
↓ 3 callersMethoduninstallPlugin
(name: string)
src/api/plugins-management-service.ts:49
↓ 3 callersMethodupdateAutomation
( id: string, body: Partial<Automation>, )
src/api/automation-service/automation-service.api.ts:380
↓ 3 callersFunctionupdateConversationExecutionStatusInCache
( queryClient: QueryClient, conversationId: string, execution_status: ExecutionStatusValue, )
src/hooks/mutation/conversation-mutation-utils.ts:160
↓ 3 callersMethodupdateSecret
* Update a secret's name and/or description, and optionally overwrite its * value. When no value is given the existing one is preserved: the * a
src/api/secrets-service.ts:78
↓ 3 callersFunctionuseAcpAuthStatus
( providerKey: string | null | undefined, options: UseAcpAuthStatusOptions = {}, )
src/hooks/query/use-acp-auth-status.ts:60
↓ 3 callersFunctionuseAcpCredentialForm
( providerKey: string | null | undefined, )
src/hooks/use-acp-credential-form.ts:43
↓ 3 callersFunctionuseActivateAgentProfile
()
src/hooks/mutation/use-activate-agent-profile.ts:31
↓ 3 callersFunctionuseActiveAgentProfile
()
src/hooks/use-active-agent-profile.ts:12
↓ 3 callersFunctionuseAutomationHealth
()
src/hooks/query/use-automation-health.ts:7
↓ 3 callersFunctionuseBashCommandLogs
(options: UseBashCommandLogsOptions)
src/hooks/query/use-bash-command-logs.ts:117
↓ 3 callersFunctionuseChatInputLlmProfileState
()
src/hooks/use-chat-input-llm-profile-state.ts:41
← previousnext →401–500 of 3,667, ranked by callers