Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
3,467 in github.com/OpenHands/OpenHands
⨍
Functions
3,467
◇
Types & classes
951
↓ 4 callers
Function
getActiveCloudBackend
()
src/api/cloud/secrets-service.api.ts:13
↓ 4 callers
Function
getAgentServerBaseUrl
()
src/api/agent-server-config.ts:181
↓ 4 callers
Function
getBackendStatusLabel
( t: TFunction<"openhands">, backend: | { kind?: "local" | "cloud"; apiKey?: string |
src/components/features/backends/backend-status-label.ts:19
↓ 4 callers
Function
getCredentialValidationForServer
( server: MCPServerConfig, )
src/utils/mcp-credential-validation.ts:91
↓ 4 callers
Function
getDefaultMcpTransport
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:72
↓ 4 callers
Function
getEventContent
( event: OpenHandsEvent | SkillReadyEvent, correspondingAction?: ActionEvent, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:409
↓ 4 callers
Function
getGitProviderBaseUrl
( gitProvider: Provider, host?: string | null, )
src/utils/utils.ts:206
↓ 4 callers
Function
getInstallableMcpConnectionOption
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:66
↓ 4 callers
Function
getLastRenderableEventId
()
src/hooks/chat/model-command-event-anchor.ts:4
↓ 4 callers
Function
getLockedCloudAuthMode
()
src/api/agent-server-config.ts:177
↓ 4 callers
Function
getMcpConnectionOptions
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:30
↓ 4 callers
Function
getNoContentActionContent
()
src/components/conversation-events/chat/event-content-helpers/get-action-content.ts:44
↓ 4 callers
Function
getPR
(isGitLab: boolean)
src/utils/utils.ts:253
↓ 4 callers
Function
getPostHogForConsentedCapture
Return the shared client only when a consented capture is safe to emit.
src/services/telemetry.ts:621
↓ 4 callers
Function
getQueryClient
()
src/query-client-config.ts:99
↓ 4 callers
Function
getRemoteHeaderFields
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:104
↓ 4 callers
Function
getSettingValue
( settings: Settings, key: string, source: SettingsValueSource = "agent_settings", )
src/utils/sdk-settings-schema.ts:99
↓ 4 callers
Function
getSkillCardDescription
(skill: SkillInfo)
src/components/features/skills/get-skill-card-description.ts:48
↓ 4 callers
Function
getTaskStatusI18nKey
( taskStatus: AppConversationStartTaskStatus, )
src/utils/status.ts:31
↓ 4 callers
Function
getUserFacingConnectionErrorMessage
( error: unknown, )
src/utils/user-facing-error.ts:81
↓ 4 callers
Function
inferInitialView
( settings: Settings, schemaOverride?: SettingsSchema | null, source: SettingsValueSource = "agent_setti
src/utils/sdk-settings-schema.ts:266
↓ 4 callers
Function
interpretMcpTestResponse
( server: MCPServerConfig, response: ExtendedMCPTestResponse, )
src/api/mcp-health/probe-mcp-server-health.ts:46
↓ 4 callers
Function
invalidateConversationQueries
( queryClient: QueryClient, conversationId: string, )
src/hooks/mutation/conversation-mutation-utils.ts:173
↓ 4 callers
Function
isBenignSocketError
(err)
scripts/proxy-utils.mjs:34
↓ 4 callers
Function
isCorsOrNetworkErrorMessage
( message: string | null | undefined, )
src/utils/user-facing-error.ts:47
↓ 4 callers
Function
isGoalConversationStateUpdateEvent
( event: ConversationStateUpdateEvent, )
src/types/agent-server/type-guards.ts:220
↓ 4 callers
Function
isOnboardingPreviewActive
( search = typeof window !== "undefined" ? window.location.search : "", )
src/components/features/onboarding/onboarding-preview.ts:21
↓ 4 callers
Function
isPlanningFileEditorObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:143
↓ 4 callers
Function
isProfileNameValid
( value: string, { isRequired = false }: { isRequired?: boolean } = {}, )
src/utils/derive-profile-name.ts:14
↓ 4 callers
Function
isSkillReadyEvent
(event: unknown)
src/components/conversation-events/chat/event-content-helpers/create-skill-ready-event.ts:24
↓ 4 callers
Function
isValidSettingsSchema
( schema: SettingsSchema | null | undefined, )
src/utils/sdk-settings-schema.ts:51
↓ 4 callers
Method
listInstalledPlugins
()
src/api/plugins-management-service.ts:43
↓ 4 callers
Function
mapAnyGitStatusToClientStatus
( status: SupportedGitStatus, )
src/utils/git-status-mapper.ts:10
↓ 4 callers
Function
onTabChange
(value: ConversationTab | null)
src/hooks/use-select-conversation-tab.ts:28
↓ 4 callers
Function
parseCommand
(value: string)
src/utils/acp-command.ts:65
↓ 4 callers
Function
partitionImagesForUpload
( images: File[], markedUploadAsFileNames: readonly string[], )
src/components/features/chat/utils/chat-input.utils.ts:42
↓ 4 callers
Function
patchConversationInCache
( queryClient: QueryClient, conversationId: string, patch: Partial<AppConversation>, )
src/hooks/mutation/conversation-mutation-utils.ts:131
↓ 4 callers
Function
readStoredActiveBackend
()
src/api/backend-registry/storage.ts:201
↓ 4 callers
Function
recordBackendFailure
(id: string, error: unknown)
src/api/backend-registry/health-store.ts:46
↓ 4 callers
Function
renderVisualizer
(ui: React.ReactElement)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:24
↓ 4 callers
Method
resolveConversationWorkingDir
( conversationId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:529
↓ 4 callers
Function
resolveEffectiveAcpModel
(inputs: { runtimeName?: string | null; runtimeId?: string | null; configured?: string | null; sdkLlm?
src/constants/acp-providers.ts:48
↓ 4 callers
Method
saveProfile
( name: string, request: SaveProfileRequest, )
src/api/profiles-service/profiles-service.api.ts:78
↓ 4 callers
Function
seedMcpServerHealth
( server: MCPServerConfig, response: ExtendedMCPTestResponse, otherServers: MCPServerConfig[], )
src/api/mcp-health/probe-mcp-server-health.ts:125
↓ 4 callers
Function
sendMessageWithAttachments
(options: { conversationId: string; content: string; images: File[]; files: File[]; imagesMarkedUplo
src/utils/send-message-with-attachments.ts:22
↓ 4 callers
Function
shouldRenderEvent
(event: OpenHandsEvent)
src/components/conversation-events/chat/event-content-helpers/should-render-event.ts:39
↓ 4 callers
Function
signalProcessTree
(proc, signal)
scripts/dev-process-utils.mjs:80
↓ 4 callers
Function
stringRecord
( value: unknown, )
src/utils/mcp-config.ts:65
↓ 4 callers
Method
testServer
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:199
↓ 4 callers
Function
textFromContent
( content: Array<TextContent | ImageContent>, )
src/components/features/chat/tool-visualizers/text-content.ts:11
↓ 4 callers
Function
toAppConversation
( info: DirectConversationInfo, )
src/api/agent-server-adapter.ts:297
↓ 4 callers
Function
toSdkMcpConfig
(config: MCPConfig)
src/utils/mcp-config.ts:324
↓ 4 callers
Function
trackEvent
( eventName: string, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:680
↓ 4 callers
Function
uploadFilesToConversation
( conversationId: string, files: File[], currentConversation?: AppConversation | null, )
src/api/conversation-file-upload.api.ts:72
↓ 4 callers
Function
useAllCloudOrganizations
()
src/hooks/query/use-cloud-organizations.ts:16
↓ 4 callers
Function
useHandleBuildPlanClick
()
src/hooks/use-handle-build-plan-click.ts:14
↓ 4 callers
Function
useHandlePlanClick
()
src/hooks/use-handle-plan-click.ts:20
↓ 4 callers
Function
useLocalWorkspaces
({ enabled = true, }: UseLocalWorkspacesOptions = {})
src/hooks/query/use-local-workspaces.ts:13
↓ 4 callers
Function
useSaveLlmProfile
()
src/hooks/mutation/use-save-llm-profile.ts:16
↓ 4 callers
Function
useScrollToBottom
(scrollRef: RefObject<HTMLDivElement | null>)
src/hooks/use-scroll-to-bottom.ts:3
↓ 4 callers
Function
useSelectConversationTab
()
src/hooks/use-select-conversation-tab.ts:16
↓ 4 callers
Function
useSubConversationTaskPolling
( taskId: string | null, parentConversationId: string | null, )
src/hooks/query/use-sub-conversation-task-polling.ts:22
↓ 4 callers
Function
useTaskList
()
src/hooks/use-task-list.ts:35
↓ 4 callers
Function
useUnifiedPauseConversation
()
src/hooks/mutation/use-unified-stop-conversation.ts:16
↓ 4 callers
Function
useUnifiedWebSocketStatus
()
src/hooks/use-unified-websocket-status.ts:9
↓ 4 callers
Function
validateLocalAgentServerPath
(localPath)
scripts/dev-safe.mjs:765
↓ 4 callers
Function
waitForOnboardingStep
(page: Page, step: number)
tests/e2e/support/onboarding-helpers.ts:99
↓ 4 callers
Function
withRetry
* Retry helper for API calls with exponential backoff.
src/api/secrets-service.ts:16
↓ 4 callers
Function
writeStoredActiveBackend
( selection: BackendSelection | null, )
src/api/backend-registry/storage.ts:217
↓ 4 callers
Function
writeStoredBackends
(backends: Backend[])
src/api/backend-registry/storage.ts:91
↓ 3 callers
Method
_send_json
(self, status: int, payload: dict)
tests/e2e/mock-llm/scripts/mock-llm-server.py:312
↓ 3 callers
Function
adaptSystemMessage
( events: OHEvent[], )
src/utils/system-message-adapter.ts:13
↓ 3 callers
Function
addValue
(values: Set<string>, value: unknown)
src/utils/redact-mcp-secrets.ts:33
↓ 3 callers
Method
addWorkspaceParents
( items: LocalWorkspaceParent[], )
src/api/workspaces-service/workspaces-service.api.ts:56
↓ 3 callers
Method
addWorkspaces
( items: LocalWorkspace[], )
src/api/workspaces-service/workspaces-service.api.ts:46
↓ 3 callers
Function
appendBootLog
(name, line, level)
electron/main.mjs:425
↓ 3 callers
Function
applyColorTheme
(key: ColorThemeKey)
src/themes/color-themes.ts:240
↓ 3 callers
Function
applyGroupFolderOrder
( groups: readonly T[], order: readonly string[], )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:254
↓ 3 callers
Function
assertPortsFree
(portConfigs, host = "127.0.0.1")
scripts/dev-safe.mjs:256
↓ 3 callers
Function
beginMcpHealthCheck
(key: string)
src/api/mcp-health/mcp-health-store.ts:36
↓ 3 callers
Function
buildAcpAgentSettingsDiff
( providerKey: string, options: { command?: string[]; model?: string | null; allowUnknownServe
src/constants/acp-providers.ts:484
↓ 3 callers
Function
buildAgentServerAutomationEnv
(config)
scripts/dev-with-automation.mjs:745
↓ 3 callers
Function
buildAutomationCommand
* Build the uvx command for running automation backend. * * Environment variables (highest precedence first): * - OH_AUTOMATION_GIT_REF: Git commit
scripts/dev-with-automation.mjs:284
↓ 3 callers
Function
buildAutomationRuntimeServicesInfo
(config)
scripts/dev-with-automation.mjs:991
↓ 3 callers
Function
buildAutomationTelemetryEnv
(env = process.env)
scripts/dev-with-automation.mjs:757
↓ 3 callers
Function
buildConfig
(args, env = process.env)
scripts/ingress.mjs:111
↓ 3 callers
Function
buildLiveLlmSettings
()
tests/e2e/live/utils/agent-server-conversation.ts:181
↓ 3 callers
Function
buildPluginLaunchPath
(plugins: PluginSpec[])
src/utils/plugin-launch-url.ts:13
↓ 3 callers
Function
buildRouteArgs
(routes)
scripts/dev-with-automation.mjs:701
↓ 3 callers
Function
buildSdkSettingsPayload
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, )
src/utils/sdk-settings-schema.ts:411
↓ 3 callers
Function
buildWebSocketUrl
( conversationId: string | undefined, conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:115
↓ 3 callers
Function
clearMcpServerHealth
(key: string)
src/api/mcp-health/mcp-health-store.ts:68
↓ 3 callers
Function
clearPendingCloudTelemetryConsent
( expected?: ResolvedTelemetryConsent, )
src/services/telemetry.ts:427
↓ 3 callers
Function
clearTelemetryData
()
src/services/telemetry.ts:704
↓ 3 callers
Function
coerceFieldValue
( field: SettingsFieldSchema, rawValue: string | boolean, )
src/utils/sdk-settings-schema.ts:339
↓ 3 callers
Function
collectErrorMessages
(error: unknown)
src/utils/user-facing-error.ts:13
↓ 3 callers
Function
convertImageToBase64
(file: File)
src/utils/convert-image-to-base-64.ts:1
↓ 3 callers
Function
createChatMessage
( message: string, image_urls: string[], file_urls: string[], timestamp: string, )
src/services/chat-service.ts:3
↓ 3 callers
Function
createPlanComponents
(extraClassName?: string)
src/components/features/markdown/plan-components.tsx:21
↓ 3 callers
Function
createProfileViaUI
( page: Page, options: { profileName: string; model: string; apiKey?: string; baseUrl?: st
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:619
← previous
next →
201–300 of 3,467, ranked by callers