Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/holaboss-ai/holaOS
/ functions
Functions
8,692 in github.com/holaboss-ai/holaOS
⨍
Functions
8,692
◇
Types & classes
2,242
↓ 22 callers
Method
updateIssue
(params: { workspaceId: string; issueId: string; fields: IssueUpdateFields; })
runtime/state-store/src/store.ts:2989
↓ 22 callers
Method
updateWorkspace
(workspaceId: string, fields: WorkspaceUpdateFields)
runtime/state-store/src/store.ts:2052
↓ 21 callers
Method
allocateAppPort
(params: { workspaceId: string; appId: string })
runtime/state-store/src/store.ts:10957
↓ 21 callers
Function
fetchIntegrationContextForConnection
(params: { store: RuntimeStateStore; connectionId: string; composioClient?: ComposioExecuteClient | null
runtime/api-server/src/integration-context-fetch.ts:8444
↓ 21 callers
Function
firstTextBlock
(result: { content: Array<{ type: string; text?: string }> })
runtime/harness-host/src/pi-hashline-tools.test.ts:66
↓ 21 callers
Function
nonEmptyString
(value: unknown)
runtime/api-server/src/teammate-skill-files.ts:63
↓ 21 callers
Function
optionalInteger
(value: unknown)
runtime/api-server/src/desktop-browser-tools.ts:315
↓ 21 callers
Function
parseDataSchema
(raw: unknown, options: { appId: string })
runtime/api-server/src/data-schema.ts:62
↓ 21 callers
Function
unwrapActionData
(value: unknown)
runtime/api-server/src/integration-context-fetch.ts:706
↓ 20 callers
Method
_setTurn
(ctx: TurnContext | null)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/app.ts:51
↓ 20 callers
Function
buildSimpleIntegrationCandidate
(params: { provider: string; ownerUserId: string; accountKey: string; accountLabel: string; subjectK
runtime/api-server/src/integration-context-fetch.ts:3473
↓ 20 callers
Function
createPiHashlineToolDefinitions
(cwd: string, store = new HashlineSnapshotStore())
runtime/harness-host/src/pi-hashline-tools.ts:968
↓ 20 callers
Function
derivedPiEvents
(...args: Parameters<typeof mapPiSessionEvent>)
runtime/harness-host/src/pi.test.ts:101
↓ 20 callers
Function
emitBrowserState
( workspaceId?: string | null, space?: BrowserSpaceId | null, )
apps/desktop/electron/browser-pane/tab-state.ts:918
↓ 20 callers
Method
listIntegrationConnections
(params: { providerId?: string; ownerUserId?: string } = {})
runtime/state-store/src/store.ts:4762
↓ 20 callers
Method
listSessions
(params?: { workspaceId?: string; sessionId?: string; statuses?: TerminalSessionStatus[] })
runtime/api-server/src/terminal-session-manager.ts:56
↓ 20 callers
Function
makeTempDir
(prefix: string)
runtime/api-server/src/integration-context-fetch.test.ts:26
↓ 20 callers
Function
normalizedInteger
( value: unknown, defaultValue: number, minimum: number, maximum: number, )
runtime/api-server/src/runtime-agent-tools.ts:1713
↓ 20 callers
Function
normalizedString
(value: unknown)
shared/onboarding-contract.ts:192
↓ 20 callers
Method
parseJsonDict
(raw: unknown)
runtime/state-store/src/store.ts:16302
↓ 20 callers
Method
requiredNormalizedText
(value: string | null | undefined, fieldName: string)
runtime/state-store/src/store.ts:16717
↓ 20 callers
Function
setEnv
(key: string, value: string | undefined)
sdk/app-builder-sdk/test/integration-status.test.ts:30
↓ 20 callers
Function
stageLog
(event: string, data?: Record<string, unknown>)
apps/desktop/electron/main.ts:15287
↓ 19 callers
Method
address
()
apps/desktop/electron/main.ts:253
↓ 19 callers
Function
asObject
(value: unknown)
runtime/api-server/src/runtime-config.ts:154
↓ 19 callers
Function
asRecord
(value: unknown)
shared/onboarding-contract.ts:199
↓ 19 callers
Function
composeBaseAgentPrompt
( workspacePrompt: string, request: ComposeBaseAgentPromptRequest )
runtime/api-server/src/agent-runtime-prompt.ts:1419
↓ 19 callers
Function
expect
(actual: T)
sdk/app-builder-sdk/reference/gcalendar-events/e2e.ts:108
↓ 19 callers
Function
expect
(actual: T)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/gcalendar-events/e2e.ts:108
↓ 19 callers
Function
finiteNumberOrNull
(value: unknown)
runtime/api-server/src/runtime-ai-monitoring.ts:23
↓ 19 callers
Function
get
()
apps/desktop/electron/main.ts:4781
↓ 19 callers
Method
getIntegrationBindingByTarget
(params: { workspaceId: string; targetType: string; targetId: string; integrationKey: string;
runtime/state-store/src/store.ts:4864
↓ 19 callers
Function
isMissingComposioToolError
(error: unknown, toolSlug: string)
runtime/api-server/src/integration-context-fetch.ts:590
↓ 19 callers
Function
normalizeString
(value: unknown)
runtime/api-server/src/runtime-config.ts:97
↓ 19 callers
Function
normalizedString
(value: unknown)
runtime/api-server/src/cron-worker.ts:36
↓ 19 callers
Function
runtimeConfigField
(value: string | undefined)
apps/desktop/electron/main.ts:6437
↓ 19 callers
Method
upsertIntegrationTree
(params: { treeId: string; provider: string; ownerUserId: string; accountKey: string; acco
runtime/state-store/src/store.ts:7727
↓ 18 callers
Function
assignOrRemove
(target: StringMap, key: string, value: unknown)
runtime/api-server/src/runtime-config.ts:508
↓ 18 callers
Method
createConnection
( payload: LocalIntegrationConnectionCreatePayload, )
apps/desktop/electron/control-plane-owned-state.ts:182
↓ 18 callers
Method
createCronjob
(params: RuntimeAgentToolsCreateCronjobParams)
runtime/api-server/src/runtime-agent-tools.ts:3747
↓ 18 callers
Method
createTeammate
(params: RuntimeAgentToolsCreateTeammateParams)
runtime/api-server/src/runtime-agent-tools.ts:3921
↓ 18 callers
Method
ensureGeneralTeammate
(workspaceId: string)
runtime/state-store/src/store.ts:2414
↓ 18 callers
Function
ensureTargetBrowserSpace
( reason: string, )
apps/desktop/electron/browser-pane/http-service.ts:449
↓ 18 callers
Function
firstNonEmptyString
( ...values: Array<string | null | undefined> )
runtime/api-server/src/agent-runtime-config.ts:306
↓ 18 callers
Method
getTeammate
(params: { workspaceId: string; teammateId: string; includeArchived?: boolean; })
runtime/state-store/src/store.ts:2514
↓ 18 callers
Function
linesSection
(lines: string[])
runtime/api-server/src/agent-runtime-prompt.ts:151
↓ 18 callers
Function
listActiveInteractionLeaves
(store: RuntimeStateStore, workspaceId: string)
runtime/api-server/src/turn-memory-writeback.test.ts:114
↓ 18 callers
Method
listIntegrationBindings
(params: { workspaceId?: string })
runtime/state-store/src/store.ts:4880
↓ 18 callers
Method
listPendingMainSessionEvents
(params: { workspaceId: string; ownerMainSessionId: string; deliveryBucket?: string | null; be
runtime/state-store/src/store.ts:4394
↓ 18 callers
Function
outputEventsForInput
( store: RuntimeStateStore, record: { workspaceId: string; sessionId: string; inputId: string }, )
runtime/api-server/src/claimed-input-executor.test.ts:381
↓ 18 callers
Function
resolveWorkspaceAppRuntime
( workspaceDir: string, targetAppId: string, options?: { store?: RuntimeStateStore | null; workspaceId?:
runtime/api-server/src/workspace-apps.ts:478
↓ 18 callers
Function
routingTokens
(value: string | null | undefined)
runtime/api-server/src/teammate-routing.ts:64
↓ 18 callers
Function
setTempSandboxRoot
(prefix: string)
runtime/api-server/src/ts-runner.test.ts:103
↓ 18 callers
Method
upsertInteractionEntity
(params: { workspaceId: string; entityId: string; entityType: InteractionEntityType; canonical
runtime/state-store/src/store.ts:6971
↓ 18 callers
Method
wake
()
runtime/api-server/src/queue-worker.ts:32
↓ 18 callers
Function
withTempWorkspace
(fn: (workspaceDir: string) => Promise<void>)
runtime/harness-host/src/pi-hashline-tools.test.ts:57
↓ 17 callers
Function
authCookieHeader
()
apps/desktop/electron/main.ts:8458
↓ 17 callers
Function
buildSlackApp
(options: CreateAppOptions = {})
sdk/app-builder-sdk/reference/slack-messaging/app.ts:49
↓ 17 callers
Method
clearTimeout
(timeoutId: number | null)
website/docs/worker-configuration.d.ts:305
↓ 17 callers
Method
destroy
(error?: any)
website/docs/worker-configuration.d.ts:3264
↓ 17 callers
Function
emitRuntimeState
(force = false)
apps/desktop/electron/main.ts:16908
↓ 17 callers
Method
ensureRunning
(workspaceId: string)
runtime/api-server/src/composio-mcp-manager.ts:71
↓ 17 callers
Function
errorMessage
(error: unknown)
runtime/api-server/src/ts-runner.ts:317
↓ 17 callers
Method
listIntegrationTrees
(params: { status?: IntegrationTreeStatus | null; provider?: string | null; ownerUserId?: string |
runtime/state-store/src/store.ts:7827
↓ 17 callers
Function
makeMemoryEntry
(overrides: Partial<MemoryEntryRecord> & Pick<MemoryEntryRecord, "memoryId" | "scope" | "memoryType" | "path"
runtime/api-server/src/memory-recall.test.ts:8
↓ 17 callers
Function
makeRuntimeState
(prefix: string)
runtime/api-server/src/turn-memory-writeback.test.ts:37
↓ 17 callers
Function
optionalTrimmedString
(value: unknown)
runtime/api-server/src/session-todo.ts:63
↓ 17 callers
Function
rebuildIntegrationTree
(params: { store: RuntimeStateStore; treeId: string; embeddingClient?: MemoryModelClientConfig | null; }
runtime/api-server/src/integration-memory.ts:4379
↓ 17 callers
Function
requiredString
(value: unknown, fieldName: string)
runtime/api-server/src/integrations.ts:69
↓ 17 callers
Function
resolvePiRuntimeToolDefinitions
( options: { runtimeApiBaseUrl?: string | null; workspaceId?: string | null; sessionId?: string
runtime/harness-host/src/pi-runtime-tools.ts:21
↓ 17 callers
Function
retrieveIntegrationMemory
(params: { store: RuntimeStateStore; workspaceId: string; query: string; mode?: "mixed" | "summaries"
runtime/api-server/src/integration-memory.ts:5242
↓ 17 callers
Method
scaffoldWorkspaceApp
( params: RuntimeAgentToolsScaffoldWorkspaceAppParams, )
runtime/api-server/src/runtime-agent-tools.ts:7131
↓ 17 callers
Function
seedWorkspace
(store: RuntimeStateStore)
runtime/api-server/src/turn-memory-writeback.test.ts:251
↓ 17 callers
Function
semanticBranchTitle
(branchKey: string, branchLabel?: string | null)
runtime/api-server/src/integration-memory.ts:567
↓ 17 callers
Function
setOpen
(nextOpen: boolean)
apps/desktop/src/components/panes/BrowserProfileImportButton.tsx:154
↓ 17 callers
Function
sha256
(value: string)
runtime/api-server/src/integration-memory.ts:2796
↓ 17 callers
Function
startBrowserServer
( handler: (request: IncomingMessage, response: ServerResponse) => void )
runtime/api-server/src/desktop-browser-tools.test.ts:16
↓ 17 callers
Method
upsert
(payload: Record<string, unknown>)
runtime/api-server/src/memory.ts:23
↓ 16 callers
Function
asRecord
(value: unknown)
runtime/harnesses/src/native-web-search.ts:104
↓ 16 callers
Function
clipText
(value: string, maxChars: number)
runtime/api-server/src/interaction-memory.ts:386
↓ 16 callers
Function
finiteNumberOrNull
(value: unknown)
runtime/harness-host/src/pi.ts:674
↓ 16 callers
Method
getTurnResult
(params: { workspaceId: string; inputId: string })
runtime/state-store/src/store.ts:6442
↓ 16 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/workspace-apps.ts:90
↓ 16 callers
Function
literalStringUnion
(values: string[], description: string)
runtime/harnesses/src/browser-capability-tools.ts:37
↓ 16 callers
Function
logNativeDesktopNotificationEvent
( event: string, payload: { title?: string | null; body?: string | null; force?: boolean;
apps/desktop/electron/main.ts:22790
↓ 16 callers
Function
makeTempDir
(prefix: string)
runtime/api-server/src/queue-worker.test.ts:22
↓ 16 callers
Function
makeTempDir
(prefix: string)
runtime/api-server/src/agent-runtime-config.test.ts:50
↓ 16 callers
Function
normalizeOptionalString
(value: unknown)
apps/desktop/electron/control-plane-owned-state.ts:536
↓ 16 callers
Function
optionalBoolean
(value: unknown, defaultValue = false)
runtime/api-server/src/desktop-browser-tools.ts:311
↓ 16 callers
Method
processAvailableInputsOnce
()
runtime/api-server/src/queue-worker.ts:228
↓ 16 callers
Function
readString
( value: UnknownRecord, keys: string[], fallback = "", )
shared/onboarding-contract.ts:223
↓ 16 callers
Method
registerWorkspaceApp
( params: RuntimeAgentToolsRegisterWorkspaceAppParams, )
runtime/api-server/src/runtime-agent-tools.ts:7207
↓ 16 callers
Function
requireHealthyWorkspaceFolder
* Guards endpoints that are about to read or write the workspace folder. * Returns the workspace dir on success; sends a 409 and returns null if the
runtime/api-server/src/app.ts:1215
↓ 16 callers
Function
stringList
(value: unknown)
shared/onboarding-contract.ts:206
↓ 16 callers
Method
upsertInteractionLeaf
(params: { workspaceId: string; leafId: string; entityId: string; subjectKey: string; path
runtime/state-store/src/store.ts:7095
↓ 16 callers
Function
withDesktopBrowserStatus
( payload: Omit< RuntimeStatusPayload, "desktopBrowserReady" | "desktopBrowserUrl" >, )
apps/desktop/electron/main.ts:6114
↓ 16 callers
Function
wrap
(action: () => void)
apps/desktop/src/components/layout/shell/SearchDialog.tsx:122
↓ 16 callers
Function
writeRuntimeConfig
(root: string, document: Record<string, unknown>)
runtime/api-server/src/runtime-agent-tools.test.ts:32
↓ 16 callers
Function
writeRuntimeConfigDocument
( root: string, document: Record<string, unknown>, )
runtime/api-server/src/agent-runtime-config.test.ts:56
↓ 15 callers
Method
#evaluate
( config: ProductRuntimeConfig, expression: string, context: DesktopBrowserToolExecutionContext =
runtime/api-server/src/desktop-browser-tools.ts:3602
← previous
next →
201–300 of 8,692, ranked by callers