MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions3,667 in github.com/OpenHands/OpenHands

↓ 2 callersFunctioncreateSetupRegistry
( candidates: readonly unknown[], )
src/manifests/manifest-registry.ts:19
↓ 2 callersFunctioncreateSkillReadyEvent
( userEvent: MessageEvent, )
src/components/conversation-events/chat/event-content-helpers/create-skill-ready-event.ts:35
↓ 2 callersFunctioncreateTaskTrackingObservation
(id: string, tasks: TestTask[])
__tests__/routes/task-list-tab.test.tsx:27
↓ 2 callersMethoddeleteAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:401
↓ 2 callersFunctiondeleteLiveLlmProfile
(request: APIRequestContext)
tests/e2e/live/utils/agent-server-conversation.ts:173
↓ 2 callersFunctiondeleteProfileIfExists
(page: Page, profileName: string)
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:684
↓ 2 callersFunctionderiveLiveActivity
( events: readonly OHEvent[], )
src/components/features/chat/typing-indicator.tsx:70
↓ 2 callersFunctiondetectSkillInstalls
( events: OpenHandsEvent[], )
src/utils/skill-install-events.ts:29
↓ 2 callersMethoddispatchAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:418
↓ 2 callersMethoddownloadFile
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, path: stri
src/api/runtime-service/agent-server-runtime-service.ts:70
↓ 2 callersFunctionenqueueHomeTaskPendingMessage
(options: { conversationId: string; text: string; images: File[]; imagesMarkedUploadAsFile: string[];
src/utils/enqueue-home-task-pending-message.ts:9
↓ 2 callersFunctionensureCursorVisible
(element: HTMLElement | null)
src/components/features/chat/utils/chat-input.utils.ts:132
↓ 2 callersMethodensureMarkerDir
()
tests/e2e/mock-llm/reporters/done-marker-reporter.ts:132
↓ 2 callersFunctioneventsToHtml
( events: OpenHandsEvent[], options: TranscriptExportOptions, )
src/utils/transcript-export/index.ts:592
↓ 2 callersFunctioneventsToMarkdown
( events: OpenHandsEvent[], options: TranscriptExportOptions, )
src/utils/transcript-export/index.ts:514
↓ 2 callersFunctionexecuteHeightCallback
( height: number, onHeightChange?: (height: number) => void, )
src/hooks/use-auto-resize.ts:113
↓ 2 callersFunctionfailedHealth
( server: MCPServerConfig, error: unknown, )
src/api/mcp-health/probe-mcp-server-health.ts:25
↓ 2 callersFunctionfetchBackendRuntimeServicesInfo
()
src/api/agent-server-adapter.ts:163
↓ 2 callersFunctionfetchLatestAgentCanvasVersion
( signal?: AbortSignal, )
src/api/agent-canvas-updates.ts:21
↓ 2 callersFunctionfilePriorityScore
(path: string)
src/utils/file-priority.ts:73
↓ 2 callersFunctionfillLlmProfileEditorAndSave
* 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 callersFunctionfilterByQuery
( items: T[], query?: string, )
src/api/config-service/config-service.api.ts:14
↓ 2 callersFunctionfilterByVerified
( items: T[], verified?: boolean, )
src/api/config-service/config-service.api.ts:28
↓ 2 callersFunctionfinalizeMcpTestResponse
* 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 callersFunctionfindFreePort
(preferredPort, host = "127.0.0.1")
scripts/dev-safe.mjs:208
↓ 2 callersFunctionfindInstalledMatch
( transport: IntegrationTransport, servers: MCPServerConfig[], )
src/utils/mcp-marketplace-utils.ts:156
↓ 2 callersFunctionfindMatchingJobComments
(comments, options)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:187
↓ 2 callersFunctionflushPendingTaskAttachments
( taskId: string, conversationId: string, )
src/utils/flush-pending-task-attachments.ts:10
↓ 2 callersFunctionformatDate
(dateStr: string, locale: string)
src/components/features/automations/detail/activity-section.tsx:14
↓ 2 callersFunctionformatDuration
(ms)
tests/e2e/live/scripts/render-live-e2e-report.mjs:169
↓ 2 callersFunctionformatEnvironmentVariables
( env?: Record<string, string> | null, )
src/components/features/settings/mcp-settings/mcp-server-form.tsx:289
↓ 2 callersFunctionformatMissingFrontendDependenciesGuidance
( missingBins, cwd = process.cwd(), )
scripts/dev-safe.mjs:365
↓ 2 callersFunctionformatNativeModelName
( model: string | null | undefined, )
src/utils/format-model-name.ts:15
↓ 2 callersFunctionformatStatus
(status)
tests/e2e/live/scripts/render-live-e2e-report.mjs:185
↓ 2 callersFunctionformatTimestamp
(timestamp: string)
src/utils/transcript-export/index.ts:121
↓ 2 callersFunctiongetAcpCredentialConflicts
( key: string | null | undefined, hasValue: (name: string) => boolean, )
src/constants/acp-providers.ts:283
↓ 2 callersFunctiongetAcpErrorHeaderKey
(code?: string | null)
src/utils/acp-error-codes.ts:21
↓ 2 callersFunctiongetAcpProviderSecrets
( key: string | null | undefined, )
src/constants/acp-providers.ts:359
↓ 2 callersFunctiongetActionContent
(event: ActionEvent)
src/components/conversation-events/chat/event-content-helpers/get-action-content.ts:218
↓ 2 callersFunctiongetActionEventTitleDescriptor
( event: ActionEvent, )
src/components/conversation-events/chat/event-content-helpers/get-action-event-title.ts:28
↓ 2 callersFunctiongetActionSummary
(event: ActionEvent)
src/utils/transcript-export/index.ts:171
↓ 2 callersFunctiongetActionThoughtText
(action: ActionEvent)
src/components/conversation-events/chat/event-thought-helpers.ts:15
↓ 2 callersFunctiongetActiveSelection
()
src/api/backend-registry/active-store.ts:124
↓ 2 callersFunctiongetAgentCanvasBasePath
()
src/utils/base-path.ts:11
↓ 2 callersFunctiongetAgentServerHttpClientOptions
( overrides?: AgentServerClientOverrides, )
src/api/agent-server-client-options.ts:71
↓ 2 callersFunctiongetAgentSettingValue
( settings: Settings, key: string, )
src/utils/sdk-settings-schema.ts:108
↓ 2 callersFunctiongetAgentStateEmoji
( status: ExecutionStatus | null | undefined, )
src/utils/agent-state-emoji.ts:14
↓ 2 callersFunctiongetApiErrorBody
(error: unknown)
src/utils/api-error-message.ts:11
↓ 2 callersMethodgetAuthStatus
(server: string)
src/api/acp-service/acp-service.api.ts:100
↓ 2 callersMethodgetAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:293
↓ 2 callersFunctiongetAutomationExportFilename
( automation: Pick<Automation, "id" | "name">, )
src/utils/automation-export.ts:174
↓ 2 callersMethodgetAutomationRuns
( id: string, limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:459
↓ 2 callersMethodgetAutomations
( limit = 50, offset = 0, )
src/api/automation-service/automation-service.api.ts:286
↓ 2 callersFunctiongetAutomationsByPopularity
( catalog: RecommendedAutomation[], )
src/components/features/automations/recommended-automations-section.tsx:48
↓ 2 callersFunctiongetBasename
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:196
↓ 2 callersFunctiongetCachedAgentServerInfo
(options?: { host?: string | null; })
src/api/agent-server-compatibility.ts:138
↓ 2 callersMethodgetClientOverrides
()
src/api/conversation-service/conversation-service.api.ts:29
↓ 2 callersFunctiongetClipboardFiles
(clipboardData: DataTransfer)
src/components/features/chat/utils/chat-input.utils.ts:64
↓ 2 callersFunctiongetCloudCookieBackendAddedSessionKey
( backendId: string, userId: string, )
src/hooks/use-telemetry-identity.ts:15
↓ 2 callersFunctiongetCloudSuggestedTasks
(args: { pageId?: string; limit?: number; })
src/api/cloud/suggestions-service.api.ts:14
↓ 2 callersMethodgetCommitChanges
Files changed by a single commit (vs its first parent).
src/api/git-service/agent-server-git-service.api.ts:202
↓ 2 callersFunctiongetConversationIdFromLocation
()
src/stores/conversation-store.ts:78
↓ 2 callersFunctiongetCreatePRPrompt
(gitProvider: Provider)
src/utils/utils.ts:484
↓ 2 callersFunctiongetDefaultEventContent
(event: OpenHandsEvent)
src/components/conversation-events/chat/event-content-helpers/shared.ts:5
↓ 2 callersFunctiongetDefaultMcpConnectionOption
( entry: MarketplaceEntry, )
src/utils/mcp-marketplace-utils.ts:39
↓ 2 callersFunctiongetDirSizeBytes
(dir)
electron-builder.config.mjs:177
↓ 2 callersFunctiongetDisplayAgentServerSdkVersion
( serverInfo: AgentServerInfo, )
src/api/agent-server-compatibility.ts:213
↓ 2 callersFunctiongetDisplayConversationTags
( tags: Record<string, string> | null | undefined, )
src/api/agent-server-adapter.ts:447
↓ 2 callersMethodgetEventCount
( conversationId: string, conversationUrl: string, sessionApiKey?: string | null, )
src/api/event-service/event-service.api.ts:71
↓ 2 callersFunctiongetEventId
(event: OHEvent)
src/stores/use-event-store.ts:14
↓ 2 callersFunctiongetEventTimestamp
(event: OHEvent)
src/stores/use-event-store.ts:17
↓ 2 callersFunctiongetExtension
(path: string)
src/components/features/files-tab/file-content-viewer.tsx:33
↓ 2 callersFunctiongetExtension
(path: string)
src/hooks/query/use-workspace-file-content.ts:49
↓ 2 callersFunctiongetExtraInfoBlocks
(extendedContent: TextContent[])
src/components/conversation-events/chat/event-content-helpers/get-skill-ready-content.ts:92
↓ 2 callersFunctiongetFileClient
()
src/hooks/query/use-search-subdirs.ts:22
↓ 2 callersFunctiongetFolderBrowserPathSegments
(targetPath: string)
tests/e2e/mock-llm/utils/folder-workspace-paths.ts:35
↓ 2 callersFunctiongetFrontendBackend
(config)
scripts/dev-with-automation.mjs:727
↓ 2 callersMethodgetGitChangeDiff
( _conversationId: string, path: string, )
src/api/git-service/git-service.api.ts:163
↓ 2 callersMethodgetGitCommits
* 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 callersFunctiongetGitPullPrompt
()
src/utils/utils.ts:464
↓ 2 callersFunctiongetGitPushPrompt
(gitProvider: Provider)
src/utils/utils.ts:472
↓ 2 callersFunctiongetInitialFormValues
(setup: SetupBlock)
src/manifests/manifest-local-validation.ts:88
↓ 2 callersFunctiongetInstalledServerTitle
( server: MCPServerConfig, catalog?: MarketplaceEntry, )
src/utils/mcp-installed-server-display.ts:14
↓ 2 callersFunctiongetIntegrationIds
(automation: RecommendedAutomation)
src/utils/automation-catalog.ts:22
↓ 2 callersFunctiongetInvokeSkillItems
( event: ObservationEvent<InvokeSkillObservation>, )
src/components/conversation-events/chat/event-content-helpers/get-invoke-skill-items.ts:12
↓ 2 callersFunctiongetLanguageFromPath
(path: string)
src/utils/get-language-from-path.ts:1
↓ 2 callersMethodgetLocalPlugins
* 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 callersFunctiongetMissingFrontendDependencyBins
( cwd = process.cwd(), platform = process.platform, )
scripts/dev-safe.mjs:352
↓ 2 callersFunctiongetMobileTopBarState
(pathname: string)
src/utils/mobile-section-nav.ts:15
↓ 2 callersFunctiongetMockLLMRequests
( request: APIRequestContext, )
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:894
↓ 2 callersMethodgetModels
()
src/api/option-service/option-service.api.ts:7
↓ 2 callersFunctiongetNonEmptyString
( value: unknown, maxLength?: number, )
src/components/conversation-events/chat/event-content-helpers/get-event-content.tsx:66
↓ 2 callersMethodgetOAuthStatus
(jobId: string)
src/api/mcp-service/mcp-service.api.ts:242
↓ 2 callersMethodgetOAuthStatusWithClient
( client: MCPClient, jobId: string, )
src/api/mcp-service/mcp-service.api.ts:345
↓ 2 callersFunctiongetOnboardingStepLayout
( page: Page, )
tests/e2e/support/onboarding-helpers.ts:133
↓ 2 callersMethodgetOpenAIStatus
()
src/api/llm-subscription-service.ts:162
↓ 2 callersFunctiongetOrCreatePersistedApiKey
(filePath, label = "API")
scripts/dev-safe.mjs:138
↓ 2 callersFunctiongetOrCreatePersistedApiKeyFile
( filePath = DEFAULT_API_KEY_PATH, )
scripts/dev-safe.mjs:113
↓ 2 callersFunctiongetPRShort
(isGitLab: boolean)
src/utils/utils.ts:261
↓ 2 callersFunctiongetPathBasename
(path: string)
src/utils/path-utils.ts:26
← previousnext →601–700 of 3,667, ranked by callers