MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions10,924 in github.com/OpenHands/OpenHands

↓ 2 callersFunctionisFinishAction
( event: OpenHandsParsedEvent, )
frontend/src/types/core/guards.ts:72
↓ 2 callersMethodisInitialized
* Check if Reo.dev is initialized
frontend/src/utils/reo.ts:99
↓ 2 callersFunctionisLikelyDirectory
(path: string)
frontend/src/components/features/chat/path-component.tsx:8
↓ 2 callersFunctionisMcpObservation
( event: OpenHandsParsedEvent, )
frontend/src/types/core/guards.ts:87
↓ 2 callersFunctionisMobileDevice
()
frontend/src/utils/utils.ts:75
↓ 2 callersFunctionisMobileUserAgent
()
frontend/src/utils/utils.ts:64
↓ 2 callersFunctionisOpenHandsEvent
( event: unknown, )
frontend/src/types/core/guards.ts:21
↓ 2 callersFunctionisProductionDomain
()
frontend/src/utils/utils.ts:95
↓ 2 callersFunctionisRecord
(value: unknown)
frontend/src/utils/mcp-config.ts:27
↓ 2 callersFunctionisRejectObservation
( event: OpenHandsParsedEvent, )
frontend/src/types/core/guards.ts:82
↓ 2 callersFunctionisSelectField
(field: SettingsFieldSchema)
frontend/src/components/features/settings/sdk-settings/schema-field.tsx:63
↓ 2 callersFunctionisSettingsPageHidden
( path: string, featureFlags: WebClientFeatureFlags | undefined, )
frontend/src/utils/settings-utils.ts:67
↓ 2 callersFunctionisTaskPolling
(taskStatus: string | null | undefined)
frontend/src/utils/utils.ts:584
↓ 2 callersMethodis_enabled
(self)
openhands/app_server/utils/logger.py:197
↓ 2 callersMethodis_inline_pr_comment
(message: Message)
enterprise/integrations/github/github_view.py:601
↓ 2 callersMethodis_issue_comment
(message: Message)
enterprise/integrations/gitlab/gitlab_view.py:342
↓ 2 callersMethodis_job_requested
(self, message: Message)
enterprise/integrations/github/github_manager.py:208
↓ 2 callersMethodis_labeled_issue
(message: Message)
enterprise/integrations/github/github_view.py:555
↓ 2 callersMethodis_labeled_issue
(message: Message)
enterprise/integrations/gitlab/gitlab_view.py:322
↓ 2 callersMethodis_mr_comment
(message: Message, inline=False)
enterprise/integrations/gitlab/gitlab_view.py:355
↓ 2 callersMethodis_org_member
Check if user is a member of the specified organization. Args: user_id: User ID to check org_id: Organizatio
enterprise/storage/org_service.py:465
↓ 2 callersMethodis_pr_comment
(message: Message, inline: bool = False)
enterprise/integrations/bitbucket_data_center/bitbucket_dc_view.py:270
↓ 2 callersMethodis_pr_comment
(message: Message)
enterprise/integrations/azure_devops/azure_devops_view.py:386
↓ 2 callersMethodis_pr_comment
(message: Message, inline: bool = False)
enterprise/integrations/bitbucket/bitbucket_view.py:253
↓ 2 callersFunctionis_running_in_docker
Best-effort detection for Docker containers.
openhands/app_server/utils/environment.py:46
↓ 2 callersFunctionis_user_allowed
(user_login: str)
enterprise/server/auth/github_utils.py:9
↓ 2 callersFunctionis_valid_git_branch_name
Return True when branch_name matches git branch naming rules.
openhands/app_server/utils/git.py:8
↓ 2 callersFunctionissue_has_label
(issue: dict[str, Any], label_name: str)
scripts/auto_close_duplicate_issues.py:205
↓ 2 callersMethoditer_events_for_export
Iterate all events for a conversation in export order. Implementations can override this to avoid paginated searches that reload the
openhands/app_server/event/event_service.py:48
↓ 2 callersFunctionjson_formatter
()
openhands/app_server/utils/logger.py:336
↓ 2 callersFunctionjson_log_handler
Configure logger instance for structured logging as json lines.
openhands/app_server/utils/logger.py:345
↓ 2 callersMethodlistProfiles
()
frontend/src/api/settings-service/profiles-service.api.ts:29
↓ 2 callersMethodlist_org_conversations
List all conversations for an organization with filtering, sorting, and pagination. Args: org_id: The organization ID
enterprise/server/services/org_conversation_service.py:241
↓ 2 callersFunctionlist_profiles
List all LLM profiles for this organization.
enterprise/server/routes/org_profiles.py:191
↓ 2 callersMethodlist_roles
List all roles.
enterprise/storage/role_store.py:76
↓ 2 callersMethodload
(self, name: str)
openhands/app_server/settings/agent_profiles.py:178
↓ 2 callersFunctionload_llm_profiles
Load ``LLMProfiles`` from the org row, defaulting to empty if unset.
enterprise/storage/agent_profile_resolution.py:47
↓ 2 callersMethodlogout
(self, refresh_token: str)
enterprise/server/auth/token_manager.py:1109
↓ 2 callersFunctionlooksLikeTranslationKey
(value: string | null | undefined)
frontend/src/utils/sdk-settings-field-metadata.ts:33
↓ 2 callersFunctionlookupNested
(obj: Record<string, unknown>, key: string)
frontend/src/hooks/query/use-settings.ts:19
↓ 2 callersFunctionmain
()
enterprise/run_maintenance_tasks.py:15
↓ 2 callersFunctionmapProvider
(provider: string)
frontend/src/utils/map-provider.ts:31
↓ 2 callersFunctionmember_mcp_config
Return the acting member's configured MCP servers.
enterprise/storage/agent_profile_resolution.py:94
↓ 2 callersFunctionmergeStreamingDeltaEvent
( incoming: StreamingDeltaEvent, existing: StreamingDeltaEvent, )
frontend/src/utils/handle-event-for-ui.ts:18
↓ 2 callersMethodmigrate_user
( user_id: str, user_settings: UserSettings, user_info: dict, )
enterprise/storage/user_store.py:270
↓ 2 callersMethodmodel_update_dict
Return JSON-serializable scalar fields for persistence.
enterprise/server/routes/org_models.py:396
↓ 2 callersFunctionnormalizeFieldValue
( field: SettingsFieldSchema, rawValue: unknown, )
frontend/src/utils/sdk-settings-schema.ts:109
↓ 2 callersFunctionon_event
Webhook callback for when event stream events occur.
openhands/app_server/event_callback/webhook_router.py:469
↓ 2 callersFunctionopenRoleDropdown
( memberElement: HTMLElement, roleText: string, )
frontend/__tests__/routes/manage-organization-members.test.tsx:184
↓ 2 callersFunctionoverride_users_me_endpoint
Override the OSS /api/v1/users/me endpoint with SAAS version. This removes the base OSS endpoint and registers the SAAS version which include
enterprise/server/routes/users_v1.py:161
↓ 2 callersFunctionparseSkillContent
(content: string)
frontend/src/components/v1/chat/event-message-components/skill-item-expanded.tsx:17
↓ 2 callersFunctionparseTerminalOutput
(raw: string)
frontend/src/utils/parse-terminal-output.ts:17
↓ 2 callersFunctionparse_timestamp
(value: str)
scripts/auto_close_duplicate_issues.py:89
↓ 2 callersMethodpause_old_sandboxes
Pause the oldest running sandboxes until at most max_num_sandboxes remain. Uses _get_user_running_sandboxes (runtime /list + DB cross-referen
openhands/app_server/sandbox/remote_sandbox_service.py:777
↓ 2 callersMethodpause_sandbox
Begin the process of pausing a sandbox. Return True if the sandbox exists and is being paused or is already paused. Return False if t
openhands/app_server/sandbox/sandbox_service.py:189
↓ 2 callersFunctionpoll_agent_servers
When the app server does not have a public facing url, we poll the agent servers for the most recent data. This is because webhook callbacks
openhands/app_server/sandbox/remote_sandbox_service.py:861
↓ 2 callersFunctionprocessDeviceVerification
(code: string)
frontend/src/routes/device-verify.tsx:57
↓ 2 callersFunctionproviderModelsQueryOptions
(provider: string | null)
frontend/src/hooks/query/use-provider-models.ts:31
↓ 2 callersMethodput_object
(self, Bucket: str, Key: str, Body: str | bytes)
tests/unit/app_server/file_store/test_file_store.py:92
↓ 2 callersMethodreadConversationFile
* Read a file from a specific conversation's sandbox workspace * @param conversationId The conversation ID * @param filePath Path to the file to
frontend/src/api/conversation-service/v1-conversation-service.api.ts:425
↓ 2 callersMethodreceive_form_interaction
Process a Slack form interaction (repository selection or button click). This handles the block_actions payload when a user interacts with th
enterprise/integrations/slack/slack_manager.py:508
↓ 2 callersMethodreceive_message
(self, message: Message)
enterprise/integrations/azure_devops/azure_devops_manager.py:85
↓ 2 callersMethodreconcile_active_profile
Clear ``llm_profiles.active`` when the current LLM diverges from it. The active profile is a pointer into ``llm_profiles.profiles``; if the
openhands/app_server/settings/settings_models.py:732
↓ 2 callersMethodrefresh
(self)
enterprise/server/auth/saas_user_auth.py:376
↓ 2 callersMethodrelease
(self)
tests/unit/app_server/test_live_status_app_conversation_service.py:76
↓ 2 callersFunctionremove_shutdown_listener
(id_: UUID)
openhands/app_server/utils/shutdown_listener.py:82
↓ 2 callersFunctionrename_profile
Rename an LLM profile, cascading the rename to any Agent Profiles that reference it. The SDK ``rename_llm_profile`` renames the LLM profile a
enterprise/server/routes/org_profiles.py:389
↓ 2 callersMethodreply_to_issue
Either create new comment thread, or reply to comment thread (depending on discussion_id param)
enterprise/integrations/gitlab/gitlab_service.py:556
↓ 2 callersMethodreply_to_mr
Reply to comment thread on MR
enterprise/integrations/gitlab/gitlab_service.py:573
↓ 2 callersMethodrequest_reviewers
( self, repository: str, pr_number: int, reviewers: list[str] )
openhands/app_server/integrations/forgejo/service/prs.py:52
↓ 2 callersFunctionresetOrgMockData
()
frontend/src/mocks/org-handlers.ts:250
↓ 2 callersFunctionresetTestHandlersMockSettings
()
frontend/src/mocks/settings-handlers.ts:411
↓ 2 callersFunctionresolveSchemaChoiceLabel
( t: TFunction, fieldKey: string, choiceValue: string | number | boolean, schemaLabel: string, )
frontend/src/utils/sdk-settings-field-metadata.ts:153
↓ 2 callersFunctionresolve_target_org_id_for_permission_check
Resolve the target org id for a permission check **without** requiring the authenticated user to be a member of that org. This is the entry p
enterprise/server/auth/org_context.py:75
↓ 2 callersMethodsave_log
Save a reCAPTCHA log entry to the database.
openhands/app_server/recaptcha/sql_recaptcha_service.py:43
↓ 2 callersFunctionschedule_gitlab_repo_sync
Schedule a background sync of GitLab repositories and webhook tracking. Because the outer call is already a background task, we instruct the serv
enterprise/server/auth/gitlab_sync.py:34
↓ 2 callersMethodsearchGitRepositories
* Search for Git repositories * @param query Search query * @param provider Git provider to search in (required) * @param limit Number of res
frontend/src/api/git-service/git-service.api.ts:20
↓ 2 callersMethodsearchSecrets
* Search/list custom secrets with pagination support. * Uses the new V1 API endpoint: GET /api/v1/secrets/search
frontend/src/api/secrets-service.ts:16
↓ 2 callersFunctionsearch_branches
Search branches in a repository. Returns a paginated list of branches matching the search query.
openhands/app_server/git/git_router.py:201
↓ 2 callersMethodsearch_sandboxes
Search for sandboxes.
openhands/app_server/sandbox/sandbox_service.py:34
↓ 2 callersFunctionsearch_user_installations
Get user installations (GitHub apps) or equivalent for other providers. Returns a paginated list of installation IDs or workspace IDs depending o
openhands/app_server/git/git_router.py:50
↓ 2 callersFunctionselectRepository
(repoName: string)
frontend/__tests__/routes/home-screen.test.tsx:105
↓ 2 callersMethodsendMessage
* Send a message to a V1 conversation * @param conversationId The conversation ID * @param message The message to send * @returns The sent me
frontend/src/api/conversation-service/v1-conversation-service.api.ts:43
↓ 2 callersMethodsend_message
Send a comment to a Jira issue. Args: message: The message content to send (plain text string) issue_key: The Jira is
enterprise/integrations/jira/jira_manager.py:326
↓ 2 callersMethodsend_message_to_v1_conversation
Send a message to a v1 conversation using the agent server API.
enterprise/integrations/slack/slack_view.py:358
↓ 2 callersFunctionserializeRequest
* @param {Request} request
frontend/public/mockServiceWorker.js:333
↓ 2 callersFunctionsetCTADismissed
(location: CTALocation)
frontend/src/utils/local-storage.ts:58
↓ 2 callersFunctionsetDotted
Set a value in a nested object at a dotted key path (e.g. "llm.model").
frontend/src/utils/sdk-settings-schema.ts:53
↓ 2 callersFunctionsetLoginMethod
(method: LoginMethod)
frontend/src/utils/local-storage.ts:23
↓ 2 callersFunctionsetStyleHeightPx
(el: HTMLElement, height: number)
frontend/src/utils/utils.ts:54
↓ 2 callersFunctionset_db_session_keep_open
Set whether the connection should be kept open after the request terminates.
openhands/app_server/services/db_session_injector.py:371
↓ 2 callersFunctionset_httpx_client_keep_open
Set whether the connection should be kept open after the request terminates.
openhands/app_server/services/httpx_client_injector.py:40
↓ 2 callersFunctionsetupTestWithUserAndOrg
( userData: { org_id: string; user_id: string; email: string; role: "owner" | "adm
frontend/__tests__/routes/manage-organization-members.test.tsx:226
↓ 2 callersFunctionsetup_rate_limit_handler
Add exception handler that
enterprise/server/rate_limit.py:25
↓ 2 callersFunctionshouldShowPlanPreview
( eventId: string, planPreviewEventIds: Set<string>, )
frontend/src/components/v1/chat/hooks/use-plan-preview-events.ts:114
↓ 2 callersFunctionshouldUseInstallationRepos
( provider: Provider, app_mode: "saas" | "oss" | undefined, )
frontend/src/utils/utils.ts:170
↓ 2 callersFunctionshould_continue
()
openhands/app_server/utils/shutdown_listener.py:62
↓ 2 callersMethodstart
Start the runner.
enterprise/tests/unit/test_maintenance_task_runner_standalone.py:51
↓ 2 callersFunctionstartDrag
(startY: number)
frontend/src/hooks/use-drag-resize.ts:131
↓ 2 callersMethodstart_app_conversation
Start a conversation, optionally specifying a sandbox in which to start. If no sandbox is specified a default may be used or started. This is
openhands/app_server/app_conversation/app_conversation_service.py:82
← previousnext →1,701–1,800 of 10,924, ranked by callers