Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
3,667 in github.com/OpenHands/OpenHands
⨍
Functions
3,667
◇
Types & classes
1,005
↓ 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
createTaskTrackingObservation
(id: string, tasks: TestTask[])
__tests__/routes/task-list-tab.test.tsx:27
↓ 2 callers
Method
deleteAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:401
↓ 2 callers
Function
deleteLiveLlmProfile
(request: APIRequestContext)
tests/e2e/live/utils/agent-server-conversation.ts:173
↓ 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
detectSkillInstalls
( events: OpenHandsEvent[], )
src/utils/skill-install-events.ts:29
↓ 2 callers
Method
dispatchAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:418
↓ 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
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
fetchBackendRuntimeServicesInfo
()
src/api/agent-server-adapter.ts:163
↓ 2 callers
Function
fetchLatestAgentCanvasVersion
( signal?: AbortSignal, )
src/api/agent-canvas-updates.ts:21
↓ 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
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:119
↓ 2 callers
Function
findFreePort
(preferredPort, host = "127.0.0.1")
scripts/dev-safe.mjs:208
↓ 2 callers
Function
findInstalledMatch
( transport: IntegrationTransport, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:156
↓ 2 callers
Function
findMatchingJobComments
(comments, options)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:187
↓ 2 callers
Function
flushPendingTaskAttachments
( taskId: string, conversationId: string, )
src/utils/flush-pending-task-attachments.ts:10
↓ 2 callers
Function
formatDate
(dateStr: string, locale: string)
src/components/features/automations/detail/activity-section.tsx:14
↓ 2 callers
Function
formatDuration
(ms)
tests/e2e/live/scripts/render-live-e2e-report.mjs:169
↓ 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:365
↓ 2 callers
Function
formatNativeModelName
( model: string | null | undefined, )
src/utils/format-model-name.ts:15
↓ 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
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:28
↓ 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:124
↓ 2 callers
Function
getAgentCanvasBasePath
()
src/utils/base-path.ts:11
↓ 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:293
↓ 2 callers
Function
getAutomationExportFilename
( automation: Pick<Automation, "id" | "name">, )
src/utils/automation-export.ts:174
↓ 2 callers
Method
getAutomationRuns
( id: string, limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:459
↓ 2 callers
Method
getAutomations
( limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:286
↓ 2 callers
Function
getAutomationsByPopularity
( catalog: RecommendedAutomation[], )
src/components/features/automations/recommended-automations-section.tsx:48
↓ 2 callers
Function
getBasename
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:196
↓ 2 callers
Function
getCachedAgentServerInfo
(options?: { host?: string | null; })
src/api/agent-server-compatibility.ts:138
↓ 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
↓ 2 callers
Function
getCloudCookieBackendAddedSessionKey
( backendId: string, userId: string, )
src/hooks/use-telemetry-identity.ts:15
↓ 2 callers
Function
getCloudSuggestedTasks
(args: { pageId?: string; limit?: number; })
src/api/cloud/suggestions-service.api.ts:14
↓ 2 callers
Method
getCommitChanges
Files changed by a single commit (vs its first parent).
src/api/git-service/agent-server-git-service.api.ts:202
↓ 2 callers
Function
getConversationIdFromLocation
()
src/stores/conversation-store.ts:78
↓ 2 callers
Function
getCreatePRPrompt
(gitProvider: Provider)
src/utils/utils.ts:484
↓ 2 callers
Function
getDefaultEventContent
(event: OpenHandsEvent)
src/components/conversation-events/chat/event-content-helpers/shared.ts:5
↓ 2 callers
Function
getDefaultMcpConnectionOption
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:39
↓ 2 callers
Function
getDirSizeBytes
(dir)
electron-builder.config.mjs:177
↓ 2 callers
Function
getDisplayAgentServerSdkVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:213
↓ 2 callers
Function
getDisplayConversationTags
( tags: Record<string, string> | null | undefined, )
src/api/agent-server-adapter.ts:447
↓ 2 callers
Method
getEventCount
( conversationId: string, conversationUrl: string, sessionApiKey?: string | null, )
src/api/event-service/event-service.api.ts:71
↓ 2 callers
Function
getEventId
(event: OHEvent)
src/stores/use-event-store.ts:14
↓ 2 callers
Function
getEventTimestamp
(event: OHEvent)
src/stores/use-event-store.ts:17
↓ 2 callers
Function
getExtension
(path: string)
src/components/features/files-tab/file-content-viewer.tsx:33
↓ 2 callers
Function
getExtension
(path: string)
src/hooks/query/use-workspace-file-content.ts:49
↓ 2 callers
Function
getExtraInfoBlocks
(extendedContent: TextContent[])
src/components/conversation-events/chat/event-content-helpers/get-skill-ready-content.ts:92
↓ 2 callers
Function
getFileClient
()
src/hooks/query/use-search-subdirs.ts:22
↓ 2 callers
Function
getFolderBrowserPathSegments
(targetPath: string)
tests/e2e/mock-llm/utils/folder-workspace-paths.ts:35
↓ 2 callers
Function
getFrontendBackend
(config)
scripts/dev-with-automation.mjs:727
↓ 2 callers
Method
getGitChangeDiff
( _conversationId: string, path: string, )
src/api/git-service/git-service.api.ts:163
↓ 2 callers
Method
getGitCommits
* List the conversation's commits (display-base..HEAD, newest first). * Resolves to `null` when the agent server predates the endpoint (404), *
src/api/git-service/agent-server-git-service.api.ts:172
↓ 2 callers
Function
getGitPullPrompt
()
src/utils/utils.ts:464
↓ 2 callers
Function
getGitPushPrompt
(gitProvider: Provider)
src/utils/utils.ts:472
↓ 2 callers
Function
getInitialFormValues
(setup: SetupBlock)
src/manifests/manifest-local-validation.ts:88
↓ 2 callers
Function
getInstalledServerTitle
( server: MCPServerConfig, catalog?: MarketplaceEntry, )
src/utils/mcp-installed-server-display.ts:14
↓ 2 callers
Function
getIntegrationIds
(automation: RecommendedAutomation)
src/utils/automation-catalog.ts:22
↓ 2 callers
Function
getInvokeSkillItems
( event: ObservationEvent<InvokeSkillObservation>, )
src/components/conversation-events/chat/event-content-helpers/get-invoke-skill-items.ts:12
↓ 2 callers
Function
getLanguageFromPath
(path: string)
src/utils/get-language-from-path.ts:1
↓ 2 callers
Method
getLocalPlugins
* Fetch the locally-discovered ("ambient") plugins from the agent-server. * * Only user-level plugins are requested (`~/.agents/plugins`, * `
src/api/plugins-service.ts:104
↓ 2 callers
Function
getMissingFrontendDependencyBins
( cwd = process.cwd(), platform = process.platform, )
scripts/dev-safe.mjs:352
↓ 2 callers
Function
getMobileTopBarState
(pathname: string)
src/utils/mobile-section-nav.ts:15
↓ 2 callers
Function
getMockLLMRequests
( request: APIRequestContext, )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:894
↓ 2 callers
Method
getModels
()
src/api/option-service/option-service.api.ts:7
↓ 2 callers
Function
getNonEmptyString
( value: unknown, maxLength?: number, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:66
↓ 2 callers
Method
getOAuthStatus
(jobId: string)
src/api/mcp-service/mcp-service.api.ts:242
↓ 2 callers
Method
getOAuthStatusWithClient
( client: MCPClient, jobId: string, )
src/api/mcp-service/mcp-service.api.ts:345
↓ 2 callers
Function
getOnboardingStepLayout
( page: Page, )
tests/e2e/support/onboarding-helpers.ts:133
↓ 2 callers
Method
getOpenAIStatus
()
src/api/llm-subscription-service.ts:162
↓ 2 callers
Function
getOrCreatePersistedApiKey
(filePath, label = "API")
scripts/dev-safe.mjs:138
↓ 2 callers
Function
getOrCreatePersistedApiKeyFile
( filePath = DEFAULT_API_KEY_PATH, )
scripts/dev-safe.mjs:113
↓ 2 callers
Function
getPRShort
(isGitLab: boolean)
src/utils/utils.ts:261
↓ 2 callers
Function
getPathBasename
(path: string)
src/utils/path-utils.ts:26
← previous
next →
601–700 of 3,667, ranked by callers