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
↓ 3 callers
Method
createSecret
* Create or update a custom secret (upsert by name). * Uses the agent-server API endpoint: PUT /api/settings/secrets * * @param name - Secret
src/api/secrets-service.ts:75
↓ 3 callers
Function
createTitleFromKey
( key: string, values: Record<string, unknown>, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:40
↓ 3 callers
Method
deleteConversation
(conversationId: string)
src/api/conversation-service/agent-server-conversation-service.api.ts:695
↓ 3 callers
Method
deleteSecret
* Delete a custom secret by name. * Uses the agent-server API endpoint: DELETE /api/settings/secrets/{name} * * @param name - Secret name to
src/api/secrets-service.ts:136
↓ 3 callers
Function
deriveProfileNameFromModel
(model: string)
src/utils/derive-profile-name.ts:27
↓ 3 callers
Method
downloadConversation
(conversationId: string)
src/api/conversation-service/agent-server-conversation-service.api.ts:612
↓ 3 callers
Function
extractBaseHost
* Extracts the base host from conversation URL * @param conversationUrl The conversation URL containing host/port (e.g., "http://localhost:3000/api/c
src/utils/websocket-url.ts:6
↓ 3 callers
Function
extractModelAndProvider
(model: string)
src/utils/extract-model-and-provider.ts:12
↓ 3 callers
Function
extractPathPrefix
* Extracts the path prefix from conversation URL (everything before /api/conversations) * This is needed for proxy deployments where agent-servers ar
src/utils/websocket-url.ts:37
↓ 3 callers
Function
extractSettings
( formData: FormData, )
src/utils/settings-utils.ts:29
↓ 3 callers
Function
fetchCloudSettings
()
src/api/cloud/settings-service.api.ts:134
↓ 3 callers
Function
findInstalledEntryMatch
( entry: MarketplaceEntry, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:165
↓ 3 callers
Function
finish
(busy)
scripts/dev-safe.mjs:1008
↓ 3 callers
Function
flattenMcpConfig
(config: MCPConfig)
src/utils/mcp-installed-servers.ts:4
↓ 3 callers
Function
focusContentEditableAtEnd
( element: HTMLElement | null, )
src/components/features/chat/utils/chat-input.utils.ts:159
↓ 3 callers
Function
formatCommand
(command: readonly string[])
src/utils/acp-command.ts:176
↓ 3 callers
Function
getACPToolCallContent
(event: ACPToolCallEvent)
src/components/conversation-events/chat/event-content-helpers/get-acp-tool-call-content.ts:100
↓ 3 callers
Function
getACPToolCallResult
( event: ACPToolCallEvent, )
src/components/conversation-events/chat/event-content-helpers/get-observation-result.ts:14
↓ 3 callers
Function
getActiveCloudBackend
()
src/api/cloud/git-service.api.ts:12
↓ 3 callers
Function
getAgentServerFormDefaults
()
src/api/agent-server-config.ts:134
↓ 3 callers
Function
getCloudOrganizationMe
( orgId: string, backend?: Backend, )
src/api/cloud/organization-service.api.ts:98
↓ 3 callers
Function
getCloudOrganizations
( backend?: Backend, )
src/api/cloud/organization-service.api.ts:43
↓ 3 callers
Function
getCloudRepositoryBranches
(args: { provider: Provider; repository: string; query?: string; pageId?: string; limit?: number; })
src/api/cloud/git-service.api.ts:76
↓ 3 callers
Function
getCloudTelemetryProperties
( context: CloudTelemetryContextInput | null = null, )
src/services/telemetry-context.ts:58
↓ 3 callers
Function
getComparableAgentServerVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:181
↓ 3 callers
Function
getConversationUrlProtocol
( conversationUrl: string | null | undefined, )
src/utils/websocket-url.ts:67
↓ 3 callers
Function
getCookieAuthCloudHost
()
src/api/agent-server-config.ts:85
↓ 3 callers
Function
getCurrentCloudApiKey
( backend?: Backend, )
src/api/cloud/organization-service.api.ts:66
↓ 3 callers
Function
getDefaultConversationTitle
(conversationId: string)
src/api/agent-server-adapter.ts:293
↓ 3 callers
Function
getErrorStatus
(error: unknown)
src/hooks/query/use-settings.ts:16
↓ 3 callers
Function
getFirstAvailablePath
( featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:60
↓ 3 callers
Function
getFolderBrowserRootPath
(targetPath: string)
tests/e2e/mock-llm/utils/folder-workspace-paths.ts:30
↓ 3 callers
Method
getGitChanges
(conversationId: string)
src/api/git-service/git-service.api.ts:144
↓ 3 callers
Function
getGroupConversationPreview
( conversations: readonly AppConversation[], options: GroupConversationPreviewOptions, )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:18
↓ 3 callers
Function
getI18n
()
src/i18n/index.ts:82
↓ 3 callers
Function
getLocalServiceRoutes
(config)
scripts/dev-with-automation.mjs:682
↓ 3 callers
Function
getObservationContent
(event: ObservationEvent)
src/components/conversation-events/chat/event-content-helpers/get-observation-content.ts:358
↓ 3 callers
Function
getObservationResult
( event: ObservationEvent, )
src/components/conversation-events/chat/event-content-helpers/get-observation-result.ts:22
↓ 3 callers
Function
getProviderName
(gitProvider: Provider)
src/utils/utils.ts:239
↓ 3 callers
Function
getRegisteredBackends
()
src/api/backend-registry/active-store.ts:100
↓ 3 callers
Function
getRequiredEntries
(automation: RecommendedAutomation)
src/components/features/automations/recommended-automations-section.tsx:73
↓ 3 callers
Function
getSafeUploadFileName
(fileName: string)
src/api/workspace-upload-path.ts:15
↓ 3 callers
Function
getSdkMcpServerMap
( value: unknown, )
src/utils/mcp-config.ts:48
↓ 3 callers
Function
getSettingsFieldConstraints
(fieldKey: string)
src/utils/sdk-settings-field-metadata.ts:66
↓ 3 callers
Method
getSkills
(projectDir?: string)
src/api/skills-service.ts:36
↓ 3 callers
Method
getStartTask
( taskId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:489
↓ 3 callers
Function
getStatusColor
(options: { isPausing: boolean; isTask: boolean; taskStatus?: string | null; isStartingStatus: boolean
src/utils/utils.ts:744
↓ 3 callers
Function
getStatusText
({ isPausing = false, isTask, taskStatus, taskDetail, isStartingStatus, isStopStatus, curAgentSt
src/utils/utils.ts:823
↓ 3 callers
Function
getStyleHeightPx
(el: HTMLElement, fallback: number)
src/utils/utils.ts:46
↓ 3 callers
Function
getTextContent
( content: Array<{ type: string; text?: string }>, )
src/utils/transcript-export/index.ts:190
↓ 3 callers
Function
getWorkspacesUnsupportedMessage
( error: unknown, t: TFunction<"openhands">, )
src/utils/workspaces-compatibility.ts:6
↓ 3 callers
Function
gitControlBarActionButtonClassName
(isEnabled: boolean)
src/utils/git-control-bar-classes.ts:6
↓ 3 callers
Function
gitControlBarActionIconColor
(isEnabled: boolean)
src/utils/git-control-bar-classes.ts:15
↓ 3 callers
Function
groupEvents
( events: OpenHandsEvent[], minSize: number = EVENT_GROUP_MIN_SIZE, allEvents: OpenHandsEvent[] = events
src/components/conversation-events/chat/group-events.ts:65
↓ 3 callers
Function
handleSubmit
(message: string)
src/components/features/home/home-chat-launcher.tsx:76
↓ 3 callers
Function
hasRedactedMcpSecretLeaf
(value: unknown)
src/utils/mcp-config.ts:75
↓ 3 callers
Method
installPlugin
(request: InstallPluginRequest)
src/api/plugins-management-service.ts:44
↓ 3 callers
Function
invalidConversationResponse
()
src/api/conversation-service/agent-server-conversation-service.api.ts:82
↓ 3 callers
Function
isAgentServerEvent
(event: unknown)
src/types/agent-server/type-guards.ts:276
↓ 3 callers
Function
isCanvasUIActionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:180
↓ 3 callers
Function
isCloudBackendLoggedOutHealthError
( error: string | null | undefined, )
src/hooks/query/use-backends-health.ts:65
↓ 3 callers
Function
isCopyableSkillSource
( source: string | null | undefined, )
src/components/features/skills/is-copyable-skill-source.ts:2
↓ 3 callers
Function
isDoNotTrackEnabled
* Check if telemetry is disabled via environment variable or browser setting. * Works in both Node.js and browser (Vite) environments.
src/services/telemetry.ts:228
↓ 3 callers
Function
isRecord
(value: unknown)
src/api/settings-service/settings-service.api.ts:182
↓ 3 callers
Function
isSettingsPageHidden
( path: string, featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:52
↓ 3 callers
Function
isSubscriptionLlmConfig
( llm: Record<string, unknown> | null | undefined, )
src/constants/llm-subscription.ts:71
↓ 3 callers
Function
isSwitchLLMObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:160
↓ 3 callers
Function
isTaskConversationId
(conversationId: string)
src/utils/conversation-local-storage.ts:135
↓ 3 callers
Function
isUserMessageEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:101
↓ 3 callers
Method
listProfiles
()
src/api/profiles-service/profiles-service.api.ts:59
↓ 3 callers
Method
listWorkspaces
()
src/api/workspaces-service/workspaces-service.api.ts:42
↓ 3 callers
Function
logStep
(step, message)
scripts/dev-with-automation.mjs:114
↓ 3 callers
Function
logStep
(step, message)
scripts/dev-static.mjs:91
↓ 3 callers
Function
main
()
scripts/dev-safe.mjs:831
↓ 3 callers
Function
makeBashAction
( id: string, thought: TextContent[] = [], )
__tests__/components/conversation-events/chat/group-events.test.ts:27
↓ 3 callers
Function
makeBashObservation
( id: string, actionId: string, )
__tests__/components/conversation-events/chat/group-events.test.ts:57
↓ 3 callers
Function
makeDefaultLocalBackend
()
src/api/backend-registry/default-backend.ts:53
↓ 3 callers
Function
makeMcpTestErrorMessage
( t: TFunction<"openhands">, errorKind: ExtendedMCPTestFailureKind, error: string, )
src/utils/mcp-test-error-message.ts:10
↓ 3 callers
Function
matchesPendingConversationId
( activeConversationId: string, pendingConversationId: string, )
src/utils/pending-task-message-link.ts:44
↓ 3 callers
Function
mergeStreamingDeltaEvent
( incoming: StreamingDeltaEvent, existing: StreamingDeltaEvent, )
src/utils/handle-event-for-ui.ts:20
↓ 3 callers
Function
navigateToTab
(tab: ConversationTab)
src/services/canvas-ui.ts:19
↓ 3 callers
Function
normalizeFieldValue
( field: SettingsFieldSchema, rawValue: unknown, )
src/utils/sdk-settings-schema.ts:134
↓ 3 callers
Function
normalizePath
(path: string)
src/utils/skill-scope.ts:17
↓ 3 callers
Function
normalizeStatus
(raw: RawSubscriptionStatus)
src/api/llm-subscription-service.ts:106
↓ 3 callers
Function
notifyTelemetryConsentListeners
()
src/services/telemetry.ts:410
↓ 3 callers
Function
optionNeedsCredentialField
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:82
↓ 3 callers
Function
parseArgs
()
scripts/ingress.mjs:36
↓ 3 callers
Function
parseConversationTimeMs
(iso: string | undefined)
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:133
↓ 3 callers
Function
parseTimeOfDay
( value: string, )
src/utils/automation-schedule.ts:89
↓ 3 callers
Function
pluginSpecKey
( plugin: Pick<PluginSpec, "source" | "ref" | "repo_path">, )
src/components/features/plugins/plugin-spec-identity.ts:13
↓ 3 callers
Function
readAll
()
src/api/conversation-metadata-store.ts:50
↓ 3 callers
Function
readMap
()
src/api/backend-registry/last-conversation-store.ts:19
↓ 3 callers
Function
readOnboardingPreviewStep
( search = typeof window !== "undefined" ? window.location.search : "", )
src/components/features/onboarding/onboarding-preview.ts:6
↓ 3 callers
Function
readStoredBackends
()
src/api/backend-registry/storage.ts:100
↓ 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
← previous
next →
301–400 of 3,467, ranked by callers