Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
4,010 in github.com/OpenHands/OpenHands
⨍
Functions
4,010
◇
Types & classes
1,065
↓ 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:195
↓ 3 callers
Function
getContextFillTone
(usagePercentage: number)
src/components/features/conversation/usage-panel/context-meter.tsx:13
↓ 3 callers
Function
getConversationTagIcon
( key: string, value: string, )
src/components/features/conversation-panel/conversation-card/conversation-tag-icons.ts:154
↓ 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:305
↓ 3 callers
Function
getErrorStatus
(error: unknown)
src/hooks/query/use-settings.ts:16
↓ 3 callers
Function
getFieldOptions
( name: string, field: SetupFormField, overrides: SetupFieldOverrides = {}, )
src/manifests/manifest-local-validation.ts:79
↓ 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:70
↓ 3 callers
Function
getI18n
()
src/i18n/index.ts:82
↓ 3 callers
Function
getIntegrationIds
(automation: RecommendedAutomation)
src/utils/automation-catalog.ts:22
↓ 3 callers
Function
getLocalServiceRoutes
(config)
scripts/dev-with-automation.mjs:682
↓ 3 callers
Function
getMarketplaceEntryById
( id: string, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:230
↓ 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
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
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:515
↓ 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:77
↓ 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:299
↓ 3 callers
Function
isBottomAnchored
()
src/hooks/use-drag-resize.ts:30
↓ 3 callers
Function
isCanvasUIActionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:183
↓ 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:163
↓ 3 callers
Function
isTaskConversationId
(conversationId: string)
src/utils/conversation-local-storage.ts:136
↓ 3 callers
Function
isUserMessageEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:104
↓ 3 callers
Method
listAutomationRuns
( id: string, params: { limit?: number; offset?: number } = {}, )
src/api/automation-service/automation-service.api.ts:456
↓ 3 callers
Function
listIcnsTypes
(icns)
scripts/generate-icons.mjs:59
↓ 3 callers
Function
listIcoEntries
(ico)
scripts/generate-icons.mjs:44
↓ 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
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
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:109
↓ 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:282
↓ 3 callers
Function
parseRuntimeServicesInfo
( value: unknown, )
src/api/agent-server-adapter.ts:145
↓ 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
readAfterToken
()
src/hooks/use-await-context-compaction.ts:83
↓ 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:181
↓ 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
← previous
next →
401–500 of 4,010, ranked by callers