MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,010 in github.com/OpenHands/OpenHands

↓ 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:195
↓ 3 callersFunctiongetContextFillTone
(usagePercentage: number)
src/components/features/conversation/usage-panel/context-meter.tsx:13
↓ 3 callersFunctiongetConversationTagIcon
( key: string, value: string, )
src/components/features/conversation-panel/conversation-card/conversation-tag-icons.ts:154
↓ 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:305
↓ 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:70
↓ 3 callersFunctiongetI18n
()
src/i18n/index.ts:82
↓ 3 callersFunctiongetIntegrationIds
(automation: RecommendedAutomation)
src/utils/automation-catalog.ts:22
↓ 3 callersFunctiongetLocalServiceRoutes
(config)
scripts/dev-with-automation.mjs:682
↓ 3 callersFunctiongetMarketplaceEntryById
( id: string, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:230
↓ 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 callersFunctiongetPendingLocalTelemetryRevocationId
()
src/services/telemetry.ts:437
↓ 3 callersFunctiongetProviderName
(gitProvider: Provider)
src/utils/utils.ts:239
↓ 3 callersFunctiongetQueryClient
()
src/query-client-config.ts:99
↓ 3 callersFunctiongetSafeUploadFileName
(fileName: string)
src/api/workspace-upload-path.ts:15
↓ 3 callersFunctiongetSettingsFieldConstraints
(fieldKey: string)
src/utils/sdk-settings-field-metadata.ts:66
↓ 3 callersFunctiongetSkillCategory
(skill: SkillInfo)
src/utils/skill-category.ts:63
↓ 3 callersFunctiongetSkillScope
( skill: SkillInfo, projectDir?: string | null, )
src/utils/skill-scope.ts:75
↓ 3 callersMethodgetSkills
(projectDir?: string)
src/api/skills-service.ts:37
↓ 3 callersMethodgetStartTask
( taskId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:515
↓ 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 callersFunctiongetTriggerEventLabel
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:69
↓ 3 callersFunctiongetTriggerScheduleLabel
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:81
↓ 3 callersFunctiongetTriggerSource
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:75
↓ 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:77
↓ 3 callersFunctionhandleFilterChange
(next: SkillFilterState)
src/routes/skills-settings.tsx:137
↓ 3 callersFunctionhandleSubmit
(message: string)
src/components/features/home/home-chat-launcher.tsx:78
↓ 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:299
↓ 3 callersFunctionisBottomAnchored
()
src/hooks/use-drag-resize.ts:30
↓ 3 callersFunctionisCanvasUIActionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:183
↓ 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 callersFunctionisHomeAutomationsDemoEnabled
()
src/fixtures/home-automations-demo.ts:41
↓ 3 callersFunctionisRecord
(value: unknown)
src/api/mcp-service/mcp-redacted-credentials.ts:19
↓ 3 callersFunctionisRecord
(value: unknown)
src/manifests/interface-validation.ts:84
↓ 3 callersFunctionisSettingsPageHidden
( path: string, featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:52
↓ 3 callersFunctionisSwitchLLMObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:163
↓ 3 callersFunctionisTaskConversationId
(conversationId: string)
src/utils/conversation-local-storage.ts:136
↓ 3 callersFunctionisUserMessageEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:104
↓ 3 callersMethodlistAutomationRuns
( id: string, params: { limit?: number; offset?: number } = {}, )
src/api/automation-service/automation-service.api.ts:456
↓ 3 callersFunctionlistIcnsTypes
(icns)
scripts/generate-icons.mjs:59
↓ 3 callersFunctionlistIcoEntries
(ico)
scripts/generate-icons.mjs:44
↓ 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 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 callersFunctionmatchesAutomationSearch
( automation: Automation, query: string, )
src/manifests/automation-insights.ts:137
↓ 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 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:109
↓ 3 callersFunctionoptionNeedsCredentialField
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:81
↓ 3 callersFunctionparseArgs
()
scripts/ingress.mjs:40
↓ 3 callersFunctionparseConversationTimeMs
(iso: string | undefined)
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:282
↓ 3 callersFunctionparseRuntimeServicesInfo
( value: unknown, )
src/api/agent-server-adapter.ts:145
↓ 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 callersFunctionreadAfterToken
()
src/hooks/use-await-context-compaction.ts:83
↓ 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 callersFunctionreadStoredActiveBackend
()
src/api/backend-registry/storage.ts:205
↓ 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:181
↓ 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
← previousnext →401–500 of 4,010, ranked by callers