Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
3,501 in github.com/OpenHands/OpenHands
⨍
Functions
3,501
◇
Types & classes
957
↓ 3 callers
Function
recordBackendSuccess
(id: string)
src/api/backend-registry/health-store.ts:70
↓ 3 callers
Function
redactMcpSecrets
( text: string, ...servers: (MCPServerConfig | undefined)[] )
src/utils/redact-mcp-secrets.ts:110
↓ 3 callers
Method
refreshPlugin
( name: string, )
src/api/plugins-management-service.ts:50
↓ 3 callers
Method
removeWorkspace
(path: string)
src/api/workspaces-service/workspaces-service.api.ts:52
↓ 3 callers
Method
removeWorkspaceParent
(path: string)
src/api/workspaces-service/workspaces-service.api.ts:62
↓ 3 callers
Function
resetBackendHealth
(id: string)
src/api/backend-registry/health-store.ts:81
↓ 3 callers
Function
resetPersistedSessionApiKeyCache
()
scripts/dev-safe.mjs:176
↓ 3 callers
Function
resetPostHogIdentity
(posthog: PostHog, resetDeviceId = false)
src/services/telemetry.ts:142
↓ 3 callers
Function
resetTestHandlersMockSettings
()
src/mocks/settings-handlers.ts:575
↓ 3 callers
Function
resolveBackend
(backend?: Backend)
src/api/cloud/organization-service.api.ts:25
↓ 3 callers
Function
resolveLlmAuthType
(value: unknown)
src/constants/llm-subscription.ts:65
↓ 3 callers
Function
resolveMcpHealthCheck
( key: string, checkId: number, health: McpServerHealth, )
src/api/mcp-health/mcp-health-store.ts:50
↓ 3 callers
Function
resolveSchemaFieldDescription
( t: TFunction, fieldKey: string, schemaValue?: string | null, )
src/utils/sdk-settings-field-metadata.ts:125
↓ 3 callers
Function
resolveSchemaFieldLabel
( t: TFunction, fieldKey: string, schemaValue: string, )
src/utils/sdk-settings-field-metadata.ts:113
↓ 3 callers
Function
resolveSchemaFieldText
* Common resolver for schema field text (labels and descriptions). * Uses the i18n fallback chain: * 1. If schema provides an explicit translation k
src/utils/sdk-settings-field-metadata.ts:79
↓ 3 callers
Function
resolveWindowsCommand
( command, platform = process.platform, lookup = whereCommandLookup, )
scripts/dev-process-utils.mjs:49
↓ 3 callers
Function
resolveWithinCwd
(label, filePath, options = {})
tests/e2e/live/scripts/extract-live-e2e-media.mjs:67
↓ 3 callers
Function
resumeConversation
(conversationId: string)
src/hooks/mutation/conversation-mutation-utils.ts:117
↓ 3 callers
Function
searchCloudRepositories
(args: { provider: Provider; query?: string; limit?: number; pageId?: string; installationId?: strin
src/api/cloud/git-service.api.ts:20
↓ 3 callers
Method
searchConversations
( limit: number = 20, pageId?: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:676
↓ 3 callers
Method
searchGitRepositories
( query: string, provider: string, limit = 100, pageId?: string, installationId?: string,
src/api/git-service/git-service.api.ts:35
↓ 3 callers
Function
seedModelSwitchesFromHistory
( conversationId: string, uiEvents: OpenHandsEvent[], )
src/hooks/chat/record-model-switch-message.ts:39
↓ 3 callers
Function
selectionKey
(backendId: string, orgId: string | null)
src/api/backend-registry/last-conversation-store.ts:15
↓ 3 callers
Method
sendMessage
( conversationId: string, message: SendMessageRequest, runtime?: ConversationRuntimeContext | null
src/api/conversation-service/agent-server-conversation-service.api.ts:323
↓ 3 callers
Function
sendToClient
* @param {Client} client * @param {any} message * @param {Array<Transferable>} transferrables * @returns {Promise<any>}
public/mockServiceWorker.js:288
↓ 3 callers
Function
serializeAutomation
(a: Automation)
src/utils/automation-export.ts:153
↓ 3 callers
Method
setCurrentConversation
( currentConversation: AppConversation | null, )
src/api/conversation-service/conversation-service.api.ts:19
↓ 3 callers
Function
setPendingTaskAttachments
( taskId: string, payload: PendingTaskAttachments, )
src/stores/pending-task-attachments-store.ts:45
↓ 3 callers
Method
setPluginEnabled
( name: string, enabled: boolean, )
src/api/plugins-management-service.ts:45
↓ 3 callers
Function
setSnapshot
(next: EnvironmentSwitchSnapshot)
src/components/features/backends/environment-switch-store.ts:30
↓ 3 callers
Function
setTelemetryBackendContext
( context: BackendTelemetryContextInput, )
src/services/telemetry.ts:106
↓ 3 callers
Function
setValue
(key: string, value: string)
src/components/features/mcp-page/install-server-modal.tsx:182
↓ 3 callers
Function
shouldSkipPersistence
* Whether persistence should be skipped for this conversation id. * * Skips: * - empty string ids (callers outside of a conversation route, e.g.
src/utils/conversation-local-storage.ts:148
↓ 3 callers
Function
shouldUseInstallationRepos
( provider: Provider | null | undefined, appMode?: "local" | "cloud", )
src/utils/utils.ts:189
↓ 3 callers
Function
sortConversationsByField
( items: readonly AppConversation[], field: ConversationSortField, )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:139
↓ 3 callers
Function
sortFilesByPriority
(paths: string[])
src/utils/file-priority.ts:98
↓ 3 callers
Function
stringOrNull
(value: unknown)
src/api/conversation-service/agent-server-conversation-service.api.ts:98
↓ 3 callers
Function
stripMarkdown
(text: string)
src/components/features/chat/components/slash-command-menu.tsx:16
↓ 3 callers
Function
stripRedundantTitlePrefix
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:52
↓ 3 callers
Function
substituteRedactedMcpCredentials
( server: MCPServerConfig, )
src/api/mcp-service/mcp-redacted-credentials.ts:118
↓ 3 callers
Function
syncState
()
src/utils/conversation-local-storage.ts:283
↓ 3 callers
Function
toAbsoluteRuntimePath
* The cloud runtime's `/api/git/{changes,diff}` endpoints prepend * `/workspace/` to relative paths (so a relative arg like * `workspace/project` be
src/api/git-service/agent-server-git-service.api.ts:55
↓ 3 callers
Function
toLocalWorkspacesResponse
( response: SdkWorkspacesListResponse, )
src/api/workspaces-service/workspaces-service.api.ts:29
↓ 3 callers
Function
trackCloudFunnelEvent
( event: string, properties: Record<string, unknown>, )
src/services/cloud-funnel-analytics.ts:13
↓ 3 callers
Function
trackError
({ message, source, metadata = {} }: ErrorDetails)
src/utils/error-handler.ts:9
↓ 3 callers
Function
trackInstall
()
src/services/telemetry.ts:547
↓ 3 callers
Function
trackPrebuiltAutomationEnabled
({ automationId, automationName, automationCategory, }: { automationId?: string; automat
src/hooks/use-tracking.ts:118
↓ 3 callers
Function
transformVSCodeUrl
(vsCodeUrl: string | null)
src/utils/vscode-url-helper.ts:10
↓ 3 callers
Function
trimText
(text: string, maxLength: number)
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:34
↓ 3 callers
Function
trimTrailingSeparators
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:104
↓ 3 callers
Function
tryPort
* Check if a port is available by attempting to bind to it. * * @param {number} port - The port to check * @param {string} host - The host to bind
scripts/dev-safe.mjs:235
↓ 3 callers
Method
uninstallPlugin
(name: string)
src/api/plugins-management-service.ts:49
↓ 3 callers
Method
updateAutomation
( id: string, body: Partial<Automation>, )
src/api/automation-service/automation-service.api.ts:360
↓ 3 callers
Function
updateConversationExecutionStatusInCache
( queryClient: QueryClient, conversationId: string, execution_status: ExecutionStatusValue, )
src/hooks/mutation/conversation-mutation-utils.ts:160
↓ 3 callers
Method
updateSecret
* Update a secret's name and/or description, and optionally overwrite its * value. When no value is given the existing one is preserved: the * a
src/api/secrets-service.ts:78
↓ 3 callers
Function
useAcpAuthStatus
( providerKey: string | null | undefined, options: UseAcpAuthStatusOptions = {}, )
src/hooks/query/use-acp-auth-status.ts:60
↓ 3 callers
Function
useAcpCredentialForm
( providerKey: string | null | undefined, )
src/hooks/use-acp-credential-form.ts:43
↓ 3 callers
Function
useActivateAgentProfile
()
src/hooks/mutation/use-activate-agent-profile.ts:31
↓ 3 callers
Function
useActiveAgentProfile
()
src/hooks/use-active-agent-profile.ts:12
↓ 3 callers
Function
useAutomationHealth
()
src/hooks/query/use-automation-health.ts:7
↓ 3 callers
Function
useBashCommandLogs
(options: UseBashCommandLogsOptions)
src/hooks/query/use-bash-command-logs.ts:117
↓ 3 callers
Function
useChatInputLlmProfileState
()
src/hooks/use-chat-input-llm-profile-state.ts:41
↓ 3 callers
Function
useChatInputModelState
()
src/hooks/use-chat-input-model-state.ts:30
↓ 3 callers
Function
useConversationHistory
(conversationId?: string)
src/hooks/query/use-conversation-history.ts:30
↓ 3 callers
Function
useConversationNameContextMenu
({ conversationId, executionStatus, showOptions = false, onContextMenuToggle, }: UseConversationNameCo
src/hooks/use-conversation-name-context-menu.ts:30
↓ 3 callers
Function
useDebounce
(value: T, delay: number)
src/hooks/use-debounce.ts:3
↓ 3 callers
Function
useDeleteAutomation
()
src/hooks/query/use-automations.ts:81
↓ 3 callers
Function
useDeleteConversation
()
src/hooks/mutation/use-delete-conversation.ts:5
↓ 3 callers
Function
useDeleteMcpServer
()
src/hooks/mutation/use-delete-mcp-server.ts:22
↓ 3 callers
Function
useDispatchAutomation
()
src/hooks/query/use-automations.ts:94
↓ 3 callers
Function
useDownloadConversation
()
src/hooks/use-download-conversation.ts:9
↓ 3 callers
Function
useGoalInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-goal-interceptor.ts:21
↓ 3 callers
Function
useHasPermission
(permission: string)
src/hooks/use-has-permission.ts:4
↓ 3 callers
Function
useModelInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-model-interceptor.ts:23
↓ 3 callers
Function
useOnboardingCompletion
()
src/components/features/onboarding/use-onboarding-completion.ts:29
↓ 3 callers
Function
useSearchSecrets
(options: UseSearchSecretsOptions = {})
src/hooks/query/use-get-secrets.ts:17
↓ 3 callers
Function
useSettingsNavItems
()
src/hooks/use-settings-nav-items.ts:15
↓ 3 callers
Function
useSwitchLlmProfileAndLog
()
src/hooks/mutation/use-switch-llm-profile-and-log.ts:9
↓ 3 callers
Function
useTestMcpServer
()
src/hooks/mutation/use-test-mcp-server.ts:5
↓ 3 callers
Function
useToggleAutomation
()
src/hooks/query/use-automations.ts:35
↓ 3 callers
Function
useUnifiedGetGitChanges
()
src/hooks/query/use-unified-get-git-changes.ts:10
↓ 3 callers
Function
useUnifiedGitCommits
()
src/hooks/query/use-unified-git-commits.ts:11
↓ 3 callers
Function
useUpdateMcpServer
()
src/hooks/mutation/use-update-mcp-server.ts:18
↓ 3 callers
Function
useWorkspaceFileContent
(relativePath: string | null)
src/hooks/query/use-workspace-file-content.ts:142
↓ 3 callers
Function
validateFiles
( newFiles: File[], existingFiles: File[] = [], )
src/utils/file-validation.ts:58
↓ 3 callers
Function
validateFrontendDependencies
( cwd = process.cwd(), platform = process.platform, )
scripts/dev-safe.mjs:380
↓ 3 callers
Function
waitForTestId
( page: Page, testId: string, timeout = 60_000, )
tests/e2e/live/utils/agent-server-conversation.ts:328
↓ 3 callers
Function
withRetry
* Retry helper for API calls with exponential backoff.
src/api/settings-service/settings-service.api.ts:133
↓ 2 callers
Function
__resetEnvironmentSwitchOverlayForTests
()
src/components/features/backends/environment-switch-store.ts:72
↓ 2 callers
Method
_send_error
(self, status: int, error_type: str, message: str)
tests/e2e/mock-llm/scripts/mock-llm-server.py:320
↓ 2 callers
Function
activateProfileViaUI
(page: Page, profileName: string)
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:713
↓ 2 callers
Function
addRecordValues
( values: Set<string>, record: Record<string, unknown> | null | undefined, )
src/utils/redact-mcp-secrets.ts:40
↓ 2 callers
Function
agentProfileDetailQueryKey
( backendId: string, orgId: string | null | undefined, name: string, )
src/hooks/query/use-active-acp-profile-detail.ts:21
↓ 2 callers
Function
applyProfileToMockSettings
(profile: MockLlmProfile)
src/mocks/settings-handlers.ts:512
↓ 2 callers
Function
assertSubscriptionAuthReady
( agentSettings: Record<string, unknown>, )
src/api/agent-server-adapter.ts:1103
↓ 2 callers
Function
backendRequiresAcpCredentials
( backendKind: "local" | "cloud", authStatus: "authenticated" | "unauthenticated" | "unknown", )
src/components/features/onboarding/steps/setup-acp-secrets-step.tsx:240
↓ 2 callers
Function
bashAction
( command: string, risk: SecurityRisk = SecurityRisk.LOW, )
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:53
↓ 2 callers
Function
batchGetCloudSandboxes
( ids: string[], )
src/api/cloud/sandbox-service.api.ts:26
↓ 2 callers
Function
buildAgentContext
(agentSettings: SettingsRecord)
src/api/agent-server-adapter.ts:659
↓ 2 callers
Function
buildAgentProfileFields
( input: AgentProfileFieldsInput, )
src/routes/agent-settings.tsx:144
← previous
next →
401–500 of 3,501, ranked by callers