MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,667 in github.com/OpenHands/OpenHands

↓ 3 callersFunctionuseChatInputModelState
()
src/hooks/use-chat-input-model-state.ts:30
↓ 3 callersFunctionuseConversationHistory
(conversationId?: string)
src/hooks/query/use-conversation-history.ts:30
↓ 3 callersFunctionuseConversationNameContextMenu
({ conversationId, executionStatus, showOptions = false, onContextMenuToggle, }: UseConversationNameCo
src/hooks/use-conversation-name-context-menu.ts:30
↓ 3 callersFunctionuseDebounce
(value: T, delay: number)
src/hooks/use-debounce.ts:3
↓ 3 callersFunctionuseDeleteAutomation
()
src/hooks/query/use-automations.ts:81
↓ 3 callersFunctionuseDeleteConversation
()
src/hooks/mutation/use-delete-conversation.ts:5
↓ 3 callersFunctionuseDispatchAutomation
()
src/hooks/query/use-automations.ts:94
↓ 3 callersFunctionuseDownloadConversation
()
src/hooks/use-download-conversation.ts:9
↓ 3 callersFunctionuseGoalInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-goal-interceptor.ts:21
↓ 3 callersFunctionuseHasPermission
(permission: string)
src/hooks/use-has-permission.ts:4
↓ 3 callersFunctionuseModelInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-model-interceptor.ts:23
↓ 3 callersFunctionuseOnboardingCompletion
()
src/components/features/onboarding/use-onboarding-completion.ts:29
↓ 3 callersFunctionuseSearchSecrets
(options: UseSearchSecretsOptions = {})
src/hooks/query/use-get-secrets.ts:17
↓ 3 callersFunctionuseSettingsNavItems
()
src/hooks/use-settings-nav-items.ts:15
↓ 3 callersFunctionuseSwitchLlmProfileAndLog
()
src/hooks/mutation/use-switch-llm-profile-and-log.ts:9
↓ 3 callersFunctionuseTestMcpServer
()
src/hooks/mutation/use-test-mcp-server.ts:5
↓ 3 callersFunctionuseToggleAutomation
()
src/hooks/query/use-automations.ts:35
↓ 3 callersFunctionuseUnifiedGetGitChanges
()
src/hooks/query/use-unified-get-git-changes.ts:10
↓ 3 callersFunctionuseUnifiedGitCommits
()
src/hooks/query/use-unified-git-commits.ts:11
↓ 3 callersFunctionuseWorkspaceFileContent
(relativePath: string | null)
src/hooks/query/use-workspace-file-content.ts:142
↓ 3 callersFunctionvalidateFiles
( newFiles: File[], existingFiles: File[] = [], )
src/utils/file-validation.ts:58
↓ 3 callersFunctionvalidateFormValues
( setup: SetupBlock, values: SetupFormValues, overrides: SetupFieldOverrides = {}, )
src/manifests/manifest-local-validation.ts:134
↓ 3 callersFunctionvalidateFrontendDependencies
( cwd = process.cwd(), platform = process.platform, )
scripts/dev-safe.mjs:382
↓ 3 callersFunctionwaitForTestId
( page: Page, testId: string, timeout = 60_000, )
tests/e2e/live/utils/agent-server-conversation.ts:328
↓ 3 callersFunctionwithRetry
* Retry helper for API calls with exponential backoff.
src/api/settings-service/settings-service.api.ts:133
↓ 2 callersFunction__resetEnvironmentSwitchOverlayForTests
()
src/components/features/backends/environment-switch-store.ts:72
↓ 2 callersMethod_send_error
(self, status: int, error_type: str, message: str)
tests/e2e/mock-llm/scripts/mock-llm-server.py:320
↓ 2 callersFunctionactivateProfileViaUI
(page: Page, profileName: string)
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:713
↓ 2 callersFunctionaddRecordValues
( values: Set<string>, record: Record<string, unknown> | null | undefined, )
src/utils/redact-mcp-secrets.ts:40
↓ 2 callersFunctionagentProfileDetailQueryKey
( backendId: string, orgId: string | null | undefined, name: string, )
src/hooks/query/use-active-acp-profile-detail.ts:21
↓ 2 callersFunctionapplyProfileToMockSettings
(profile: MockLlmProfile)
src/mocks/settings-handlers.ts:512
↓ 2 callersFunctionassertSubscriptionAuthReady
( agentSettings: Record<string, unknown>, )
src/api/agent-server-adapter.ts:1135
↓ 2 callersFunctionassessCapabilityRequirements
( entry: SetupEntry, reported: DeploymentCapabilities, )
src/manifests/manifest-capabilities.ts:36
↓ 2 callersFunctionautomationDetailPath
(id: string)
src/manifests/automation-interface.ts:187
↓ 2 callersFunctionbackendRequiresAcpCredentials
( backendKind: "local" | "cloud", authStatus: "authenticated" | "unauthenticated" | "unknown", )
src/components/features/onboarding/steps/setup-acp-secrets-step.tsx:240
↓ 2 callersFunctionbashAction
( command: string, risk: SecurityRisk = SecurityRisk.LOW, )
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:53
↓ 2 callersFunctionbatchGetCloudSandboxes
( ids: string[], )
src/api/cloud/sandbox-service.api.ts:26
↓ 2 callersFunctionbuildAgentContext
( agentSettings: SettingsRecord, runtimeServicesInfo?: RuntimeServicesInfo | null, disabledSkills: strin
src/api/agent-server-adapter.ts:667
↓ 2 callersFunctionbuildAgentProfileFields
( input: AgentProfileFieldsInput, )
src/routes/agent-settings.tsx:144
↓ 2 callersFunctionbuildAssistedMessage
( entry: SetupEntry, values: SetupFormValues, )
src/manifests/automation-setup.ts:158
↓ 2 callersFunctionbuildAutomationBackendEnv
(config, env = process.env)
scripts/dev-static.mjs:328
↓ 2 callersFunctionbuildAutomationDebugPrompt
({ automationName, automationPrompt, errorDetail, stderr, runId, }: AutomationDebugPromptInput)
src/utils/automation-debug-prompt.ts:28
↓ 2 callersFunctionbuildAutomationMenuItems
({ automation, t, canManage, onRunNow, isRunPending, onView, onExport, onEdit, onToggle, o
src/components/features/automations/build-automation-menu-items.tsx:23
↓ 2 callersFunctionbuildAutomationMetadataPills
( automation: Automation, scheduleLabel: string, )
src/components/features/automations/build-automation-pills.tsx:11
↓ 2 callersFunctionbuildCloudQueryString
( params: Record<string, string | number | boolean | undefined>, )
src/api/config-service/config-service.api.ts:47
↓ 2 callersFunctionbuildCommentBody
(body, marker = DEFAULT_MARKER)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:157
↓ 2 callersFunctionbuildConfig
(formData: FormData)
src/components/features/settings/mcp-settings/mcp-server-form.tsx:355
↓ 2 callersFunctionbuildConfigFromPorts
* Internal helper to build config from already-resolved ports. * @param {{backendPort: number, vscodePort: number}} ports * @param {string} cwd * @
scripts/dev-safe.mjs:611
↓ 2 callersFunctionbuildConversationWorkingDir
(conversationId: string)
src/api/agent-server-config.ts:203
↓ 2 callersFunctionbuildCronSchedule
(input: PresetSchedule)
src/utils/automation-schedule.ts:67
↓ 2 callersFunctionbuildExtraBackendConfig
(cwd = process.cwd(), env = process.env)
scripts/dev-extra-backend.mjs:46
↓ 2 callersFunctionbuildFileTree
(paths: string[])
src/utils/file-tree.ts:69
↓ 2 callersFunctionbuildInitialSettingsFormValues
( settings: Settings, schemaOverride?: SettingsSchema | null, source: SettingsValueSource = "agent_setti
src/utils/sdk-settings-schema.ts:244
↓ 2 callersFunctionbuildLiveVerificationSettings
( options: ConfigureLiveAgentServerOptions = {}, )
tests/e2e/live/utils/agent-server-conversation.ts:198
↓ 2 callersFunctionbuildMcpTestRequest
(server: MCPServerConfig)
src/api/mcp-service/mcp-service.api.ts:68
↓ 2 callersFunctionbuildPaginationQuery
(limit: number, offset: number)
src/api/automation-service/automation-service.api.ts:121
↓ 2 callersFunctionbuildPinnedCloudHeaders
(active: ResolvedActiveBackend)
src/api/automation-service/automation-service.api.ts:209
↓ 2 callersFunctionbuildPluginsViewModel
( marketplace: MarketplacePlugin[] | undefined, installed: InstalledPluginInfo[] | undefined, local: Loc
src/components/features/plugins/build-plugins-view-model.ts:51
↓ 2 callersFunctionbuildPreflightBody
( entry: SetupEntry, values: SetupFormValues, )
src/manifests/automation-setup.ts:136
↓ 2 callersFunctionbuildRuntimeServicesSystemSuffix
( runtimeServicesInfo?: RuntimeServicesInfo | null, )
src/api/agent-server-adapter.ts:203
↓ 2 callersFunctionbuildSafeDevConfigAsync
( cwd = process.cwd(), env = process.env, )
scripts/dev-safe.mjs:559
↓ 2 callersFunctionbuildSdkSettingsPayloadForView
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, view: SettingsView, )
src/utils/sdk-settings-schema.ts:434
↓ 2 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/components/features/settings/sdk-settings/sdk-section-page.test.tsx:33
↓ 2 callersFunctionbuildSkillPills
( skill: SkillInfo, translate: TFunction, options: BuildSkillPillsOptions = {}, )
src/components/features/skills/build-skill-pills.tsx:30
↓ 2 callersFunctionbuildStatusPrefix
(health: BackendHealth | undefined)
src/components/features/backends/backend-selector.tsx:54
↓ 2 callersFunctionbuildTranscriptEntries
( events: OpenHandsEvent[], includeToolDetails: boolean, )
src/utils/transcript-export/index.ts:264
↓ 2 callersFunctionbuildViteBackendEnv
(config, env = process.env)
scripts/dev-with-automation.mjs:731
↓ 2 callersFunctionbuildWorkspaceUploadPath
( fileName: string, workingDir: string, overrides: AgentServerClientOverrides = {}, )
src/api/workspace-upload-path.ts:42
↓ 2 callersFunctionbuild_trajectory
Build the scripted trajectory for the E2E test. Turn 1: Agent calls the terminal tool with a printf command. Turn 2: Agent replies with the e
tests/e2e/mock-llm/scripts/mock-llm-server.py:47
↓ 2 callersMethodcheckHealth
()
src/api/automation-service/automation-service.api.ts:582
↓ 2 callersFunctioncheckTranslations
(translationJson, supportedLanguageCodes)
scripts/check-translation-completeness.cjs:79
↓ 2 callersFunctionclearCache
()
src/api/settings-service/settings-service.api.ts:178
↓ 2 callersFunctionclearConversationLocalStorage
(conversationId: string)
src/utils/conversation-local-storage.ts:235
↓ 2 callersFunctionclearEmptyContent
(element: HTMLDivElement | null)
src/components/features/chat/utils/chat-input.utils.ts:98
↓ 2 callersFunctionclearLastConversationId
( backendId: string, orgId: string | null, )
src/api/backend-registry/last-conversation-store.ts:66
↓ 2 callersFunctionclearPendingLocalTelemetryRevocation
( expectedDistinctId: string, )
src/services/telemetry.ts:496
↓ 2 callersFunctionclearPendingTaskMessageLink
(realConversationId: string)
src/utils/pending-task-message-link.ts:21
↓ 2 callersFunctionclickOnboardingStepButton
(page: Page, testId: string)
tests/e2e/support/onboarding-helpers.ts:127
↓ 2 callersFunctioncloseServer
(server?: Server)
__tests__/scripts/ingress.test.ts:46
↓ 2 callersFunctioncloudLoginBackendContext
()
src/services/cloud-funnel-analytics.ts:20
↓ 2 callersFunctioncompareAgentServerVersions
(actual: string, required: string)
src/api/agent-server-compatibility.ts:241
↓ 2 callersFunctioncomputeAgentServerImage
(config)
scripts/gen-acp-docker-env.mjs:33
↓ 2 callersFunctionconfigureTelemetry
(config: TelemetryConfiguration)
src/services/telemetry.ts:205
↓ 2 callersFunctionconsumePendingTaskAttachments
( taskId: string, )
src/stores/pending-task-attachments-store.ts:54
↓ 2 callersFunctionconsumePendingTaskDraft
( taskId: string | null | undefined, )
src/utils/conversation-local-storage.ts:220
↓ 2 callersFunctionconsumeScheduledPendingTaskMessageReassign
( conversationId: string, )
src/utils/pending-task-message-link.ts:32
↓ 2 callersFunctionconvertRawProvidersToList
( raw: Partial<Record<Provider, string | null>> | undefined, )
src/utils/convert-raw-providers-to-list.ts:3
↓ 2 callersMethodcreate
( cls, conv_state=None, # noqa: ARG003 **params, # noqa: ARG003 )
tools/canvas_ui_tool.py:115
↓ 2 callersFunctioncreateAgentServerI18n
()
src/i18n/index.ts:69
↓ 2 callersFunctioncreateAgentServerQueryClient
()
src/query-client-config.ts:31
↓ 2 callersMethodcreateAutomation
(spec: AutomationSpec)
src/api/automation-service/automation-service.api.ts:310
↓ 2 callersFunctioncreateCloudAppConversation
( request: AppConversationStartRequest, )
src/api/cloud/conversation-service.api.ts:121
↓ 2 callersFunctioncreateCloudClient
(backend?: Backend)
src/api/cloud/client.ts:33
↓ 2 callersFunctioncreateConversationResponse
( conversation: MockConversation, )
src/mocks/conversation-handlers.ts:203
↓ 2 callersFunctioncreateOtherActionEvent
(id: string)
test-utils.tsx:171
↓ 2 callersFunctioncreatePlanningFileEditorActionEvent
( id: string, )
test-utils.tsx:138
↓ 2 callersFunctioncreatePlanningObservationEvent
( id: string, actionId: string = "action-1", )
test-utils.tsx:199
↓ 2 callersFunctioncreateProxyHandlers
({ label = "proxy", timeout = DEFAULT_PROXY_TIMEOUT_MS, proxyTimeout = DEFAULT_PROXY_TIMEOUT_MS, } = {})
scripts/proxy-utils.mjs:206
↓ 2 callersFunctioncreateRouter
(routes, defaultBackend = null)
scripts/proxy-utils.mjs:22
↓ 2 callersFunctioncreateSetupEntryWith
( overrides: Record<string, unknown>, )
__tests__/manifests/manifest-test-data.ts:67
← previousnext →501–600 of 3,667, ranked by callers