MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,305 in github.com/OpenHands/OpenHands

↓ 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:100
↓ 5 callersFunctionnavigateToTab
(tab: ConversationTab)
src/services/canvas-ui.ts:19
↓ 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: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:568
↓ 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 callersFunctionspawn
( command: string, args: readonly string[], options?: SpawnSyncOptions, )
__tests__/scripts/stryker-diff.test.ts:38
↓ 5 callersFunctionspawnService
(name, command, args, options = {})
scripts/dev-with-automation.mjs:630
↓ 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 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 callersFunctionassertAgentServerVersionIsSupported
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:293
↓ 4 callersMethodauthorizeOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:248
↓ 4 callersFunctionbuildAutomationRuntimeServicesInfo
(config)
scripts/dev-with-automation.mjs:1079
↓ 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:788
↓ 4 callersFunctionbuildRuntimeServicesInfo
(options)
scripts/runtime-services-info.mjs:60
↓ 4 callersFunctionbuildStartConversationRequest
( options: StartConversationOptions, )
src/api/agent-server-adapter.ts:1050
↓ 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 callersFunctioncompareAgentServerVersions
(actual: string, required: string)
src/api/agent-server-compatibility.ts:243
↓ 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 callersFunctiongetAgentServerBaseUrl
()
src/api/agent-server-config.ts:181
↓ 4 callersFunctiongetAgentServerBaseUrl
(config)
scripts/dev-with-automation.mjs:741
↓ 4 callersFunctiongetAgentServerBaseUrl
(config)
scripts/dev-static.mjs:291
↓ 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 callersFunctiongetDefaultMcpTransport
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:72
↓ 4 callersFunctiongetDisplayConversationTags
( tags: Record<string, string> | null | undefined, )
src/api/agent-server-adapter.ts:507
↓ 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:203
↓ 4 callersFunctiongetInstallableMcpConnectionOption
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:66
↓ 4 callersFunctiongetLastRenderableEventId
()
src/hooks/chat/model-command-event-anchor.ts:4
↓ 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 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
↓ 4 callersFunctioninterpretMcpTestResponse
( server: MCPServerConfig, response: ExtendedMCPTestResponse, )
src/api/mcp-health/probe-mcp-server-health.ts:46
↓ 4 callersFunctioninvalidateConversationQueries
( queryClient: QueryClient, conversationId: string, )
src/hooks/mutation/conversation-mutation-utils.ts:173
↓ 4 callersFunctionisAutomationForRepository
( automation: Pick<Automation, "repository">, repository: string | null | undefined, )
src/utils/conversation-overview-project-scope.ts:29
↓ 4 callersFunctionisCorsOrNetworkErrorMessage
( message: string | null | undefined, )
src/utils/user-facing-error.ts:47
↓ 4 callersFunctionisGoalConversationStateUpdateEvent
( event: ConversationStateUpdateEvent, )
src/types/agent-server/type-guards.ts:235
↓ 4 callersFunctionisMarkdownFilePath
(path: string)
src/utils/is-markdown-file-path.ts:7
↓ 4 callersFunctionisOnboardingPreviewActive
( search = typeof window !== "undefined" ? window.location.search : "", )
src/components/features/onboarding/onboarding-preview.ts:21
↓ 4 callersFunctionisOneOf
( value: unknown, allowed: T, )
src/manifests/manifest-validation.ts:78
↓ 4 callersFunctionisPlanningFileEditorObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:146
← previousnext →201–300 of 4,305, ranked by callers