Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
4,469 in github.com/OpenHands/OpenHands
⨍
Functions
4,469
◇
Types & classes
1,131
↓ 5 callers
Function
getMarketplaceEntryById
( id: string, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:230
↓ 5 callers
Function
getPinnedHomeRouteKey
( backendId: string, orgId: string | null, )
src/hooks/use-pinned-home-route.ts:24
↓ 5 callers
Function
getProcessTreeSpawnOptions
(options = {})
scripts/dev-process-utils.mjs:34
↓ 5 callers
Function
getReasoningContent
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:28
↓ 5 callers
Function
getSkillScope
( skill: SkillInfo, projectDir?: string | null, )
src/utils/skill-scope.ts:79
↓ 5 callers
Function
isAuthRequired
()
src/api/agent-server-config.ts:265
↓ 5 callers
Function
isBenignSocketError
(err)
scripts/proxy-utils.mjs:37
↓ 5 callers
Function
isCloudBackend
()
src/api/plugins-management-service.ts:55
↓ 5 callers
Function
isConversationStateUpdateEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:217
↓ 5 callers
Function
isExecutionPaused
( status: ExecutionStatus | null | undefined, )
src/utils/status.ts:19
↓ 5 callers
Function
isHookExecutionEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:265
↓ 5 callers
Function
isSameCloudHost
( host: string | null | undefined, lockedHost: string | null | undefined, )
src/api/agent-server-config.ts:167
↓ 5 callers
Function
logError
(message)
scripts/dev-with-automation.mjs:124
↓ 5 callers
Function
logError
(message)
scripts/dev-static.mjs:105
↓ 5 callers
Function
mapUnsupported
(operation: () => Promise<T>)
src/api/canvas-extensions-service.ts:79
↓ 5 callers
Function
normalizeHost
(host: string)
src/components/features/backends/backend-form-modal.tsx:101
↓ 5 callers
Method
patchMcpConfig
* Apply one name-keyed MCP merge patch in exactly one request. The server * owns the stored catalog and secret preservation; Canvas never rebuilds
src/api/settings-service/settings-service.api.ts:539
↓ 5 callers
Function
recordBackendFailure
(id: string, error: unknown)
src/api/backend-registry/health-store.ts:46
↓ 5 callers
Method
renameProfile
( name: string, newName: string, )
src/api/profiles-service/profiles-service.api.ts:128
↓ 5 callers
Function
requestSubscriptionEndpoint
( path: string, options: SubscriptionRequestOptions = {}, )
src/api/llm-subscription-service.ts:79
↓ 5 callers
Method
resolveConversationWorkingDir
( conversationId: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:615
↓ 5 callers
Method
run
(task: () => Promise<T>, signal?: AbortSignal)
src/hooks/query/concurrency-limiter.ts:13
↓ 5 callers
Method
saveProfile
( name: string, request: SaveProfileRequest, )
src/api/profiles-service/profiles-service.api.ts:110
↓ 5 callers
Function
setMcpServerHealth
(key: string, health: McpServerHealth)
src/api/mcp-health/mcp-health-store.ts:63
↓ 5 callers
Function
shouldShowRunPhase
( status: AutomationRunStatus | null | undefined, )
src/components/features/automations/detail/run-phase.tsx:17
↓ 5 callers
Function
spawnService
(name, command, args, options = {})
scripts/dev-with-automation.mjs:634
↓ 5 callers
Function
spawnService
(name, command, args, options = {})
scripts/dev-static.mjs:224
↓ 5 callers
Function
splitInlineThink
( content: string, options?: { streaming?: boolean }, )
src/components/conversation-events/chat/event-thought-helpers.ts:56
↓ 5 callers
Function
stripAnsi
(str)
scripts/logger.mjs:36
↓ 5 callers
Function
timestampForEvent
(index: number)
tests/e2e/mock-llm/regressions/mock-llm-ui-regressions.spec.ts:34
↓ 5 callers
Function
trackEvent
( eventName: string, properties: Record<string, unknown> = {}, )
src/services/telemetry.ts:809
↓ 5 callers
Function
useActivateLlmProfile
()
src/hooks/mutation/use-activate-llm-profile.ts:9
↓ 5 callers
Function
useAgentSettingsSchema
( fallbackSchema?: SettingsSchema | null, )
src/hooks/query/use-agent-settings-schema.ts:71
↓ 5 callers
Function
useCanManageOrgProfiles
()
src/hooks/use-can-manage-org-profiles.ts:29
↓ 5 callers
Function
useCloudCurrentUserId
()
src/hooks/query/use-cloud-current-user-id.ts:30
↓ 5 callers
Function
useConversationPrimaryRepository
()
src/hooks/use-conversation-primary-repository.ts:11
↓ 5 callers
Function
useConversationWebSocket
()
src/contexts/conversation-websocket-context.tsx:1217
↓ 5 callers
Function
useHasPermission
(permission: string)
src/hooks/use-has-permission.ts:4
↓ 5 callers
Function
useIsAuthed
()
src/hooks/query/use-is-authed.ts:3
↓ 5 callers
Function
useSendMessage
()
src/hooks/use-send-message.ts:13
↓ 5 callers
Function
useUpdateMcpServer
()
src/hooks/mutation/use-update-mcp-server.ts:16
↓ 5 callers
Function
withRetry
( fn: () => Promise<T>, maxRetries: number = 3, baseDelayMs: number = 500, )
src/api/with-retry.ts:4
↓ 5 callers
Function
writeStoredActiveBackend
( selection: BackendSelection | null, )
src/api/backend-registry/storage.ts:221
↓ 4 callers
Function
actionEnvelope
(id: string, toolName: string)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:27
↓ 4 callers
Method
authorizeOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:248
↓ 4 callers
Function
buildAutomationRuntimeServicesInfo
(config)
scripts/dev-with-automation.mjs:1135
↓ 4 callers
Function
buildMcpServerPatch
( previous: MCPServer, edited: MCPServerConfig, )
src/utils/mcp-config.ts:319
↓ 4 callers
Function
buildNpmScriptCommand
( scriptName, platform = process.platform, env = process.env, nodeExecPath = process.execPath, )
scripts/dev-safe.mjs:844
↓ 4 callers
Function
buildRouteArgs
(routes)
scripts/dev-with-automation.mjs:783
↓ 4 callers
Function
buildRuntimeServicesInfo
(options)
scripts/runtime-services-info.mjs:60
↓ 4 callers
Function
buildSkillEnablementFilter
( enablement: SkillEnablement, )
src/utils/skill-enablement.ts:49
↓ 4 callers
Function
buildStartConversationRequest
( options: StartConversationOptions, )
src/api/agent-server-adapter.ts:1085
↓ 4 callers
Function
clearAgentServerHomeDirCache
()
src/api/agent-server-home.ts:81
↓ 4 callers
Function
closeMenu
()
src/components/features/conversation/conversation-name-with-status.tsx:54
↓ 4 callers
Function
commit
(next: BackendHealthMap)
src/api/backend-registry/health-store.ts:19
↓ 4 callers
Function
computeSnapshot
( backends: Backend[], selection: BackendSelection | null, )
src/api/backend-registry/active-store.ts:64
↓ 4 callers
Method
create
( request: CreateProviderConnectionRequest, )
src/api/provider-connections-service/provider-connections-service.api.ts:67
↓ 4 callers
Function
createClient
()
src/api/provider-connections-service/provider-connections-service.api.ts:50
↓ 4 callers
Function
createMcpProbeClient
()
src/api/mcp-service/mcp-service.api.ts:143
↓ 4 callers
Function
defineVisualizer
( visualizer: ToolVisualizer<AK, OK>, )
src/components/features/chat/tool-visualizers/define.ts:57
↓ 4 callers
Method
deleteProfile
(name: string)
src/api/profiles-service/profiles-service.api.ts:121
↓ 4 callers
Function
deriveRunHealth
( state: LatestAutomationRunState, )
src/components/features/home/featured-automations/automation-run-health.ts:17
↓ 4 callers
Function
ensureMockLLMAgentProfile
( request: APIRequestContext, llmProfileRef = "mock-llm", )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:532
↓ 4 callers
Function
escapeCell
(value)
tests/e2e/live/scripts/render-live-e2e-report.mjs:148
↓ 4 callers
Function
escapeHtml
(value: string)
src/utils/transcript-export/index.ts:126
↓ 4 callers
Method
executeCommand
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, command: s
src/api/runtime-service/agent-server-runtime-service.ts:25
↓ 4 callers
Function
fieldValues
(value: SetupFormValue | undefined)
src/manifests/manifest-local-validation.ts:94
↓ 4 callers
Function
findInstalledEntryMatch
( entry: MarketplaceEntry, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:175
↓ 4 callers
Function
formatEventOn
(on: string | string[] | undefined)
src/utils/automation-schedule.ts:109
↓ 4 callers
Function
formatTriggerSourceLabel
(source: string)
src/components/features/home/featured-automations/automation-run-health.ts:60
↓ 4 callers
Function
getAcpProviderDisplayName
( key: string | null | undefined, )
src/constants/acp-providers.ts:419
↓ 4 callers
Function
getActiveCloudBackend
()
src/api/cloud/settings-service.api.ts:58
↓ 4 callers
Method
getAutomationRuns
( id: string, limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:490
↓ 4 callers
Function
getBackendStatusLabel
( t: TFunction<"openhands">, backend: | { kind?: "local" | "cloud"; apiKey?: string |
src/components/features/backends/backend-status-label.ts:19
↓ 4 callers
Function
getContextWindowUsagePercentage
( perTurnToken: number, contextWindow: number, )
src/utils/format-token-count.ts:22
↓ 4 callers
Function
getConversationTagLabel
( key: string, t: (key: I18nKey) => string, )
src/components/features/conversation-panel/conversation-card/conversation-tag-display.ts:94
↓ 4 callers
Function
getCredentialValidationForServer
( server: MCPServerConfig, )
src/utils/mcp-credential-validation.ts:91
↓ 4 callers
Method
getCurrentConversation
()
src/api/conversation-service/conversation-service.api.ts:25
↓ 4 callers
Function
getDefaultMcpTransport
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:72
↓ 4 callers
Function
getDisplayConversationTags
( tags: Record<string, string> | null | undefined, )
src/api/agent-server-adapter.ts:513
↓ 4 callers
Function
getEventContent
( event: OpenHandsEvent | SkillReadyEvent, correspondingAction?: ActionEvent, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:301
↓ 4 callers
Function
getImportExportSpec
()
src/manifests/automation-interface.ts:214
↓ 4 callers
Function
getInstallableMcpConnectionOption
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:66
↓ 4 callers
Function
getLastRenderableEventId
()
src/hooks/chat/model-command-event-anchor.ts:4
↓ 4 callers
Function
getLocalServiceRoutes
(config)
scripts/dev-with-automation.mjs:749
↓ 4 callers
Function
getLockedCloudAuthMode
()
src/api/agent-server-config.ts:177
↓ 4 callers
Function
getMcpConnectionOptions
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:30
↓ 4 callers
Function
getNoContentActionContent
()
src/components/conversation-events/chat/event-content-helpers/get-action-content.ts:44
↓ 4 callers
Function
getNoReferrerPrefixArgs
* The editor prefix, if this mode serves it, as `--no-referrer-prefix` args. * * agent-server hands the editor a connection token derived from its s
scripts/dev-with-automation.mjs:794
↓ 4 callers
Function
getPostHogForConsentedCapture
Return the shared client only when a consented capture is safe to emit.
src/services/telemetry.ts:741
↓ 4 callers
Function
getRemoteHeaderFields
( option: McpMarketplaceConnectionOption | undefined, )
src/components/features/mcp-page/install-server-modal.tsx:103
↓ 4 callers
Function
getSettingValue
( settings: Settings, key: string, source: SettingsValueSource = "agent_settings", )
src/utils/sdk-settings-schema.ts:99
↓ 4 callers
Function
getSkillCardDescription
(skill: SkillInfo)
src/components/features/skills/get-skill-card-description.ts:48
↓ 4 callers
Function
getTaskStatusI18nKey
( taskStatus: AppConversationStartTaskStatus, )
src/utils/status.ts:31
↓ 4 callers
Function
getTriggerEventLabel
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:69
↓ 4 callers
Function
getTriggerSource
(automation: Automation)
src/components/features/home/featured-automations/automation-run-health.ts:75
↓ 4 callers
Function
getUserFacingConnectionErrorMessage
( error: unknown, )
src/utils/user-facing-error.ts:81
↓ 4 callers
Function
hasRedactedMcpSecretLeaf
(value: unknown)
src/utils/mcp-config.ts:44
↓ 4 callers
Function
inferInitialView
( settings: Settings, schemaOverride?: SettingsSchema | null, source: SettingsValueSource = "agent_setti
src/utils/sdk-settings-schema.ts:266
↓ 4 callers
Function
interpolateText
(template: string, scope: SetupScope)
src/manifests/manifest-template.ts:76
← previous
next →
201–300 of 4,469, ranked by callers