MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,467 in github.com/OpenHands/OpenHands

↓ 2 callersFunctionisCacheValid
()
src/api/settings-service/settings-service.api.ts:176
↓ 2 callersFunctionisCloudBackendApiKeyOrNetworkHealthError
( error: string | null | undefined, )
src/hooks/query/use-backends-health.ts:51
↓ 2 callersFunctionisContentEmpty
(element: HTMLDivElement | null)
src/components/features/chat/utils/chat-input.utils.ts:87
↓ 2 callersFunctionisCredentialOptional
(option: McpMarketplaceConnectionOption)
src/components/features/mcp-page/install-server-modal.tsx:97
↓ 2 callersFunctionisEnoentError
(error)
scripts/dev-safe.mjs:180
↓ 2 callersFunctionisExecuteBashObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:133
↓ 2 callersFunctionisExecutionErrored
( status: ExecutionStatus | null | undefined, )
src/utils/status.ts:25
↓ 2 callersFunctionisFieldVisibleInView
( field: SettingsFieldSchema, view: SettingsView, )
src/utils/sdk-settings-schema.ts:427
↓ 2 callersFunctionisGetOrHead
(req)
scripts/static-server.mjs:397
↓ 2 callersFunctionisGroupableEvent
(event: OpenHandsEvent)
src/components/conversation-events/chat/group-events.ts:22
↓ 2 callersFunctionisInvalidBackendApiKeyHealthError
( error: string | null | undefined, )
src/hooks/query/use-backends-health.ts:39
↓ 2 callersFunctionisLikelyDirectory
(path: string)
src/components/features/chat/path-component.tsx:20
↓ 2 callersFunctionisMobileDevice
()
src/utils/utils.ts:81
↓ 2 callersFunctionisMobileUserAgent
()
src/utils/utils.ts:70
↓ 2 callersFunctionisOAuthOption
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:91
↓ 2 callersFunctionisPlainRecord
(value: unknown)
src/api/agent-server-adapter.ts:452
↓ 2 callersFunctionisPluginSelected
( selected: PluginSpec[], plugin: Pick<PluginSpec, "source" | "ref" | "repo_path">, )
src/components/features/plugins/plugin-spec-identity.ts:34
↓ 2 callersFunctionisRecord
(value: unknown)
src/utils/automation-export.ts:22
↓ 2 callersFunctionisRecord
(value: unknown)
src/api/mcp-service/mcp-redacted-credentials.ts:19
↓ 2 callersFunctionisResponderAutomation
( automation: RecommendedAutomation, )
src/utils/responder-deployment.ts:20
↓ 2 callersFunctionisSdkHttpError
(error: unknown)
src/api/agent-server-compatibility.ts:143
↓ 2 callersFunctionisSelectField
(field: SettingsFieldSchema)
src/components/features/settings/sdk-settings/schema-field.tsx:30
↓ 2 callersFunctionisTaskPolling
(taskStatus: string | null | undefined)
src/utils/utils.ts:720
↓ 2 callersFunctionisTelemetryEnabled
()
src/services/telemetry.ts:497
↓ 2 callersFunctionisUserHomeSkillPath
(source: string)
src/utils/skill-scope.ts:31
↓ 2 callersFunctionisValidHostUrl
* Returns true when `host` represents a reachable backend URL. * * Rules (applied in order): * 1. Must be non-empty after trimming. * 2. Must
src/components/features/backends/backend-form-modal.tsx:126
↓ 2 callersFunctionisValidMcpServerName
(name: string)
src/utils/mcp-server-name.ts:3
↓ 2 callersFunctionisValidVerificationUrl
* Validate that a URL is safe to open in a popup. * Prevents XSS via javascript: URLs or other malicious schemes.
src/components/features/backends/device-flow-auth.tsx:54
↓ 2 callersFunctionisWindowsDriveRoot
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:100
↓ 2 callersFunctionjoinTextBlocks
(blocks: (TextContent | ImageContent)[])
src/utils/handle-event-for-ui.ts:53
↓ 2 callersFunctionjoinWorkspaceUrl
( baseUrl: string, relativePath?: string | null, )
src/hooks/query/use-workspace-session.ts:103
↓ 2 callersFunctionlabelForAcpModel
( serverKey: string | null | undefined, modelId: string | null | undefined, )
src/constants/acp-providers.ts:451
↓ 2 callersFunctionlaunchConversation
()
src/components/features/onboarding/steps/say-hello-step.tsx:50
↓ 2 callersFunctionlimitItems
(items: T[], limit?: number)
src/api/config-service/config-service.api.ts:39
↓ 2 callersFunctionlinkPendingTaskMessages
( realConversationId: string, taskConversationId: string, )
src/utils/pending-task-message-link.ts:14
↓ 2 callersMethodlistAutomationRuns
( id: string, params: { limit?: number; offset?: number } = {}, )
src/api/automation-service/automation-service.api.ts:415
↓ 2 callersMethodlistAutomations
( params: { limit?: number; offset?: number } = {}, )
src/api/automation-service/automation-service.api.ts:244
↓ 2 callersMethodlistOutputs
* Fetch all `BashOutput` events for a bash command, paginated and * sorted by timestamp. Returns events in command-emission order so * callers c
src/api/bash-service/bash-service.api.ts:50
↓ 2 callersFunctionlistenOnLoopback
(server: Server)
__tests__/scripts/ingress.test.ts:31
↓ 2 callersFunctionloadAgentServerInfo
()
src/api/agent-server-compatibility.ts:306
↓ 2 callersFunctionloadCompleteTranscriptEvents
( loadedEvents: OpenHandsEvent[], searchEvents: SearchTranscriptEvents, expectedEventCount?: number, )
src/utils/transcript-export/load-complete-events.ts:33
↓ 2 callersFunctionlogSuccess
(message)
scripts/dev-static.mjs:95
↓ 2 callersFunctionlooksLikeAssetRequest
(urlPath)
scripts/static-server.mjs:411
↓ 2 callersFunctionlooksLikeTranslationKey
(value: string | null | undefined)
src/utils/sdk-settings-field-metadata.ts:33
↓ 2 callersFunctionlookupNested
(obj: Record<string, unknown>, key: string)
src/hooks/query/use-settings.ts:31
↓ 2 callersFunctionmakeObs
( observation: ObservationEvent["observation"], )
__tests__/components/conversation-events/chat/event-content-helpers/get-observation-result.test.ts:58
↓ 2 callersFunctionmakeOptionValue
(backendId: string, orgId: string | null)
src/components/features/backends/backend-selector.tsx:42
↓ 2 callersFunctionmakeSkillMd
( name: string, trigger: string, description: string, )
tests/e2e/mock-llm/utils/skill-test-helpers.ts:52
↓ 2 callersFunctionmapProvider
(provider: string)
src/utils/map-provider.ts:32
↓ 2 callersFunctionmarketplaceEntryMatchesQuery
( entry: MarketplaceEntry, rawQuery: string, )
src/utils/mcp-marketplace-utils.ts:227
↓ 2 callersFunctionmarketplacePluginToSpec
(plugin: MarketplacePlugin)
src/components/features/plugins/plugin-spec-identity.ts:25
↓ 2 callersFunctionmatchesPathPrefix
(url, prefix)
scripts/proxy-utils.mjs:11
↓ 2 callersFunctionmatchesPluginPickerSearch
( plugin: MarketplacePlugin, query: string, )
src/components/features/plugins/plugin-spec-identity.ts:58
↓ 2 callersFunctionmatchesPluginStatus
( plugin: PluginViewModel, filter: PluginStatusFilter, )
src/components/features/plugins/build-plugins-view-model.ts:150
↓ 2 callersFunctionmeasure
()
src/components/features/chat/chat-message.tsx:94
↓ 2 callersFunctionmergeAgentProfileSaveInput
( stored: AgentProfile | null, edited: AgentProfileSaveInput, )
src/components/features/settings/agent-profiles/merge-agent-profile-save-input.ts:22
↓ 2 callersFunctionmoveGroupFolderOrder
( order: readonly string[], groupIds: readonly string[], activeGroupId: string, targetGroupId: string,
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:285
↓ 2 callersFunctionnormalize
(query: string)
src/utils/mcp-marketplace-utils.ts:198
↓ 2 callersFunctionnormalizeAgentServerInfoVersion
(version: unknown)
src/api/agent-server-compatibility.ts:162
↓ 2 callersFunctionnormalizeBasePath
(value)
scripts/static-server.mjs:173
↓ 2 callersFunctionnormalizeCloudHost
(value?: string | null)
src/api/agent-server-config.ts:42
↓ 2 callersFunctionnormalizeMetrics
(value: unknown)
src/api/conversation-service/agent-server-conversation-service.api.ts:128
↓ 2 callersFunctionnormalizePastedFile
(file: File)
src/components/features/chat/utils/chat-input.utils.ts:20
↓ 2 callersFunctionnormalizeVersion
* Normalize a version string for comparison. * Handles variations like "1.22" vs "1.22.0" by ensuring consistent format.
scripts/check-sdk-version-sync.mjs:115
↓ 2 callersFunctionnotify
()
src/api/backend-registry/active-store.ts:78
↓ 2 callersFunctionopenAgentProfileEditor
(page: Page, profileName: string)
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:763
↓ 2 callersFunctionopenMenu
(user: ReturnType<typeof userEvent.setup>)
__tests__/components/features/home/workspace-dropdown.test.tsx:54
↓ 2 callersFunctionoverallStatus
(tests)
tests/e2e/mock-llm/scripts/render-mock-llm-report.mjs:127
↓ 2 callersFunctionparseAgentServerVersion
(version: string)
src/api/agent-server-compatibility.ts:259
↓ 2 callersFunctionparseArgs
(argv)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:10
↓ 2 callersFunctionparseAutomationFile
(json: unknown)
src/utils/automation-export.ts:183
↓ 2 callersFunctionparseCronSchedule
( cron: string | undefined | null, )
src/utils/automation-schedule.ts:33
↓ 2 callersFunctionparseEnvironmentVariables
( envString: string, )
src/components/features/settings/mcp-settings/mcp-server-form.tsx:271
↓ 2 callersFunctionparseGitRemoteUrl
( remoteUrl: string | null | undefined, )
src/utils/parse-git-remote-url.ts:67
↓ 2 callersFunctionparseMessageFromEvent
(event: MessageEvent)
src/components/conversation-events/chat/event-content-helpers/parse-message-from-event.ts:5
↓ 2 callersFunctionparsePort
(value, fallback)
scripts/dev-safe.mjs:508
↓ 2 callersFunctionparseRuntimeServicesInfo
()
src/api/agent-server-adapter.ts:166
↓ 2 callersFunctionparseSdkVersionsFromRequiresDist
* Parse PyPI requires_dist array and extract SDK package versions * * PyPI returns dependencies in PEP 508 format like: * "openhands-sdk>=1.37.0,
scripts/check-sdk-version-sync.mjs:267
↓ 2 callersFunctionparseSkillContent
(content: string)
src/components/conversation-events/chat/event-message-components/skill-item-expanded.tsx:17
↓ 2 callersFunctionparseTerminalOutput
(raw: string)
src/utils/parse-terminal-output.ts:17
↓ 2 callersFunctionpatchMcpConfig
(request: APIRequestContext, mcpConfig: unknown)
tests/e2e/mock-llm/mcp/mock-llm-mcp-slack-credentials.spec.ts:93
↓ 2 callersFunctionplatformCommand
(command)
tests/e2e/live/scripts/run-live-e2e.mjs:40
↓ 2 callersFunctionpluginReferenceKey
(plugin: PluginSpec)
src/utils/plugin-display.ts:51
↓ 2 callersFunctionpollForToken
( host: string, deviceCode: string, options: PollDeviceTokenOptions, )
src/api/device-flow-client.ts:23
↓ 2 callersFunctionprobeMcpServerHealth
( server: MCPServerConfig, )
src/api/mcp-health/probe-mcp-server-health.ts:75
↓ 2 callersFunctionproceedWithLocalLaunch
(automation: RecommendedAutomation)
src/components/features/automations/recommended-automations-launcher.tsx:142
↓ 2 callersFunctionprocessDeviceVerification
(code: string)
src/routes/device-verify.tsx:21
↓ 2 callersFunctionreadCachedSdkVersion
(cacheKey: string)
src/hooks/query/use-automation-sdk-version.ts:24
↓ 2 callersFunctionreadCloudConversationFile
( conversationId: string, filePath: string, )
src/api/cloud/conversation-service.api.ts:231
↓ 2 callersFunctionreadCompletedFromStorage
()
src/components/features/onboarding/use-onboarding-completion.ts:10
↓ 2 callersMethodreadConversationFile
( conversationId: string, filePath?: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:589
↓ 2 callersFunctionreadNumber
( value: Record<string, unknown>, keys: string[], )
src/api/llm-subscription-service.ts:47
↓ 2 callersFunctionreadPersistedColorTheme
()
src/themes/color-themes.ts:194
↓ 2 callersFunctionreadScrollFadeState
(element: HTMLDivElement)
src/components/features/markdown/markdown-table-scroll.tsx:16
↓ 2 callersFunctionreadStoredHealth
()
src/api/backend-registry/health-storage.ts:41
↓ 2 callersFunctionreadString
( value: Record<string, unknown>, keys: string[], )
src/api/llm-subscription-service.ts:34
↓ 2 callersFunctionrecordModelSwitchMessage
( conversationId: string, profileName: string, anchorEventId: string | null = getLastRenderableEventId()
src/hooks/chat/record-model-switch-message.ts:7
↓ 2 callersFunctionredactCustomSecrets
(text: string)
src/utils/redact-custom-secrets.ts:8
↓ 2 callersFunctionredirectIfAcpActive
()
src/utils/acp-route-guard.ts:39
↓ 2 callersFunctionrenderEnvLine
(config)
scripts/gen-acp-docker-env.mjs:41
← previousnext →701–800 of 3,467, ranked by callers