MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions10,924 in github.com/OpenHands/OpenHands

↓ 2 callersFunctionbuildOrganization
( overrides: Partial<Organization> = {}, )
frontend/__tests__/routes/llm-settings.test.tsx:156
↓ 2 callersFunctionbuildOrganizationMember
( overrides: Partial<OrganizationMember> = {}, )
frontend/__tests__/routes/llm-settings.test.tsx:139
↓ 2 callersMethodbuildRuntimeUrl
* Build the full URL for V1 runtime-specific endpoints * @param conversationUrl The conversation URL (e.g., "http://localhost:54928/api/conversatio
frontend/src/api/git-service/v1-git-service.api.ts:23
↓ 2 callersFunctionbuildSdkSettingsPayload
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, )
frontend/src/utils/sdk-settings-schema.ts:386
↓ 2 callersFunctionbuildSdkSettingsPayloadForView
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, view: SettingsView, )
frontend/src/utils/sdk-settings-schema.ts:409
↓ 2 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
frontend/__tests__/components/features/settings/sdk-settings/sdk-section-page.test.tsx:30
↓ 2 callersFunctionbuild_asyncpg_connect_args
(db_ssl_mode: str | None)
openhands/db/ssl.py:30
↓ 2 callersFunctionbuild_db_url_query
(db_ssl_mode: str | None)
openhands/db/ssl.py:37
↓ 2 callersFunctioncancel_callback
(session_id: str, request: Request)
enterprise/server/routes/billing.py:343
↓ 2 callersFunctioncheck_provider_tokens
( incoming_provider_tokens: POSTProviderModel, existing_provider_tokens: PROVIDER_TOKEN_TYPE | None, )
openhands/app_server/secrets/secrets_router.py:57
↓ 2 callersMethodcheck_user_has_admin_access_to_resource
Check if the user has admin access to resource (is either an owner or maintainer) Args: resource_type: The type of resou
enterprise/integrations/gitlab/gitlab_service.py:399
↓ 2 callersFunctionclearConversationLocalStorage
(conversationId: string)
frontend/src/utils/conversation-local-storage.ts:128
↓ 2 callersFunctionclearEmptyContent
(element: HTMLDivElement | null)
frontend/src/components/features/chat/utils/chat-input.utils.ts:19
↓ 2 callersFunctionclearLoginData
()
frontend/src/utils/local-storage.ts:39
↓ 2 callersMethodclient
Get the S3 client, initializing lazily on first access.
openhands/app_server/file_store/s3.py:41
↓ 2 callersFunctionclientLoader
()
frontend/src/routes/billing.tsx:21
↓ 2 callersMethodclose
(self)
tests/unit/app_server/test_db_session_injector.py:622
↓ 2 callersFunctioncoerceFieldValue
( field: SettingsFieldSchema, rawValue: string | boolean, )
frontend/src/utils/sdk-settings-schema.ts:314
↓ 2 callersFunctioncommitInput
(text: string)
frontend/src/components/shared/inputs/badge-input.tsx:25
↓ 2 callersFunctionconvertRawProvidersToList
( raw: Partial<Record<Provider, string | null>> | undefined, )
frontend/src/utils/convert-raw-providers-to-list.ts:3
↓ 2 callersMethodcount_app_conversation_info
Count sandboxed conversations.
openhands/app_server/app_conversation/app_conversation_info_service.py:36
↓ 2 callersMethodcount_app_conversations
Count sandboxed conversations.
openhands/app_server/app_conversation/app_conversation_service.py:53
↓ 2 callersMethodcount_team_orgs
Count orgs that are not personal workspaces. A personal workspace shares its id with its user, so team orgs are the orgs whose id has
enterprise/storage/org_store.py:239
↓ 2 callersFunctioncreateChatMessage
( message: string, image_urls: string[], file_urls: string[], timestamp: string, )
frontend/src/services/chat-service.ts:3
↓ 2 callersMethodcreateConversation
* Create a new V1 conversation using the app-conversations API * Returns the start task immediately with app_conversation_id as null. * You must
frontend/src/api/conversation-service/v1-conversation-service.api.ts:62
↓ 2 callersFunctioncreateMockOrganization
( id: string, name: string, credits: number, is_personal?: boolean, )
frontend/src/mocks/org-handlers.ts:28
↓ 2 callersFunctioncreateMockUser
( overrides: Partial<OrganizationMember> = {}, )
frontend/__tests__/components/features/user/user-context-menu.test.tsx:93
↓ 2 callersFunctioncreatePlanningObservationEvent
( id: string, actionId: string = "action-1", )
frontend/test-utils.tsx:224
↓ 2 callersFunctioncreateSkillReadyEvent
( userEvent: MessageEvent, )
frontend/src/components/v1/chat/event-content-helpers/create-skill-ready-event.ts:35
↓ 2 callersFunctioncreateTaskTrackingObservation
( id: number, tasks: TaskTrackingObservation["extras"]["task_list"], )
frontend/__tests__/routes/task-list-tab.test.tsx:20
↓ 2 callersFunctioncreate_api_key
Create a new API key for the authenticated user. The new key is bound to ``key_data.org_id`` when provided. An *omitted* ``org_id`` falls bac
enterprise/server/routes/api_keys.py:229
↓ 2 callersFunctioncreate_checkout_session
( body: CreateCheckoutSessionRequest, request: Request, user_id: str = Depends(get_user_id), e
enterprise/server/routes/billing.py:177
↓ 2 callersMethodcreate_conversation
Create a new Jira conversation record.
enterprise/storage/jira_integration_store.py:229
↓ 2 callersMethodcreate_jira_dc_view_from_payload
Create a Jira DC view for the payload. Always starts a NEW conversation (and a fresh runtime/sandbox) per mention, matching the GitHu
enterprise/integrations/jira_dc/jira_dc_view.py:355
↓ 2 callersFunctioncreate_pause_event
Helper to create a PauseEvent for testing.
tests/unit/app_server/test_filesystem_event_service.py:56
↓ 2 callersMethodcreate_pr_comment_service_hook
( self, *, webhook_url: str, webhook_secret: str, )
openhands/app_server/integrations/azure_devops/service/webhooks.py:30
↓ 2 callersMethodcreate_repository_webhook
Create a webhook via ``POST .../webhooks``. Returns the new id.
openhands/app_server/integrations/bitbucket_data_center/service/webhooks.py:54
↓ 2 callersMethodcreate_role
Create a new role.
enterprise/storage/role_store.py:25
↓ 2 callersFunctioncreate_secrets
Helper to create Secrets instances.
enterprise/tests/unit/integrations/test_resolver_context.py:79
↓ 2 callersMethodcreate_slack_conversation
( self, slack_conversation: SlackConversation )
enterprise/storage/slack_conversation_store.py:27
↓ 2 callersFunctioncreate_token_event
Helper to create a TokenEvent for testing.
tests/unit/app_server/test_aws_event_service.py:56
↓ 2 callersMethodcreate_work_item_comment_service_hook
( self, *, webhook_url: str, webhook_secret: str, )
openhands/app_server/integrations/azure_devops/service/webhooks.py:44
↓ 2 callersMethodcreate_workspace_link
Create a new Jira workspace link.
enterprise/storage/jira_integration_store.py:88
↓ 2 callersMethoddeactivate_user_links_except_workspace
Deactivate active Jira DC links for this user except the target workspace.
enterprise/storage/jira_dc_integration_store.py:309
↓ 2 callersMethoddelete_api_key
Delete an API key by the key value.
enterprise/storage/api_key_store.py:296
↓ 2 callersMethoddelete_event_callback
Delete a event callback, returning True if deleted, False if not found.
openhands/app_server/event_callback/event_callback_service.py:30
↓ 2 callersFunctiondelete_profile
Delete an LLM profile. Blocked with 409 if any of the org's Agent Profiles still reference this LLM profile by ``llm_profile_ref`` (the SDK `
enterprise/server/routes/org_profiles.py:267
↓ 2 callersMethoddelete_repository_webhook
( self, owner: str, repo_slug: str, webhook_id: str )
openhands/app_server/integrations/bitbucket_data_center/service/webhooks.py:117
↓ 2 callersMethoddelete_service_hook_subscription
(self, subscription_id: str)
openhands/app_server/integrations/azure_devops/service/webhooks.py:91
↓ 2 callersFunctiondepends_app_conversation_info_service
()
openhands/app_server/config.py:551
↓ 2 callersFunctiondepends_event_service
()
openhands/app_server/config.py:527
↓ 2 callersFunctiondepends_sandbox_service
()
openhands/app_server/config.py:539
↓ 2 callersFunctiondepends_sandbox_spec_service
()
openhands/app_server/config.py:545
↓ 2 callersFunctionderiveProfileNameFromModel
(model: string)
frontend/src/utils/derive-profile-name.ts:19
↓ 2 callersFunctiondevice_authorization
Start device flow by generating device and user codes.
enterprise/server/routes/oauth_device.py:89
↓ 2 callersFunctionemitAssistantMessage
( io: ReturnType<typeof toSocketIo>, message: string, )
frontend/src/mocks/mock-ws-helpers.ts:60
↓ 2 callersMethodenable_byor_export
Persist BYOR export enablement for an organization.
enterprise/storage/org_store.py:136
↓ 2 callersMethodenrich
( self, *, user_context: UserContext, user: UserInfo, trigger: Convers
openhands/app_server/app_conversation/conversation_secret_enricher.py:29
↓ 2 callersFunctionensureHttpsPrefix
(host?: string | null)
frontend/src/utils/utils.ts:191
↓ 2 callersFunctionexecuteHeightCallback
( height: number, onHeightChange?: (height: number) => void, )
frontend/src/hooks/use-auto-resize.ts:110
↓ 2 callersFunctionexpectDropdownNotVisible
(memberElement: HTMLElement)
frontend/__tests__/routes/manage-organization-members.test.tsx:217
↓ 2 callersFunctionextract_first_item
(payload: Any)
scripts/issue_duplicate_check_openhands.py:265
↓ 2 callersFunctionextract_first_item
(payload: Any)
scripts/issue_good_first_issue_check_openhands.py:242
↓ 2 callersFunctionfetch_hooks_from_agent_server
Fetch hooks from the agent-server, raising on HTTP/connection errors. This is the low-level function that makes a single API call to the agen
openhands/app_server/app_conversation/hook_loader.py:43
↓ 2 callersFunctionfindLastUserMessageIndex
(events: OpenHandsEvent[])
frontend/src/utils/handle-event-for-ui.ts:37
↓ 2 callersFunctionfind_customer_id_by_org_id
(org_id: UUID)
enterprise/integrations/stripe_service.py:15
↓ 2 callersFunctionfind_or_create_customer
Mock implementation of find_or_create_customer
enterprise/tests/unit/mock_stripe_service.py:52
↓ 2 callersFunctionformatCommand
(command: string[])
frontend/src/utils/shell-tokenize.ts:47
↓ 2 callersFunctionformatDateTimeOrDash
(value?: string | null)
frontend/src/components/features/admin-dashboard/usage-dashboard-utils.ts:50
↓ 2 callersFunctionformatLlmModel
(raw: string)
frontend/src/utils/format-llm-model.ts:27
↓ 2 callersFunctionformatTokens
(tokens: number)
frontend/src/components/features/admin-dashboard/usage-dashboard-utils.ts:20
↓ 2 callersFunctionformat_jira_comment_body
Format a message as a Jira API v2 comment body. This helper ensures consistent comment formatting across all Jira integrations. Converts mark
enterprise/integrations/utils.py:441
↓ 2 callersFunctionformat_stack
(stack: str)
enterprise/server/logger.py:29
↓ 2 callersMethodfrom_invitation
Create an InvitationResponse from an OrgInvitation entity. Args: invitation: The invitation entity to convert inviter
enterprise/server/routes/org_invitation_models.py:84
↓ 2 callersMethodfrom_user
Create response from User entity.
enterprise/server/routes/user_app_settings_models.py:40
↓ 2 callersFunctiongenerateAgentStateChangeEvent
(state: AgentState)
frontend/src/services/agent-state-service.ts:4
↓ 2 callersFunctiongenerateWebhookSecret
()
frontend/src/components/features/settings/project-management/configure-modal.tsx:47
↓ 2 callersMethodgenerate_device_code
Generate a secure device code (128 characters).
enterprise/storage/device_code_store.py:24
↓ 2 callersMethodgenerate_user_code
Generate a human-readable user code (8 characters, uppercase letters and digits).
enterprise/storage/device_code_store.py:18
↓ 2 callersFunctiongetACPToolCallContent
(event: ACPToolCallEvent)
frontend/src/components/v1/chat/event-content-helpers/get-acp-tool-call-content.ts:35
↓ 2 callersFunctiongetACPToolCallResult
( event: ACPToolCallEvent, )
frontend/src/components/v1/chat/event-content-helpers/get-observation-result.ts:14
↓ 2 callersFunctiongetAnswerAsArray
(answers: OnboardingAnswers, key: string)
frontend/src/routes/onboarding-form.tsx:106
↓ 2 callersFunctiongetAvailableRolesAUserCanAssign
( userPermissions: PermissionKey[], )
frontend/src/utils/org/permission-checks.ts:73
↓ 2 callersFunctiongetButtonState
( status: GitOrg["status"], isHovered: boolean, )
frontend/src/components/features/org/claim-button.tsx:39
↓ 2 callersFunctiongetCTAKey
(location: CTALocation)
frontend/src/utils/local-storage.ts:51
↓ 2 callersFunctiongetConfig
* Helper to get config, using fetchQuery for automatic caching and deduplication. * Uses the shared query key from QUERY_KEYS to ensure consistency a
frontend/src/utils/org/permission-guard.ts:14
↓ 2 callersFunctiongetCreatePRPrompt
(gitProvider: Provider)
frontend/src/utils/utils.ts:348
↓ 2 callersFunctiongetDefaultEventContent
( event: OpenHandsAction | OpenHandsObservation, )
frontend/src/components/features/chat/event-content-helpers/shared.ts:6
↓ 2 callersFunctiongetDefaultEventContent
(event: OpenHandsEvent)
frontend/src/components/v1/chat/event-content-helpers/shared.ts:5
↓ 2 callersFunctiongetDropdown
()
frontend/src/routes/device-verify.test.tsx:168
↓ 2 callersFunctiongetEventTimestamp
(event: OHEvent)
frontend/src/stores/use-event-store.ts:18
↓ 2 callersFunctiongetExtraInfoBlocks
(extendedContent: TextContent[])
frontend/src/components/v1/chat/event-content-helpers/get-skill-ready-content.ts:92
↓ 2 callersMethodgetGitChangeDiff
* Get git change diff for a specific file * @param conversationId The conversation ID * @param path The file path * @returns Git change diff
frontend/src/api/git-service/git-service.api.ts:206
↓ 2 callersMethodgetGitChanges
* Get git changes for a conversation * @param conversationId The conversation ID * @returns List of git changes
frontend/src/api/git-service/git-service.api.ts:192
↓ 2 callersFunctiongetGitPullPrompt
()
frontend/src/utils/utils.ts:328
↓ 2 callersFunctiongetGitPushPrompt
(gitProvider: Provider)
frontend/src/utils/utils.ts:336
↓ 2 callersMethodgetMarketplaceSkills
* Get skills from marketplace repositories * * This endpoint fetches and returns skill metadata from marketplace repos * without requiring an
frontend/src/api/skills-service.ts:37
↓ 2 callersFunctiongetObservationContent
(event: ObservationEvent)
frontend/src/components/v1/chat/event-content-helpers/get-observation-content.ts:292
↓ 2 callersFunctiongetObservationResult
( event: ObservationEvent, )
frontend/src/components/v1/chat/event-content-helpers/get-observation-result.ts:22
↓ 2 callersFunctiongetPRShort
(isGitLab: boolean)
frontend/src/utils/utils.ts:223
← previousnext →1,501–1,600 of 10,924, ranked by callers