MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions10,924 in github.com/OpenHands/OpenHands

↓ 2 callersMethodstart_job
Start a job for the GitLab view using V1 app conversation system. Args: gitlab_view: The GitLab view object containing issue/PR/c
enterprise/integrations/gitlab/gitlab_manager.py:172
↓ 2 callersMethodstart_sandbox
Begin the process of starting a sandbox. Return the info on the new sandbox. If no spec is selected, use the default. If sandbox_id i
openhands/app_server/sandbox/sandbox_service.py:75
↓ 2 callersMethodstop
Stop the runner.
enterprise/tests/unit/test_maintenance_task_runner_standalone.py:59
↓ 2 callersMethodstore
(self, settings: Settings)
openhands/app_server/settings/file_settings_store.py:48
↓ 2 callersFunctionstore_byor_key_in_db
Store the BYOR key in the database for a user in a specific org.
enterprise/server/routes/api_keys.py:43
↓ 2 callersMethodstore_webhooks
Store list of project details in db using UPSERT pattern Args: project_details: List of GitlabWebhook objects to store N
enterprise/storage/gitlab_webhook_store.py:32
↓ 2 callersFunctionstripMarkdown
(text: string)
frontend/src/components/features/chat/components/slash-command-menu.tsx:11
↓ 2 callersFunctionstyleImportantTags
(text: string)
frontend/src/components/v1/chat/event-message-components/skill-item-expanded.tsx:55
↓ 2 callersFunctionsuper_role_name
Return the conceptual super-role label for a regular role name. For example, ``super_role_name('admin') == 'superadmin'``. Used only for logg
enterprise/server/auth/authorization.py:133
↓ 2 callersFunctiontoRenderedItems
(items: SettingsNavItem[])
frontend/__tests__/components/features/settings/settings-navigation.test.tsx:23
↓ 2 callersFunctiontoSchemaTranslationKey
( fieldKey: string, attribute: "LABEL" | "DESCRIPTION" | "SECTION_LABEL", )
frontend/src/utils/sdk-settings-field-metadata.ts:25
↓ 2 callersFunctiontoSearchParams
( params: SearchModelsParams | SearchProvidersParams, )
frontend/src/api/config-service/config-service.api.ts:9
↓ 2 callersMethodto_log_context
Return dict suitable for structured logging.
enterprise/integrations/slack/slack_types.py:27
↓ 2 callersMethodtrack_conversation_deleted
Track 'conversation deleted' event. Fired when a user deletes a conversation.
openhands/analytics/analytics_service.py:285
↓ 2 callersMethodtrack_conversation_errored
Track 'conversation errored' event. Fired when a conversation ends in an error state.
openhands/analytics/analytics_service.py:255
↓ 2 callersMethodtrack_conversation_finished
Track 'conversation finished' event. Fired when a conversation reaches a terminal state.
openhands/analytics/analytics_service.py:221
↓ 2 callersMethodtrack_credit_limit_reached
Track 'credit limit reached' event. Fired when a conversation is blocked by insufficient credits.
openhands/analytics/analytics_service.py:329
↓ 2 callersMethodtrack_credit_purchased
Track 'credit purchased' event. Fired when a user completes a credit purchase.
openhands/analytics/analytics_service.py:305
↓ 2 callersMethodtrack_git_provider_connected
Track 'git provider connected' event. Fired when a user connects a git provider (GitHub, GitLab, etc.).
openhands/analytics/analytics_service.py:353
↓ 2 callersMethodtrack_onboarding_completed
Track 'onboarding completed' event. Fired when a user finishes the onboarding flow. Args: selections: Dynamic key-value
openhands/analytics/analytics_service.py:373
↓ 2 callersMethodtrack_settings_saved
Track 'settings saved' event. Fired when a user saves their settings.
openhands/analytics/analytics_service.py:397
↓ 2 callersMethodtrack_team_members_invited
Track 'team members invited' event. Fired when a user invites team members to their organization.
openhands/analytics/analytics_service.py:437
↓ 2 callersMethodtrack_trajectory_downloaded
Track 'trajectory downloaded' event. Fired when a user downloads a conversation trajectory.
openhands/analytics/analytics_service.py:417
↓ 2 callersMethodtrack_user_signed_up
Track 'user signed up' event. Fired when a new user completes registration.
openhands/analytics/analytics_service.py:151
↓ 2 callersFunctiontrimText
(text: string, maxLength: number)
frontend/src/components/v1/chat/event-content-helpers/get-event-content.tsx:23
↓ 2 callersFunctionupdate_org_app_settings
Update organization app settings for the user's current organization. Base access requires MANAGE_APPLICATION_SETTINGS (all members). Editing
enterprise/server/routes/orgs.py:477
↓ 2 callersMethodupdate_org_member
Update a member's role in an organization. Permission rules: - Owners can modify anyone (including other owners), can set any role
enterprise/server/services/org_member_service.py:251
↓ 2 callersMethodupdate_user_oauth_tokens
Persist updated OAuth tokens on the user's active workspace link.
enterprise/storage/jira_dc_integration_store.py:363
↓ 2 callersMethodupdate_webhook_id
( self, *, project_key: str, repo_slug: str, webhook_id: str )
enterprise/storage/bitbucket_dc_webhook_store.py:175
↓ 2 callersMethoduploadFile
* Upload a single file to the V1 conversation workspace * V1 API endpoint: POST /api/file/upload?path={path} * * @param conversationUrl The c
frontend/src/api/conversation-service/v1-conversation-service.api.ts:327
↓ 2 callersFunctionuseActivateOrgLlmProfile
(orgId: string | null | undefined)
frontend/src/hooks/mutation/use-org-llm-profile-mutations.ts:59
↓ 2 callersFunctionuseAddGitProviders
()
frontend/src/hooks/mutation/use-add-git-providers.ts:7
↓ 2 callersFunctionuseAddMcpServer
()
frontend/src/hooks/mutation/use-add-mcp-server.ts:26
↓ 2 callersFunctionuseAgentNotification
(curAgentState: AgentState)
frontend/src/hooks/use-agent-notification.ts:23
↓ 2 callersFunctionuseApiKeys
()
frontend/src/hooks/query/use-api-keys.ts:8
↓ 2 callersFunctionuseAppTitle
()
frontend/src/hooks/use-app-title.ts:13
↓ 2 callersFunctionuseAutoAcceptInvitation
()
frontend/src/hooks/use-auto-accept-invitation.ts:28
↓ 2 callersFunctionuseAutoLogin
()
frontend/src/hooks/use-auto-login.ts:12
↓ 2 callersFunctionuseBalance
()
frontend/src/hooks/query/use-balance.ts:6
↓ 2 callersFunctionuseBatchAppConversations
(ids: string[])
frontend/src/hooks/query/use-batch-app-conversations.ts:4
↓ 2 callersFunctionuseBtwInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
frontend/src/hooks/chat/use-btw-interceptor.ts:13
↓ 2 callersFunctionuseConfigureIntegration
( platform: "jira" | "jira-dc" | "linear", { onSettled, }: { onSettled: () => void; }, )
frontend/src/hooks/mutation/use-configure-integration.ts:22
↓ 2 callersFunctionuseConversationHistory
(conversationId?: string)
frontend/src/hooks/query/use-conversation-history.ts:5
↓ 2 callersFunctionuseConversationNameContextMenu
({ conversationId, sandboxStatus = "MISSING", showOptions = false, onContextMenuToggle, }: UseConversa
frontend/src/hooks/use-conversation-name-context-menu.ts:27
↓ 2 callersFunctionuseConversationSkills
()
frontend/src/hooks/query/use-conversation-skills.ts:6
↓ 2 callersFunctionuseCreateSecret
()
frontend/src/hooks/mutation/use-create-secret.ts:4
↓ 2 callersFunctionuseCreateStripeCheckoutSession
()
frontend/src/hooks/mutation/stripe/use-create-stripe-checkout-session.ts:4
↓ 2 callersFunctionuseDeleteConversation
()
frontend/src/hooks/mutation/use-delete-conversation.ts:5
↓ 2 callersFunctionuseDeleteGitProviders
()
frontend/src/hooks/mutation/use-delete-git-providers.ts:6
↓ 2 callersFunctionuseDeleteLlmProfile
()
frontend/src/hooks/mutation/use-delete-llm-profile.ts:6
↓ 2 callersFunctionuseDeleteMcpServer
()
frontend/src/hooks/mutation/use-delete-mcp-server.ts:8
↓ 2 callersFunctionuseDownloadConversation
()
frontend/src/hooks/use-download-conversation.ts:8
↓ 2 callersFunctionuseDraftPersistence
( conversationId: string, chatInputRef: React.RefObject<HTMLDivElement | null>, )
frontend/src/hooks/chat/use-draft-persistence.ts:21
↓ 2 callersFunctionuseGitConversationRouting
()
frontend/src/hooks/organizations/use-git-conversation-routing.ts:14
↓ 2 callersFunctionuseIntegrationStatus
(platform: "jira" | "jira-dc" | "linear")
frontend/src/hooks/query/use-integration-status.ts:5
↓ 2 callersFunctionuseInviteMembersBatch
()
frontend/src/hooks/mutation/use-invite-members-batch.ts:13
↓ 2 callersFunctionuseLinkIntegration
( platform: "jira" | "jira-dc" | "linear", { onSettled, }: { onSettled: () => void; }, )
frontend/src/hooks/mutation/use-link-integration.ts:9
↓ 2 callersFunctionuseLogout
()
frontend/src/hooks/mutation/use-logout.ts:8
↓ 2 callersFunctionuseModelInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
frontend/src/hooks/chat/use-model-interceptor.ts:22
↓ 2 callersFunctionuseNewConversationCommand
()
frontend/src/hooks/mutation/use-new-conversation-command.ts:14
↓ 2 callersFunctionuseOnboardingStatus
()
frontend/src/hooks/query/use-onboarding-status.ts:6
↓ 2 callersFunctionuseOrgUsageStats
({ days, timeWindow, }: UseOrgUsageStatsParams = {})
frontend/src/hooks/query/use-org-usage-stats.ts:10
↓ 2 callersFunctionuseOrganizationAppSettings
()
frontend/src/hooks/query/use-organization-app-settings.ts:6
↓ 2 callersFunctionusePaginatedConversations
(limit: number = 20)
frontend/src/hooks/query/use-paginated-conversations.ts:6
↓ 2 callersFunctionusePendingInvitations
(enabled: boolean)
frontend/src/hooks/query/use-pending-invitations.ts:10
↓ 2 callersFunctionusePlanPreviewEvents
(allEvents: OpenHandsEvent[])
frontend/src/components/v1/chat/hooks/use-plan-preview-events.ts:87
↓ 2 callersFunctionuseProviderHost
( provider: Provider | null | undefined, )
frontend/src/hooks/use-provider-host.ts:10
↓ 2 callersFunctionuseRemoveMember
()
frontend/src/hooks/mutation/use-remove-member.ts:12
↓ 2 callersFunctionuseRenameOrgLlmProfile
(orgId: string | null | undefined)
frontend/src/hooks/mutation/use-org-llm-profile-mutations.ts:80
↓ 2 callersFunctionuseSandboxRecovery
({ conversationId, sandboxStatus, refetchConversation, onSuccess, onError, }: UseSandboxRecoveryOpti
frontend/src/hooks/use-sandbox-recovery.ts:41
↓ 2 callersFunctionuseSaveLlmProfile
()
frontend/src/hooks/mutation/use-save-llm-profile.ts:12
↓ 2 callersFunctionuseSettingsSchema
( type: "agent" | "conversation", fallbackSchema?: SettingsSchema | null, )
frontend/src/hooks/query/use-agent-settings-schema.ts:7
↓ 2 callersFunctionuseSlashCommand
( chatInputRef: React.RefObject<HTMLDivElement | null>, )
frontend/src/hooks/chat/use-slash-command.ts:31
↓ 2 callersFunctionuseSuggestedTasks
()
frontend/src/hooks/query/use-suggested-tasks.ts:6
↓ 2 callersFunctionuseTerminal
()
frontend/src/hooks/use-terminal.ts:77
↓ 2 callersFunctionuseUnifiedGetGitChanges
()
frontend/src/hooks/query/use-unified-get-git-changes.ts:16
↓ 2 callersFunctionuseUnifiedVSCodeUrl
()
frontend/src/hooks/query/use-unified-vscode-url.ts:19
↓ 2 callersFunctionuseUnlinkIntegration
( platform: "jira" | "jira-dc" | "linear", { onSettled, }: { onSettled: () => void; }, )
frontend/src/hooks/mutation/use-unlink-integration.ts:12
↓ 2 callersFunctionuseUpdateConversation
()
frontend/src/hooks/mutation/use-update-conversation.ts:4
↓ 2 callersFunctionuseUpdateConversationRepository
()
frontend/src/hooks/mutation/use-update-conversation-repository.ts:18
↓ 2 callersFunctionuseUpdateMcpServer
()
frontend/src/hooks/mutation/use-update-mcp-server.ts:69
↓ 2 callersFunctionuseV1ResumeConversation
()
frontend/src/hooks/mutation/use-v1-resume-conversation.ts:4
↓ 2 callersFunctionuseValidateIntegration
( platform: "jira" | "jira-dc" | "linear", { onSuccess, onError, }: { onSuccess: (data: any)
frontend/src/hooks/mutation/use-validate-integration.ts:11
↓ 2 callersFunctionuseVisibilityChange
({ onVisibilityChange, onVisible, onHidden, enabled = true, }: UseVisibilityChangeOptions = {})
frontend/src/hooks/use-visibility-change.ts:30
↓ 2 callersFunctionuseWebSocket
( url: string, options?: WebSocketHookOptions, )
frontend/src/hooks/use-websocket.ts:15
↓ 2 callersMethoduser_has_admin_access
Best-effort admin probe — trusts the OAuth scope grant. BBDC's permissions-introspection endpoints all require ``REPO_ADMIN`` to quer
openhands/app_server/integrations/bitbucket_data_center/service/webhooks.py:123
↓ 2 callersFunctionvalidateFiles
( newFiles: File[], existingFiles: File[] = [], )
frontend/src/utils/file-validation.ts:58
↓ 2 callersFunctionvalidate_and_convert_marketplaces
Validate and convert raw marketplace data to MarketplaceRegistration objects. This function handles the common pattern of validating marketplace
openhands/app_server/settings/settings_models.py:214
↓ 2 callersFunctionvalidate_billing_enabled
Validate that the billing feature flag is enabled
enterprise/server/routes/billing.py:33
↓ 2 callersFunctionvalidate_event_search_results
(events: list[dict[str, Any]])
scripts/issue_duplicate_check_openhands.py:332
↓ 2 callersFunctionvalidate_event_search_results
(events: list[dict[str, Any]])
scripts/issue_good_first_issue_check_openhands.py:309
↓ 2 callersMethodvalidate_offline_token
(self, user_id: str)
enterprise/server/auth/token_manager.py:1068
↓ 2 callersMethodverify_access
(self)
openhands/app_server/integrations/github/service/base.py:135
↓ 2 callersMethodverify_keycloak_token
( self, keycloak_token: str, refresh_token: str )
enterprise/server/auth/token_manager.py:136
↓ 2 callersMethodwait_for_sandbox_running
Wait for a sandbox to reach RUNNING status with an alive agent server. This method polls the sandbox status until it reaches RUNNING state an
openhands/app_server/sandbox/sandbox_service.py:93
↓ 1 callersFunctionVSCODE_IN_NEW_TAB
()
frontend/src/utils/feature-flags.ts:17
↓ 1 callersMethod__init__
(self, max_lines: int = 10, char_limit: int = 80)
openhands/app_server/utils/logger.py:191
↓ 1 callersMethod__init__
Initialize parser with OpenHands label configuration. Args: oh_label: Label that triggers OpenHands (e.g., 'openhands')
enterprise/integrations/jira/jira_payload.py:96
↓ 1 callersMethod__init__
(self, strategy: limits.aio.strategies.RateLimiter, windows: str)
enterprise/server/rate_limit.py:54
↓ 1 callersFunction_actor_username
(actor: dict[str, Any])
enterprise/integrations/azure_devops/azure_devops_view.py:131
← previousnext →1,801–1,900 of 10,924, ranked by callers