MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,469 in github.com/OpenHands/OpenHands

↓ 5 callersFunctiongetMarketplaceEntryById
( id: string, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:230
↓ 5 callersFunctiongetPinnedHomeRouteKey
( backendId: string, orgId: string | null, )
src/hooks/use-pinned-home-route.ts:24
↓ 5 callersFunctiongetProcessTreeSpawnOptions
(options = {})
scripts/dev-process-utils.mjs:34
↓ 5 callersFunctiongetReasoningContent
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:28
↓ 5 callersFunctiongetSkillScope
( skill: SkillInfo, projectDir?: string | null, )
src/utils/skill-scope.ts:79
↓ 5 callersFunctionisAuthRequired
()
src/api/agent-server-config.ts:265
↓ 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:217
↓ 5 callersFunctionisExecutionPaused
( status: ExecutionStatus | null | undefined, )
src/utils/status.ts:19
↓ 5 callersFunctionisHookExecutionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:265
↓ 5 callersFunctionisSameCloudHost
( host: string | null | undefined, lockedHost: string | null | undefined, )
src/api/agent-server-config.ts:167
↓ 5 callersFunctionlogError
(message)
scripts/dev-with-automation.mjs:124
↓ 5 callersFunctionlogError
(message)
scripts/dev-static.mjs:105
↓ 5 callersFunctionmapUnsupported
(operation: () => Promise<T>)
src/api/canvas-extensions-service.ts:79
↓ 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:539
↓ 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:128
↓ 5 callersFunctionrequestSubscriptionEndpoint
( path: string, options: SubscriptionRequestOptions = {}, )
src/api/llm-subscription-service.ts:79
↓ 5 callersMethodresolveConversationWorkingDir
( conversationId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:615
↓ 5 callersMethodrun
(task: () => Promise<T>, signal?: AbortSignal)
src/hooks/query/concurrency-limiter.ts:13
↓ 5 callersMethodsaveProfile
( name: string, request: SaveProfileRequest, )
src/api/profiles-service/profiles-service.api.ts:110
↓ 5 callersFunctionsetMcpServerHealth
(key: string, health: McpServerHealth)
src/api/mcp-health/mcp-health-store.ts:63
↓ 5 callersFunctionshouldShowRunPhase
( status: AutomationRunStatus | null | undefined, )
src/components/features/automations/detail/run-phase.tsx:17
↓ 5 callersFunctionspawnService
(name, command, args, options = {})
scripts/dev-with-automation.mjs:634
↓ 5 callersFunctionspawnService
(name, command, args, options = {})
scripts/dev-static.mjs:224
↓ 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 callersFunctiontrackEvent
( eventName: string, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:809
↓ 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
↓ 5 callersFunctionuseCloudCurrentUserId
()
src/hooks/query/use-cloud-current-user-id.ts:30
↓ 5 callersFunctionuseConversationPrimaryRepository
()
src/hooks/use-conversation-primary-repository.ts:11
↓ 5 callersFunctionuseConversationWebSocket
()
src/contexts/conversation-websocket-context.tsx:1217
↓ 5 callersFunctionuseHasPermission
(permission: string)
src/hooks/use-has-permission.ts:4
↓ 5 callersFunctionuseIsAuthed
()
src/hooks/query/use-is-authed.ts:3
↓ 5 callersFunctionuseSendMessage
()
src/hooks/use-send-message.ts:13
↓ 5 callersFunctionuseUpdateMcpServer
()
src/hooks/mutation/use-update-mcp-server.ts:16
↓ 5 callersFunctionwithRetry
( fn: () => Promise<T>, maxRetries: number = 3, baseDelayMs: number = 500, )
src/api/with-retry.ts:4
↓ 5 callersFunctionwriteStoredActiveBackend
( selection: BackendSelection | null, )
src/api/backend-registry/storage.ts:221
↓ 4 callersFunctionactionEnvelope
(id: string, toolName: string)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:27
↓ 4 callersMethodauthorizeOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:248
↓ 4 callersFunctionbuildAutomationRuntimeServicesInfo
(config)
scripts/dev-with-automation.mjs:1135
↓ 4 callersFunctionbuildMcpServerPatch
( previous: MCPServer, edited: MCPServerConfig, )
src/utils/mcp-config.ts:319
↓ 4 callersFunctionbuildNpmScriptCommand
( scriptName, platform = process.platform, env = process.env, nodeExecPath = process.execPath, )
scripts/dev-safe.mjs:844
↓ 4 callersFunctionbuildRouteArgs
(routes)
scripts/dev-with-automation.mjs:783
↓ 4 callersFunctionbuildRuntimeServicesInfo
(options)
scripts/runtime-services-info.mjs:60
↓ 4 callersFunctionbuildSkillEnablementFilter
( enablement: SkillEnablement, )
src/utils/skill-enablement.ts:49
↓ 4 callersFunctionbuildStartConversationRequest
( options: StartConversationOptions, )
src/api/agent-server-adapter.ts:1085
↓ 4 callersFunctionclearAgentServerHomeDirCache
()
src/api/agent-server-home.ts:81
↓ 4 callersFunctioncloseMenu
()
src/components/features/conversation/conversation-name-with-status.tsx:54
↓ 4 callersFunctioncommit
(next: BackendHealthMap)
src/api/backend-registry/health-store.ts:19
↓ 4 callersFunctioncomputeSnapshot
( backends: Backend[], selection: BackendSelection | null, )
src/api/backend-registry/active-store.ts:64
↓ 4 callersMethodcreate
( request: CreateProviderConnectionRequest, )
src/api/provider-connections-service/provider-connections-service.api.ts:67
↓ 4 callersFunctioncreateClient
()
src/api/provider-connections-service/provider-connections-service.api.ts:50
↓ 4 callersFunctioncreateMcpProbeClient
()
src/api/mcp-service/mcp-service.api.ts:143
↓ 4 callersFunctiondefineVisualizer
( visualizer: ToolVisualizer<AK, OK>, )
src/components/features/chat/tool-visualizers/define.ts:57
↓ 4 callersMethoddeleteProfile
(name: string)
src/api/profiles-service/profiles-service.api.ts:121
↓ 4 callersFunctionderiveRunHealth
( state: LatestAutomationRunState, )
src/components/features/home/featured-automations/automation-run-health.ts:17
↓ 4 callersFunctionensureMockLLMAgentProfile
( request: APIRequestContext, llmProfileRef = "mock-llm", )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:532
↓ 4 callersFunctionescapeCell
(value)
tests/e2e/live/scripts/render-live-e2e-report.mjs:148
↓ 4 callersFunctionescapeHtml
(value: string)
src/utils/transcript-export/index.ts:126
↓ 4 callersMethodexecuteCommand
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, command: s
src/api/runtime-service/agent-server-runtime-service.ts:25
↓ 4 callersFunctionfieldValues
(value: SetupFormValue | undefined)
src/manifests/manifest-local-validation.ts:94
↓ 4 callersFunctionfindInstalledEntryMatch
( entry: MarketplaceEntry, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:175
↓ 4 callersFunctionformatEventOn
(on: string | string[] | undefined)
src/utils/automation-schedule.ts:109
↓ 4 callersFunctionformatTriggerSourceLabel
(source: string)
src/components/features/home/featured-automations/automation-run-health.ts:60
↓ 4 callersFunctiongetAcpProviderDisplayName
( key: string | null | undefined, )
src/constants/acp-providers.ts:419
↓ 4 callersFunctiongetActiveCloudBackend
()
src/api/cloud/settings-service.api.ts:58
↓ 4 callersMethodgetAutomationRuns
( id: string, limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:490
↓ 4 callersFunctiongetBackendStatusLabel
( t: TFunction<"openhands">, backend: | { kind?: "local" | "cloud"; apiKey?: string |
src/components/features/backends/backend-status-label.ts:19
↓ 4 callersFunctiongetContextWindowUsagePercentage
( perTurnToken: number, contextWindow: number, )
src/utils/format-token-count.ts:22
↓ 4 callersFunctiongetConversationTagLabel
( key: string, t: (key: I18nKey) => string, )
src/components/features/conversation-panel/conversation-card/conversation-tag-display.ts:94
↓ 4 callersFunctiongetCredentialValidationForServer
( server: MCPServerConfig, )
src/utils/mcp-credential-validation.ts:91
↓ 4 callersMethodgetCurrentConversation
()
src/api/conversation-service/conversation-service.api.ts:25
↓ 4 callersFunctiongetDefaultMcpTransport
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:72
↓ 4 callersFunctiongetDisplayConversationTags
( tags: Record<string, string> | null | undefined, )
src/api/agent-server-adapter.ts:513
↓ 4 callersFunctiongetEventContent
( event: OpenHandsEvent | SkillReadyEvent, correspondingAction?: ActionEvent, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:301
↓ 4 callersFunctiongetImportExportSpec
()
src/manifests/automation-interface.ts:214
↓ 4 callersFunctiongetInstallableMcpConnectionOption
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:66
↓ 4 callersFunctiongetLastRenderableEventId
()
src/hooks/chat/model-command-event-anchor.ts:4
↓ 4 callersFunctiongetLocalServiceRoutes
(config)
scripts/dev-with-automation.mjs:749
↓ 4 callersFunctiongetLockedCloudAuthMode
()
src/api/agent-server-config.ts:177
↓ 4 callersFunctiongetMcpConnectionOptions
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:30
↓ 4 callersFunctiongetNoContentActionContent
()
src/components/conversation-events/chat/event-content-helpers/get-action-content.ts:44
↓ 4 callersFunctiongetNoReferrerPrefixArgs
* The editor prefix, if this mode serves it, as `--no-referrer-prefix` args. * * agent-server hands the editor a connection token derived from its s
scripts/dev-with-automation.mjs:794
↓ 4 callersFunctiongetPostHogForConsentedCapture
Return the shared client only when a consented capture is safe to emit.
src/services/telemetry.ts:741
↓ 4 callersFunctiongetRemoteHeaderFields
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:103
↓ 4 callersFunctiongetSettingValue
( settings: Settings, key: string, source: SettingsValueSource = "agent_settings", )
src/utils/sdk-settings-schema.ts:99
↓ 4 callersFunctiongetSkillCardDescription
(skill: SkillInfo)
src/components/features/skills/get-skill-card-description.ts:48
↓ 4 callersFunctiongetTaskStatusI18nKey
( taskStatus: AppConversationStartTaskStatus, )
src/utils/status.ts:31
↓ 4 callersFunctiongetTriggerEventLabel
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:69
↓ 4 callersFunctiongetTriggerSource
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:75
↓ 4 callersFunctiongetUserFacingConnectionErrorMessage
( error: unknown, )
src/utils/user-facing-error.ts:81
↓ 4 callersFunctionhasRedactedMcpSecretLeaf
(value: unknown)
src/utils/mcp-config.ts:44
↓ 4 callersFunctioninferInitialView
( settings: Settings, schemaOverride?: SettingsSchema | null, source: SettingsValueSource = "agent_setti
src/utils/sdk-settings-schema.ts:266
↓ 4 callersFunctioninterpolateText
(template: string, scope: SetupScope)
src/manifests/manifest-template.ts:76
← previousnext →201–300 of 4,469, ranked by callers