MCPcopy Create free account

hub / github.com/OpenHands/OpenHands / functions

Functions4,010 in github.com/OpenHands/OpenHands

↓ 3 callersFunctionresolveSchemaFieldText
* Common resolver for schema field text (labels and descriptions). * Uses the i18n fallback chain: * 1. If schema provides an explicit translation k
src/utils/sdk-settings-field-metadata.ts:79
↓ 3 callersFunctionresolveWindowsCommand
( command, platform = process.platform, lookup = whereCommandLookup, )
scripts/dev-process-utils.mjs:54
↓ 3 callersFunctionresolveWithinCwd
(label, filePath, options = {})
tests/e2e/live/scripts/extract-live-e2e-media.mjs:67
↓ 3 callersFunctionresumeConversation
(conversationId: string)
src/hooks/mutation/conversation-mutation-utils.ts:117
↓ 3 callersFunctionrunAction
( action: (id: string) => Promise<void>, failKey: I18nKey, )
src/components/features/chat/goal-status-content.tsx:70
↓ 3 callersFunctionsaveCloudSettings
(diff: { agent_settings_diff?: Record<string, SettingsValue>; conversation_settings_diff?: Record<string,
src/api/cloud/settings-service.api.ts:152
↓ 3 callersFunctionsearchCloudRepositories
(args: { provider: Provider; query?: string; limit?: number; pageId?: string; installationId?: strin
src/api/cloud/git-service.api.ts:20
↓ 3 callersMethodsearchConversations
( limit: number = 20, pageId?: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:717
↓ 3 callersMethodsearchGitRepositories
( query: string, provider: string, limit = 100, pageId?: string, installationId?: string,
src/api/git-service/git-service.api.ts:35
↓ 3 callersFunctionseedModelSwitchesFromHistory
( conversationId: string, uiEvents: OpenHandsEvent[], )
src/hooks/chat/record-model-switch-message.ts:39
↓ 3 callersFunctionselectionKey
(backendId: string, orgId: string | null)
src/api/backend-registry/last-conversation-store.ts:15
↓ 3 callersFunctionsendToClient
* @param {Client} client * @param {any} message * @param {Array<Transferable>} transferrables * @returns {Promise<any>}
public/mockServiceWorker.js:300
↓ 3 callersFunctionserializeAutomation
(a: Automation)
src/utils/automation-export.ts:154
↓ 3 callersMethodsetCurrentConversation
( currentConversation: AppConversation | null, )
src/api/conversation-service/conversation-service.api.ts:19
↓ 3 callersFunctionsetPendingTaskAttachments
( taskId: string, payload: PendingTaskAttachments, )
src/stores/pending-task-attachments-store.ts:45
↓ 3 callersFunctionsetPendingTaskDraft
( taskId: string | null | undefined, draftMessage: string, )
src/utils/conversation-local-storage.ts:209
↓ 3 callersMethodsetPluginEnabled
( name: string, enabled: boolean, )
src/api/plugins-management-service.ts:45
↓ 3 callersFunctionsetSnapshot
(next: EnvironmentSwitchSnapshot)
src/components/features/backends/environment-switch-store.ts:30
↓ 3 callersFunctionsetTelemetryBackendContext
( context: BackendTelemetryContextInput, )
src/services/telemetry.ts:120
↓ 3 callersFunctionshouldSkipPersistence
* Whether persistence should be skipped for this conversation id. * * Skips: * - empty string ids (callers outside of a conversation route, e.g.
src/utils/conversation-local-storage.ts:149
↓ 3 callersFunctionshouldUseInstallationRepos
( provider: Provider | null | undefined, appMode?: "local" | "cloud", )
src/utils/utils.ts:189
↓ 3 callersFunctionsortConversationsByField
( items: readonly AppConversation[], field: ConversationSortField, )
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:288
↓ 3 callersFunctionsortFilesByPriority
(paths: string[])
src/utils/file-priority.ts:98
↓ 3 callersFunctionstringOrNull
(value: unknown)
src/api/conversation-service/agent-server-conversation-service.api.ts:98
↓ 3 callersFunctionstringRecord
( value: unknown, )
src/utils/mcp-config.ts:34
↓ 3 callersFunctionstripMarkdown
(text: string)
src/components/features/chat/components/slash-command-menu.tsx:16
↓ 3 callersFunctionsyncState
()
src/utils/conversation-local-storage.ts:284
↓ 3 callersFunctiontoAbsoluteRuntimePath
* The cloud runtime's `/api/git/{changes,diff}` endpoints prepend * `/workspace/` to relative paths (so a relative arg like * `workspace/project` be
src/api/git-service/agent-server-git-service.api.ts:55
↓ 3 callersFunctiontoLocalWorkspacesResponse
( response: SdkWorkspacesListResponse, )
src/api/workspaces-service/workspaces-service.api.ts:29
↓ 3 callersFunctiontoMcpServerName
(value: string, fallback = "mcp")
src/utils/mcp-server-name.ts:7
↓ 3 callersFunctiontrackCloudFunnelEvent
( event: string, properties: Record<string, unknown>, )
src/services/cloud-funnel-analytics.ts:13
↓ 3 callersFunctiontrackError
({ message, source, metadata = {} }: ErrorDetails)
src/utils/error-handler.ts:9
↓ 3 callersFunctiontrackInstall
()
src/services/telemetry.ts:666
↓ 3 callersFunctiontrackPrebuiltAutomationEnabled
({ automationId, automationName, automationCategory, }: { automationId?: string; automat
src/hooks/use-tracking.ts:118
↓ 3 callersFunctiontransformVSCodeUrl
(vsCodeUrl: string | null)
src/utils/vscode-url-helper.ts:10
↓ 3 callersFunctiontrimEventTitleText
(text: string, maxLength: number)
src/components/conversation-events/chat/event-content-helpers/get-action-event-title.ts:16
↓ 3 callersFunctiontrimTrailingSeparators
(path: string)
src/components/features/home/workspace-dropdown/folder-browser-modal.tsx:104
↓ 3 callersFunctiontryPort
* Check if a port is available by attempting to bind to it. * * @param {number} port - The port to check * @param {string} host - The host to bind
scripts/dev-safe.mjs:240
↓ 3 callersMethoduninstallPlugin
(name: string)
src/api/plugins-management-service.ts:49
↓ 3 callersMethodupdateAutomation
( id: string, body: Partial<Automation>, )
src/api/automation-service/automation-service.api.ts:380
↓ 3 callersFunctionupdateConversationExecutionStatusInCache
( queryClient: QueryClient, conversationId: string, execution_status: ExecutionStatusValue, )
src/hooks/mutation/conversation-mutation-utils.ts:160
↓ 3 callersMethodupdateConversationTitle
( conversationId: string, title: string, )
src/api/conversation-service/agent-server-conversation-service.api.ts:747
↓ 3 callersMethodupdateSecret
* Update a secret's name and/or description, and optionally overwrite its * value. When no value is given the existing one is preserved: the * a
src/api/secrets-service.ts:78
↓ 3 callersFunctionuseAcpAuthStatus
( providerKey: string | null | undefined, options: UseAcpAuthStatusOptions = {}, )
src/hooks/query/use-acp-auth-status.ts:60
↓ 3 callersFunctionuseAcpCredentialForm
( providerKey: string | null | undefined, )
src/hooks/use-acp-credential-form.ts:43
↓ 3 callersFunctionuseActivateAgentProfile
()
src/hooks/mutation/use-activate-agent-profile.ts:31
↓ 3 callersFunctionuseActiveAgentProfile
()
src/hooks/use-active-agent-profile.ts:12
↓ 3 callersFunctionuseAddMcpServer
()
src/hooks/mutation/use-add-mcp-server.ts:13
↓ 3 callersFunctionuseAutomations
(options: UseAutomationsOptions = {})
src/hooks/query/use-automations.ts:19
↓ 3 callersFunctionuseBackendScopedPath
()
src/hooks/use-backend-scoped-path.ts:15
↓ 3 callersFunctionuseBashCommandLogs
(options: UseBashCommandLogsOptions)
src/hooks/query/use-bash-command-logs.ts:117
↓ 3 callersFunctionuseChatInputLlmProfileState
()
src/hooks/use-chat-input-llm-profile-state.ts:41
↓ 3 callersFunctionuseChatInputModelState
()
src/hooks/use-chat-input-model-state.ts:30
↓ 3 callersFunctionuseCompactContextAction
(perTurnToken: number = 0)
src/hooks/use-compact-context-action.ts:26
↓ 3 callersFunctionuseConversationHistory
(conversationId?: string)
src/hooks/query/use-conversation-history.ts:30
↓ 3 callersFunctionuseConversationMetrics
( conversationId: string | null | undefined, conversationUrl: string | null | undefined, sessionApiKey:
src/hooks/query/use-conversation-metrics.ts:6
↓ 3 callersFunctionuseConversationNameContextMenu
({ conversationId, executionStatus, showOptions = false, onContextMenuToggle, }: UseConversationNameCo
src/hooks/use-conversation-name-context-menu.ts:30
↓ 3 callersFunctionuseDebounce
(value: T, delay: number)
src/hooks/use-debounce.ts:3
↓ 3 callersFunctionuseDeleteAutomation
()
src/hooks/query/use-automations.ts:81
↓ 3 callersFunctionuseDeleteConversation
()
src/hooks/mutation/use-delete-conversation.ts:5
↓ 3 callersFunctionuseDownloadConversation
()
src/hooks/use-download-conversation.ts:9
↓ 3 callersFunctionuseGoalInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-goal-interceptor.ts:21
↓ 3 callersFunctionuseModelInterceptor
( conversationId: string | null | undefined, onSubmit: (message: string) => void, )
src/hooks/chat/use-model-interceptor.ts:23
↓ 3 callersFunctionuseOnboardingCompletion
()
src/components/features/onboarding/use-onboarding-completion.ts:29
↓ 3 callersFunctionuseSearchSecrets
(options: UseSearchSecretsOptions = {})
src/hooks/query/use-get-secrets.ts:17
↓ 3 callersFunctionuseSettingsNavItems
()
src/hooks/use-settings-nav-items.ts:15
↓ 3 callersFunctionuseSwitchLlmProfileAndLog
()
src/hooks/mutation/use-switch-llm-profile-and-log.ts:9
↓ 3 callersFunctionuseTestMcpServer
()
src/hooks/mutation/use-test-mcp-server.ts:5
↓ 3 callersFunctionuseUnifiedGetGitChanges
()
src/hooks/query/use-unified-get-git-changes.ts:10
↓ 3 callersFunctionuseUnifiedGitCommits
()
src/hooks/query/use-unified-git-commits.ts:11
↓ 3 callersFunctionuseWorkspaceFileContent
(relativePath: string | null)
src/hooks/query/use-workspace-file-content.ts:142
↓ 3 callersFunctionvalidateFiles
( newFiles: File[], existingFiles: File[] = [], )
src/utils/file-validation.ts:58
↓ 3 callersFunctionvalidateFormValues
( setup: SetupBlock, values: SetupFormValues, overrides: SetupFieldOverrides = {}, )
src/manifests/manifest-local-validation.ts:134
↓ 3 callersFunctionvalidateFrontendDependencies
( cwd = process.cwd(), platform = process.platform, )
scripts/dev-safe.mjs:387
↓ 3 callersFunctionwaitForTestId
( page: Page, testId: string, timeout = 60_000, )
tests/e2e/live/utils/agent-server-conversation.ts:328
↓ 2 callersFunction__resetEnvironmentSwitchOverlayForTests
()
src/components/features/backends/environment-switch-store.ts:72
↓ 2 callersMethod_send_error
(self, status: int, error_type: str, message: str)
tests/e2e/mock-llm/scripts/mock-llm-server.py:320
↓ 2 callersFunctionactivateProfileViaUI
(page: Page, profileName: string)
tests/e2e/mock-llm/utils/mock-llm-helpers.ts:713
↓ 2 callersFunctionaddRecordValues
( values: Set<string>, record: Record<string, unknown> | null | undefined, )
src/utils/redact-mcp-secrets.ts:40
↓ 2 callersFunctionagentProfileDetailQueryKey
( backendId: string, orgId: string | null | undefined, name: string, )
src/hooks/query/use-active-acp-profile-detail.ts:21
↓ 2 callersFunctionapplyAutomationConversationFilter
( conversations: readonly AppConversation[], mode: AutomationFilterMode, selectedNames: readonly string[
src/components/features/conversation-panel/conversation-panel-list-helpers.ts:206
↓ 2 callersFunctionapplyDashboardView
( automations: readonly Automation[], view: DashboardViewState, byId: Summaries, )
src/manifests/automation-insights.ts:200
↓ 2 callersFunctionapplyPinnedOrder
( base: readonly string[], preferred: readonly string[], )
src/hooks/use-home-pinned-automations.ts:41
↓ 2 callersFunctionapplyProfileToMockSettings
(profile: MockLlmProfile)
src/mocks/settings-handlers.ts:512
↓ 2 callersFunctionapplySkillFilters
( skills: SkillInfo[], disabledSet: Set<string>, state: SkillFilterState, )
src/components/features/skills/skill-filter.ts:250
↓ 2 callersFunctionassertSubscriptionAuthReady
( agentSettings: Record<string, unknown>, )
src/api/agent-server-adapter.ts:1223
↓ 2 callersFunctionassessCapabilityRequirements
( entry: SetupEntry, reported: DeploymentCapabilities, )
src/manifests/manifest-capabilities.ts:36
↓ 2 callersFunctionautomationDetailPath
(id: string)
src/manifests/automation-interface.ts:199
↓ 2 callersFunctionaverageDurationDisplay
( state: RunSummaryState | undefined, )
src/components/features/automations/automation-run-insights.tsx:39
↓ 2 callersFunctionbackendRequiresAcpCredentials
( backendKind: "local" | "cloud", authStatus: "authenticated" | "unauthenticated" | "unknown", )
src/components/features/onboarding/steps/setup-acp-secrets-step.tsx:240
↓ 2 callersFunctionbashAction
( command: string, risk: SecurityRisk = SecurityRisk.LOW, )
__tests__/components/features/chat/tool-visualizers/test-utils.tsx:53
↓ 2 callersFunctionbatchGetCloudSandboxes
( ids: string[], )
src/api/cloud/sandbox-service.api.ts:26
↓ 2 callersFunctionbuildAgentContext
( agentSettings: SettingsRecord, runtimeServicesInfo?: RuntimeServicesInfo | null, disabledSkills: strin
src/api/agent-server-adapter.ts:737
↓ 2 callersFunctionbuildAgentProfileFields
( input: AgentProfileFieldsInput, )
src/routes/agent-settings.tsx:144
↓ 2 callersFunctionbuildAgentServerTelemetryEnv
(env = process.env)
scripts/dev-safe.mjs:699
↓ 2 callersFunctionbuildAssistedMessage
( entry: SetupEntry, values: SetupFormValues, )
src/manifests/automation-setup.ts:158
↓ 2 callersFunctionbuildAutomationBackendEnv
(config, env = process.env)
scripts/dev-static.mjs:328
↓ 2 callersFunctionbuildAutomationDebugPrompt
({ automationName, automationPrompt, errorDetail, stderr, runId, }: AutomationDebugPromptInput)
src/utils/automation-debug-prompt.ts:28
↓ 2 callersFunctionbuildAutomationMenuItems
({ automation, t, canManage, onRunNow, isRunPending, onView, onExport, onEdit, onToggle, o
src/components/features/automations/build-automation-menu-items.tsx:23
↓ 2 callersFunctionbuildAutomationMetadataPills
( automation: Automation, scheduleLabel: string, )
src/components/features/automations/build-automation-pills.tsx:11
← previousnext →501–600 of 4,010, ranked by callers