MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,846 in github.com/OpenHands/OpenHands

↓ 7 callersFunctiongetApiErrorMessage
(error: unknown, fallback: string)
src/utils/api-error-message.ts:24
↓ 7 callersFunctiongetAutomationEndpoint
(name: InterfaceEndpointName)
src/manifests/automation-interface.ts:207
↓ 7 callersFunctiongetAutomationIdEndpoint
( name: "detail" | "dispatch" | "runs" | "tarball", id: string, )
src/manifests/automation-interface.ts:212
↓ 7 callersFunctiongetJsonBody
(init: RequestInit)
__tests__/api/cloud/fetch-test-utils.ts:31
↓ 7 callersFunctiongetMcpHealthSnapshot
()
src/api/mcp-health/mcp-health-store.ts:24
↓ 7 callersFunctiongetSchemaFields
(schema: SettingsSchema)
src/utils/sdk-settings-schema.ts:57
↓ 7 callersFunctionhasValue
(name)
tests/e2e/live/scripts/run-live-e2e.mjs:25
↓ 7 callersFunctionisACPToolCallEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:258
↓ 7 callersFunctionisAgentErrorEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:77
↓ 7 callersFunctionisExecutionActive
( status: ExecutionStatus | null | undefined, )
src/utils/status.ts:13
↓ 7 callersFunctionisRecord
(value: unknown)
src/utils/mcp-config.ts:14
↓ 7 callersFunctionisSdkHttpStatusError
(error: unknown, status: number)
src/api/agent-server-compatibility.ts:168
↓ 7 callersFunctiononSubmit
(event: React.FormEvent<HTMLFormElement>)
src/components/features/settings/agent-server-onboarding.tsx:82
↓ 7 callersFunctiononce
(fn)
scripts/proxy-utils.mjs:187
↓ 7 callersFunctionparseMcpConfig
(value: unknown)
src/utils/mcp-config.ts:77
↓ 7 callersFunctionsetChatInput
( page: Page, text: string, testId = "chat-input", )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:909
↓ 7 callersFunctionsetTelemetryConsent
( consent: ResolvedTelemetryConsent, { syncToCloud = true }: SetTelemetryConsentOptions = {}, )
src/services/telemetry.ts:537
↓ 7 callersFunctionspawn
(command, args, options)
scripts/stryker-diff.mjs:39
↓ 7 callersFunctionuseBreakpoint
(breakpoint: number = MOBILE_BREAKPOINT)
src/hooks/use-breakpoint.ts:20
↓ 7 callersFunctionuseTaskPolling
()
src/hooks/query/use-task-polling.ts:60
↓ 7 callersFunctionuseUserConversation
( cid: string | null, refetchInterval?: RefetchInterval, )
src/hooks/query/use-user-conversation.ts:21
↓ 7 callersFunctionwithRetry
* Retry helper for API calls with exponential backoff.
src/api/settings-service/settings-service.api.ts:134
↓ 6 callersFunction__resetHealthStoreForTests
()
src/api/backend-registry/health-store.ts:96
↓ 6 callersFunctionactiveCloudBackend
()
src/api/cloud/agent-profiles-service.api.ts:29
↓ 6 callersFunctionautomationListPath
()
src/manifests/automation-interface.ts:191
↓ 6 callersFunctionbuildSafeDevConfig
(cwd = process.cwd(), env = process.env)
scripts/dev-safe.mjs:539
↓ 6 callersFunctionclearCache
()
src/api/settings-service/settings-service.api.ts:179
↓ 6 callersFunctionclearCachedAgentServerInfo
()
src/api/agent-server-compatibility.ts:133
↓ 6 callersFunctioncloudProfilesTarget
* Resolve the backend + base path for the active cloud backend's profiles: * the org-gated route when an org is bound, else the per-user settings rou
src/api/cloud/profiles-service.api.ts:33
↓ 6 callersFunctioncreateSetup
(overrides: Partial<SetupBlock> = {})
__tests__/manifests/manifest-test-data.ts:29
↓ 6 callersFunctionfetchConversationData
( conversationId: string, )
src/hooks/mutation/conversation-mutation-utils.ts:12
↓ 6 callersFunctiongetBackendTelemetryProperties
({ backendKind, agentServerVersion, automationSdkVersion, backendVersion, connectionMethod, }: Backe
src/services/telemetry-context.ts:33
↓ 6 callersFunctiongetGitPath
( selectedRepository: string | null | undefined, workingDir?: string | null, )
src/utils/get-git-path.ts:3
↓ 6 callersFunctiongetInterfaceCopy
()
src/manifests/automation-interface.ts:241
↓ 6 callersFunctionhandleEventForUI
( event: OpenHandsEvent, uiEvents: OpenHandsEvent[], )
src/utils/handle-event-for-ui.ts:327
↓ 6 callersFunctionisCloud
()
src/api/agent-profiles-service/agent-profiles-service.api.ts:39
↓ 6 callersFunctionisCloudActive
()
src/api/git-service/git-service.api.ts:17
↓ 6 callersFunctionisCloudBackend
()
src/api/profiles-service/profiles-service.api.ts:54
↓ 6 callersFunctionisInvalidProvider
(provider: string | null | undefined)
src/api/git-service/git-service.api.ts:24
↓ 6 callersFunctionisMessageEvent
(event: OpenHandsEvent)
src/types/agent-server/type-guards.ts:91
↓ 6 callersFunctionisOneOf
( value: unknown, values: T, )
src/manifests/interface-validation.ts:88
↓ 6 callersFunctionisProcessRunning
(proc)
scripts/dev-process-utils.mjs:13
↓ 6 callersFunctionobservationEnvelope
(id: string, toolName: string)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:44
↓ 6 callersFunctionremoveStoredConversationMetadata
( conversationId: string, )
src/api/conversation-metadata-store.ts:85
↓ 6 callersFunctionsafeProvider
(value: string)
src/api/git-service/git-service.api.ts:15
↓ 6 callersFunctionsanitizeForComment
(value)
tests/e2e/live/scripts/render-live-e2e-report.mjs:138
↓ 6 callersMethodsearchEvents
( conversationUrl: string | null, sessionApiKey: string | null | undefined, options: SearchOptions
src/api/bash-service/bash-service.api.ts:77
↓ 6 callersFunctionsetSelectedTab
(tab: ConversationTab | null)
__tests__/components/features/conversation/conversation-tab-content.test.tsx:68
↓ 6 callersFunctionsidebarNavLabelClassName
(collapsed: boolean)
src/components/features/sidebar/sidebar-layout.ts:75
↓ 6 callersFunctionstartStaticServer
(config)
scripts/dev-static.mjs:373
↓ 6 callersFunctionuseAgentProfiles
(options: UseAgentProfilesOptions = {})
src/hooks/query/use-agent-profiles.ts:23
↓ 6 callersFunctionuseIsAuthed
()
src/hooks/query/use-is-authed.ts:3
↓ 5 callersMethodactivateProfile
(name: string)
src/api/profiles-service/profiles-service.api.ts:107
↓ 5 callersFunctionapplyDesiredTelemetryIdentity
(posthog: PostHog)
src/services/telemetry.ts:164
↓ 5 callersFunctionbatchGetCloudConversations
( ids: string[], )
src/api/cloud/conversation-service.api.ts:90
↓ 5 callersFunctionbuildAgentCanvasPath
(path: string)
src/utils/base-path.ts:27
↓ 5 callersFunctionbuildAgentServerCommand
(env = process.env)
scripts/dev-safe.mjs:413
↓ 5 callersFunctioncalculateToastDuration
( message: string | null | undefined, minDuration: number = 5000, maxDuration: number = 10000, )
src/utils/toast-duration.ts:8
↓ 5 callersFunctionclient
()
src/api/workspaces-service/workspaces-service.api.ts:25
↓ 5 callersMethodcopy
Literal user-visible copy. Carries no markup.
src/manifests/manifest-validation.ts:81
↓ 5 callersFunctioncreateUserMessageEvent
(id: string)
test-utils.tsx:222
↓ 5 callersFunctionderiveAutomationHealth
( automation: Automation, state: RunSummaryState | undefined, )
src/manifests/automation-insights.ts:108
↓ 5 callersFunctiondownloadBlob
(blob: Blob, filename: string)
src/utils/utils.ts:25
↓ 5 callersFunctionflattenMcpConfig
(config: MCPConfig)
src/utils/mcp-installed-servers.ts:5
↓ 5 callersFunctionformatEventOn
(on: string | string[] | undefined)
src/utils/automation-schedule.ts:109
↓ 5 callersFunctionformatMissingUvxGuidance
(cwd = process.cwd())
scripts/dev-safe.mjs:322
↓ 5 callersFunctionformatRelativeTime
( dateStr: string, locale: string, t: (key: I18nKey, options?: Record<string, unknown>) => string, )
src/utils/format-relative-time.ts:12
↓ 5 callersFunctiongetAgentServerSessionApiKey
()
src/api/agent-server-config.ts:192
↓ 5 callersFunctiongetDefaultI18n
()
src/i18n/index.ts:74
↓ 5 callersFunctiongetDefaultQueryClient
()
src/query-client-config.ts:86
↓ 5 callersFunctiongetDisplayAgentServerVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:203
↓ 5 callersFunctiongetLastRunTimestamp
(run: AutomationRun)
src/components/features/home/featured-automations/automation-run-health.ts:130
↓ 5 callersFunctiongetManagementClient
()
src/api/plugins-management-service.ts:59
↓ 5 callersFunctiongetProcessTreeSpawnOptions
(options = {})
scripts/dev-process-utils.mjs:30
↓ 5 callersFunctiongetReasoningContent
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:28
↓ 5 callersFunctionisAuthRequired
()
src/api/agent-server-config.ts:214
↓ 5 callersFunctionisBenignSocketError
(err)
scripts/proxy-utils.mjs:37
↓ 5 callersFunctionisCloudBackend
()
src/api/plugins-management-service.ts:55
↓ 5 callersFunctionisConversationStateUpdateEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:202
↓ 5 callersFunctionisExecutionPaused
( status: ExecutionStatus | null | undefined, )
src/utils/status.ts:19
↓ 5 callersFunctionisHookExecutionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:250
↓ 5 callersFunctionisSameCloudHost
( host: string | null | undefined, lockedHost: string | null | undefined, )
src/api/agent-server-config.ts:167
↓ 5 callersFunctionisSameStreamingSender
( a: OpenHandsEvent & { isFromPlanningAgent?: boolean }, b: OpenHandsEvent & { isFromPlanningAgent?: boole
src/utils/handle-event-for-ui.ts:34
↓ 5 callersFunctionlogError
(message)
scripts/dev-with-automation.mjs:124
↓ 5 callersFunctionlogError
(message)
scripts/dev-static.mjs:100
↓ 5 callersFunctionnormalizeHost
(host: string)
src/components/features/backends/backend-form-modal.tsx:101
↓ 5 callersMethodpatchMcpConfig
* Apply one name-keyed MCP merge patch in exactly one request. The server * owns the stored catalog and secret preservation; Canvas never rebuilds
src/api/settings-service/settings-service.api.ts:537
↓ 5 callersFunctionrecordBackendFailure
(id: string, error: unknown)
src/api/backend-registry/health-store.ts:46
↓ 5 callersMethodrenameProfile
( name: string, newName: string, )
src/api/profiles-service/profiles-service.api.ts:96
↓ 5 callersFunctionrequestSubscriptionEndpoint
( path: string, init: RequestInit = {}, )
src/api/llm-subscription-service.ts:73
↓ 5 callersMethodsaveProfile
( name: string, request: SaveProfileRequest, )
src/api/profiles-service/profiles-service.api.ts:78
↓ 5 callersFunctionsetMcpServerHealth
(key: string, health: McpServerHealth)
src/api/mcp-health/mcp-health-store.ts:63
↓ 5 callersFunctionspawnService
(name, command, args, options = {})
scripts/dev-with-automation.mjs:574
↓ 5 callersFunctionspawnService
(name, command, args, options = {})
scripts/dev-static.mjs:219
↓ 5 callersFunctionsplitInlineThink
( content: string, options?: { streaming?: boolean }, )
src/components/conversation-events/chat/event-thought-helpers.ts:56
↓ 5 callersFunctionstripAnsi
(str)
scripts/logger.mjs:36
↓ 5 callersFunctiontimestampForEvent
(index: number)
tests/e2e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts:34
↓ 5 callersFunctionuseActivateLlmProfile
()
src/hooks/mutation/use-activate-llm-profile.ts:9
↓ 5 callersFunctionuseAgentSettingsSchema
( fallbackSchema?: SettingsSchema | null, )
src/hooks/query/use-agent-settings-schema.ts:71
↓ 5 callersFunctionuseCanManageOrgProfiles
()
src/hooks/use-can-manage-org-profiles.ts:29
← previousnext →101–200 of 3,846, ranked by callers