Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
10,924 in github.com/OpenHands/OpenHands
⨍
Functions
10,924
◇
Types & classes
2,163
↳
Endpoints
725
↓ 2 callers
Function
getPluginDisplayName
(plugin: PluginSpec)
frontend/src/components/features/launch/plugin-launch-modal.tsx:79
↓ 2 callers
Function
getPluginSourceInfo
(plugin: PluginSpec)
frontend/src/components/features/launch/plugin-launch-modal.tsx:100
↓ 2 callers
Method
getRepositoryBranches
* Get repository branches * @param repository Repository name * @param provider Git provider (required) * @param query Search query (required
frontend/src/api/git-service/git-service.api.ts:113
↓ 2 callers
Function
getRiskText
(risk: ActionSecurityRisk)
frontend/src/components/features/chat/event-content-helpers/get-action-content.ts:17
↓ 2 callers
Function
getSchemaFieldDefaultValue
( schema: SettingsSchema | null | undefined, fieldKey: string, )
frontend/src/routes/llm-settings.tsx:69
↓ 2 callers
Function
getSkillDescription
(content: string)
frontend/src/components/features/chat/components/slash-command-menu.tsx:38
↓ 2 callers
Function
getSkillReadyItems
( activatedSkills: string[], extendedContent: TextContent[], )
frontend/src/components/v1/chat/event-content-helpers/get-skill-ready-content.ts:122
↓ 2 callers
Function
getStatusCode
( webSocketConnectionState: V1_WebSocketConnectionState, executionStatus: V1ExecutionStatus | null, sand
frontend/src/utils/status.ts:102
↓ 2 callers
Function
getSummaryTitleForActionEvent
( event: ActionEvent, )
frontend/src/components/v1/chat/event-content-helpers/get-event-content.tsx:49
↓ 2 callers
Function
getTextContent
(element: HTMLDivElement | null)
frontend/src/components/features/chat/utils/chat-input.utils.ts:29
↓ 2 callers
Function
getVisibleSettingsSections
( schema: SettingsSchema, values: SettingsFormValues, view: SettingsView, excludeKeys: Set<string> = S
frontend/src/utils/sdk-settings-schema.ts:431
↓ 2 callers
Method
get_access_token
Get the access token for the current user
openhands/app_server/user_auth/user_auth.py:61
↓ 2 callers
Method
get_active_workspace
Return the install's active Jira DC workspace, if any. Jira DC is single-server, so there is at most one active workspace; this lets
enterprise/storage/jira_dc_integration_store.py:150
↓ 2 callers
Function
get_agent_profile
Get a stored profile — secret-free at rest, nothing to mask. Unlike the LLM-profile GET in ``org_profiles``, there is no ``X-Expose-Secrets``
enterprise/server/routes/agent_profiles.py:227
↓ 2 callers
Method
get_app_conversation
( self, conversation_id: UUID )
openhands/app_server/app_conversation/live_status_app_conversation_service.py:334
↓ 2 callers
Method
get_azure_devops_organizations
(self)
openhands/app_server/integrations/provider.py:265
↓ 2 callers
Function
get_azure_devops_service_impl
Get the Azure DevOps service implementation with lazy loading.
openhands/app_server/integrations/azure_devops/azure_devops_service.py:246
↓ 2 callers
Method
get_bitbucket_dc_projects
(self)
openhands/app_server/integrations/provider.py:235
↓ 2 callers
Function
get_bitbucket_dc_service_impl
Get the BitBucket data center service implementation with lazy loading.
openhands/app_server/integrations/bitbucket_data_center/bitbucket_dc_service.py:90
↓ 2 callers
Function
get_bitbucket_service_impl
Get the BitBucket service implementation with lazy loading.
openhands/app_server/integrations/bitbucket/bitbucket_service.py:72
↓ 2 callers
Method
get_branches
Get branches for a repository Args: repository: The repository name specified_provider: Optional provider type to use
openhands/app_server/integrations/provider.py:457
↓ 2 callers
Function
get_byor_key_alias
Generate the key alias for BYOR (Bring Your Own Runtime) keys.
enterprise/storage/lite_llm_manager.py:73
↓ 2 callers
Function
get_byor_key_from_db
Get the BYOR key from the database for a user in a specific org.
enterprise/server/routes/api_keys.py:25
↓ 2 callers
Method
get_claims_by_org_id
Get all Git organization claims for an OpenHands organization. Args: org_id: OpenHands organization UUID Returns:
enterprise/storage/org_git_claim_store.py:88
↓ 2 callers
Function
get_conversation_git_diff
Proxy ``GET /api/git/diff`` on the conversation's runtime.
openhands/app_server/app_conversation/app_conversation_router.py:1321
↓ 2 callers
Function
get_credits
( user_id: str = Depends(get_user_id), effective_org_id: UUID = EFFECTIVE_ORG_ID, )
enterprise/server/routes/billing.py:91
↓ 2 callers
Function
get_current_user
Get the current authenticated user.
openhands/app_server/user/user_router.py:22
↓ 2 callers
Function
get_default_persistence_dir
()
openhands/app_server/config.py:75
↓ 2 callers
Method
get_default_sandbox_spec
Get the default sandbox spec.
openhands/app_server/sandbox/sandbox_spec_service.py:57
↓ 2 callers
Method
get_default_sandbox_spec_id
Get the user's preferred default sandbox spec ID, or None to use the global default.
openhands/app_server/user/user_context.py:97
↓ 2 callers
Function
get_default_sandbox_specs
()
openhands/app_server/sandbox/docker_sandbox_spec_service.py:35
↓ 2 callers
Method
get_event_kind
(cls)
openhands/app_server/event_callback/event_callback_models.py:44
↓ 2 callers
Function
get_event_service
( state: InjectorState, request: Request | None = None )
openhands/app_server/config.py:436
↓ 2 callers
Method
get_full_repo_name
(repo_obj: dict)
enterprise/integrations/github/github_view.py:723
↓ 2 callers
Function
get_github_service_impl
Get the GitHub service implementation with lazy loading.
openhands/app_server/integrations/github/github_service.py:83
↓ 2 callers
Function
get_gitlab_service_impl
Get the GitLab service implementation with lazy loading.
openhands/app_server/integrations/gitlab/gitlab_service.py:88
↓ 2 callers
Method
get_installations
( self, query: str | None = None, limit: int = 100 )
openhands/app_server/integrations/bitbucket_data_center/service/repos.py:103
↓ 2 callers
Method
get_instance
(cls, request: Request)
openhands/app_server/user_auth/default_user_auth.py:85
↓ 2 callers
Method
get_issue_or_mr_title_and_body
Get the title and body of an issue or merge request. Args: repository: Repository name in format 'owner/repo' or 'domain/owner/re
openhands/app_server/integrations/gitlab/service/resolver.py:25
↓ 2 callers
Method
get_issue_or_pr_comments
Get comments for an issue. Args: repository: Repository name in format 'owner/repo' issue_number: The issue number
openhands/app_server/integrations/github/service/resolver.py:37
↓ 2 callers
Function
get_jira_dc_service_account_config_error
Return a human-readable KOTS/env service-account config error, if any.
enterprise/integrations/jira_dc/jira_dc_service_account.py:32
↓ 2 callers
Method
get_kwargs_from_user_settings
(user_settings: UserSettings)
enterprise/storage/user_store.py:1209
↓ 2 callers
Method
get_latest_token
(self)
openhands/app_server/integrations/forgejo/service/base.py:68
↓ 2 callers
Method
get_latest_token
Get latest working token of the user.
openhands/app_server/integrations/bitbucket_data_center/service/base.py:63
↓ 2 callers
Method
get_latest_token
(self)
openhands/app_server/integrations/github/service/base.py:51
↓ 2 callers
Method
get_latest_token
(self)
openhands/app_server/integrations/azure_devops/azure_devops_service.py:170
↓ 2 callers
Method
get_latest_token
Get latest working token of the user.
openhands/app_server/integrations/bitbucket/service/base.py:57
↓ 2 callers
Function
get_local_users
Get users with email addresses from the OpenHands database.
enterprise/sync/resend_keycloak.py:115
↓ 2 callers
Method
get_object
(self, Bucket: str, Key: str)
tests/unit/app_server/file_store/test_file_store.py:97
↓ 2 callers
Method
get_org_by_id_async
Get organization by ID (async version). Note: This method is kept for backwards compatibility but simply delegates to get_org_by_id w
enterprise/storage/org_store.py:800
↓ 2 callers
Function
get_org_defaults_settings
Get org-default settings for a specific organization.
enterprise/server/routes/orgs.py:272
↓ 2 callers
Method
get_org_members
Get organization members with authorization check. Args: org_id: Organization UUID. current_user_id: Requesting user'
enterprise/server/services/org_member_service.py:65
↓ 2 callers
Method
get_org_members_count
Get count of organization members with authorization check. Args: org_id: Organization UUID. current_user_id: Request
enterprise/server/services/org_member_service.py:141
↓ 2 callers
Method
get_organizations_from_installations
Get list of organization logins from GitHub App installations. This method provides a more reliable way to get organizations that the
openhands/app_server/integrations/github/service/repos.py:168
↓ 2 callers
Method
get_override
( self, org_id: UUID, user_id: UUID )
enterprise/storage/org_budget_store.py:93
↓ 2 callers
Method
get_owned_groups
Get all top-level groups where the current user has admin access. This method supports pagination and fetches all groups where the u
enterprise/integrations/gitlab/gitlab_service.py:85
↓ 2 callers
Method
get_project_repositories
List a project's Git repositories as raw API dicts.
enterprise/integrations/azure_devops/azure_devops_service.py:161
↓ 2 callers
Method
get_prompt_for_task
( self, )
openhands/app_server/integrations/service_types.py:90
↓ 2 callers
Method
get_provider_handler
(self)
openhands/app_server/user/auth_user_context.py:123
↓ 2 callers
Method
get_repositories
Get repositories from providers. Raises: ProviderTimeoutError: If a timeout occurs while fetching repos.
openhands/app_server/integrations/provider.py:276
↓ 2 callers
Method
get_repositories
Get repositories for the authenticated user.
openhands/app_server/integrations/azure_devops/service/repos.py:48
↓ 2 callers
Method
get_repository_details_from_repo_name
Gets all repository details from repository name
openhands/app_server/integrations/service_types.py:293
↓ 2 callers
Method
get_response_msg
Get the response message to send back to Jira.
enterprise/integrations/jira/jira_types.py:48
↓ 2 callers
Method
get_review_thread_comments
Get all comments in a review thread starting from a specific comment. Uses GraphQL to traverse the reply chain from the given comment up to t
openhands/app_server/integrations/github/service/resolver.py:73
↓ 2 callers
Method
get_sandbox_spec
(self, spec_id: str)
tests/unit/app_server/test_process_sandbox_service.py:35
↓ 2 callers
Method
get_secrets_store
(self)
enterprise/server/auth/saas_user_auth.py:462
↓ 2 callers
Method
get_slack_conversation
Get a slack conversation by channel_id and message_ts. Both parameters are required to match for a conversation to be returned.
enterprise/storage/slack_conversation_store.py:12
↓ 2 callers
Method
get_sub_conversation_ids
Get all sub-conversation IDs for a given parent conversation. Args: parent_conversation_id: The ID of the parent conversation
openhands/app_server/app_conversation/sql_app_conversation_info_service.py:323
↓ 2 callers
Method
get_synced_emails_for_audience
Get all synced email addresses for a specific audience. Args: audience_id: The Resend audience ID. Returns:
enterprise/storage/resend_synced_user_store.py:37
↓ 2 callers
Function
get_total_local_users
Get the total number of OpenHands users with email addresses.
enterprise/sync/resend_keycloak.py:141
↓ 2 callers
Method
get_user
(self)
openhands/app_server/integrations/github/service/base.py:140
↓ 2 callers
Function
get_user_auth_from_keycloak_id
(keycloak_user_id: str)
enterprise/server/auth/saas_user_auth.py:867
↓ 2 callers
Method
get_user_by_id
Get user by ID. Args: user_id: The user's ID (Keycloak user ID) Returns: User: The user object, or None if n
enterprise/storage/user_app_settings_store.py:20
↓ 2 callers
Method
get_user_by_keycloak_id_and_workspace
Get Jira user by Keycloak user ID and workspace ID.
enterprise/storage/jira_integration_store.py:147
↓ 2 callers
Method
get_user_email
(self)
tests/unit/app_server/test_settings_api.py:56
↓ 2 callers
Method
get_user_id
The default implementation does not support multi tenancy, so user_id is always None
openhands/app_server/user_auth/default_user_auth.py:32
↓ 2 callers
Method
get_user_id
(self)
openhands/app_server/user/auth_user_context.py:37
↓ 2 callers
Method
get_user_id
(self)
enterprise/tests/unit/storage/test_saas_sql_app_conversation_info_service.py:1028
↓ 2 callers
Method
get_user_settings_store
Get the settings store for the current user.
openhands/app_server/user_auth/user_auth.py:69
↓ 2 callers
Method
get_webhooks_by_repos
( self, repos: list[tuple[str, str]] )
enterprise/storage/bitbucket_dc_webhook_store.py:112
↓ 2 callers
Method
get_work_item_comments
Get all comments from a work item. API Reference: https://learn.microsoft.com/en-us/rest/api/azure/devops/wit/comments/get-comments
openhands/app_server/integrations/azure_devops/service/work_items.py:66
↓ 2 callers
Function
grouped_workspace_dir
Workspace dir for a conversation given the grouping strategy. Single source of truth for the relocation used at conversation start and at arc
openhands/app_server/settings/settings_models.py:572
↓ 2 callers
Function
handleActionMessage
(message: ActionMessage)
frontend/src/services/actions.ts:18
↓ 2 callers
Function
handleFormSubmission
(formData: FormData)
frontend/src/components/shared/modals/settings/settings-form.tsx:33
↓ 2 callers
Function
handleSubmit
()
frontend/src/components/features/org/change-org-name-modal.tsx:16
↓ 2 callers
Function
handler
(sig_: int, frame: FrameType | None)
openhands/app_server/utils/shutdown_listener.py:23
↓ 2 callers
Function
hasDuplicates
(values: string[])
frontend/src/utils/input-validation.ts:32
↓ 2 callers
Method
has_updates
Check if any public update field is set (not None).
enterprise/server/routes/org_models.py:370
↓ 2 callers
Method
identify
* Identify a user in Reo.dev tracking * Should be called after successful login
frontend/src/utils/reo.ts:81
↓ 2 callers
Method
inject
( self, state: InjectorState, request: Request | None = None )
openhands/app_server/sandbox/dynamic_remote_sandbox_spec_service.py:145
↓ 2 callers
Method
interruptConversation
* Interrupt a V1 conversation * Uses the custom runtime URL from the conversation * * @param conversationId The conversation ID * @param c
frontend/src/api/conversation-service/v1-conversation-service.api.ts:190
↓ 2 callers
Function
invariant
(condition: boolean, message: string)
openhands-ui/shared/utils/invariant.ts:1
↓ 2 callers
Function
invoke_callback
Run a single callback processor and convert its outcome into a stored result row. No DB session is required to call the processor — the row is
openhands/app_server/event_callback/sql_event_callback_service.py:284
↓ 2 callers
Function
isAgentStateChangeObservation
( event: OpenHandsParsedEvent, )
frontend/src/types/core/guards.ts:62
↓ 2 callers
Function
isAssistantMessage
( event: OpenHandsParsedEvent, )
frontend/src/types/core/guards.ts:46
↓ 2 callers
Function
isBudgetOrCreditError
(errorMessage: string)
frontend/src/utils/error-handler.ts:45
↓ 2 callers
Function
isCTADismissed
(location: CTALocation)
frontend/src/utils/local-storage.ts:67
↓ 2 callers
Function
isContentEmpty
(element: HTMLDivElement | null)
frontend/src/components/features/chat/utils/chat-input.utils.ts:8
↓ 2 callers
Function
isErrorObservation
( event: OpenHandsParsedEvent, )
frontend/src/types/core/guards.ts:53
↓ 2 callers
Function
isFieldVisibleInView
( field: SettingsFieldSchema, view: SettingsView, )
frontend/src/utils/sdk-settings-schema.ts:402
← previous
next →
1,601–1,700 of 10,924, ranked by callers