Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenHands/OpenHands
/ functions
Functions
3,467 in github.com/OpenHands/OpenHands
⨍
Functions
3,467
◇
Types & classes
951
↓ 6 callers
Function
buildSafeDevConfig
(cwd = process.cwd(), env = process.env)
scripts/dev-safe.mjs:537
↓ 6 callers
Function
cloudProfilesTarget
* Resolve the backend + base path for the active cloud backend's profiles: * the org-gated route when an org is bound, else the per-user settings rou
src/api/cloud/profiles-service.api.ts:33
↓ 6 callers
Function
fetchConversationData
( conversationId: string, )
src/hooks/mutation/conversation-mutation-utils.ts:12
↓ 6 callers
Function
formatTimeDelta
(date: Date | string)
src/utils/format-time-delta.ts:38
↓ 6 callers
Function
getBackendTelemetryProperties
({ backendKind, agentServerVersion, automationSdkVersion, backendVersion, connectionMethod, }: Backe
src/services/telemetry-context.ts:33
↓ 6 callers
Function
getGitPath
( selectedRepository: string | null | undefined, workingDir?: string | null, )
src/utils/get-git-path.ts:3
↓ 6 callers
Function
getSchemaFields
(schema: SettingsSchema)
src/utils/sdk-settings-schema.ts:57
↓ 6 callers
Function
handleEventForUI
( event: OpenHandsEvent, uiEvents: OpenHandsEvent[], )
src/utils/handle-event-for-ui.ts:327
↓ 6 callers
Function
isACPToolCallEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:258
↓ 6 callers
Function
isAgentErrorEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:77
↓ 6 callers
Function
isCloud
()
src/api/agent-profiles-service/agent-profiles-service.api.ts:39
↓ 6 callers
Function
isCloudActive
()
src/api/git-service/git-service.api.ts:17
↓ 6 callers
Function
isCloudBackend
()
src/api/profiles-service/profiles-service.api.ts:54
↓ 6 callers
Function
isInvalidProvider
(provider: string | null | undefined)
src/api/git-service/git-service.api.ts:24
↓ 6 callers
Function
isMessageEvent
(event: OpenHandsEvent)
src/types/agent-server/type-guards.ts:91
↓ 6 callers
Function
isProcessRunning
(proc)
scripts/dev-process-utils.mjs:13
↓ 6 callers
Function
isRecord
(value: unknown)
src/utils/mcp-config.ts:44
↓ 6 callers
Function
isSdkHttpStatusError
(error: unknown, status: number)
src/api/agent-server-compatibility.ts:156
↓ 6 callers
Function
observationEnvelope
(id: string, toolName: string)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:44
↓ 6 callers
Function
removeStoredConversationMetadata
( conversationId: string, )
src/api/conversation-metadata-store.ts:85
↓ 6 callers
Function
safeProvider
(value: string)
src/api/git-service/git-service.api.ts:15
↓ 6 callers
Function
sanitizeForComment
(value)
tests/e2e/live/scripts/render-live-e2e-report.mjs:138
↓ 6 callers
Method
searchEvents
( conversationUrl: string | null, sessionApiKey: string | null | undefined, options: SearchOptions
src/api/bash-service/bash-service.api.ts:77
↓ 6 callers
Function
setSelectedTab
(tab: ConversationTab | null)
__tests__/components/features/conversation/conversation-tab-content.test.tsx:68
↓ 6 callers
Function
setTelemetryConsent
( consent: ResolvedTelemetryConsent, { syncToCloud = true }: SetTelemetryConsentOptions = {}, )
src/services/telemetry.ts:450
↓ 6 callers
Function
sidebarNavLabelClassName
(collapsed: boolean)
src/components/features/sidebar/sidebar-layout.ts:75
↓ 6 callers
Function
startStaticServer
(config)
scripts/dev-static.mjs:372
↓ 6 callers
Function
useAgentProfiles
(options: UseAgentProfilesOptions = {})
src/hooks/query/use-agent-profiles.ts:23
↓ 6 callers
Function
useIsAuthed
()
src/hooks/query/use-is-authed.ts:3
↓ 6 callers
Function
useUserConversation
( cid: string | null, refetchInterval?: RefetchInterval, )
src/hooks/query/use-user-conversation.ts:21
↓ 5 callers
Function
__resetHealthStoreForTests
()
src/api/backend-registry/health-store.ts:96
↓ 5 callers
Method
activateProfile
(name: string)
src/api/profiles-service/profiles-service.api.ts:107
↓ 5 callers
Function
batchGetCloudConversations
( ids: string[], )
src/api/cloud/conversation-service.api.ts:90
↓ 5 callers
Function
buildAgentCanvasPath
(path: string)
src/utils/base-path.ts:27
↓ 5 callers
Function
buildAgentServerCommand
(env = process.env)
scripts/dev-safe.mjs:411
↓ 5 callers
Function
buildRuntimeServicesInfo
(options)
scripts/runtime-services-info.mjs:60
↓ 5 callers
Function
calculateToastDuration
( message: string | null | undefined, minDuration: number = 5000, maxDuration: number = 10000, )
src/utils/toast-duration.ts:8
↓ 5 callers
Function
clearCachedAgentServerInfo
()
src/api/agent-server-compatibility.ts:131
↓ 5 callers
Function
client
()
src/api/workspaces-service/workspaces-service.api.ts:25
↓ 5 callers
Function
createUserMessageEvent
(id: string)
test-utils.tsx:222
↓ 5 callers
Function
formatMissingUvxGuidance
(cwd = process.cwd())
scripts/dev-safe.mjs:320
↓ 5 callers
Function
getAgentServerSessionApiKey
()
src/api/agent-server-config.ts:192
↓ 5 callers
Function
getApiErrorMessage
(error: unknown, fallback: string)
src/utils/api-error-message.ts:13
↓ 5 callers
Function
getDefaultI18n
()
src/i18n/index.ts:74
↓ 5 callers
Function
getDefaultQueryClient
()
src/query-client-config.ts:86
↓ 5 callers
Function
getDisplayAgentServerVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:191
↓ 5 callers
Function
getManagementClient
()
src/api/plugins-management-service.ts:59
↓ 5 callers
Function
getProcessTreeSpawnOptions
(options = {})
scripts/dev-process-utils.mjs:30
↓ 5 callers
Function
getReasoningContent
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:28
↓ 5 callers
Function
isAuthRequired
()
src/api/agent-server-config.ts:214
↓ 5 callers
Function
isCloudBackend
()
src/api/plugins-management-service.ts:55
↓ 5 callers
Function
isConversationStateUpdateEvent
( event: OpenHandsEvent, )
src/types/agent-server/type-guards.ts:202
↓ 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:250
↓ 5 callers
Function
isSameCloudHost
( host: string | null | undefined, lockedHost: string | null | undefined, )
src/api/agent-server-config.ts:167
↓ 5 callers
Function
isSameStreamingSender
( a: OpenHandsEvent & { isFromPlanningAgent?: boolean }, b: OpenHandsEvent & { isFromPlanningAgent?: boole
src/utils/handle-event-for-ui.ts:34
↓ 5 callers
Function
logError
(message)
scripts/dev-with-automation.mjs:124
↓ 5 callers
Function
logError
(message)
scripts/dev-static.mjs:99
↓ 5 callers
Function
normalizeHost
(host: string)
src/components/features/backends/backend-form-modal.tsx:98
↓ 5 callers
Method
renameProfile
( name: string, newName: string, )
src/api/profiles-service/profiles-service.api.ts:96
↓ 5 callers
Function
requestSubscriptionEndpoint
( path: string, init: RequestInit = {}, )
src/api/llm-subscription-service.ts:73
↓ 5 callers
Function
setMcpServerHealth
(key: string, health: McpServerHealth)
src/api/mcp-health/mcp-health-store.ts:63
↓ 5 callers
Function
spawnService
(name, command, args, options = {})
scripts/dev-with-automation.mjs:574
↓ 5 callers
Function
spawnService
(name, command, args, options = {})
scripts/dev-static.mjs:218
↓ 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
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
useCloudCurrentUserId
()
src/hooks/query/use-cloud-current-user-id.ts:30
↓ 5 callers
Function
useConversationLocalStorageState
(conversationId: string)
src/utils/conversation-local-storage.ts:263
↓ 5 callers
Function
useConversationWebSocket
()
src/contexts/conversation-websocket-context.tsx:1114
↓ 5 callers
Function
useIsArchivedConversation
()
src/hooks/use-is-archived-conversation.ts:4
↓ 5 callers
Function
useLlmConfigured
()
src/hooks/use-llm-configured.ts:39
↓ 5 callers
Function
useSendMessage
()
src/hooks/use-send-message.ts:13
↓ 4 callers
Function
action
(overrides: Partial<CanvasUIAction>)
__tests__/services/canvas-ui.test.ts:16
↓ 4 callers
Function
actionEnvelope
(id: string, toolName: string)
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:27
↓ 4 callers
Function
assertAgentServerVersionIsSupported
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:279
↓ 4 callers
Method
authorizeOAuth
( server: MCPServerConfig, )
src/api/mcp-service/mcp-service.api.ts:267
↓ 4 callers
Function
buildAgentServerEnv
(config)
scripts/dev-safe.mjs:687
↓ 4 callers
Function
buildNpmScriptCommand
( scriptName, platform = process.platform, env = process.env, nodeExecPath = process.execPath, )
scripts/dev-safe.mjs:732
↓ 4 callers
Function
buildStartConversationRequest
( options: StartConversationOptions, )
src/api/agent-server-adapter.ts:907
↓ 4 callers
Function
clearAgentServerHomeDirCache
()
src/api/agent-server-home.ts:81
↓ 4 callers
Function
commit
(next: McpHealthMap)
src/api/mcp-health/mcp-health-store.ts:19
↓ 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:40
↓ 4 callers
Method
createConversation
( initialUserMsg?: string, conversationInstructions?: string, plugins?: PluginSpec[], metadata
src/api/conversation-service/agent-server-conversation-service.api.ts:369
↓ 4 callers
Function
createMcpProbeClient
()
src/api/mcp-service/mcp-service.api.ts:162
↓ 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:89
↓ 4 callers
Function
downloadBlob
(blob: Blob, filename: string)
src/utils/utils.ts:25
↓ 4 callers
Function
ensureMockLLMAgentProfile
( request: APIRequestContext, llmProfileRef = "mock-llm", )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:508
↓ 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
Method
fetchSettingsFromApi
* Fetch settings from the agent server API with retry logic. * * @param exposeSecrets - Controls how secrets are returned: * - undefined: S
src/api/settings-service/settings-service.api.ts:392
↓ 4 callers
Function
findCatalogEntryForServer
( server: MCPServerConfig, catalog: MarketplaceEntry[], )
src/utils/mcp-marketplace-utils.ts:280
↓ 4 callers
Function
formatEventOn
(on: string | string[] | undefined)
src/utils/automation-schedule.ts:109
↓ 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
← previous
next →
101–200 of 3,467, ranked by callers