Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
4,305 in github.com/OpenHands/OpenHands
⨍
Functions
4,305
◇
Types & classes
1,098
↓ 2 callers
Function
consumePendingTaskDraft
( taskId: string | null | undefined, )
src/utils/conversation-local-storage.ts:296
↓ 2 callers
Function
consumeScheduledPendingTaskMessageReassign
( conversationId: string, )
src/utils/pending-task-message-link.ts:32
↓ 2 callers
Function
convertRawProvidersToList
( raw: Partial<Record<Provider, string | null>> | undefined, )
src/utils/convert-raw-providers-to-list.ts:3
↓ 2 callers
Function
createAgentServerI18n
()
src/i18n/index.ts:69
↓ 2 callers
Function
createAgentServerQueryClient
()
src/query-client-config.ts:31
↓ 2 callers
Method
createAutomation
(spec: AutomationSpec)
src/api/automation-service/automation-service.api.ts:320
↓ 2 callers
Function
createCloudClient
(backend?: Backend)
src/api/cloud/client.ts:33
↓ 2 callers
Function
createCommandMenuItems
({ toggleSidebar, }: { toggleSidebar: () => void; })
src/components/features/command-menu/command-menu-items.tsx:95
↓ 2 callers
Function
createConversationResponse
( conversation: MockConversation, )
src/mocks/conversation-handlers.ts:217
↓ 2 callers
Method
createMcpServer
( settingsKey: string, server: MCPServer, )
src/api/settings-service/settings-service.api.ts:573
↓ 2 callers
Function
createMockConversation
( overrides: Partial<AppConversation> = {}, )
__tests__/components/features/conversation-panel/conversation-panel.test.tsx:57
↓ 2 callers
Function
createOtherActionEvent
(id: string)
test-utils.tsx:171
↓ 2 callers
Function
createPlanningFileEditorActionEvent
( id: string, )
test-utils.tsx:138
↓ 2 callers
Function
createPlanningObservationEvent
( id: string, actionId: string = "action-1", )
test-utils.tsx:199
↓ 2 callers
Function
createProxyHandlers
({ label = "proxy", timeout = DEFAULT_PROXY_TIMEOUT_MS, proxyTimeout = DEFAULT_PROXY_TIMEOUT_MS, } = {})
scripts/proxy-utils.mjs:206
↓ 2 callers
Function
createRouter
(routes, defaultBackend = null)
scripts/proxy-utils.mjs:22
↓ 2 callers
Function
createSetupEntryWith
( overrides: Record<string, unknown>, )
__tests__/manifests/manifest-test-data.ts:67
↓ 2 callers
Function
createSetupRegistry
( candidates: readonly unknown[], )
src/manifests/manifest-registry.ts:19
↓ 2 callers
Function
createSkillReadyEvent
( userEvent: MessageEvent, )
src/components/conversation-events/chat/event-content-helpers/create-skill-ready-event.ts:35
↓ 2 callers
Function
createStreamingDeltaBatcher
( commit: (event: StreamingDeltaEvent) => void, scheduler: DeltaFlushScheduler = defaultScheduler, )
src/utils/streaming-delta-batcher.ts:36
↓ 2 callers
Function
createTaskTrackingObservation
(id: string, tasks: TestTask[])
__tests__/routes/task-list-tab.test.tsx:27
↓ 2 callers
Function
deleteAutomation
* Delete an automation (best-effort cleanup).
tests/e2e/mock-llm/automations/mock-llm-automation.spec.ts:186
↓ 2 callers
Method
deleteAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:411
↓ 2 callers
Function
deleteLiveLlmProfile
(request: APIRequestContext)
tests/e2e/live/utils/agent-server-conversation.ts:173
↓ 2 callers
Method
deleteMcpServer
(settingsKey: string)
src/api/settings-service/settings-service.api.ts:590
↓ 2 callers
Function
deleteProfileIfExists
(page: Page, profileName: string)
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:684
↓ 2 callers
Function
deriveLiveActivity
( events: readonly OHEvent[], )
src/components/features/chat/typing-indicator.tsx:70
↓ 2 callers
Function
deriveName
* The created automation's name. * * One repository is worth naming; several are not, so the count stands in * rather than a list of names that wou
src/manifests/automation-setup.ts:153
↓ 2 callers
Function
detectSkillInstalls
( events: OpenHandsEvent[], )
src/utils/skill-install-events.ts:29
↓ 2 callers
Function
dismiss
()
src/components/features/sidebar/use-sidebar-onboarding-checklist.ts:129
↓ 2 callers
Function
dismissAnalyticsModal
Dismiss the analytics consent modal if it appears.
tests/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts:139
↓ 2 callers
Method
dispatchAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:428
↓ 2 callers
Function
displaySuccessToastWithLink
( message: string, linkLabel: string, href: string, )
src/utils/custom-toast-handlers.tsx:120
↓ 2 callers
Function
downloadActivityLogExport
(options: { automation: Pick<Automation, "id" | "name" | "trigger">; format: ActivityLogExportFormat; co
src/utils/automation-activity-log-export.ts:143
↓ 2 callers
Method
downloadFile
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, path: stri
src/api/runtime-service/agent-server-runtime-service.ts:70
↓ 2 callers
Function
durationMsToSparklineBarHeightPx
( durationMs: number | null, )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:43
↓ 2 callers
Function
editProfileViaUI
( page: Page, options: { profileName: string; model: string; apiKey?: string; baseUrl?: st
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:661
↓ 2 callers
Method
emitClose
()
__tests__/hooks/use-websocket.test.ts:790
↓ 2 callers
Function
enqueueHomeTaskPendingMessage
(options: { conversationId: string; text: string; images: File[]; imagesMarkedUploadAsFile: string[];
src/utils/enqueue-home-task-pending-message.ts:9
↓ 2 callers
Function
ensureCursorVisible
(element: HTMLElement | null)
src/components/features/chat/utils/chat-input.utils.ts:132
↓ 2 callers
Method
ensureMarkerDir
()
tests/e2e/mock-llm/reporters/done-marker-reporter.ts:132
↓ 2 callers
Function
eventsToHtml
( events: OpenHandsEvent[], options: TranscriptExportOptions, )
src/utils/transcript-export/index.ts:592
↓ 2 callers
Function
eventsToMarkdown
( events: OpenHandsEvent[], options: TranscriptExportOptions, )
src/utils/transcript-export/index.ts:514
↓ 2 callers
Function
executeHeightCallback
( height: number, onHeightChange?: (height: number) => void, )
src/hooks/use-auto-resize.ts:113
↓ 2 callers
Function
failedHealth
( server: MCPServerConfig, error: unknown, )
src/api/mcp-health/probe-mcp-server-health.ts:25
↓ 2 callers
Function
fetchAllActivityLogExportRows
( automation: Pick<Automation, "id" | "name" | "trigger">, conversationBaseUrl?: string, )
src/utils/automation-activity-log-export.ts:113
↓ 2 callers
Function
fetchBackendRuntimeServicesInfo
()
src/api/agent-server-adapter.ts:175
↓ 2 callers
Function
fetchLatestAgentCanvasVersion
( signal?: AbortSignal, )
src/api/agent-canvas-updates.ts:21
↓ 2 callers
Function
fetchSecrets
()
src/api/secrets-service.ts:13
↓ 2 callers
Function
filePriorityScore
(path: string)
src/utils/file-priority.ts:73
↓ 2 callers
Function
fillLlmProfileEditorAndSave
* Fill the LLM profile editor's fields and save. Shared by the create flow * ("Add LLM Profile") and the edit flow ("Edit" on an existing row) — both
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:599
↓ 2 callers
Function
filterByQuery
( items: T[], query?: string, )
src/api/config-service/config-service.api.ts:14
↓ 2 callers
Function
filterByVerified
( items: T[], verified?: boolean, )
src/api/config-service/config-service.api.ts:28
↓ 2 callers
Function
filterSkillsByProjectScope
( skills: SkillInfo[], scope: ConversationOverviewProjectScope, projectDir?: string | null, )
src/utils/conversation-overview-project-scope.ts:61
↓ 2 callers
Function
finalizeMcpTestResponse
* Display-boundary post-processing shared by the test and OAuth probes: * scrub secrets from error/tool-result text, then let the catalog entry's *
src/api/mcp-service/mcp-service.api.ts:100
↓ 2 callers
Function
findFreePort
(preferredPort, host = "127.0.0.1")
scripts/dev-safe.mjs:213
↓ 2 callers
Function
findInstalledMatch
( transport: IntegrationTransport, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:166
↓ 2 callers
Function
findMatchingJobComments
(comments, options)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:200
↓ 2 callers
Function
finishFromMetricsIfReady
()
src/hooks/use-await-context-compaction.ts:96
↓ 2 callers
Function
flattenRecommendedRailGroups
( groups: RecommendedRailGroups, )
src/utils/recommended-automation-rail.ts:91
↓ 2 callers
Function
flushPendingTaskAttachments
( taskId: string, conversationId: string, )
src/utils/flush-pending-task-attachments.ts:10
↓ 2 callers
Function
formatConversationTagTooltip
( key: string, value: string, t: (key: I18nKey) => string, )
src/components/features/conversation-panel/conversation-card/conversation-tag-display.ts:119
↓ 2 callers
Function
formatDate
(dateStr: string, locale: string)
src/utils/format-relative-time.ts:3
↓ 2 callers
Function
formatDuration
(ms)
tests/e2e/live/scripts/render-live-e2e-report.mjs:169
↓ 2 callers
Function
formatDurationForTitle
( durationMs: number | null, )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:107
↓ 2 callers
Function
formatEnvironmentVariables
( env?: Record<string, string> | null, )
src/components/features/settings/mcp-settings/mcp-server-form.tsx:289
↓ 2 callers
Function
formatMissingFrontendDependenciesGuidance
( missingBins, cwd = process.cwd(), )
scripts/dev-safe.mjs:370
↓ 2 callers
Function
formatNativeModelName
( model: string | null | undefined, )
src/utils/format-model-name.ts:52
↓ 2 callers
Function
formatStatus
(status)
tests/e2e/live/scripts/render-live-e2e-report.mjs:185
↓ 2 callers
Function
formatTimestamp
(timestamp: string)
src/utils/transcript-export/index.ts:121
↓ 2 callers
Function
generateIcons
(input)
scripts/generate-icons.mjs:71
↓ 2 callers
Function
getAcpCredentialConflicts
( key: string | null | undefined, hasValue: (name: string) => boolean, )
src/constants/acp-providers.ts:283
↓ 2 callers
Function
getAcpErrorHeaderKey
(code?: string | null)
src/utils/acp-error-codes.ts:21
↓ 2 callers
Function
getAcpProviderSecrets
( key: string | null | undefined, )
src/constants/acp-providers.ts:359
↓ 2 callers
Function
getActionContent
(event: ActionEvent)
src/components/conversation-events/chat/event-content-helpers/get-action-content.ts:218
↓ 2 callers
Function
getActionEventTitleDescriptor
( event: ActionEvent, )
src/components/conversation-events/chat/event-content-helpers/get-action-event-title.ts:29
↓ 2 callers
Function
getActionSummary
(event: ActionEvent)
src/utils/transcript-export/index.ts:171
↓ 2 callers
Function
getActionThoughtText
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:15
↓ 2 callers
Function
getActiveSelection
()
src/api/backend-registry/active-store.ts:150
↓ 2 callers
Function
getActivityLogExportFilename
( automation: Pick<Automation, "id" | "name">, format: ActivityLogExportFormat, )
src/utils/automation-activity-log-export.ts:29
↓ 2 callers
Function
getAgentCanvasBasePath
()
src/utils/base-path.ts:11
↓ 2 callers
Function
getAgentServerFormDefaults
()
src/api/agent-server-config.ts:134
↓ 2 callers
Function
getAgentServerHttpClientOptions
( overrides?: AgentServerClientOverrides, )
src/api/agent-server-client-options.ts:71
↓ 2 callers
Function
getAgentSettingValue
( settings: Settings, key: string, )
src/utils/sdk-settings-schema.ts:108
↓ 2 callers
Function
getAgentStateEmoji
( status: ExecutionStatus | null | undefined, )
src/utils/agent-state-emoji.ts:14
↓ 2 callers
Function
getApiErrorBody
(error: unknown)
src/utils/api-error-message.ts:11
↓ 2 callers
Method
getAuthStatus
(server: string)
src/api/acp-service/acp-service.api.ts:100
↓ 2 callers
Method
getAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:303
↓ 2 callers
Function
getAutomationExportFilename
( automation: Pick<Automation, "id" | "name">, )
src/utils/automation-export.ts:174
↓ 2 callers
Function
getAutomationNameFacet
(conversation: AppConversation)
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:175
↓ 2 callers
Function
getAutomationRunStatusLabelKey
( status: AutomationRunStatus | string, )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:86
↓ 2 callers
Method
getAutomations
( limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:296
↓ 2 callers
Method
getBalance
* Fetch the provider balance from the agent server. * * Returns `null` when the server answers 404 (older servers without the * endpoint, or
src/api/llm-balance-service.ts:70
↓ 2 callers
Function
getBasename
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:196
↓ 2 callers
Function
getBundleFiles
(id: string)
src/manifests/manifest-bundle.ts:29
↓ 2 callers
Function
getByPath
(source: unknown, path: string)
src/manifests/manifest-template.ts:21
↓ 2 callers
Function
getCachedAgentServerInfo
(options?: { host?: string | null; })
src/api/agent-server-compatibility.ts:140
↓ 2 callers
Function
getCachedAgentServerVersion
( host?: string | null, )
src/api/agent-server-compatibility.ts:235
↓ 2 callers
Method
getClientOverrides
()
src/api/conversation-service/conversation-service.api.ts:29
↓ 2 callers
Function
getClipboardFiles
(clipboardData: DataTransfer)
src/components/features/chat/utils/chat-input.utils.ts:64
← previous
next →
701–800 of 4,305, ranked by callers