MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,490 in github.com/OpenHands/OpenHands

↓ 1 callersFunctionappendEvent
(state: EventState, event: OHEvent)
src/stores/use-event-store.ts:92
↓ 1 callersFunctionapplyAddEvent
(state: EventState, event: OHEvent)
src/stores/use-event-store.ts:132
↓ 1 callersFunctionapplyHeightToElement
( element: HTMLElement, height: number, constraints: HeightConstraints, )
src/hooks/use-auto-resize.ts:58
↓ 1 callersFunctionapplyResizeStrategy
( element: HTMLElement, strategy: ResizeStrategy, )
src/hooks/use-auto-resize.ts:103
↓ 1 callersFunctionapplyValue
()
src/hooks/use-auto-resize.ts:341
↓ 1 callersFunctionarrayBufferFromString
(value: string)
__tests__/hooks/query/use-workspace-file-content.test.tsx:107
↓ 1 callersFunctionarrayBufferToBase64
(buffer: ArrayBuffer)
src/hooks/query/use-workspace-file-content.ts:114
↓ 1 callersFunctionasMockReturnValue
(value: Partial<T>)
__tests__/hooks/use-runtime-is-ready.test.tsx:13
↓ 1 callersFunctionasMockReturnValue
(value: Partial<T>)
__tests__/hooks/use-handle-plan-click.test.tsx:36
↓ 1 callersFunctionaskAgent
( conversationId: string, question: string, )
src/hooks/mutation/conversation-mutation-utils.ts:66
↓ 1 callersFunctionassertActivatedSkills
Poll the events API until we find an event with a non-empty activated_skills.
tests/e2e/mock-llm/automations/mock-llm-preset-automation.spec.ts:60
↓ 1 callersFunctionassertWithinCwd
(label, path)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:43
↓ 1 callersFunctionassertWithinCwd
(label, path)
tests/e2e/live/scripts/render-live-e2e-report.mjs:34
↓ 1 callersFunctionassertWithinCwd
(label, path)
tests/e2e/live/scripts/extract-live-e2e-media.mjs:48
↓ 1 callersFunctionassertWithinCwd
(label, path)
tests/e2e/live/scripts/upsert-pr-comment.mjs:42
↓ 1 callersFunctionattachmentRows
(specs)
tests/e2e/live/scripts/render-live-e2e-report.mjs:306
↓ 1 callersFunctionauthCredentialFromServerConfig
( serverConfig: Record<string, unknown>, )
src/utils/mcp-config.ts:152
↓ 1 callersFunctionauthFromFormData
( formData: FormData, )
src/components/features/settings/mcp-settings/mcp-server-form.tsx:317
↓ 1 callersFunctionautomationById
(id: string)
__tests__/utils/responder-deployment.test.ts:9
↓ 1 callersFunctionautomationMatchesQuery
( automation: RecommendedAutomation, entries: MarketplaceEntry[], rawQuery: string, )
src/components/features/automations/recommended-automations-section.tsx:80
↓ 1 callersFunctionbaseResult
()
__tests__/components/automations/detail/run-logs-modal.test.tsx:32
↓ 1 callersFunctionbasename
(p)
tests/e2e/mock-llm/scripts/render-mock-llm-report.mjs:176
↓ 1 callersFunctionbashObservation
( output: string, exitCode: number | null, command = "echo hi", )
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:68
↓ 1 callersFunctionbashOutput
(partial: Partial<BashOutput>)
__tests__/api/acp-service/acp-service.api.test.ts:19
↓ 1 callersFunctionbasicAuthHeader
(username: string, password: string)
src/api/settings-service/settings-service.api.ts:185
↓ 1 callersFunctionblockPort
Block a TCP port and return the server handle.
tests/e2e/mock-llm/backends/mock-llm-partial-stack.spec.ts:156
↓ 1 callersFunctionbrowserToolsEnabled
()
src/api/agent-server-adapter.ts:101
↓ 1 callersFunctionbuildAuthHeaders
(backend: Backend)
src/api/backend-registry/auth.ts:9
↓ 1 callersFunctionbuildBashWebSocketUrl
( conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:89
↓ 1 callersFunctionbuildBundledSkills
* Convert the bundled `SKILLS_CATALOG` entries into the SDK `Skill` JSON * shape so the agent-server can perform trigger matching, skill activation,
src/api/agent-server-adapter.ts:632
↓ 1 callersFunctionbuildCatalogPlugin
( overrides: Partial<MarketplacePlugin> = {}, )
__tests__/routes/plugins-page.test.tsx:41
↓ 1 callersFunctionbuildConfig
(args, env = process.env)
scripts/dev-with-automation.mjs:330
↓ 1 callersFunctionbuildConfig
()
__tests__/components/features/sidebar/sidebar-email-verification.test.tsx:70
↓ 1 callersFunctionbuildConfig
(hideLlmSettings = false)
__tests__/components/home/llm-not-configured-banner.test.tsx:27
↓ 1 callersFunctionbuildConfiguredAcpAgentSettings
( settings: Settings, )
src/api/agent-server-adapter.ts:718
↓ 1 callersFunctionbuildConfiguredAgentSettings
( settings: Settings, )
src/api/agent-server-adapter.ts:840
↓ 1 callersFunctionbuildConfiguredConversationSettings
(options: { settings: Settings; query?: string; conversationInstructions?: string; plugins?: PluginSpe
src/api/agent-server-adapter.ts:848
↓ 1 callersFunctionbuildConfiguredOpenHandsAgentSettings
( settings: Settings, )
src/api/agent-server-adapter.ts:779
↓ 1 callersFunctionbuildConversation
( overrides: Partial<AppConversation> = {}, )
__tests__/api/cloud/conversation-pause.test.ts:22
↓ 1 callersFunctionbuildConversation
( overrides: Partial<AppConversation> = {}, )
__tests__/hooks/mutation/pause-conversation-local.test.ts:31
↓ 1 callersFunctionbuildCreateAutomationRequest
(spec: AutomationSpec)
src/api/automation-service/automation-service.api.ts:143
↓ 1 callersFunctionbuildCriticConversation
()
tests/e2e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts:106
↓ 1 callersFunctionbuildCriticResult
(score: number, eventId: string)
tests/e2e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts:118
↓ 1 callersFunctionbuildField
( overrides: Partial<SettingsFieldSchema> = {}, )
__tests__/components/features/settings/sdk-settings/schema-field.test.tsx:21
↓ 1 callersFunctionbuildFrontend
(config, args = {})
scripts/static-build.mjs:15
↓ 1 callersFunctionbuildGroupLaunch
( id: string, backendKind: BackendKind, conversations: AppConversation[], )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:98
↓ 1 callersFunctionbuildImportedTrigger
(spec: AutomationSpec)
src/api/automation-service/automation-service.api.ts:116
↓ 1 callersFunctionbuildInitialMessage
( query?: string, conversationInstructions?: string, )
src/api/agent-server-adapter.ts:589
↓ 1 callersFunctionbuildInitialState
(automation: Automation)
src/components/features/automations/detail/edit-automation-modal.tsx:72
↓ 1 callersFunctionbuildInstalledPlugin
( overrides: Partial<InstalledPluginInfo> = {}, )
__tests__/routes/plugins-page.test.tsx:55
↓ 1 callersFunctionbuildListCommand
()
src/hooks/query/use-workspace-files.ts:37
↓ 1 callersFunctionbuildMainAppLoginRedirect
( redirectPath = getCurrentPathForRedirect(), )
src/api/main-app-auth.ts:38
↓ 1 callersFunctionbuildMockConversation
Build the mock conversation with the same fields the real agent-server * returns so `requireDirectConversationInfo` can parse it and the * convers
tests/e2e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts:94
↓ 1 callersFunctionbuildModelId
(provider: string | null, model: string | null)
src/routes/llm-settings.tsx:44
↓ 1 callersFunctionbuildNoBackendPrefix
()
src/components/features/backends/backend-selector.tsx:58
↓ 1 callersFunctionbuildOptions
( registered: Backend[], personalWorkspaceLabel: string, cloudOrgs: ReturnType<typeof useAllCloudOrganiz
src/components/features/backends/backend-selector.tsx:62
↓ 1 callersFunctionbuildParsedGitRemoteUrl
( url: string, host: string | null, rawPath: string, )
src/utils/parse-git-remote-url.ts:42
↓ 1 callersFunctionbuildPinnedLocalConfig
(backend: Backend)
src/api/automation-service/automation-service.api.ts:182
↓ 1 callersFunctionbuildProfileDetail
( profile: MockLlmProfile, exposeSecrets: string | null, )
src/mocks/settings-handlers.ts:527
↓ 1 callersFunctionbuildRecommendedAutomationPills
( requiredEntries: MarketplaceEntry[], installedServers: MCPServerConfig[], missingCount: number, tran
src/components/features/automations/recommended-automations-section.tsx:112
↓ 1 callersFunctionbuildRejectPrefixArgs
(prefixes)
scripts/dev-with-automation.mjs:723
↓ 1 callersFunctionbuildReport
(args)
tests/e2e/live/scripts/render-live-e2e-report.mjs:428
↓ 1 callersFunctionbuildSavableSettings
()
__tests__/components/features/settings/sdk-settings/sdk-section-page.test.tsx:54
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/components/features/sidebar/sidebar-email-verification.test.tsx:61
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/components/home/llm-not-configured-banner.test.tsx:18
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/routes/app-settings.test.tsx:22
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/routes/llm-settings.test.tsx:23
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/routes/skills-settings.test.tsx:28
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/routes/agent-context-settings.test.tsx:10
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/routes/verification-settings.test.tsx:9
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/routes/agent-settings.test.tsx:32
↓ 1 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/routes/mcp-page.test.tsx:17
↓ 1 callersFunctionbuildSettingsWithMcp
(overrides: Partial<Settings> = {})
__tests__/components/features/mcp-page/custom-server-editor.test.tsx:41
↓ 1 callersFunctionbuildSkill
(overrides: Partial<SkillInfo> = {})
__tests__/components/features/skills/get-skill-card-description.test.ts:5
↓ 1 callersFunctionbuildSkill
(overrides: Partial<SkillInfo> = {})
__tests__/components/features/skills/skill-detail-modal.test.tsx:24
↓ 1 callersFunctionbuildSkill
(overrides: Partial<SkillInfo> = {})
__tests__/utils/skill-scope.test.ts:5
↓ 1 callersFunctionbuildSkill
(overrides: Partial<SkillInfo> = {})
__tests__/routes/skills-settings.test.tsx:39
↓ 1 callersFunctionbuildStartConversationRequestWithEncryptedSettings
(options: { settings: Settings; query?: string; conversationInstructions?: string; plugins?: PluginSpe
src/api/agent-server-adapter.ts:1115
↓ 1 callersFunctionbuildSummary
(results, status, reason)
tests/e2e/live/scripts/render-live-e2e-report.mjs:218
↓ 1 callersFunctionbuildTranslationResources
( definitions: TranslationDefinitionMap, )
src/i18n/resources.ts:18
↓ 1 callersFunctioncanConnect
(port: number)
__tests__/scripts/ingress.test.ts:70
↓ 1 callersFunctioncanFitTerminal
( terminalInstance: Terminal | null, fitAddonInstance: FitAddon | null, containerElement: HTMLDivElement
src/hooks/use-terminal.ts:37
↓ 1 callersFunctioncanRenderActionNarration
(event: ActionEvent)
src/utils/transcript-export/index.ts:259
↓ 1 callersFunctioncanonicalizeCloudHostname
(hostname: string)
src/api/agent-server-config.ts:55
↓ 1 callersFunctioncapitalizeLabel
(label: string)
src/components/features/conversation-panel/conversation-panel-filter-menu.tsx:36
↓ 1 callersFunctioncheckPrerequisites
({ checkUvx = true, checkNpm = true, checkFrontendDependencies = true, } = {})
scripts/dev-with-automation.mjs:475
↓ 1 callersFunctioncheckPrerequisites
()
scripts/dev-static.mjs:195
↓ 1 callersFunctionclassifyFetchError
* Detect "the runtime is unreachable" errors from the cloud proxy. The * proxy itself returns 5xx when the upstream sandbox is gone; runtimes * retu
src/hooks/query/use-bash-command-logs.ts:68
↓ 1 callersFunctionclassifyKind
(path: string)
src/hooks/query/use-workspace-file-content.ts:96
↓ 1 callersFunctioncleanupKnownConversations
(request: APIRequestContext)
tests/e2e/live/real-agent-server-conversation.spec.ts:56
↓ 1 callersFunctionclear
()
src/components/shared/modals/settings/model-selector.tsx:98
↓ 1 callersFunctionclearFileInput
(element: HTMLInputElement | null)
src/components/features/chat/utils/chat-input.utils.ts:123
↓ 1 callersFunctionclearLegacyIdentifiedUser
(posthog: PostHog)
src/services/telemetry.ts:149
↓ 1 callersFunctionclearTextContent
(element: HTMLDivElement | null)
src/components/features/chat/utils/chat-input.utils.ts:114
↓ 1 callersFunctionclickButtonByTestId
(page: Page, testId: string)
tests/e2e/live/utils/agent-server-conversation.ts:381
↓ 1 callersFunctionclickOnEditButton
( user: UserEvent, container?: HTMLElement, )
__tests__/components/features/conversation-panel/utils.ts:4
↓ 1 callersFunctionclientLoader
({ request }: Route.ClientLoaderArgs)
src/routes/settings.tsx:19
↓ 1 callersFunctioncloseOverflowMenus
()
src/components/features/chat/components/chat-input-actions.tsx:241
↓ 1 callersFunctioncloudActive
()
__tests__/api/git-service.test.ts:27
↓ 1 callersFunctioncloudActive
()
__tests__/api/mcp-service/mcp-service.api.test.ts:53
← previousnext →1,001–1,100 of 3,490, ranked by callers