MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,010 in github.com/OpenHands/OpenHands

↓ 2 callersFunctionbuildCloudQueryString
( params: Record<string, string | number | boolean | undefined>, )
src/api/config-service/config-service.api.ts:47
↓ 2 callersFunctionbuildCommentBody
(body, marker = DEFAULT_MARKER)
tests/e2e/mock-llm/scripts/upsert-pr-comment.mjs:157
↓ 2 callersFunctionbuildConfig
(formData: FormData)
src/components/features/settings/mcp-settings/mcp-server-form.tsx:355
↓ 2 callersFunctionbuildConfigFromPorts
* Internal helper to build config from already-resolved ports. * @param {{backendPort: number, vscodePort: number}} ports * @param {string} cwd * @
scripts/dev-safe.mjs:622
↓ 2 callersFunctionbuildContextCompactionResult
( beforeToken: number, afterToken: number, outcome: ContextCompactionOutcome, )
src/hooks/use-await-context-compaction.ts:26
↓ 2 callersFunctionbuildConversationWorkingDir
(conversationId: string)
src/api/agent-server-config.ts:203
↓ 2 callersFunctionbuildCronSchedule
(input: PresetSchedule)
src/utils/automation-schedule.ts:67
↓ 2 callersFunctionbuildExtraBackendConfig
(cwd = process.cwd(), env = process.env)
scripts/dev-extra-backend.mjs:46
↓ 2 callersFunctionbuildFileTree
(paths: string[])
src/utils/file-tree.ts:69
↓ 2 callersFunctionbuildInitialSettingsFormValues
( settings: Settings, schemaOverride?: SettingsSchema | null, source: SettingsValueSource = "agent_setti
src/utils/sdk-settings-schema.ts:244
↓ 2 callersFunctionbuildLiveVerificationSettings
( options: ConfigureLiveAgentServerOptions = {}, )
tests/e2e/live/utils/agent-server-conversation.ts:198
↓ 2 callersFunctionbuildMcpTestRequest
(server: MCPServerConfig)
src/api/mcp-service/mcp-service.api.ts:49
↓ 2 callersFunctionbuildPaginationQuery
(limit: number, offset: number)
src/api/automation-service/automation-service.api.ts:121
↓ 2 callersFunctionbuildPinnedCloudHeaders
(active: ResolvedActiveBackend)
src/api/automation-service/automation-service.api.ts:209
↓ 2 callersFunctionbuildPluginsViewModel
( marketplace: MarketplacePlugin[] | undefined, installed: InstalledPluginInfo[] | undefined, local: Loc
src/components/features/plugins/build-plugins-view-model.ts:51
↓ 2 callersFunctionbuildPreflightBody
( entry: SetupEntry, values: SetupFormValues, )
src/manifests/automation-setup.ts:136
↓ 2 callersFunctionbuildRedactionSafeNestedPatch
( previous: unknown, next: unknown, )
src/utils/mcp-config.ts:207
↓ 2 callersFunctionbuildRenameMcpConfigPatch
( oldKey: string, newKey: string, previous: MCPServer, edited: MCPServerConfig, )
src/utils/mcp-config.ts:407
↓ 2 callersFunctionbuildRuntimeServicesSystemSuffix
( runtimeServicesInfo?: RuntimeServicesInfo | null, )
src/api/agent-server-adapter.ts:207
↓ 2 callersFunctionbuildSafeDevConfigAsync
( cwd = process.cwd(), env = process.env, )
scripts/dev-safe.mjs:570
↓ 2 callersFunctionbuildSdkSettingsPayloadForView
( schema: SettingsSchema, values: SettingsFormValues, dirty: SettingsDirtyState, view: SettingsView, )
src/utils/sdk-settings-schema.ts:434
↓ 2 callersFunctionbuildSettings
(overrides: Partial<Settings> = {})
__tests__/components/features/settings/sdk-settings/sdk-section-page.test.tsx:33
↓ 2 callersFunctionbuildSkill
(overrides: Partial<SkillInfo> = {})
__tests__/components/features/skills/skill-filter.test.ts:16
↓ 2 callersFunctionbuildSkillFacetGroups
( skills: SkillInfo[], disabledSet: Set<string>, state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:322
↓ 2 callersFunctionbuildStatusPrefix
(health: BackendHealth | undefined)
src/components/features/backends/backend-selector.tsx:54
↓ 2 callersFunctionbuildStringMapPatch
( previous: Record<string, string> | null | undefined, next: Record<string, string> | undefined, )
src/utils/mcp-config.ts:177
↓ 2 callersFunctionbuildTranscriptEntries
( events: OpenHandsEvent[], includeToolDetails: boolean, )
src/utils/transcript-export/index.ts:264
↓ 2 callersFunctionbuildViteBackendEnv
(config, env = process.env)
scripts/dev-with-automation.mjs:732
↓ 2 callersFunctionbuildWorkspaceUploadPath
( fileName: string, workingDir: string, overrides: AgentServerClientOverrides = {}, )
src/api/workspace-upload-path.ts:42
↓ 2 callersFunctionbuild_trajectory
Build the scripted trajectory for the E2E test. Turn 1: Agent calls the terminal tool with a printf command. Turn 2: Agent replies with the e
tests/e2e/mock-llm/scripts/mock-llm-server.py:47
↓ 2 callersFunctionchannels
(hex: string)
__tests__/components/features/chat/components/context-window-ring.test.tsx:28
↓ 2 callersMethodcheckHealth
()
src/api/automation-service/automation-service.api.ts:603
↓ 2 callersFunctioncheckIconSlug
( check: InterfaceChecker, icon: unknown, path: string, )
src/manifests/interface-validation.ts:183
↓ 2 callersFunctioncheckTranslations
(translationJson, supportedLanguageCodes)
scripts/check-translation-completeness.cjs:83
↓ 2 callersFunctionclearConversationLocalStorage
(conversationId: string)
src/utils/conversation-local-storage.ts:236
↓ 2 callersFunctionclearEmptyContent
(element: HTMLDivElement | null)
src/components/features/chat/utils/chat-input.utils.ts:98
↓ 2 callersFunctionclearLastConversationId
( backendId: string, orgId: string | null, )
src/api/backend-registry/last-conversation-store.ts:66
↓ 2 callersFunctionclearPendingLocalTelemetryRevocation
( expectedDistinctId: string, )
src/services/telemetry.ts:496
↓ 2 callersFunctionclearPendingTaskMessageLink
(realConversationId: string)
src/utils/pending-task-message-link.ts:21
↓ 2 callersFunctionclearSkillFilterFacets
( state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:354
↓ 2 callersFunctionclickOnboardingStepButton
(page: Page, testId: string)
tests/e2e/support/onboarding-helpers.ts:127
↓ 2 callersFunctioncloseMenu
()
src/components/features/home/featured-automations/home-automation-menu.tsx:41
↓ 2 callersFunctioncloseServer
(server?: Server)
__tests__/scripts/ingress.test.ts:46
↓ 2 callersFunctioncloudCompatibleMcpConfig
(value: unknown)
src/api/settings-service/settings-service.api.ts:242
↓ 2 callersFunctioncloudLoginBackendContext
()
src/services/cloud-funnel-analytics.ts:20
↓ 2 callersFunctioncollectAutomationNameFacets
( conversations: readonly AppConversation[], )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:183
↓ 2 callersFunctioncomputeAgentServerImage
(config)
scripts/gen-acp-docker-env.mjs:33
↓ 2 callersFunctioncomputeOverviewTile
( metric: OverviewMetric, automations: readonly Automation[], byId: Summaries, )
src/manifests/automation-insights.ts:301
↓ 2 callersFunctioncomputeVisibleTagChipCount
( widths: number[], containerWidth: number, options: { gapPx?: number; overflowWidthPx?: number;
src/components/features/conversation-panel/conversation-card/conversation-tag-display.ts:159
↓ 2 callersMethodcondenseConversation
* Force condensation ("compact") of the conversation history via * `POST /api/conversations/{id}/condense`. Routed the same way as * {@link send
src/api/conversation-service/agent-server-conversation-service.api.ts:693
↓ 2 callersFunctionconfigureTelemetry
(config: TelemetryConfiguration)
src/services/telemetry.ts:205
↓ 2 callersFunctionconsumePendingTaskAttachments
( taskId: string, )
src/stores/pending-task-attachments-store.ts:54
↓ 2 callersFunctionconsumePendingTaskDraft
( taskId: string | null | undefined, )
src/utils/conversation-local-storage.ts:221
↓ 2 callersFunctionconsumeScheduledPendingTaskMessageReassign
( conversationId: string, )
src/utils/pending-task-message-link.ts:32
↓ 2 callersFunctionconvertRawProvidersToList
( raw: Partial<Record<Provider, string | null>> | undefined, )
src/utils/convert-raw-providers-to-list.ts:3
↓ 2 callersFunctioncountActiveFilters
(state: SkillFilterState)
src/components/features/skills/skill-filter.ts:360
↓ 2 callersMethodcreate
( cls, conv_state=None, # noqa: ARG003 **params, # noqa: ARG003 )
tools/canvas_ui_tool.py:115
↓ 2 callersFunctioncreateAgentServerI18n
()
src/i18n/index.ts:69
↓ 2 callersFunctioncreateAgentServerQueryClient
()
src/query-client-config.ts:31
↓ 2 callersMethodcreateAutomation
(spec: AutomationSpec)
src/api/automation-service/automation-service.api.ts:310
↓ 2 callersFunctioncreateCloudClient
(backend?: Backend)
src/api/cloud/client.ts:33
↓ 2 callersFunctioncreateConversationResponse
( conversation: MockConversation, )
src/mocks/conversation-handlers.ts:218
↓ 2 callersMethodcreateMcpServer
( settingsKey: string, server: MCPServer, )
src/api/settings-service/settings-service.api.ts:573
↓ 2 callersFunctioncreateMockConversation
( overrides: Partial<AppConversation> = {}, )
__tests__/components/features/conversation-panel/conversation-panel.test.tsx:51
↓ 2 callersFunctioncreateOtherActionEvent
(id: string)
test-utils.tsx:171
↓ 2 callersFunctioncreatePlanningFileEditorActionEvent
( id: string, )
test-utils.tsx:138
↓ 2 callersFunctioncreatePlanningObservationEvent
( id: string, actionId: string = "action-1", )
test-utils.tsx:199
↓ 2 callersFunctioncreateProxyHandlers
({ label = "proxy", timeout = DEFAULT_PROXY_TIMEOUT_MS, proxyTimeout = DEFAULT_PROXY_TIMEOUT_MS, } = {})
scripts/proxy-utils.mjs:206
↓ 2 callersFunctioncreateRouter
(routes, defaultBackend = null)
scripts/proxy-utils.mjs:22
↓ 2 callersFunctioncreateSetupEntryWith
( overrides: Record<string, unknown>, )
__tests__/manifests/manifest-test-data.ts:67
↓ 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 callersMethoddeleteMcpServer
(settingsKey: string)
src/api/settings-service/settings-service.api.ts:590
↓ 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 callersFunctiondismissAnalyticsModal
Dismiss the analytics consent modal if it appears.
tests/e2e/mock-llm/backends/mock-llm-cross-connect.spec.ts:139
↓ 2 callersMethoddispatchAutomation
(id: string)
src/api/automation-service/automation-service.api.ts:418
↓ 2 callersFunctiondisplaySuccessToastWithLink
( message: string, linkLabel: string, href: string, )
src/utils/custom-toast-handlers.tsx:120
↓ 2 callersFunctiondownloadActivityLogExport
(options: { automation: Pick<Automation, "id" | "name" | "trigger">; format: ActivityLogExportFormat; co
src/utils/automation-activity-log-export.ts:143
↓ 2 callersMethoddownloadFile
( conversationUrl: string | null | undefined, sessionApiKey: string | null | undefined, path: stri
src/api/runtime-service/agent-server-runtime-service.ts:70
↓ 2 callersFunctiondurationMsToSparklineBarHeightPx
( durationMs: number | null, )
src/components/features/home/featured-automations/automation-run-activity-metrics.ts:43
↓ 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 callersFunctionfetchAllActivityLogExportRows
( automation: Pick<Automation, "id" | "name" | "trigger">, conversationBaseUrl?: string, )
src/utils/automation-activity-log-export.ts:113
↓ 2 callersFunctionfetchBackendRuntimeServicesInfo
()
src/api/agent-server-adapter.ts:167
↓ 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:100
← previousnext →601–700 of 4,010, ranked by callers