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
getPendingTaskDraftKey
(taskId: string)
src/utils/conversation-local-storage.ts:204
↓ 2 callers
Function
getPluginDisplayName
(plugin: PluginSpec)
src/components/features/launch/plugin-launch-modal.tsx:83
↓ 2 callers
Method
getPluginFileContent
* Fetch one plugin file's content for the detail-modal viewer. `basePath` is * the plugin directory reported by the agent-server (`path`/`install_p
src/api/plugins-service.ts:127
↓ 2 callers
Function
getPluginSourceInfo
(plugin: PluginSpec)
src/components/features/launch/plugin-launch-modal.tsx:104
↓ 2 callers
Method
getPluginsMarketplace
* Fetch the dynamic plugins marketplace catalog. * * Local backend only for now: the catalog is fetched at run time from the * agent-server v
src/api/plugins-service.ts:76
↓ 2 callers
Function
getPrismLanguageForFile
( path: string, mimeType?: string, )
src/utils/file-language.ts:158
↓ 2 callers
Function
getRawAgentServerSdkVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:180
↓ 2 callers
Function
getRawAgentServerVersion
(serverInfo: AgentServerInfo)
src/api/agent-server-compatibility.ts:186
↓ 2 callers
Function
getRemoteServerFields
(server: MCPServerConfig)
src/utils/mcp-config.ts:181
↓ 2 callers
Method
getRepositoryBranches
( repository: string, provider: string, query: string = "", pageId?: string, limit = 30,
src/api/git-service/git-service.api.ts:91
↓ 2 callers
Function
getRequiredIntegrationIds
( automation: RecommendedAutomation, )
src/utils/automation-catalog.ts:31
↓ 2 callers
Method
getRuntimeConversation
( conversationId: string, conversationUrl: string | null | undefined, sessionApiKey?: string | nul
src/api/conversation-service/agent-server-conversation-service.api.ts:629
↓ 2 callers
Function
getRuntimePathParser
(targetPath: string)
tests/e2e/mock-llm/utils/folder-workspace-paths.ts:45
↓ 2 callers
Method
getSdkVersion
()
src/api/automation-service/automation-service.api.ts:236
↓ 2 callers
Method
getSecrets
* List all custom secrets (names and descriptions only, no values). * Uses the agent-server API endpoint: GET /api/settings/secrets * * Note:
src/api/secrets-service.ts:21
↓ 2 callers
Method
getSettingsForConversation
* Get settings with encrypted secrets for starting conversations. * The encrypted secrets can be passed to the start conversation API * with sec
src/api/settings-service/settings-service.api.ts:477
↓ 2 callers
Function
getSkillChatLaunchMessage
( skill: Pick<SkillInfo, "name">, )
src/components/features/skills/get-skill-chat-launch-message.ts:7
↓ 2 callers
Function
getSkillDescription
(content: string)
src/components/features/chat/components/slash-command-menu.tsx:43
↓ 2 callers
Function
getSkillReadyItems
( activatedSkills: string[], extendedContent: TextContent[], )
src/components/conversation-events/chat/event-content-helpers/get-skill-ready-content.ts:122
↓ 2 callers
Function
getSkillScope
( skill: SkillInfo, projectDir?: string | null, )
src/utils/skill-scope.ts:75
↓ 2 callers
Function
getStatusCode
( webSocketConnectionState: WebSocketConnectionState, executionStatus: ExecutionStatus | null, taskStatu
src/utils/status.ts:64
↓ 2 callers
Method
getSuggestedTasks
* Aggregate suggested tasks for the calling user. Cloud exposes * `/api/v1/git/suggested-tasks/search` which the proxy forwards to. * Local agen
src/api/suggestions-service/suggestions-service.api.ts:13
↓ 2 callers
Function
getSupportedLanguageCodes
()
scripts/check-translation-completeness.cjs:62
↓ 2 callers
Function
getTelemetryDistinctId
()
src/services/telemetry.ts:784
↓ 2 callers
Function
getTelemetryDistinctIdForConsentSync
()
src/services/telemetry.ts:790
↓ 2 callers
Function
getTrailingDeltas
( uiEvents: OpenHandsEvent[], selects: (event: StreamingDeltaEvent) => boolean, )
src/utils/handle-event-for-ui.ts:103
↓ 2 callers
Method
getUserInstallations
( provider: string, pageId?: string, limit = 100, )
src/api/git-service/git-service.api.ts:129
↓ 2 callers
Method
getVSCodeUrl
( conversationId: string, )
src/api/conversation-service/conversation-service.api.ts:35
↓ 2 callers
Function
getVisibleSettingsSections
( schema: SettingsSchema, values: SettingsFormValues, view: SettingsView, excludeKeys: Set<string> = S
src/utils/sdk-settings-schema.ts:456
↓ 2 callers
Function
getVisionInspectActionTitle
( event: ActionEvent, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:82
↓ 2 callers
Function
githubRequest
(method, path, token, body)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:104
↓ 2 callers
Function
githubRequest
(method, path, token, body)
tests/e2e/live/scripts/upsert-pr-comment.mjs:129
↓ 2 callers
Function
grepObservation
( observation: Partial<GrepObservation> & Pick<GrepObservation, "pattern">, )
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:160
↓ 2 callers
Function
groupConversations
( items: readonly AppConversation[], backendKind: BackendKind, sortField: ConversationSortField, label
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:192
↓ 2 callers
Function
groupSkillsByScope
( skills: SkillInfo[], projectDir?: string | null, )
src/utils/skill-scope.ts:104
↓ 2 callers
Function
handleActionEventCacheInvalidation
( event: ActionEvent, conversationId: string, queryClient: QueryClient, )
src/utils/cache-utils.ts:18
↓ 2 callers
Function
handleActionMessage
(message: ActionMessage)
src/services/actions.ts:18
↓ 2 callers
Function
handleBackToList
()
src/routes/secrets-settings.tsx:91
↓ 2 callers
Function
handleCanvasUIAction
( action: CanvasUIAction, conversationId: string | null = null, )
src/services/canvas-ui.ts:32
↓ 2 callers
Function
handleFormSubmission
(formData: FormData)
src/components/shared/modals/settings/settings-form.tsx:34
↓ 2 callers
Function
handlePlanClick
(event: React.MouseEvent<HTMLButtonElement>)
src/components/features/chat/change-agent-context-menu.tsx:36
↓ 2 callers
Function
handleStatusMessage
(message: StatusMessage)
src/services/actions.ts:57
↓ 2 callers
Function
hasAnyError
(errors: MappedManifestErrors)
src/components/features/manifest/manifest-setup-dialog.tsx:58
↓ 2 callers
Function
hasConversationStarted
({ isLoadingHistory, hasUserEvents, hasPendingUserMessages, hasSubstantiveAgentActions, hasModelEntr
src/components/features/chat/components/resolve-picker-kind.ts:11
↓ 2 callers
Function
hasFirstUseSent
* Check if first use event has already been sent
src/services/telemetry.ts:624
↓ 2 callers
Function
humanizeEventKind
(kind: string)
src/utils/transcript-export/index.ts:165
↓ 2 callers
Function
installedServerMatchesQuery
( server: MCPServerConfig, catalogEntry: MarketplaceEntry | undefined, rawQuery: string, )
src/utils/mcp-marketplace-utils.ts:251
↓ 2 callers
Function
interpolateText
(template: string, scope: SetupScope)
src/manifests/manifest-template.ts:38
↓ 2 callers
Function
isAcpAgent
(settings: Settings)
src/api/agent-server-adapter.ts:708
↓ 2 callers
Function
isAcpAuthErrorCode
(code?: string | null)
src/utils/acp-error-codes.ts:27
↓ 2 callers
Function
isAgentServerAuthError
(error: unknown)
src/api/agent-server-compatibility.ts:130
↓ 2 callers
Function
isAgentServerToolAvailable
(toolName: string)
src/api/agent-server-compatibility.ts:147
↓ 2 callers
Function
isAgentServerUnavailableError
( error: unknown, )
src/api/agent-server-compatibility.ts:61
↓ 2 callers
Function
isArchivedSandboxStatus
( sandboxStatus: SandboxStatus | null | undefined, )
src/utils/conversation-archive-status.ts:3
↓ 2 callers
Function
isAuthRequiredAndMissing
()
src/api/agent-server-config.ts:223
↓ 2 callers
Function
isAxiosError
(error: unknown)
src/utils/retrieve-axios-error-message.ts:8
↓ 2 callers
Function
isBackendRequestTimeoutMessage
( message: string | null | undefined, )
src/utils/user-facing-error.ts:69
↓ 2 callers
Function
isCacheValid
()
src/api/settings-service/settings-service.api.ts:176
↓ 2 callers
Function
isCloudBackendApiKeyOrNetworkHealthError
( error: string | null | undefined, )
src/hooks/query/use-backends-health.ts:51
↓ 2 callers
Function
isContentEmpty
(element: HTMLDivElement | null)
src/components/features/chat/utils/chat-input.utils.ts:87
↓ 2 callers
Function
isCredentialOptional
(option: McpMarketplaceConnectionOption)
src/components/features/mcp-page/install-server-modal.tsx:97
↓ 2 callers
Function
isEnoentError
(error)
scripts/dev-safe.mjs:180
↓ 2 callers
Function
isExecuteBashObservationEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:133
↓ 2 callers
Function
isExecutionErrored
( status: ExecutionStatus | null | undefined, )
src/utils/status.ts:25
↓ 2 callers
Function
isFieldVisibleInView
( field: SettingsFieldSchema, view: SettingsView, )
src/utils/sdk-settings-schema.ts:427
↓ 2 callers
Function
isGetOrHead
(req)
scripts/static-server.mjs:399
↓ 2 callers
Function
isGroupableEvent
(event: OpenHandsEvent)
src/components/conversation-events/chat/group-events.ts:22
↓ 2 callers
Function
isInvalidBackendApiKeyHealthError
( error: string | null | undefined, )
src/hooks/query/use-backends-health.ts:39
↓ 2 callers
Function
isLikelyDirectory
(path: string)
src/components/features/chat/path-component.tsx:20
↓ 2 callers
Function
isMobileDevice
()
src/utils/utils.ts:81
↓ 2 callers
Function
isMobileUserAgent
()
src/utils/utils.ts:70
↓ 2 callers
Function
isOAuthOption
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:91
↓ 2 callers
Function
isPlainRecord
(value: unknown)
src/api/agent-server-adapter.ts:486
↓ 2 callers
Function
isPluginSelected
( selected: PluginSpec[], plugin: Pick<PluginSpec, "source" | "ref" | "repo_path">, )
src/components/features/plugins/plugin-spec-identity.ts:34
↓ 2 callers
Function
isRecord
(value: unknown)
src/utils/automation-export.ts:23
↓ 2 callers
Function
isRecord
(value: unknown)
src/api/mcp-service/mcp-redacted-credentials.ts:19
↓ 2 callers
Function
isRecord
(value: unknown)
src/manifests/interface-validation.ts:74
↓ 2 callers
Function
isRecord
(value: unknown)
src/manifests/manifest-error-map.ts:31
↓ 2 callers
Function
isResponderAutomation
( automation: RecommendedAutomation, )
src/utils/responder-deployment.ts:18
↓ 2 callers
Function
isSdkHttpError
(error: unknown)
src/api/agent-server-compatibility.ts:155
↓ 2 callers
Function
isSelectField
(field: SettingsFieldSchema)
src/components/features/settings/sdk-settings/schema-field.tsx:30
↓ 2 callers
Function
isServerInfoRequest
(req)
scripts/proxy-utils.mjs:64
↓ 2 callers
Function
isTaskPolling
(taskStatus: string | null | undefined)
src/utils/utils.ts:720
↓ 2 callers
Function
isUserHomeSkillPath
(source: string)
src/utils/skill-scope.ts:31
↓ 2 callers
Function
isValidHostUrl
* Returns true when `host` represents a reachable backend URL. * * Rules (applied in order): * 1. Must be non-empty after trimming. * 2. Must
src/components/features/backends/backend-form-modal.tsx:129
↓ 2 callers
Function
isValidMcpServerName
(name: string)
src/utils/mcp-server-name.ts:3
↓ 2 callers
Function
isValidVerificationUrl
* Validate that a URL is safe to open in a popup. * Prevents XSS via javascript: URLs or other malicious schemes.
src/components/features/backends/device-flow-auth.tsx:62
↓ 2 callers
Function
isWindowsDriveRoot
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:100
↓ 2 callers
Function
joinTextBlocks
(blocks: (TextContent | ImageContent)[])
src/utils/handle-event-for-ui.ts:53
↓ 2 callers
Function
joinWorkspaceUrl
( baseUrl: string, relativePath?: string | null, )
src/hooks/query/use-workspace-session.ts:103
↓ 2 callers
Function
labelForAcpModel
( serverKey: string | null | undefined, modelId: string | null | undefined, )
src/constants/acp-providers.ts:451
↓ 2 callers
Function
launchConversation
()
src/components/features/onboarding/steps/say-hello-step.tsx:50
↓ 2 callers
Function
limitItems
(items: T[], limit?: number)
src/api/config-service/config-service.api.ts:39
↓ 2 callers
Function
linkPendingTaskMessages
( realConversationId: string, taskConversationId: string, )
src/utils/pending-task-message-link.ts:14
↓ 2 callers
Method
listAutomationRuns
( id: string, params: { limit?: number; offset?: number } = {}, )
src/api/automation-service/automation-service.api.ts:435
↓ 2 callers
Method
listAutomations
( params: { limit?: number; offset?: number } = {}, )
src/api/automation-service/automation-service.api.ts:264
↓ 2 callers
Method
listOutputs
* Fetch all `BashOutput` events for a bash command, paginated and * sorted by timestamp. Returns events in command-emission order so * callers c
src/api/bash-service/bash-service.api.ts:50
↓ 2 callers
Function
listenOnLoopback
(server: Server)
__tests__/scripts/ingress.test.ts:31
↓ 2 callers
Function
loadAgentServerInfo
()
src/api/agent-server-compatibility.ts:318
↓ 2 callers
Function
loadCompleteTranscriptEvents
( loadedEvents: OpenHandsEvent[], searchEvents: SearchTranscriptEvents, expectedEventCount?: number, )
src/utils/transcript-export/load-complete-events.ts:33
← previous
next →
701–800 of 3,667, ranked by callers