Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/holaboss-ai/holaOS
/ functions
Functions
8,692 in github.com/holaboss-ai/holaOS
⨍
Functions
8,692
◇
Types & classes
2,242
↓ 1 callers
Function
uninstallMarketplaceSkill
(data: UninstallMarketplaceSkillMutationRequest, config: Partial<RequestConfig<UninstallMarketplaceSkillMutati
sdk/app-sdk/src/generated/core/uninstallMarketplaceSkill.ts:19
↓ 1 callers
Function
uninstallMarketplaceSkillMutationKey
()
sdk/app-sdk/src/generated/react/useUninstallMarketplaceSkill.ts:13
↓ 1 callers
Function
uniqueChatMessagesInDisplayOrder
(messages: ChatMessage[])
apps/desktop/src/components/panes/ChatPane/index.tsx:1698
↓ 1 callers
Function
uniqueHarnessSkillIds
( skillMetadataByAlias: ReadonlyMap<string, HarnessSkillMetadata>, )
runtime/harnesses/src/skill-policy.ts:56
↓ 1 callers
Function
uniqueHarnessSkillMetadata
( skillMetadataByAlias: ReadonlyMap<string, HarnessSkillMetadata>, )
runtime/harnesses/src/skill-policy.ts:33
↓ 1 callers
Function
uniqueNonEmptyStringsInOrder
( values: Array<string | null | undefined>, )
runtime/api-server/src/agent-runtime-config.ts:318
↓ 1 callers
Function
unsupportedJobResult
(job: ProactiveBridgeJob)
runtime/api-server/src/bridge-worker.ts:185
↓ 1 callers
Function
unsupportedStartError
(params: { appId: string; appDir?: string; resolvedApp?: ResolvedApplicationRuntime; })
runtime/api-server/src/app-lifecycle-worker.ts:1299
↓ 1 callers
Function
update
()
apps/desktop/src/lib/dotmatrix-hooks.ts:13
↓ 1 callers
Function
updateCellValue
( rowIndex: number, columnIndex: number, value: string, )
apps/desktop/src/components/panes/SpreadsheetEditor.tsx:282
↓ 1 callers
Method
updateConnection
(connectionId: string, params: { status?: string; secretRef?: string; accountLabel?: string; g
runtime/api-server/src/integrations.ts:404
↓ 1 callers
Function
updateCronjob
( workspaceId: string, jobId: string, payload: CronjobUpdatePayload, )
apps/desktop/electron/main.ts:10189
↓ 1 callers
Function
updateCronjobBody
(toolParams: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:269
↓ 1 callers
Function
updateDesktopBrowserCapabilityConfig
(update: { enabled: boolean; url?: string; authToken?: string; })
apps/desktop/electron/main.ts:5807
↓ 1 callers
Function
updateHeaderValue
(columnIndex: number, value: string)
apps/desktop/src/components/panes/SpreadsheetEditor.tsx:262
↓ 1 callers
Method
updateInteractionLeafStatus
(params: { workspaceId: string; leafId: string; status: InteractionLeafStatus; supersededAt?:
runtime/state-store/src/store.ts:7315
↓ 1 callers
Function
updateIssue
( workspaceId: string, issueId: string, payload: UpdateIssuePayload, )
apps/desktop/electron/main.ts:10027
↓ 1 callers
Method
updateMemoryUpdateProposal
(params: { workspaceId: string; proposalId: string; fields: MemoryUpdateProposalUpdateFields; })
runtime/state-store/src/store.ts:3184
↓ 1 callers
Function
updateNotification
( workspaceId: string, notificationId: string, payload: RuntimeNotificationUpdatePayload, )
apps/desktop/electron/main.ts:10300
↓ 1 callers
Function
updateQueuedSessionInput
( payload: HolabossUpdateQueuedSessionInputPayload, )
apps/desktop/electron/main.ts:16565
↓ 1 callers
Function
updateStep
(now: number)
apps/desktop/src/lib/dotmatrix-hooks.ts:131
↓ 1 callers
Function
updateTeammate
( workspaceId: string, teammateId: string, payload: UpdateTeammatePayload, )
apps/desktop/electron/main.ts:9912
↓ 1 callers
Method
updateTerminalSession
(params: { workspaceId: string; terminalId: string; title?: string | null; status?: TerminalSe
runtime/state-store/src/store.ts:6193
↓ 1 callers
Function
updateTurnContextBudgetTelemetryFromEvent
( telemetry: TurnContextBudgetTelemetry, eventType: string, payload: Record<string, unknown>, )
runtime/api-server/src/claimed-input-executor.ts:2268
↓ 1 callers
Method
updateTurnResultContextBudgetDecisions
(params: { workspaceId: string; inputId: string; contextBudgetDecisions: Record<string, unknown> |
runtime/state-store/src/store.ts:6449
↓ 1 callers
Function
uploadOnce
( url: string, data: Buffer, timeoutMs: number, onProgress: ((p: UploadProgress) => void) | undefined,
apps/desktop/electron/workspace-packager.ts:704
↓ 1 callers
Function
uploadToPresignedUrl
( url: string, data: Buffer, optionsOrTimeoutMs: UploadOptions | number = {}, )
apps/desktop/electron/workspace-packager.ts:671
↓ 1 callers
Function
upsertAppCatalogEntry
( database: Database.Database, params: { appId: string source: AppCatalogSource name: string
apps/desktop/electron/control-plane-owned-state.ts:1124
↓ 1 callers
Function
upsertLegacySessionHistoryManifest
(params: { store: RuntimeStateStore; workspace: WorkspaceRecord; items: Array<Record<string, unknown>>;
runtime/api-server/src/app.ts:1772
↓ 1 callers
Method
upsertOAuthAppConfig
(params: { providerId: string; clientId: string; clientSecret: string; authorizeUrl: string;
runtime/state-store/src/store.ts:4992
↓ 1 callers
Function
upsertOAuthConfig
( providerId: string, payload: OAuthAppConfigUpsertPayload, )
apps/desktop/electron/main.ts:10725
↓ 1 callers
Method
upsertOAuthConfig
( providerId: string, payload: LocalOAuthAppConfigUpsertPayload, )
apps/desktop/electron/control-plane-owned-state.ts:198
↓ 1 callers
Function
upsertSessionRecordOverride
(record: AgentSessionRecordPayload)
apps/desktop/src/components/panes/ChatPane/index.tsx:4304
↓ 1 callers
Function
upsertUserMemoryEntry
(store: RuntimeStateStore, params: { memoryId: string; memoryType: "preference" | "identity"; title: str
runtime/api-server/src/recall-embedding-backfill-worker.test.ts:68
↓ 1 callers
Function
urgencyScore
(evidence: BaseMemoryRerankerEvidence)
runtime/api-server/src/memory-reranker.ts:137
↓ 1 callers
Function
useChatComposerModelSelection
()
apps/desktop/src/lib/chat/useChatComposerModelSelection.ts:180
↓ 1 callers
Function
useChatLayout
()
apps/desktop/src/components/layout/shell/useChatLayout.ts:15
↓ 1 callers
Function
useControlCenterCardSignals
( workspaceIds: readonly string[], enabled: boolean, )
apps/desktop/src/lib/controlCenterLifecycle.ts:35
↓ 1 callers
Function
useDraftRestore
(workspaceId: string | null)
apps/desktop/src/components/publish/usePublishDraft.ts:113
↓ 1 callers
Function
useElapsedMs
()
apps/desktop/src/components/integration/OAuthWaitIndicator.tsx:152
↓ 1 callers
Function
useIntegrationAccountMetadata
( connections: IntegrationConnectionPayload[], )
apps/desktop/src/lib/integrationAccountStore.ts:82
↓ 1 callers
Function
useIsDarkTheme
()
apps/desktop/src/lib/themeAttr.ts:44
↓ 1 callers
Function
useIsMacFullscreen
()
apps/desktop/src/lib/StoplightContext.tsx:63
↓ 1 callers
Function
useIsMobile
()
sdk/ui/src/hooks/use-mobile.ts:5
↓ 1 callers
Function
useNameCheck
(name: string, debounceMs = 400)
apps/desktop/src/components/publish/useNameCheck.ts:15
↓ 1 callers
Function
usePublishDraftAutosave
( workspaceId: string | null, draft: Omit<PublishDraft, "schemaVersion" | "savedAt">, enabled: boolean,
apps/desktop/src/components/publish/usePublishDraft.ts:74
↓ 1 callers
Function
usePublishFlow
()
apps/desktop/src/components/publish/usePublishFlow.ts:48
↓ 1 callers
Function
useQueuedSessionInputPreview
(params: { workspaceId?: string | null; sessionId?: string | null; })
apps/desktop/src/components/panes/ChatPane/index.tsx:1906
↓ 1 callers
Function
useRendererSentrySection
( name: string, value: Record<string, unknown> | null | undefined, )
apps/desktop/src/lib/rendererSentry.ts:147
↓ 1 callers
Function
useReturnedToAppAfterStart
()
apps/desktop/src/components/integration/OAuthWaitIndicator.tsx:164
↓ 1 callers
Function
useSettingsState
()
apps/desktop/src/components/layout/shell/useSettingsState.ts:68
↓ 1 callers
Function
useShellNotifications
()
apps/desktop/src/components/layout/shell/useShellNotifications.ts:93
↓ 1 callers
Function
useWorkspaceArtifacts
(workspaceId: string | null)
apps/desktop/src/components/layout/shell/useWorkspaceLists.ts:75
↓ 1 callers
Function
useWorkspaceIssueTurnResults
( workspaceId: string, sessionIds: string[], )
apps/desktop/src/components/layout/shell/WorkspaceDashboardPane.tsx:229
↓ 1 callers
Function
useWorkspaceOutputFolders
(workspaceId: string | null)
apps/desktop/src/components/layout/shell/useWorkspaceLists.ts:39
↓ 1 callers
Function
useWorkspaceSkills
(workspaceId: string | null)
apps/desktop/src/components/layout/shell/useWorkspaceLists.ts:6
↓ 1 callers
Function
validateCron
(cron: string)
apps/desktop/src/lib/cron.ts:37
↓ 1 callers
Function
validateFindPathInputs
(paths: readonly string[])
runtime/harness-host/src/pi-find-tool.ts:87
↓ 1 callers
Function
validateModulePath
(modulePath: string, toolId: string)
runtime/api-server/src/workspace-tool-loader.ts:90
↓ 1 callers
Function
validateRuntimeProvider
( providerId: string, )
apps/desktop/electron/main.ts:5502
↓ 1 callers
Function
validateRuntimeRoot
(runtimeRoot: string)
apps/desktop/electron/main.ts:17063
↓ 1 callers
Method
value
()
runtime/harnesses/src/attachment-content.ts:20
↓ 1 callers
Function
verifyPortListenerCwd
(params: { port: number; expectedAppDir: string; })
runtime/api-server/src/app-lifecycle-worker.ts:712
↓ 1 callers
Function
versionFromReleaseTag
(releaseTag)
apps/desktop/scripts/run-electron-builder.mjs:28
↓ 1 callers
Function
virtualIntegrationContactContent
(params: { tree: IntegrationTreeRecord; entry: IntegrationContactEntry; relatedThreadLabels: string[]; }
runtime/api-server/src/integration-memory.ts:3269
↓ 1 callers
Function
visit
(node: TreeNode)
apps/desktop/src/components/publish/BundleFileTree.tsx:303
↓ 1 callers
Function
visit
(dir: string)
runtime/api-server/src/workspace-app-ui-lint.ts:105
↓ 1 callers
Function
visit
(dir: string)
runtime/api-server/src/workspace-app-host-lint.ts:85
↓ 1 callers
Function
visit
(currentDir: string, relativeDir: string)
runtime/api-server/src/teammate-skill-files.ts:314
↓ 1 callers
Method
wait
(delay: number, maybeOptions?: SchedulerWaitOptions)
website/docs/worker-configuration.d.ts:877
↓ 1 callers
Function
waitFor
(pred: () => boolean, timeoutMs: number)
sdk/app-builder-sdk/test/workspace-integration.test.ts:141
↓ 1 callers
Function
waitFor
(pred: () => boolean, timeoutMs: number)
sdk/app-builder-sdk/test/manifest-and-entry-point.test.ts:163
↓ 1 callers
Function
waitFor
(assertion: () => void, timeoutMs = 1_000)
runtime/api-server/src/integration-context-fetch-manager.test.ts:24
↓ 1 callers
Function
waitForAuthCallback
(timeoutMs = 120_000)
apps/desktop/electron/main.ts:9420
↓ 1 callers
Function
waitForBrowserWindowFocus
(host: BrowserWindow)
apps/desktop/electron/browser-pane/tab-state.ts:651
↓ 1 callers
Function
waitForComposioConnectionInvalidation
({ externalId, signal, }: { externalId: string; signal?: AbortSignal; })
apps/desktop/src/lib/composioConnectionEvents.ts:47
↓ 1 callers
Function
waitForDesktopBrowserConfig
(userDataPath)
apps/desktop/e2e/browser-workspace-isolation.test.mjs:91
↓ 1 callers
Function
waitForHtmlPdfRender
(contents: WebContents)
apps/desktop/electron/main.ts:21201
↓ 1 callers
Function
waitForInFlightAppBuild
(params: { store: RuntimeStateStore; workspaceId: string; appId: string; timeoutMs?: number; })
runtime/api-server/src/resolved-app-bootstrap-shared.ts:165
↓ 1 callers
Function
waitForOpenAiCodexAuthorizationCode
( params: { deviceAuthId: string; userCode: string; intervalSeconds: number; }, options?: {
apps/desktop/electron/main.ts:7892
↓ 1 callers
Function
waitForRenderedBrowserFrame
( tab: BrowserTabRecord, )
apps/desktop/electron/browser-pane/tab-state.ts:702
↓ 1 callers
Method
waitForSubagentCancellationSettlement
(params: { workspaceId: string; subagentId: string; ownerMainSessionId: string; })
runtime/api-server/src/runtime-agent-tools.ts:6562
↓ 1 callers
Function
waitForTurnResult
(baseUrl, params)
scripts/memory-eval.mjs:287
↓ 1 callers
Function
waitForWorkspaceMcpReady
( url: string, timeoutSeconds: number, deps: Pick<WorkspaceMcpSidecarDeps, "isReady"> )
runtime/api-server/src/workspace-mcp-sidecar.ts:232
↓ 1 callers
Method
waitTerminalSession
(params: RuntimeAgentToolsWaitTerminalSessionParams)
runtime/api-server/src/runtime-agent-tools.ts:5994
↓ 1 callers
Function
waitTerminalSessionBody
(toolParams: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:514
↓ 1 callers
Method
wake
()
runtime/api-server/src/evolve-worker.ts:91
↓ 1 callers
Method
wake
()
runtime/api-server/src/main-session-event-worker.ts:32
↓ 1 callers
Method
wake
()
runtime/api-server/src/main-session-event-worker.ts:514
↓ 1 callers
Method
wake
()
runtime/api-server/src/recall-embedding-backfill-worker.ts:186
↓ 1 callers
Function
walk
(dir: string)
apps/desktop/electron/workspace-packager.ts:527
↓ 1 callers
Function
walk
(currentPath: string)
runtime/api-server/src/interaction-memory.ts:616
↓ 1 callers
Function
walk
(currentPath: string)
runtime/api-server/src/integration-memory.ts:2831
↓ 1 callers
Function
walkSourceFiles
(rootDir: string)
runtime/api-server/src/workspace-app-host-lint.ts:83
↓ 1 callers
Function
watchFilePreviewPath
( targetPath: string, workspaceId?: string | null, )
apps/desktop/electron/main.ts:20460
↓ 1 callers
Function
webSearchParameters
()
runtime/harnesses/src/native-web-search.ts:841
↓ 1 callers
Function
when
(s: string)
sdk/app-builder-sdk/reference/slack-messaging/e2e-bearer.ts:33
↓ 1 callers
Function
when
(s: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/slack-messaging/e2e-bearer.ts:33
↓ 1 callers
Function
windowDayKeys
(days: number)
apps/desktop/src/components/layout/shell/WorkspaceDashboardPane.tsx:136
↓ 1 callers
Function
windowsPowerShellPath
()
apps/desktop/electron/main.ts:17219
← previous
next →
6,601–6,700 of 8,692, ranked by callers