MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,490 in github.com/OpenHands/OpenHands

↓ 2 callersFunctionuseAppTitle
()
src/hooks/use-app-title.ts:8
↓ 2 callersFunctionuseApplyOnboardingAgentProfile
()
src/hooks/mutation/use-apply-onboarding-agent-profile.ts:29
↓ 2 callersFunctionuseAutoRefreshFilesOnEdit
()
src/hooks/use-auto-refresh-files-on-edit.ts:70
↓ 2 callersFunctionuseAutoResize
( elementRef: RefObject<HTMLElement | null>, options: UseAutoResizeOptions = {}, )
src/hooks/use-auto-resize.ts:123
↓ 2 callersFunctionuseAutomationDetail
(options: UseAutomationDetailOptions)
src/hooks/query/use-automation-detail.ts:17
↓ 2 callersFunctionuseAutomationRuns
(options: UseAutomationRunsOptions)
src/hooks/query/use-automation-detail.ts:40
↓ 2 callersFunctionuseAutomationSdkVersion
()
src/hooks/query/use-automation-sdk-version.ts:71
↓ 2 callersFunctionuseAutomations
(options: UseAutomationsOptions = {})
src/hooks/query/use-automations.ts:19
↓ 2 callersFunctionuseBackendForm
* Shared hook for the backend-form state used by both `BackendForm` * (edit/add mode) and `ManualConnectionColumn` (add-mode-only column). * Encapsu
src/components/features/backends/backend-form-modal.tsx:319
↓ 2 callersFunctionuseBashCommandRunner
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, enabled: boolean
src/hooks/use-bash-command-runner.ts:60
↓ 2 callersFunctionuseBtwInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-btw-interceptor.ts:13
↓ 2 callersFunctionuseChatAttachmentUpload
()
src/hooks/chat/use-chat-attachment-upload.ts:15
↓ 2 callersFunctionuseConversationMetrics
( conversationId: string | null | undefined, conversationUrl: string | null | undefined, sessionApiKey:
src/hooks/query/use-conversation-metrics.ts:6
↓ 2 callersFunctionuseConversationSkills
()
src/hooks/query/use-conversation-skills.ts:10
↓ 2 callersFunctionuseCreateSecret
()
src/hooks/mutation/use-create-secret.ts:4
↓ 2 callersFunctionuseDeleteLlmProfile
()
src/hooks/mutation/use-delete-llm-profile.ts:10
↓ 2 callersFunctionuseDeviceFlow
()
src/hooks/use-device-flow.ts:79
↓ 2 callersFunctionuseDraftPersistence
( conversationId: string | null | undefined, chatInputRef: React.RefObject<HTMLDivElement | null>, )
src/hooks/chat/use-draft-persistence.ts:35
↓ 2 callersFunctionuseEnsureActiveProfile
()
src/hooks/use-ensure-active-profile.ts:18
↓ 2 callersFunctionuseFilteredEvents
()
src/hooks/use-filtered-events.ts:15
↓ 2 callersFunctionuseGitRepositories
(options: UseGitRepositoriesOptions)
src/hooks/query/use-git-repositories.ts:20
↓ 2 callersFunctionuseHasAttachedSource
()
src/hooks/use-has-attached-source.ts:18
↓ 2 callersFunctionuseHasGitCommits
(options?: { enabled?: boolean })
src/hooks/query/use-has-git-commits.ts:27
↓ 2 callersFunctionuseInstallPlugin
()
src/hooks/mutation/use-install-plugin.ts:19
↓ 2 callersFunctionuseLaunchSkillInChat
()
src/hooks/use-launch-skill-in-chat.ts:5
↓ 2 callersFunctionuseLoadOlderEvents
( conversationId?: string | null, )
src/hooks/use-load-older-events.ts:41
↓ 2 callersFunctionuseLocalGitInfo
()
src/hooks/query/use-local-git-info.ts:96
↓ 2 callersFunctionuseNewConversationCommand
()
src/hooks/mutation/use-new-conversation-command.ts:15
↓ 2 callersFunctionusePlanPreviewEvents
(allEvents: OpenHandsEvent[])
src/components/conversation-events/chat/hooks/use-plan-preview-events.ts:87
↓ 2 callersFunctionusePluginsMarketplace
()
src/hooks/query/use-plugins-marketplace.ts:9
↓ 2 callersFunctionusePopoverFixedPlacement
( triggerRef: React.RefObject<HTMLElement | null>, options: { open: boolean; enabled: boolean; targetWidth
src/hooks/use-popover-fixed-placement.ts:20
↓ 2 callersFunctionuseRemoveWorkspace
()
src/hooks/mutation/use-local-workspaces-mutations.ts:19
↓ 2 callersFunctionuseRemoveWorkspaceParent
()
src/hooks/mutation/use-local-workspaces-mutations.ts:42
↓ 2 callersFunctionuseRenameLlmProfile
()
src/hooks/mutation/use-rename-llm-profile.ts:15
↓ 2 callersFunctionuseResizablePanels
({ defaultLeftWidth = 50, minLeftWidth = 30, maxLeftWidth = 80, storageKey = "desktop-layout-panel-wid
src/hooks/use-resizable-panels.ts:14
↓ 2 callersFunctionuseResolvedWorkspaces
()
src/hooks/query/use-resolved-workspaces.ts:52
↓ 2 callersFunctionuseResumeConversation
()
src/hooks/mutation/use-resume-conversation.ts:4
↓ 2 callersFunctionuseSaveAgentProfile
()
src/hooks/mutation/use-save-agent-profile.ts:7
↓ 2 callersFunctionuseSaveFieldsAsSecrets
()
src/hooks/mutation/use-save-fields-as-secrets.ts:28
↓ 2 callersFunctionuseSearchRepositories
( query: string, selectedProvider?: Provider | null, disabled?: boolean, pageSize: number = 100, )
src/hooks/query/use-search-repositories.ts:6
↓ 2 callersFunctionuseSettingsSchema
( type: "agent" | "conversation", fallbackSchema?: SettingsSchema | null, )
src/hooks/query/use-agent-settings-schema.ts:10
↓ 2 callersFunctionuseSettingsSectionHeader
()
src/contexts/settings-section-header-context.tsx:28
↓ 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:9
↓ 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:51
↓ 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, )
src/utils/automation-timeout.ts:20
↓ 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 callersFunctionvalidateOptionalString
( record: UnknownRecord, field: string, path: string, issues: string[], )
src/utils/automation-export.ts:40
↓ 2 callersFunctionvalidateRequiredString
( record: UnknownRecord, field: string, path: string, issues: string[], )
src/utils/automation-export.ts:26
↓ 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:47
↓ 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 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:605
↓ 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:284
↓ 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 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:1157
↓ 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
← previousnext →901–1,000 of 3,490, ranked by callers