Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
3,846 in github.com/OpenHands/OpenHands
⨍
Functions
3,846
◇
Types & classes
1,040
↓ 3 callers
Function
getObservationResult
( event: ObservationEvent, )
src/components/conversation-events/chat/event-content-helpers/get-observation-result.ts:22
↓ 3 callers
Function
getPendingLocalTelemetryRevocationId
()
src/services/telemetry.ts:437
↓ 3 callers
Function
getProviderName
(gitProvider: Provider)
src/utils/utils.ts:239
↓ 3 callers
Function
getQueryClient
()
src/query-client-config.ts:99
↓ 3 callers
Function
getRegisteredBackends
()
src/api/backend-registry/active-store.ts:146
↓ 3 callers
Function
getSafeUploadFileName
(fileName: string)
src/api/workspace-upload-path.ts:15
↓ 3 callers
Function
getSettingsFieldConstraints
(fieldKey: string)
src/utils/sdk-settings-field-metadata.ts:66
↓ 3 callers
Function
getSkillCategory
(skill: SkillInfo)
src/utils/skill-category.ts:63
↓ 3 callers
Function
getSkillScope
( skill: SkillInfo, projectDir?: string | null, )
src/utils/skill-scope.ts:75
↓ 3 callers
Method
getSkills
(projectDir?: string)
src/api/skills-service.ts:37
↓ 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
getTriggerEventLabel
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:69
↓ 3 callers
Function
getTriggerScheduleLabel
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:81
↓ 3 callers
Function
getTriggerSource
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:75
↓ 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
handleFilterChange
(next: SkillFilterState)
src/routes/skills-settings.tsx:137
↓ 3 callers
Function
handleSubmit
(message: string)
src/components/features/home/home-chat-launcher.tsx:78
↓ 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:276
↓ 3 callers
Function
isHomeAutomationsDemoEnabled
()
src/fixtures/home-automations-demo.ts:41
↓ 3 callers
Function
isRecord
(value: unknown)
src/api/mcp-service/mcp-redacted-credentials.ts:19
↓ 3 callers
Function
isRecord
(value: unknown)
src/manifests/interface-validation.ts:84
↓ 3 callers
Function
isSettingsPageHidden
( path: string, featureFlags: WebClientFeatureFlags | undefined, )
src/utils/settings-utils.ts:52
↓ 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
listAutomationRuns
( id: string, params: { limit?: number; offset?: number } = {}, )
src/api/automation-service/automation-service.api.ts:456
↓ 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:92
↓ 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
matchesAutomationSearch
( automation: Automation, query: string, )
src/manifests/automation-insights.ts:137
↓ 3 callers
Function
matchesPendingConversationId
( activeConversationId: string, pendingConversationId: string, )
src/utils/pending-task-message-link.ts:44
↓ 3 callers
Function
mergeAgentProfileSaveInput
( stored: AgentProfile | null, edited: AgentProfileSaveInput, )
src/components/features/settings/agent-profiles/merge-agent-profile-save-input.ts:22
↓ 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
optionNeedsCredentialField
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:81
↓ 3 callers
Function
parseArgs
()
scripts/ingress.mjs:40
↓ 3 callers
Function
parseConversationTimeMs
(iso: string | undefined)
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:133
↓ 3 callers
Function
parseRuntimeServicesInfo
( value: unknown, )
src/api/agent-server-adapter.ts:141
↓ 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
readStoredActiveBackend
()
src/api/backend-registry/storage.ts:205
↓ 3 callers
Function
readStoredBackends
()
src/api/backend-registry/storage.ts:104
↓ 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:156
↓ 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
runAction
( action: (id: string) => Promise<void>, failKey: I18nKey, )
src/components/features/chat/goal-status-content.tsx:70
↓ 3 callers
Function
saveCloudSettings
(diff: { agent_settings_diff?: Record<string, SettingsValue>; conversation_settings_diff?: Record<string,
src/api/cloud/settings-service.api.ts:152
↓ 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:300
↓ 3 callers
Function
serializeAutomation
(a: Automation)
src/utils/automation-export.ts:154
↓ 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
Function
setPendingTaskDraft
( taskId: string | null | undefined, draftMessage: string, )
src/utils/conversation-local-storage.ts:208
↓ 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:120
← previous
next →
401–500 of 3,846, ranked by callers