MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,903 in github.com/OpenHands/OpenHands

↓ 6 callersFunctionuseLlmConfigured
()
src/hooks/use-llm-configured.ts:40
↓ 6 callersFunctionuseSendMessage
()
src/hooks/use-send-message.ts:13
↓ 5 callersFunctionactionKinds
(setup: SetupBlock)
src/manifests/manifest-local-validation.ts:51
↓ 5 callersFunctionapplyDesiredTelemetryIdentity
(posthog: PostHog)
src/services/telemetry.ts:183
↓ 5 callersMethodauthorizeOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:248
↓ 5 callersFunctionbaseEvent
( id: string, source: "agent" | "user" | "environment" = "environment", )
__tests__/contexts/conversation-websocket-provider.behavior.test.tsx:199
↓ 5 callersFunctionbatchGetCloudConversations
( ids: string[], )
src/api/cloud/conversation-service.api.ts:118
↓ 5 callersFunctionbuildAgentCanvasPath
(path: string)
src/utils/base-path.ts:27
↓ 5 callersFunctionbuildAgentServerCommand
(env = process.env)
scripts/dev-safe.mjs:433
↓ 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 callersFunctioncommit
(next: McpHealthMap)
src/api/mcp-health/mcp-health-store.ts:19
↓ 5 callersMethoddeleteProfile
(name: string)
src/api/profiles-service/profiles-service.api.ts:121
↓ 5 callersFunctiondownloadBlob
(blob: Blob, filename: string)
src/utils/utils.ts:25
↓ 5 callersFunctionfieldText
(value: SetupFormValue | undefined)
src/manifests/manifest-local-validation.ts:180
↓ 5 callersFunctionfindCatalogEntryForServer
( server: MCPServerConfig, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:290
↓ 5 callersFunctionfindInstalledEntryMatch
( entry: MarketplaceEntry, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:175
↓ 5 callersFunctionformatMissingUvxGuidance
(cwd = process.cwd())
scripts/dev-safe.mjs:332
↓ 5 callersFunctionformatModelNameForDisplay
( model: string | null | undefined, freeModels: FreeModelSet = EMPTY_FREE_MODELS, )
src/utils/format-model-name.ts:45
↓ 5 callersFunctiongetAgentServerBaseUrl
()
src/api/agent-server-config.ts:181
↓ 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:214
↓ 5 callersFunctiongetManagementClient
()
src/api/plugins-management-service.ts:59
↓ 5 callersFunctiongetMcpConnectionOptions
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:30
↓ 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 callersFunctiongetQueryClient
()
src/query-client-config.ts:99
↓ 5 callersFunctiongetReasoningContent
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:28
↓ 5 callersFunctiongetSettingValue
( settings: Settings, key: string, source: SettingsValueSource = "agent_settings", )
src/utils/sdk-settings-schema.ts:99
↓ 5 callersFunctiongetSkillScope
( skill: SkillInfo, projectDir?: string | null, )
src/utils/skill-scope.ts:79
↓ 5 callersFunctionhasPayloadValue
( value: SetupRequestBody[string] | undefined, )
src/manifests/automation-setup.ts:250
↓ 5 callersFunctioninterpolateText
(template: string, scope: SetupScope)
src/manifests/manifest-template.ts:84
↓ 5 callersFunctionisAuthRequired
()
src/api/agent-server-config.ts:278
↓ 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 callersMethodlistProfiles
()
src/api/profiles-service/profiles-service.api.ts:91
↓ 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:81
↓ 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:562
↓ 5 callersFunctionrequestSubscriptionEndpoint
( path: string, options: SubscriptionRequestOptions = {}, )
src/api/llm-subscription-service.ts:79
↓ 5 callersMethodrun
(task: () => Promise<T>, signal?: AbortSignal)
src/hooks/query/concurrency-limiter.ts:13
↓ 5 callersFunctionsendMessageWithAttachments
(options: { conversationId: string; content: string; images: File[]; files: File[]; imagesMarkedUplo
src/utils/send-message-with-attachments.ts:22
↓ 5 callersFunctionsetMcpServerHealth
(key: string, health: McpServerHealth)
src/api/mcp-health/mcp-health-store.ts:63
↓ 5 callersFunctionsetValue
(key: string, value: string)
src/components/features/mcp-page/install-server-modal.tsx:181
↓ 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 callersFunctiontoAppConversation
( info: DirectConversationInfo, )
src/api/agent-server-adapter.ts:347
↓ 5 callersFunctiontrackEvent
( eventName: string, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:833
↓ 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 callersFunctionuseConversationPrimaryRepository
()
src/hooks/use-conversation-primary-repository.ts:11
↓ 5 callersFunctionuseIsAuthed
()
src/hooks/query/use-is-authed.ts:3
↓ 5 callersFunctionuseUnifiedPauseConversation
()
src/hooks/mutation/use-unified-stop-conversation.ts:16
↓ 5 callersFunctionuseUnifiedWebSocketStatus
()
src/hooks/use-unified-websocket-status.ts:9
↓ 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 callersFunctionappendFreeSuffix
(display: string, isFree: boolean)
src/utils/format-model-name.ts:41
↓ 4 callersFunctionassertAgentServerVersionIsSupported
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:302
↓ 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:1174
↓ 4 callersFunctioncloseMenu
()
src/components/features/conversation/conversation-name-with-status.tsx:54
↓ 4 callersFunctioncloudProviderConnectionsTarget
Resolve the backend + org-scoped base path for the active cloud backend.
src/api/cloud/provider-connections-service.api.ts:35
↓ 4 callersFunctioncoerceFieldValue
( field: SettingsFieldSchema, rawValue: string | boolean, )
src/utils/sdk-settings-schema.ts:360
↓ 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 callersFunctionconstructBranchUrl
( provider: Provider, repositoryName: string, branchName: string, host?: string | null, )
src/utils/utils.ts:357
↓ 4 callersMethodcreate
( request: CreateProviderConnectionRequest, )
src/api/provider-connections-service/provider-connections-service.api.ts:83
↓ 4 callersFunctioncreateClient
()
src/api/provider-connections-service/provider-connections-service.api.ts:65
↓ 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 callersMethoddeleteConversation
(conversationId: string)
src/api/conversation-service/agent-server-conversation-service.api.ts:915
↓ 4 callersFunctionderiveRunHealth
( state: LatestAutomationRunState, )
src/components/features/home/featured-automations/automation-run-health.ts:19
↓ 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:171
↓ 4 callersFunctionfocusContentEditableAtEnd
( element: HTMLElement | null, )
src/components/features/chat/utils/chat-input.utils.ts:159
↓ 4 callersFunctionformatEventOn
(on: string | string[] | undefined)
src/utils/automation-schedule.ts:111
↓ 4 callersFunctionformatTriggerSourceLabel
(source: string)
src/components/features/home/featured-automations/automation-run-health.ts:70
← previousnext →201–300 of 4,903, ranked by callers