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
↓ 5 callers
Function
createBackgroundTaskMemoryModelClient
( params: CreateBackgroundTaskMemoryModelClientParams, )
runtime/api-server/src/background-task-model.ts:319
↓ 5 callers
Function
createPiFindToolDefinition
(cwd: string)
runtime/harness-host/src/pi-find-tool.ts:360
↓ 5 callers
Function
createPiMcpCustomTools
( request: HarnessHostPiRequest, runtime: McporterRuntime, bindings: PiMcpServerBinding[] = buildPiMcpSe
runtime/harness-host/src/pi.ts:1589
↓ 5 callers
Function
cronjobIsDue
( job: CronjobRecord, now: Date, fallbackTimezone?: string | null, )
runtime/api-server/src/cron-worker.ts:339
↓ 5 callers
Function
decodeHarnessHostPiRequestBase64
(encoded: string)
runtime/harness-host/src/contracts.ts:383
↓ 5 callers
Function
dedupeOutputsForDisplay
( outputs: WorkspaceOutputRecordPayload[], )
apps/desktop/src/components/panes/ChatPane/ArtifactBrowserModal.tsx:380
↓ 5 callers
Function
defaultLogger
()
runtime/api-server/src/ts-runner-session-state.ts:18
↓ 5 callers
Method
defaultWorkspaceDir
(workspaceId: string)
runtime/state-store/src/store.ts:15527
↓ 5 callers
Function
desktopRuntimeApiPortForUserDataPath
(userDataPath)
scripts/isolated-runtime-launchers.mjs:120
↓ 5 callers
Function
desktopWindowTelemetryRole
(window: BrowserWindow | null | undefined)
apps/desktop/electron/main.ts:1296
↓ 5 callers
Function
effectiveAppUpdateChannel
()
apps/desktop/electron/main.ts:1607
↓ 5 callers
Function
effectiveSessionTokenCount
( values: Array<number | null | undefined>, )
runtime/api-server/src/session-checkpoint.ts:428
↓ 5 callers
Function
emitAuthUserUpdated
(user: AuthUserPayload | null)
apps/desktop/electron/main.ts:8347
↓ 5 callers
Function
emitRunnerEvent
( request: HarnessHostPiRequest, sequence: number, eventType: RunnerEventType, payload: JsonObject )
runtime/harness-host/src/pi.ts:591
↓ 5 callers
Function
emojiUrl
(name: string)
apps/desktop/src/components/marketplace/fallbackTemplates.ts:9
↓ 5 callers
Function
ensureInteractionEntity
(params: { store: RuntimeStateStore; workspaceId: string; entityType: InteractionEntityType; canonical
runtime/api-server/src/interaction-memory.ts:1221
↓ 5 callers
Function
ensureWorkspaceDataDb
(workspaceDir: string)
runtime/api-server/src/ts-runner-session-state.ts:82
↓ 5 callers
Function
ensureWorkspaceGitRepo
( workspaceDir: string, options: WorkspaceGitBootstrapOptions = {}, )
apps/desktop/electron/workspace-git.ts:121
↓ 5 callers
Function
ensureWorkspaceIdentityMigrated
(workspacePath: string)
runtime/state-store/src/store.ts:1495
↓ 5 callers
Method
ensureWorkspaceMetadataReady
()
runtime/state-store/src/store.ts:12639
↓ 5 callers
Function
executeRequest
()
apps/desktop/electron/main.ts:9561
↓ 5 callers
Function
expectOk
( result: { ok: true; externalId?: string } | { fail: { code: string; message: string } }, label = "action
sdk/app-builder-sdk/reference/gcalendar-events/e2e.ts:123
↓ 5 callers
Function
expectOk
( result: { ok: true; externalId?: string } | { fail: { code: string; message: string } }, label = "action
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/gcalendar-events/e2e.ts:123
↓ 5 callers
Function
extractText
(result: Awaited<ReturnType<ReturnType<typeof createPiFindToolDefinition>["execute"]>>)
runtime/harness-host/src/pi-find-tool.test.ts:23
↓ 5 callers
Function
favoriteKey
( input: | { kind: "issue"; workspaceId: string; issueId: string } | { kind: "file"; workspaceId: st
apps/desktop/src/components/layout/shell/state/favorites.ts:61
↓ 5 callers
Function
feature
(name: string)
sdk/app-builder-sdk/reference/slack-messaging/e2e.ts:100
↓ 5 callers
Function
feature
(name: string)
sdk/app-builder-sdk/reference/gcalendar-events/e2e.ts:89
↓ 5 callers
Function
feature
(name: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/slack-messaging/e2e.ts:100
↓ 5 callers
Function
feature
(name: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/gcalendar-events/e2e.ts:89
↓ 5 callers
Function
finalizeExecutionTimelineTraceItems
( previous: ChatExecutionTimelineItem[], status: Extract<ChatTraceStepStatus, "completed" | "error" | "wai
apps/desktop/src/components/panes/ChatPane/index.tsx:2830
↓ 5 callers
Method
findWorkspaceApps
( params: RuntimeAgentToolsFindWorkspaceAppsParams, )
runtime/api-server/src/runtime-agent-tools.ts:6917
↓ 5 callers
Function
finish
(fn: () => void)
runtime/api-server/src/app.ts:2993
↓ 5 callers
Function
firstNonEmptyString
(...values: Array<string | null | undefined>)
runtime/harnesses/src/model-routing.ts:80
↓ 5 callers
Function
firstString
(...values: unknown[])
runtime/api-server/src/integration-types.ts:43
↓ 5 callers
Function
formatRelativeTime
(value: string | null | undefined)
apps/desktop/src/components/layout/shell/IssueDetailPane.tsx:97
↓ 5 callers
Function
formatSessionTodoListText
(phases: SessionTodoPhase[])
runtime/api-server/src/session-todo.ts:662
↓ 5 callers
Method
getIntegrationBinding
(bindingId: string)
runtime/state-store/src/store.ts:4857
↓ 5 callers
Function
getIntegrationConnectionRecord
( database: Database.Database, connectionId: string, )
apps/desktop/electron/control-plane-owned-state.ts:981
↓ 5 callers
Function
given
(s: string)
sdk/app-builder-sdk/reference/telegram-messaging/e2e.ts:93
↓ 5 callers
Function
given
(s: string)
sdk/app-builder-sdk/reference/gcalendar-events/e2e.ts:105
↓ 5 callers
Function
given
(s: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/telegram-messaging/e2e.ts:93
↓ 5 callers
Function
given
(s: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/gcalendar-events/e2e.ts:105
↓ 5 callers
Function
handleConnect
(integration: IntegrationCard)
apps/desktop/src/components/panes/IntegrationsPane.tsx:796
↓ 5 callers
Function
handleConnect
()
apps/desktop/src/components/panes/ChatPane/AssistantTurn/IntegrationProposalCard.tsx:110
↓ 5 callers
Function
hasAnyToken
(tokens: string[], expected: string[])
runtime/api-server/src/memory-retrieval-intent.ts:20
↓ 5 callers
Function
hasVisibleBounds
()
apps/desktop/electron/browser-pane/tab-state.ts:402
↓ 5 callers
Function
hashlineHeader
(displayPath: string, tag: string)
runtime/harness-host/src/pi-hashline-tools.ts:71
↓ 5 callers
Function
historyMessagesInDisplayOrder
( messages: SessionHistoryMessagePayload[], order: "asc" | "desc", )
apps/desktop/src/components/panes/ChatPane/helpers.ts:358
↓ 5 callers
Function
hostStateDatabasePath
()
apps/desktop/electron/main.ts:3930
↓ 5 callers
Function
installBenignStdioEpipeGuard
(io: { stdout?: NodeJS.WritableStream | null; stderr?: NodeJS.WritableStream | null; } = {})
runtime/harness-host/src/stdio-epipe.ts:24
↓ 5 callers
Function
installBffFetchHandler
(deps: BffFetchHandlerDeps)
apps/desktop/electron/bff-fetch.ts:133
↓ 5 callers
Function
integrationBranchSegments
(params: { treeSlug: string; entitySlug?: string | null; branchSlug: string; })
runtime/api-server/src/integration-memory.ts:428
↓ 5 callers
Function
integrationEntitySegments
(treeSlug: string, entitySlug: string)
runtime/api-server/src/integration-memory.ts:424
↓ 5 callers
Function
isDraftLabWorkspace
( workspace: WorkspaceRecord | null | undefined, )
runtime/api-server/src/cronjob-policy.ts:13
↓ 5 callers
Function
isProtectedWorkspacePath
( workspaceRoot: string | null | undefined, targetPath: string | null | undefined, )
apps/desktop/src/components/panes/FileExplorerPane.tsx:905
↓ 5 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/ts-runner-contracts.ts:73
↓ 5 callers
Function
isRecord
(value: unknown)
runtime/api-server/src/main-session-event-worker.ts:50
↓ 5 callers
Function
issuePayload
(record: IssueRecord)
runtime/api-server/src/app.ts:1576
↓ 5 callers
Function
json
(res: import("node:http").ServerResponse, status: number, data: unknown)
runtime/api-server/src/composio-test-server.ts:38
↓ 5 callers
Function
jsonValue
(value: unknown)
runtime/api-server/src/runtime-sentry.ts:44
↓ 5 callers
Method
latestOutputEventId
(params: { workspaceId: string; sessionId: string; inputId?: string; excludedEventTypes?: string[] })
runtime/state-store/src/store.ts:5987
↓ 5 callers
Method
list
(options?: KVNamespaceListOptions)
website/docs/worker-configuration.d.ts:1878
↓ 5 callers
Function
listActiveInteractionLeaves
(store: RuntimeStateStore, workspaceId: string)
runtime/api-server/src/evolve.test.ts:129
↓ 5 callers
Method
listDataTables
(params: RuntimeAgentToolsListDataTablesParams)
runtime/api-server/src/runtime-agent-tools.ts:8466
↓ 5 callers
Function
listIntegrationConnections
(params?: { providerId?: string; ownerUserId?: string; })
apps/desktop/electron/main.ts:10324
↓ 5 callers
Method
listTerminalSessions
(params: RuntimeAgentToolsListTerminalSessionsParams)
runtime/api-server/src/runtime-agent-tools.ts:5932
↓ 5 callers
Method
listWorkspaceLabs
(params: { sourceWorkspaceId: string; activeOnly?: boolean })
runtime/state-store/src/store.ts:1778
↓ 5 callers
Function
loadDesktopEnv
( options: LoadDesktopEnvOptions = {}, )
apps/desktop/electron/desktopEnv.ts:44
↓ 5 callers
Function
loadSessionConversation
( nextSessionId: string | null, workspaceId: string, runtimeStates: SessionRuntimeRecordPayload[],
apps/desktop/src/components/panes/ChatPane/index.tsx:4491
↓ 5 callers
Function
loadTeammateFilesystemSkills
(params: { workspaceDir: string; teammateId: string; })
runtime/api-server/src/teammate-skill-files.ts:473
↓ 5 callers
Function
makeRequest
(workspaceDir: string)
runtime/api-server/src/workspace-mcp-sidecar.test.ts:27
↓ 5 callers
Function
makeStore
(prefix: string)
runtime/api-server/src/integration-proposal-gate.test.ts:19
↓ 5 callers
Function
makeStoreAndWorkspace
(root: string)
runtime/api-server/src/automations-import.test.ts:38
↓ 5 callers
Function
makeTempDir
(prefix: string)
runtime/api-server/src/subagent-model.test.ts:34
↓ 5 callers
Function
markProviderSettingsDirty
()
apps/desktop/src/components/auth/AuthPanel.tsx:2215
↓ 5 callers
Function
navigateTo
(rawInput: string)
apps/desktop/src/components/panes/BrowserPane.tsx:443
↓ 5 callers
Function
nestedRecord
( value: Record<string, unknown> | null | undefined, key: string, )
runtime/api-server/src/claimed-input-executor.ts:1886
↓ 5 callers
Function
newestExistingMtime
(targetPath)
apps/desktop/scripts/ensure-editor.mjs:20
↓ 5 callers
Function
nextAppUpdateTimestamp
()
apps/desktop/electron/main.ts:2024
↓ 5 callers
Function
nextSequence
()
runtime/harness-host/src/pi.ts:2502
↓ 5 callers
Function
nm
(pkg: string)
sdk/app-builder-sdk/reference/post-analytics/playground/vite.config.ts:7
↓ 5 callers
Function
nm
(pkg: string)
sdk/app-builder-sdk/reference/engagement-inbox/playground/vite.config.ts:7
↓ 5 callers
Function
nm
(pkg: string)
sdk/app-builder-sdk/reference/content-calendar/playground/vite.config.ts:7
↓ 5 callers
Function
nm
(pkg: string)
sdk/app-builder-sdk/reference/messaging-dashboard/playground/vite.config.ts:7
↓ 5 callers
Function
normalizeArchiveLookupPath
(rawPath?: string)
runtime/harness-host/src/pi-archive-reader.ts:28
↓ 5 callers
Function
normalizeBaseUrl
(value: string | null | undefined)
apps/desktop/src/lib/billing/billing-links.ts:10
↓ 5 callers
Function
normalizeBrowserPath
(targetPath: string)
runtime/api-server/src/memory-browser.ts:912
↓ 5 callers
Function
normalizeConfiguredProviderModelId
( providerId: string, modelId: string, )
apps/desktop/src/components/auth/AuthPanel.tsx:696
↓ 5 callers
Function
normalizeErrorMessage
(error: unknown)
apps/desktop/src/components/panes/AutomationsPane.tsx:56
↓ 5 callers
Function
normalizeExtractedText
(value: string)
runtime/harnesses/src/attachment-content.ts:173
↓ 5 callers
Function
normalizeHarness
(value: unknown)
runtime/api-server/src/ts-runner-session-state.ts:110
↓ 5 callers
Function
normalizeLegacyRuntimeModelToken
(token: string)
apps/desktop/electron/main.ts:6510
↓ 5 callers
Function
normalizeLineEndings
(value: string)
runtime/api-server/src/runtime-agent-tools.ts:1956
↓ 5 callers
Function
normalizeManagedSectionContent
(value: string | null | undefined)
runtime/api-server/src/runtime-agent-tools.ts:1960
↓ 5 callers
Function
normalizePiContextUsage
(value: unknown)
runtime/api-server/src/session-checkpoint.ts:443
↓ 5 callers
Function
normalizeReleaseVersion
(value: string)
apps/desktop/electron/main.ts:1963
↓ 5 callers
Function
normalizeRuntimePlatform
(value)
runtime/deploy/stage_python_runtime.mjs:67
↓ 5 callers
Method
normalizedConversationBindingRole
(value: string | null | undefined)
runtime/state-store/src/store.ts:16725
↓ 5 callers
Function
normalizedNativeNotificationText
(value: string, maxLength: number)
apps/desktop/electron/main.ts:22771
↓ 5 callers
Function
normalizedValue
(value: string | null | undefined)
runtime/api-server/src/subagent-model.ts:8
← previous
next →
1,001–1,100 of 8,692, ranked by callers