MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,469 in github.com/OpenHands/OpenHands

↓ 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 callersFunctionisCatalogSkill
(name: string)
src/utils/skill-enablement.ts:14
↓ 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
↓ 4 callersFunctionisProfileNameValid
( value: string, { isRequired = false }: { isRequired?: boolean } = {}, )
src/utils/derive-profile-name.ts:14
↓ 4 callersFunctionisSkillReadyEvent
(event: unknown)
src/components/conversation-events/chat/event-content-helpers/create-skill-ready-event.ts:24
↓ 4 callersFunctionisSubscriptionLlmConfig
( llm: Record<string, unknown> | null | undefined, )
src/constants/llm-subscription.ts:71
↓ 4 callersFunctionisTelemetryEnabled
()
src/services/telemetry.ts:617
↓ 4 callersFunctionisValidSettingsSchema
( schema: SettingsSchema | null | undefined, )
src/utils/sdk-settings-schema.ts:51
↓ 4 callersMethodlistInstalledPlugins
()
src/api/plugins-management-service.ts:43
↓ 4 callersFunctionmain
()
scripts/dev-safe.mjs:943
↓ 4 callersFunctionmakeBashAction
( id: string, thought: TextContent[] = [], )
__tests__/components/conversation-events/chat/group-events.test.ts:28
↓ 4 callersFunctionmakeBashObservation
( id: string, actionId: string, )
__tests__/components/conversation-events/chat/group-events.test.ts:58
↓ 4 callersFunctionmapAnyGitStatusToClientStatus
( status: SupportedGitStatus, )
src/utils/git-status-mapper.ts:10
↓ 4 callersFunctionmapServiceErrors
( errors: readonly ManifestServiceError[], errorMap: Record<string, string[]>, )
src/manifests/manifest-error-map.ts:127
↓ 4 callersFunctionmergeStreamingDeltaEvent
( incoming: StreamingDeltaEvent, existing: StreamingDeltaEvent, )
src/utils/handle-event-for-ui.ts:20
↓ 4 callersFunctionnavigateToTab
(tab: ConversationTab)
src/services/canvas-ui.ts:21
↓ 4 callersFunctionnormalizeServiceErrors
( body: unknown, payload: SetupRequestBody | null, )
src/manifests/manifest-error-map.ts:75
↓ 4 callersFunctionnotifyTelemetryConsentListeners
()
src/services/telemetry.ts:466
↓ 4 callersFunctiononTabChange
(value: ConversationTab | null)
src/hooks/use-select-conversation-tab.ts:37
↓ 4 callersFunctionparseCommand
(value: string)
src/utils/acp-command.ts:65
↓ 4 callersFunctionpartitionImagesForUpload
( images: File[], markedUploadAsFileNames: readonly string[], )
src/components/features/chat/utils/chat-input.utils.ts:42
↓ 4 callersFunctionpatchConversationInCache
( queryClient: QueryClient, conversationId: string, patch: Partial<AppConversation>, )
src/hooks/mutation/conversation-mutation-utils.ts:131
↓ 4 callersFunctionrenderVisualizer
(ui: React.ReactElement)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:24
↓ 4 callersFunctionresolveEffectiveAcpModel
(inputs: { runtimeName?: string | null; runtimeId?: string | null; configured?: string | null; sdkLlm?
src/constants/acp-providers.ts:48
↓ 4 callersFunctionresolveEnabledCatalogSkills
( enablement: SkillEnablement, )
src/utils/skill-enablement.ts:35
↓ 4 callersFunctionseedMcpServerHealth
( server: MCPServerConfig, response: ExtendedMCPTestResponse, otherServers: MCPServerConfig[], )
src/api/mcp-health/probe-mcp-server-health.ts:125
↓ 4 callersMethodsendMessage
( conversationId: string, message: SendMessageRequest, runtime?: ConversationRuntimeContext | null
src/api/conversation-service/agent-server-conversation-service.api.ts:359
↓ 4 callersFunctionsendMessageWithAttachments
(options: { conversationId: string; content: string; images: File[]; files: File[]; imagesMarkedUplo
src/utils/send-message-with-attachments.ts:22
↓ 4 callersFunctionsetTelemetryCloudContext
( context: CloudTelemetryContextInput | null, )
src/services/telemetry.ts:126
↓ 4 callersFunctionsetTelemetryIdentity
( distinctId: string | null, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:587
↓ 4 callersFunctionsetValue
(key: string, value: string)
src/components/features/mcp-page/install-server-modal.tsx:181
↓ 4 callersFunctionshouldRenderEvent
(event: OpenHandsEvent)
src/components/conversation-events/chat/event-content-helpers/should-render-event.ts:53
↓ 4 callersFunctionsignalProcessTree
(proc, signal)
scripts/dev-process-utils.mjs:85
↓ 4 callersFunctionstripRedundantTitlePrefix
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:52
↓ 4 callersMethodtestServer
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:180
↓ 4 callersFunctiontextFromContent
( content: Array<TextContent | ImageContent>, )
src/components/features/chat/tool-visualizers/text-content.ts:11
↓ 4 callersFunctiontoAppConversation
( info: DirectConversationInfo, )
src/api/agent-server-adapter.ts:323
↓ 4 callersFunctiontoSkillEnablement
(settings: { enabled_skills?: string[]; disabled_skills?: string[]; })
src/utils/skill-enablement.ts:90
↓ 4 callersMethodupdateConversationTitle
( conversationId: string, title: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:802
↓ 4 callersFunctionuploadFilesToConversation
( conversationId: string, files: File[], currentConversation?: AppConversation | null, )
src/api/conversation-file-upload.api.ts:72
↓ 4 callersFunctionuseAcpCredentialForm
( providerKey: string | null | undefined, )
src/hooks/use-acp-credential-form.ts:49
↓ 4 callersFunctionuseAllCloudOrganizations
()
src/hooks/query/use-cloud-organizations.ts:16
↓ 4 callersFunctionuseBackendScopedPath
()
src/hooks/use-backend-scoped-path.ts:15
↓ 4 callersFunctionuseDispatchAutomation
()
src/hooks/query/use-automations.ts:94
↓ 4 callersFunctionuseHandleBuildPlanClick
()
src/hooks/use-handle-build-plan-click.ts:14
↓ 4 callersFunctionuseHandlePlanClick
()
src/hooks/use-handle-plan-click.ts:20
↓ 4 callersFunctionuseLocalWorkspaces
({ enabled = true, }: UseLocalWorkspacesOptions = {})
src/hooks/query/use-local-workspaces.ts:13
↓ 4 callersFunctionuseOnboardingCompletion
()
src/components/features/onboarding/use-onboarding-completion.ts:29
↓ 4 callersFunctionuseSaveLlmProfile
()
src/hooks/mutation/use-save-llm-profile.ts:16
↓ 4 callersFunctionuseScrollToBottom
(scrollRef: RefObject<HTMLDivElement | null>)
src/hooks/use-scroll-to-bottom.ts:3
↓ 4 callersFunctionuseSearchSecrets
(options: UseSearchSecretsOptions = {})
src/hooks/query/use-get-secrets.ts:17
↓ 4 callersFunctionuseSubConversationTaskPolling
( taskId: string | null, parentConversationId: string | null, )
src/hooks/query/use-sub-conversation-task-polling.ts:22
↓ 4 callersFunctionuseTaskList
()
src/hooks/use-task-list.ts:35
↓ 4 callersFunctionuseToggleAutomation
()
src/hooks/query/use-automations.ts:35
↓ 4 callersFunctionuseUnifiedPauseConversation
()
src/hooks/mutation/use-unified-stop-conversation.ts:16
↓ 4 callersFunctionuseUnifiedWebSocketStatus
()
src/hooks/use-unified-websocket-status.ts:9
↓ 4 callersFunctionvalidateLocalAgentServerPath
(localPath)
scripts/dev-safe.mjs:877
↓ 4 callersFunctionwaitForOnboardingStep
(page: Page, step: number)
tests/e2e/support/onboarding-helpers.ts:101
↓ 4 callersFunctionwriteStoredBackends
(backends: Backend[])
src/api/backend-registry/storage.ts:95
↓ 3 callersMethod_send_json
(self, status: int, payload: dict)
tests/e2e/mock-llm/scripts/mock-llm-server.py:334
↓ 3 callersFunctionadaptSystemMessage
( events: OHEvent[], )
src/utils/system-message-adapter.ts:13
↓ 3 callersFunctionaddValue
(values: Set<string>, value: unknown)
src/utils/redact-mcp-secrets.ts:33
↓ 3 callersMethodaddWorkspaceParents
( items: LocalWorkspaceParent[], )
src/api/workspaces-service/workspaces-service.api.ts:56
↓ 3 callersMethodaddWorkspaces
( items: LocalWorkspace[], )
src/api/workspaces-service/workspaces-service.api.ts:46
↓ 3 callersFunctionapi
(path, { method = "GET", body } = {})
scripts/seed-automation-ux-data.mjs:626
↓ 3 callersFunctionappendBootLog
(name, line, level)
electron/main.mjs:466
↓ 3 callersFunctionapplyColorTheme
(key: ColorThemeKey)
src/themes/color-themes.ts:240
↓ 3 callersFunctionapplyGroupFolderOrder
( groups: readonly T[], order: readonly string[], )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:492
↓ 3 callersFunctionapplySkillFilters
( skills: SkillInfo[], isEnabled: SkillEnabledPredicate, state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:287
↓ 3 callersFunctionassertAgentServerVersionIsSupported
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:302
↓ 3 callersFunctionassertPortsFree
(portConfigs, host = "127.0.0.1")
scripts/dev-safe.mjs:266
↓ 3 callersFunctionautomationCreateEndpoint
(entry?: SetupEntry)
src/manifests/automation-setup.ts:44
↓ 3 callersFunctionbarColorClassForStatus
( status: AutomationRunStatus | string, )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:66
↓ 3 callersFunctionbeginMcpHealthCheck
(key: string)
src/api/mcp-health/mcp-health-store.ts:36
↓ 3 callersFunctionbuildAcpAgentSettingsDiff
( providerKey: string, options: { command?: string[]; model?: string | null; allowUnknownServe
src/constants/acp-providers.ts:484
↓ 3 callersFunctionbuildAgentServerAutomationEnv
(config)
scripts/dev-with-automation.mjs:876
↓ 3 callersFunctionbuildAutomationCommand
* Build the uvx command for running automation backend. * * Environment variables (highest precedence first): * - OH_AUTOMATION_LOCAL_PATH: Absolut
scripts/dev-with-automation.mjs:309
↓ 3 callersFunctionbuildAutomationMetadataPills
( automation: Automation, scheduleLabel: string, )
src/components/features/automations/build-automation-pills.tsx:18
↓ 3 callersFunctionbuildAutomationTelemetryEnv
(env = process.env)
scripts/dev-with-automation.mjs:888
↓ 3 callersFunctionbuildConfig
(args, env = process.env)
scripts/ingress.mjs:137
↓ 3 callersFunctionbuildConversationWorkingDir
(conversationId: string)
src/api/agent-server-config.ts:209
↓ 3 callersFunctionbuildHomeAutomationMenuItems
({ automation, t, canManage, canEdit, isRunPending, isCancelPending, canCancel, testIdPrefix,
src/components/features/home/featured-automations/build-home-automation-menu-items.tsx:44
↓ 3 callersFunctionbuildLiveLlmSettings
()
tests/e2e/live/utils/agent-server-conversation.ts:184
↓ 3 callersFunctionbuildLocalServiceRouteArgs
(config)
scripts/dev-static.mjs:304
↓ 3 callersFunctionbuildPluginLaunchPath
(plugins: PluginSpec[])
src/utils/plugin-launch-url.ts:13
↓ 3 callersFunctionbuildSdkSettingsPayload
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, )
src/utils/sdk-settings-schema.ts:411
↓ 3 callersFunctionbuildSkillFacetGroups
( skills: SkillInfo[], isEnabled: SkillEnabledPredicate, state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:359
↓ 3 callersFunctionbuildSkillPills
( skill: SkillInfo, translate: TFunction, options: BuildSkillPillsOptions = {}, )
src/components/features/skills/build-skill-pills.tsx:36
↓ 3 callersFunctionbuildWebSocketUrl
( conversationId: string | undefined, conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:109
↓ 3 callersFunctionclearMcpServerHealth
(key: string)
src/api/mcp-health/mcp-health-store.ts:68
↓ 3 callersFunctionclearPeekCloseTimer
()
src/hooks/use-conversation-overview-panel-peek.ts:9
↓ 3 callersFunctionclearPendingCloudTelemetryConsent
( expected?: ResolvedTelemetryConsent, )
src/services/telemetry.ts:514
↓ 3 callersFunctionclearSkillFilterFacets
( state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:391
← previousnext →301–400 of 4,469, ranked by callers