MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,667 in github.com/OpenHands/OpenHands

↓ 2 callersFunctionuseSettingsSectionHeader
()
src/contexts/settings-section-header-context.tsx:28
↓ 2 callersFunctionuseSetupPreflight
(entry: SetupEntry)
src/hooks/use-manifest-preflight.ts:53
↓ 2 callersFunctionuseSetupPrerequisites
( entry: SetupEntry, )
src/hooks/query/use-manifest-prerequisites.ts:42
↓ 2 callersFunctionuseSidebarMobileNav
()
src/components/features/sidebar/sidebar-mobile-nav-context.tsx:41
↓ 2 callersFunctionuseSkills
(projectDir?: string)
src/hooks/query/use-skills.ts:10
↓ 2 callersFunctionuseSlashCommand
( chatInputRef: React.RefObject<HTMLDivElement | null>, )
src/hooks/chat/use-slash-command.ts:35
↓ 2 callersFunctionuseSuggestedTasks
()
src/hooks/query/use-suggested-tasks.ts:6
↓ 2 callersFunctionuseSwitchAcpModel
()
src/hooks/mutation/use-switch-acp-model.ts:46
↓ 2 callersFunctionuseSwitchLlmProfile
()
src/hooks/mutation/use-switch-llm-profile.ts:51
↓ 2 callersFunctionuseSyncAutomationTelemetryConsent
()
src/hooks/use-sync-automation-telemetry-consent.ts:10
↓ 2 callersFunctionuseSyncTelemetryConsent
()
src/hooks/use-sync-telemetry-consent.ts:31
↓ 2 callersFunctionuseTaskPollingController
()
src/hooks/query/use-task-polling.ts:111
↓ 2 callersFunctionuseTelemetry
()
src/hooks/use-telemetry.ts:61
↓ 2 callersFunctionuseTelemetryIdentity
()
src/hooks/use-telemetry-identity.ts:54
↓ 2 callersFunctionuseTerminal
()
src/hooks/use-terminal.ts:92
↓ 2 callersFunctionuseUnifiedVSCodeUrl
()
src/hooks/query/use-unified-vscode-url.ts:19
↓ 2 callersFunctionuseUpdateAutomation
()
src/hooks/query/use-automations.ts:66
↓ 2 callersFunctionuseUpdateConversation
()
src/hooks/mutation/use-update-conversation.ts:4
↓ 2 callersFunctionuseUpdateConversationPublicFlag
()
src/hooks/mutation/use-update-conversation-public-flag.ts:7
↓ 2 callersFunctionuseUpdateConversationRepository
()
src/hooks/mutation/use-update-conversation-repository.ts:23
↓ 2 callersFunctionuseUrlSearch
( inputValue: string, provider: Provider | null | undefined, )
src/components/features/home/git-repo-dropdown/use-url-search.tsx:6
↓ 2 callersFunctionuseWebSocket
( url: string, options?: WebSocketHookOptions, )
src/hooks/use-websocket.ts:17
↓ 2 callersFunctionuseWorkspaceFiles
()
src/hooks/query/use-workspace-files.ts:146
↓ 2 callersFunctionuseWorkspaceSession
()
src/hooks/query/use-workspace-session.ts:46
↓ 2 callersFunctionvalidateAutomationTimeout
( raw: string, maxSeconds: number = AUTOMATION_TIMEOUT_MAX_SECONDS, )
src/utils/automation-timeout.ts:21
↓ 2 callersFunctionvalidateEnvFormat
(envString: string)
src/components/features/settings/mcp-settings/mcp-server-form.tsx:166
↓ 2 callersFunctionvalidateForm
(formData: FormData)
src/components/features/settings/mcp-settings/mcp-server-form.tsx:238
↓ 2 callersFunctionvalidateInterfaceManifest
( candidate: unknown, context: InterfaceValidationContext, )
src/manifests/interface-validation.ts:370
↓ 2 callersFunctionvalidateOptionalString
( record: UnknownRecord, field: string, path: string, issues: string[], )
src/utils/automation-export.ts:41
↓ 2 callersFunctionvalidateRequiredString
( record: UnknownRecord, field: string, path: string, issues: string[], )
src/utils/automation-export.ts:27
↓ 2 callersFunctionvalidateSetupEntry
(candidate: unknown)
src/manifests/manifest-validation.ts:376
↓ 2 callersFunctionversionsEqual
* Compare two versions for equality (handles semantic equivalence)
scripts/check-sdk-version-sync.mjs:133
↓ 2 callersFunctionwaitForAgentMessageContaining
( request: APIRequestContext, conversationId: string, token: string, timeout = 30_000, )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:288
↓ 2 callersFunctionwaitForI18n
(instance = getDefaultI18n())
src/i18n/index.ts:89
↓ 2 callersFunctionwaitForOnboardingBackendConnected
(page: Page)
tests/e2e/support/onboarding-helpers.ts:106
↓ 2 callersFunctionwithLlmSubscriptionSchemaFields
( schema: SettingsSchema | null | undefined, )
src/utils/llm-subscription-schema.ts:6
↓ 2 callersFunctionwithWorkspaceCacheBuster
( url: string | null, version: number, )
src/stores/use-workspace-mutation-counter.ts:46
↓ 2 callersFunctionwriteAll
(next: StoredMetadata)
src/api/conversation-metadata-store.ts:63
↓ 2 callersMethodwriteCompletionMarkers
Write .tests-done and .all-passed — only when the suite is complete.
tests/e2e/mock-llm/reporters/done-marker-reporter.ts:119
↓ 2 callersFunctionwriteMap
(map: StoredMap)
src/api/backend-registry/last-conversation-store.ts:36
↓ 2 callersFunctionwriteProxyError
(res, message)
scripts/proxy-utils.mjs:196
↓ 2 callersMethodwriteResults
Flush per-test timing/error data — called after every test.
tests/e2e/mock-llm/reporters/done-marker-reporter.ts:95
↓ 1 callersFunction__resetAutomationSdkVersionCacheForTests
()
src/hooks/query/use-automation-sdk-version.ts:19
↓ 1 callersFunction_parse_trajectory_turns
Convert JSON turn descriptors into Message objects. Each turn is a dict with either: - {"tool_call": {"name": ..., "arguments": ...}} → to
tests/e2e/mock-llm/scripts/mock-llm-server.py:341
↓ 1 callersMethod_read_body
Read and parse JSON body. Returns None (after sending 400) on parse failure.
tests/e2e/mock-llm/scripts/mock-llm-server.py:326
↓ 1 callersMethod_send_streaming
SSE streaming: emit content chunk + finish chunk + [DONE].
tests/e2e/mock-llm/scripts/mock-llm-server.py:194
↓ 1 callersMethodabsent
(container: Rec, key: string, path: string, reason: string)
src/manifests/manifest-validation.ts:114
↓ 1 callersFunctionacpContext
( overrides: Partial<AcpModelContext> = {}, )
__tests__/hooks/use-chat-input-model-state.test.tsx:58
↓ 1 callersFunctionacpSettings
(overrides: Record<string, unknown> = {})
__tests__/api/agent-server-adapter.test.ts:622
↓ 1 callersFunctionactivateCloudAgentProfile
( profileId: string, )
src/api/cloud/agent-profiles-service.api.ts:89
↓ 1 callersFunctionactivateCloudProfile
( name: string, )
src/api/cloud/profiles-service.api.ts:116
↓ 1 callersFunctionactiveOrgForBackend
* Send `X-Org-Id` so the upstream scopes per-request to the org the user * selected locally, instead of the user's globally-shared `current_org_id`
src/api/cloud/client.ts:28
↓ 1 callersFunctionaddActionNarration
(action: ActionEvent)
src/utils/transcript-export/index.ts:291
↓ 1 callersFunctionaddAuthSecrets
( values: Set<string>, auth: MCPServerConfig["auth"], )
src/utils/redact-mcp-secrets.ts:65
↓ 1 callersFunctionaddBackendViaOnboarding
( page: Page, opts: { name: string; host: string; apiKey: string }, )
tests/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts:174
↓ 1 callersFunctionaddInstallEvent
(id: string)
__tests__/components/features/chat/skill-install-restart-banner.test.tsx:70
↓ 1 callersFunctionaddLocalBackend
()
__tests__/components/backends/add-backend-modal.test.tsx:483
↓ 1 callersFunctionaddUrlSecrets
(values: Set<string>, rawUrl: string | undefined)
src/utils/redact-mcp-secrets.ts:49
↓ 1 callersFunctionaddWorkspaceToServer
* Register a workspace on the agent-server so it appears in the UI dropdown.
tests/e2e/mock-llm/skills/mock-llm-skills.spec.ts:59
↓ 1 callersFunctionadmitInterfaceManifest
(candidate: unknown)
src/manifests/automation-interface.ts:154
↓ 1 callersFunctionadvanceOnboardingToLlmStep
(page: Page)
tests/e2e/support/onboarding-helpers.ts:173
↓ 1 callersFunctionagentAction
(id: string, kind: string)
src/hooks/chat/record-model-switch-message.test.ts:36
↓ 1 callersFunctionansiPadEnd
(str, targetVisible)
scripts/dev-with-automation.mjs:1155
↓ 1 callersFunctionappDirFor
Resolve the packaged app dir for a platform, mirroring the bundle layout.
__tests__/scripts/electron-builder-config.test.ts:29
↓ 1 callersFunctionappendEntry
( state: ModelState, conversationId: string, entry: ModelListEntry, )
src/stores/model-store.ts:65
↓ 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 callersFunctionapplyTelemetrySelectionBoundary
( previous: ResolvedActiveBackend, next: ResolvedActiveBackend, )
src/contexts/active-backend-context.tsx:53
↓ 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/automation-catalog.test.ts:5
↓ 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:83
↓ 1 callersFunctionautomationSetupPath
(id: string)
src/manifests/automation-interface.ts:183
↓ 1 callersFunctionaxiosFailure
A local call's failure, which arrives as an `AxiosError`.
__tests__/hooks/use-manifest-preflight.test.tsx:12
↓ 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:105
↓ 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:640
↓ 1 callersFunctionbuildCatalogPlugin
( overrides: Partial<MarketplacePlugin> = {}, )
__tests__/routes/plugins-page.test.tsx:41
← previousnext →1,001–1,100 of 3,667, ranked by callers