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
Method
pushAudit
(event: AuditEntry["event"], fields: Record<string, unknown>)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/state-backend-sqlite.ts:116
Method
pushAudit
(event: AuditEntry["event"], fields: Record<string, unknown>)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/state.ts:70
Method
pushNotification
(n: Omit<NotificationEntry, "at">)
sdk/app-builder-sdk/src/types.ts:355
Method
pushNotification
(n: Omit<NotificationEntry, "at">)
sdk/app-builder-sdk/src/runtime/state-backend-sqlite.ts:130
Method
pushNotification
(n: Omit<NotificationEntry, "at">)
sdk/app-builder-sdk/src/runtime/state.ts:83
Method
pushNotification
(n: Omit<NotificationEntry, "at">)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/state-backend-sqlite.ts:130
Method
pushNotification
(n: Omit<NotificationEntry, "at">)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/state.ts:83
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
website/docs/worker-configuration.d.ts:559
Method
put
(key: string, value: T, options?: DurableObjectPutOptions)
website/docs/worker-configuration.d.ts:572
Method
put
(key: string, value: T)
website/docs/worker-configuration.d.ts:3355
Function
query
( resource: ResourceHandle<TSchema, States>, )
sdk/app-builder-sdk/src/runtime/db-view.ts:8
Function
query
( resource: ResourceHandle<TSchema, States>, )
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/db-view.ts:8
Method
query
( resource: ResourceHandle<TSchema, States>, )
sdk/app-builder-sdk/src/types.ts:223
Method
queryRows
(db: Database.Database, limit: number, offset: number)
runtime/state-store/src/store.ts:6864
Function
queueInput
(payload, options = {})
sdk/runtime-client/src/methods/sessions.ts:247
Method
queueMicrotask
(task: Function)
website/docs/worker-configuration.d.ts:309
Method
rank
(params: { query: string; entries: MemoryEntryRecord[]; nowIso?: string | null; })
runtime/api-server/src/memory-recall-index.ts:172
Function
readJsonFile
(filePath: string, fallback: T)
apps/desktop/electron/main.ts:5330
Function
readJsonFile
(filePath: string, fallback: T)
apps/desktop/electron/browser-pane/import-chromium.ts:150
Function
readUtf8
(filePath: string)
runtime/harnesses/src/workspace-skills.ts:41
Method
readable
()
website/docs/worker-configuration.d.ts:3183
Method
ref
Foreign-key reference. Returns a branded zod string schema.
sdk/app-builder-sdk/src/types.ts:129
Function
refreshPiSkillCatalogForSession
()
runtime/harness-host/src/pi.ts:1900
Function
refreshVisibleMainSession
()
apps/desktop/src/components/layout/WorkspaceControlCenter.tsx:1198
Function
refreshVisibleMainSession
()
apps/desktop/src/components/panes/ChatPane/index.tsx:6481
Function
refreshVisibleSessionState
()
apps/desktop/src/components/panes/BrowserPane.tsx:278
Function
refreshVisibleSessionState
()
apps/desktop/src/components/panes/useWorkspaceBrowser.ts:205
Function
refreshVisibleTasks
()
apps/desktop/src/components/panes/ChatPane/index.tsx:8456
Function
rememberAppPorts
(params)
runtime/api-server/src/app.test.ts:8357
Method
rememberAppPorts
(params: { workspaceId?: string; appId: string; httpPort: number; mcpPort: number; })
runtime/api-server/src/app-lifecycle-worker.ts:1450
Method
remove
()
website/docs/worker-configuration.d.ts:1544
Method
remove
()
website/docs/worker-configuration.d.ts:1553
Method
remove
()
website/docs/worker-configuration.d.ts:1561
Method
removeAndKeepContent
()
website/docs/worker-configuration.d.ts:1545
Method
removeAttribute
(name: string)
website/docs/worker-configuration.d.ts:1538
Function
removePendingAttachment
(attachmentId: string)
apps/desktop/src/components/panes/ChatPane/index.tsx:7414
Function
removeQuotedSkill
(skillId: string)
apps/desktop/src/components/panes/ChatPane/index.tsx:7426
Method
renewActiveRunClaim
()
runtime/api-server/src/queue-worker.ts:281
Method
replace
(content: string | ReadableStream | Response, options?: ContentOptions)
website/docs/worker-configuration.d.ts:1543
Method
replace
(content: string, options?: ContentOptions)
website/docs/worker-configuration.d.ts:1560
Method
reply
* Reply to the sender of this email message with a new EmailMessage object. * @param message The reply message. * @returns A promise that re
website/docs/worker-configuration.d.ts:10745
Method
reportError
(error: any)
website/docs/worker-configuration.d.ts:311
Function
requestControlPlaneJson
({ service, method, path: requestPath, payload, params, }: { service: "projects" | "marketplace" |
apps/desktop/electron/main.ts:9540
Function
requestDesktopControlPlaneJson
({ method, path: requestPath, payload, params, }: { method: "GET" | "POST"; path: string; payloa
apps/desktop/electron/main.ts:9646
Function
requestOnce
( fetchFn: typeof fetch, url: URL, method: RuntimeRequestMethod, payload: unknown, timeoutMs: number
sdk/runtime-client/src/request.ts:140
Function
requiredBoolean
(value: unknown, fieldName: string)
runtime/harness-host/src/contracts.ts:210
Function
requiredNonNegativeInteger
(value: unknown, fieldName: string)
runtime/api-server/src/desktop-browser-tools.ts:609
Method
resetHeartbeat
()
runtime/api-server/src/runner-worker.ts:705
Function
resize
(params: { workspaceId: string })
runtime/api-server/src/app.test.ts:559
Method
resize
(params: { workspaceId: string; terminalId: string; cols: number; rows: number })
runtime/api-server/src/terminal-session-manager.ts:422
Method
resize
(cols: number, rows: number)
runtime/api-server/src/terminal-session-manager.test.ts:68
Function
resolveActiveAccount
( params: ResolveActiveAccountParams, )
runtime/api-server/src/active-account-resolver.ts:62
Function
resolveChromeProfileSelection
( ownerWindow: BrowserWindow | null, )
apps/desktop/electron/browser-pane/import-chromium.ts:537
Function
resolveChromeUserDataRoot
()
apps/desktop/electron/browser-pane/import-chromium.ts:258
Function
resolveIntegrationProviderAlias
(providerId: string)
runtime/api-server/src/integration-catalog.ts:141
Function
resolvePathWithinWorkspace
( policy: Pick< PiWorkspaceBoundaryPolicy, "workspaceDir" | "workspaceRealDir" | "allowedExternalDir
runtime/harness-host/src/pi.ts:1260
Function
resolveWorkspaceDir
(workspaceId)
runtime/api-server/src/memory.test.ts:278
Function
resource
( name: string, def: ResourceDef<TSchema, States>, )
sdk/app-builder-sdk/src/app.ts:76
Function
resource
( name: string, def: ResourceDef<TSchema, States>, )
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/app.ts:76
Method
resource
( name: string, def: ResourceDef<TSchema, States>, )
sdk/app-builder-sdk/src/types.ts:252
Method
response
* The image as a response, ready to store in cache or return to users
website/docs/worker-configuration.d.ts:11154
Method
response
* Returns the transformed media as an HTTP response object. * @returns The transformed media as a Promise<Response>, ready to store in cache or r
website/docs/worker-configuration.d.ts:11225
Function
restart
()
apps/desktop/electron/composio-events-bridge.ts:227
Function
restoreDraft
()
apps/desktop/src/components/publish/PublishScreen.tsx:301
Method
retryAll
(options?: QueueRetryOptions)
website/docs/worker-configuration.d.ts:1946
Method
retryAll
(options?: QueueRetryOptions)
website/docs/worker-configuration.d.ts:1952
Function
retryMarketplaceTemplates
()
apps/desktop/src/lib/workspaceDesktop.tsx:1581
Method
rollback
()
website/docs/worker-configuration.d.ts:563
Function
rowDistance
(index: number)
apps/desktop/src/lib/dotmatrix-core.tsx:128
Function
rowWaveNormFromIndex
(index: number)
apps/desktop/src/lib/dotmatrix-core.tsx:432
Method
rowsByResource
(resource: string)
sdk/app-builder-sdk/src/types.ts:346
Method
rowsByResource
(resource: string)
sdk/app-builder-sdk/src/runtime/state-backend-sqlite.ts:111
Method
rowsByResource
(resource: string)
sdk/app-builder-sdk/src/runtime/state.ts:66
Method
rowsByResource
(resource: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/state-backend-sqlite.ts:111
Method
rowsByResource
(resource: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/state.ts:66
Function
run
(payload)
runtime/api-server/src/app.test.ts:4403
Method
run
(payload: Record<string, unknown>)
runtime/api-server/src/runner-worker.ts:664
Function
runNow
(workspaceId, jobId)
sdk/runtime-client/src/methods/cronjobs.ts:87
Function
runPiSessionCompaction
(requestPayload: Record<string, unknown>)
runtime/api-server/src/session-checkpoint.ts:803
Function
runSql
(dbPath, sql)
scripts/lib/memory-live-utils.mjs:107
Method
running
()
website/docs/worker-configuration.d.ts:3261
Function
runtimeApiRequest
( pathname: string, init: RequestInit = {}, )
apps/desktop/electron/main.ts:8205
Function
runtimeDbPath
(options: RuntimeStateStoreOptions = {})
runtime/state-store/src/store.ts:1458
Function
runtimeUserProfileUpdateFromAcceptedProposal
(params: { proposal: MemoryUpdateProposalRecord; })
runtime/api-server/src/user-memory-proposals.ts:243
Function
sanitizeBrowserWorkspaceSegment
(workspaceId: string)
apps/desktop/electron/main.ts:3615
Function
scriptedFetch
(input)
sdk/app-builder-sdk/test/integration-status.test.ts:17
Function
search
()
runtime/api-server/src/claimed-input-executor.test.ts:518
Function
search
(payload)
runtime/api-server/src/app.test.ts:4518
Method
search
(payload: Record<string, unknown>)
runtime/api-server/src/memory.ts:397
Function
searchSemanticMemorySearchDocs
(params: { category: "interaction" | "integration"; workspaceId?: string | null; treeId?: st
runtime/api-server/src/workspace-memory.test.ts:310
Method
secureTransport
()
website/docs/worker-configuration.d.ts:3188
Function
selectAddressInput
()
apps/desktop/src/components/panes/SpaceBrowserDisplayPane.tsx:199
Function
selectAgentSessionBrowser
(value: string | null)
apps/desktop/src/components/panes/SpaceBrowserExplorerPane.tsx:199
Method
send
* The **`WebSocket.send()`** method enqueues the specified data to be transmitted to the server over the WebSocket connection, increasing the value of
website/docs/worker-configuration.d.ts:3101
Method
send
(message: EmailMessage)
website/docs/worker-configuration.d.ts:10770
Method
send
* The Pipeline interface represents the type of a binding to a Pipeline * * @param records The records to send to the pipeline
website/docs/worker-configuration.d.ts:11357
Method
sendBatch
(messages: Iterable<MessageSendRequest<Body>>, options?: QueueSendBatchOptions)
website/docs/worker-configuration.d.ts:1918
Function
sendDownloadsToPopup
(downloads: PopupDownloadPayload[])
apps/desktop/electron/browser-pane/popups.ts:1068
Function
sendHistoryToPopup
(history: BrowserHistoryEntryPayload[])
apps/desktop/electron/browser-pane/popups.ts:1076
Function
sendInput
(params: { workspaceId: string })
runtime/api-server/src/app.test.ts:553
← previous
next →
8,301–8,400 of 8,692, ranked by callers