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
↓ 3 callers
Function
emptyHarnessTodoState
(sessionId: string)
runtime/harnesses/src/todo-policy.ts:104
↓ 3 callers
Function
emptySessionTodoState
(sessionId: string)
runtime/api-server/src/session-todo.ts:114
↓ 3 callers
Function
emptyWorkspaceListResponse
( limit = 100, )
apps/desktop/electron/main.ts:13974
↓ 3 callers
Function
ensureAllAppsRunning
( workspaceId: string )
runtime/api-server/src/app.ts:4322
↓ 3 callers
Method
ensureAppBuilderTeammate
(workspaceId: string)
runtime/state-store/src/store.ts:2434
↓ 3 callers
Function
ensureCodexTokensFresh
(skewMs: number = DEFAULT_SKEW_MS)
runtime/api-server/src/codex-token-refresh.ts:218
↓ 3 callers
Function
ensureProviderGroup
(providerId: string)
apps/desktop/electron/main.ts:6864
↓ 3 callers
Function
ensureRuntimeBindingReadyForWorkspaceFlow
( reason: string, options?: { forceRefresh?: boolean; allowProvisionWhenUnmanaged?: boolean; w
apps/desktop/electron/main.ts:8985
↓ 3 callers
Function
ensureUncategorizedEntity
(store: RuntimeStateStore, workspaceId: string)
runtime/api-server/src/interaction-memory.ts:1264
↓ 3 callers
Function
ensureVirtualDirectory
( root: VirtualMemoryDirectoryBuilder, segments: string[], )
runtime/api-server/src/memory-browser.ts:429
↓ 3 callers
Function
ensureWorkspaceOnboardingStarterMessage
(params: { store: RuntimeStateStore; workspaceId: string; sessionId: string; })
runtime/api-server/src/app.ts:2153
↓ 3 callers
Function
errResult
(code: string, message: string)
sdk/app-builder-sdk/src/runtime/mcp-server.ts:488
↓ 3 callers
Function
errResult
(code: string, message: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/mcp-server.ts:488
↓ 3 callers
Function
escapeYaml
(s: string)
sdk/app-builder-sdk/src/runtime/manifest.ts:89
↓ 3 callers
Function
escapeYaml
(s: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/manifest.ts:89
↓ 3 callers
Function
estimateSessionContextTokens
(sessionFile: string)
runtime/api-server/src/session-checkpoint.ts:419
↓ 3 callers
Function
evaluatePreRunSessionCompaction
(params: { liveSessionFile: string; snapshotPayload: Record<string, unknown> | null; selectedModel: stri
runtime/api-server/src/session-checkpoint.ts:555
↓ 3 callers
Function
evaluateWorkspace
(browserConfig, workspaceId, expression)
apps/desktop/e2e/browser-workspace-isolation.test.mjs:198
↓ 3 callers
Function
eventChannel
(terminalId: string)
runtime/api-server/src/terminal-session-manager.ts:92
↓ 3 callers
Function
eventSequence
(event: Record<string, unknown>)
runtime/api-server/src/runner-worker.ts:341
↓ 3 callers
Function
expect
(actual: T)
sdk/app-builder-sdk/reference/slack-messaging/e2e-bearer.ts:35
↓ 3 callers
Function
expect
(actual: T)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/slack-messaging/e2e-bearer.ts:35
↓ 3 callers
Function
extractEmailAddresses
(value: string | null)
runtime/api-server/src/integration-memory.ts:3356
↓ 3 callers
Function
fallbackWorkspaceActivityAt
(workspace: WorkspaceRecordPayload)
apps/desktop/src/components/layout/WorkspaceControlCenter.tsx:174
↓ 3 callers
Function
fetchJson
(url, init)
scripts/lib/memory-live-utils.mjs:274
↓ 3 callers
Function
fetchWorkspaceAppProbe
(params: { url: string; method?: "GET" | "POST"; timeoutMs: number; headers?: Record<string, string>;
runtime/api-server/src/runtime-agent-tools.ts:1912
↓ 3 callers
Function
finalizeLiveTraceSteps
( status: Extract<ChatTraceStepStatus, "completed" | "error" | "waiting">, )
apps/desktop/src/components/layout/shell/IssueDetailPane.tsx:519
↓ 3 callers
Function
fingerprintText
(value: string)
runtime/api-server/src/agent-prompt-sections.ts:182
↓ 3 callers
Function
finiteNumber
(value: unknown)
runtime/api-server/src/claimed-input-executor.ts:1873
↓ 3 callers
Function
firstExistingPath
(paths)
runtime/deploy/package_windows_runtime.mjs:72
↓ 3 callers
Function
firstExistingRelativePath
( rootPath: string, relativePaths: readonly string[], )
apps/desktop/electron/main.ts:16974
↓ 3 callers
Function
firstNonEmptyString
(...values: unknown[])
runtime/harness-host/src/pi.ts:640
↓ 3 callers
Function
flushExecutionSegment
()
apps/desktop/src/components/panes/ChatPane/index.tsx:3169
↓ 3 callers
Function
focusOrCreateMainWindow
()
apps/desktop/electron/main.ts:22734
↓ 3 callers
Function
forgetWorkspaceDir
(workspaceId: string)
apps/desktop/electron/main.ts:13062
↓ 3 callers
Function
formatAttachmentSize
(sizeBytes: number)
apps/desktop/src/components/panes/ChatPane/AttachmentList.tsx:10
↓ 3 callers
Function
formatBytes
(n: number)
apps/desktop/src/components/publish/PublishScreen.tsx:79
↓ 3 callers
Function
formatBytes
(n: number)
apps/desktop/src/components/publish/BundleFileTree.tsx:31
↓ 3 callers
Function
formatCalendarLabel
(value: string | null | undefined)
apps/desktop/src/components/layout/shell/IssueDetailPane.tsx:117
↓ 3 callers
Function
formatCompactNumber
(value: number)
apps/desktop/src/components/layout/shell/WorkspaceDashboardPane.tsx:117
↓ 3 callers
Method
fromDataAsync
(data: Buffer | Uint8Array | ArrayBuffer)
runtime/harnesses/src/attachment-content.ts:33
↓ 3 callers
Function
futureEvent
(offsetMinutes = 60, durationMinutes = 30)
sdk/app-builder-sdk/reference/gcalendar-events/e2e.ts:135
↓ 3 callers
Function
futureEvent
(offsetMinutes = 60, durationMinutes = 30)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/gcalendar-events/e2e.ts:135
↓ 3 callers
Function
gatewayBaseUrl
(service: string)
apps/desktop/electron/main.ts:9303
↓ 3 callers
Function
getConnectedAccount
( params: GetConnectedAccountParams )
runtime/api-server/src/composio-minimal-example.ts:220
↓ 3 callers
Method
getConversationBinding
(params: { workspaceId: string; bindingId: string })
runtime/state-store/src/store.ts:3511
↓ 3 callers
Function
getExplorerRowId
(absolutePath: string)
apps/desktop/src/components/panes/FileExplorerPane.tsx:1105
↓ 3 callers
Method
getIntegrationLeaf
(params: { leafId: string; })
runtime/state-store/src/store.ts:7991
↓ 3 callers
Method
getInteractionLeaf
(params: { workspaceId: string; leafId: string; })
runtime/state-store/src/store.ts:7210
↓ 3 callers
Method
getJson
(path: string)
runtime/api-server/src/composio-api-client.ts:282
↓ 3 callers
Method
getLatestInputForSession
(params: LatestSessionInputOptions)
runtime/state-store/src/store.ts:5125
↓ 3 callers
Method
getMemoryEntry
(params: { memoryId: string; workspaceId?: string | null })
runtime/state-store/src/store.ts:6840
↓ 3 callers
Method
getMemoryUpdateProposal
(params: { workspaceId: string; proposalId: string })
runtime/state-store/src/store.ts:11959
↓ 3 callers
Function
getPayloadConfigFromPayload
( config: ChartConfig, payload: unknown, key: string )
sdk/ui/src/primitives/chart.tsx:328
↓ 3 callers
Method
getRuntimeNotification
(params: { workspaceId: string; notificationId: string })
runtime/state-store/src/store.ts:11474
↓ 3 callers
Method
getSessionFile
()
runtime/api-server/src/session-checkpoint.ts:97
↓ 3 callers
Method
getTask
(params: RuntimeAgentToolsGetTaskParams)
runtime/api-server/src/runtime-agent-tools.ts:4724
↓ 3 callers
Method
getTerminalSession
(params: RuntimeAgentToolsGetTerminalSessionParams)
runtime/api-server/src/runtime-agent-tools.ts:5968
↓ 3 callers
Method
getWorkspaceAppPorts
( params: RuntimeAgentToolsGetWorkspaceAppPortsParams, )
runtime/api-server/src/runtime-agent-tools.ts:7457
↓ 3 callers
Function
gitHubRepositoriesFromData
(value: unknown)
runtime/api-server/src/integration-context-fetch.ts:917
↓ 3 callers
Function
gmailHeaderValue
(payload: unknown, name: string)
runtime/api-server/src/integration-context-fetch.ts:814
↓ 3 callers
Function
handleAuthCallbackUrl
(targetUrl: string)
apps/desktop/electron/main.ts:9172
↓ 3 callers
Function
handleBrowserWindowOpenAsTab
( workspaceId: string, targetUrl: string, disposition: string, frameName: string, space: B
apps/desktop/electron/browser-pane/tab-state.ts:1315
↓ 3 callers
Function
handleStartSignIn
()
apps/desktop/src/components/auth/AuthPanel.tsx:2182
↓ 3 callers
Function
hasBlockedPersistedHarnessTodoState
(stateDir: string, sessionId: string)
runtime/harnesses/src/todo-policy.ts:356
↓ 3 callers
Function
hasExplicitAuthHeader
(headers: Record<string, string>)
runtime/api-server/src/memory-model-client.ts:87
↓ 3 callers
Function
hasExplicitAuthHeader
(headers: Record<string, string>)
runtime/api-server/src/image-generation.ts:55
↓ 3 callers
Function
hasFlag
(argv, flag)
scripts/lib/memory-live-utils.mjs:34
↓ 3 callers
Function
hasRenderableMessageContent
( text: string, attachments: ChatAttachment[], )
apps/desktop/src/components/panes/ChatPane/index.tsx:993
↓ 3 callers
Function
headerValue
(headers: unknown, key: string)
sdk/bridge/src/turn-context.ts:4
↓ 3 callers
Function
hideAuthPopup
()
apps/desktop/electron/main.ts:22509
↓ 3 callers
Function
highSignalScore
(value: string)
runtime/api-server/src/memory-reranker.ts:102
↓ 3 callers
Function
hostFromUrl
(url: string)
apps/desktop/src/components/layout/shell/TopChrome.tsx:425
↓ 3 callers
Method
hyperlink
()
apps/desktop/electron/main.ts:256
↓ 3 callers
Function
imageGenerationProviderDraftId
( value: string, )
apps/desktop/src/components/auth/AuthPanel.tsx:1111
↓ 3 callers
Function
imageGenerationProviderIsAvailable
( document: Record<string, unknown>, providerId: string, runtimeConfig: ReturnType<typeof resolveProduct
runtime/api-server/src/image-generation-model.ts:338
↓ 3 callers
Function
imageInputUnsupportedMessage
(modelLabel: string)
apps/desktop/src/components/panes/ChatPane/helpers.ts:61
↓ 3 callers
Function
inferDraggedAttachmentKind
(name: string, mimeType?: string | null)
apps/desktop/src/lib/attachmentDrag.ts:19
↓ 3 callers
Function
inferModelProxyProviderFromToken
(token: string)
runtime/api-server/src/agent-runtime-config.ts:422
↓ 3 callers
Function
inspectableRunSessionCategory
( session: AgentSessionRecordPayload, )
apps/desktop/src/components/panes/SubagentSessionsPane.tsx:55
↓ 3 callers
Function
integrationBranchSlug
(key: string | null | undefined, label: string | null | undefined)
runtime/api-server/src/integration-memory.ts:400
↓ 3 callers
Function
integrationCatalogProviderIds
()
runtime/api-server/src/integration-catalog.ts:121
↓ 3 callers
Function
integrationEntitySlug
(key: string | null | undefined, label: string | null | undefined)
runtime/api-server/src/integration-memory.ts:395
↓ 3 callers
Method
invokeSkill
(params: RuntimeAgentToolsInvokeSkillParams)
runtime/api-server/src/runtime-agent-tools.ts:5711
↓ 3 callers
Function
isAbsolutePath
(targetPath: string)
apps/desktop/src/components/panes/InternalSurfacePane.tsx:70
↓ 3 callers
Function
isCronjobMainSessionKind
(kind: string | null | undefined)
runtime/api-server/src/claimed-input-executor.ts:2839
↓ 3 callers
Function
isDelegatingFrontSessionKind
(params: { sessionKind: string | null | undefined; onboardingState?: string | null; })
runtime/api-server/src/ts-runner.ts:1229
↓ 3 callers
Function
isExplorerShortcutTarget
(target: EventTarget | null)
apps/desktop/src/components/panes/FileExplorerPane.tsx:3212
↓ 3 callers
Function
isInStoreCatalog
(toolkitSlug: string)
runtime/api-server/src/integration-store-catalog.ts:154
↓ 3 callers
Function
isJsonValue
(value: unknown)
runtime/harness-host/src/contracts.ts:167
↓ 3 callers
Function
isManagedWebSearchProvider
(providerId: WebSearchProviderId)
apps/desktop/src/components/auth/AuthPanel.tsx:385
↓ 3 callers
Function
isNativeTextAction
(action: BrowserActionKind)
runtime/api-server/src/desktop-browser-tools.ts:1628
↓ 3 callers
Function
isPreservedWorkspaceEntryForReplaceExisting
(entryName: string)
runtime/api-server/src/app.ts:2906
↓ 3 callers
Function
isPrimaryChatSessionKind
(kind: string | null | undefined)
runtime/api-server/src/app.ts:1633
↓ 3 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/main-session-event-prompt.ts:3
↓ 3 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/runtime-ai-monitoring.ts:19
↓ 3 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/memory-recall-manifest.ts:101
↓ 3 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/integration-types.ts:39
↓ 3 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/cronjob-policy.ts:9
↓ 3 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/runner-worker.ts:309
← previous
next →
1,801–1,900 of 8,692, ranked by callers