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
↓ 2 callers
Function
updateRecallEmbeddingsDraft
(update: Partial<RecallEmbeddingsDraft>)
apps/desktop/src/components/auth/AuthPanel.tsx:2327
↓ 2 callers
Function
updateRuntimeConfigDocument
(payload: Record<string, unknown>)
runtime/api-server/src/runtime-config.ts:535
↓ 2 callers
Function
updateRuntimeConfigDocumentWithoutRestart
( mutate: (currentDocument: Record<string, unknown>) => Record<string, unknown>, )
apps/desktop/electron/main.ts:5753
↓ 2 callers
Function
updateSubagentRunFromTurnResult
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:3909
↓ 2 callers
Method
updateTaskProposal
(params: { workspaceId: string; proposalId: string; fields: TaskProposalUpdateFields })
runtime/state-store/src/store.ts:3140
↓ 2 callers
Method
updateTaskProposalState
(params: { workspaceId: string; proposalId: string; state: string })
runtime/state-store/src/store.ts:11726
↓ 2 callers
Function
updateWorkspaceAppearance
( workspaceId: string, payload: { icon: string | null; iconColor: string | null }, )
apps/desktop/src/lib/workspaceDesktop.tsx:1142
↓ 2 callers
Function
upsertCachedAgentSessionRecord
( record: AgentSessionRecordPayload, )
apps/desktop/electron/main.ts:13892
↓ 2 callers
Function
upsertCachedRuntimeStateRecord
( record: SessionRuntimeRecordPayload, )
apps/desktop/electron/main.ts:13924
↓ 2 callers
Function
upsertIntegrationBinding
( workspaceId: string, targetType: string, targetId: string, integrationKey: string, payload: Integr
apps/desktop/electron/main.ts:10388
↓ 2 callers
Function
upsertIntegrationConnectionRecord
( database: Database.Database, params: { connectionId: string providerId: string ownerUserId:
apps/desktop/electron/control-plane-owned-state.ts:1035
↓ 2 callers
Method
upsertIssueExecutionRun
(params: { workspaceId: string; issue: IssueRecord; session: AgentSessionRecord; routing: {
runtime/api-server/src/runtime-agent-tools.ts:7821
↓ 2 callers
Function
upsertLiveTraceStep
(step: ReturnType<typeof phaseTraceStepFromEvent>)
apps/desktop/src/components/layout/shell/IssueDetailPane.tsx:499
↓ 2 callers
Function
upsertLiveTraceStep
(step: ChatTraceStep)
apps/desktop/src/components/panes/ChatPane/index.tsx:5054
↓ 2 callers
Function
upsertRuntimeProviderModel
( models: Map<string, RuntimeProviderModelPayload>, payload: RuntimeProviderModelPayload, )
apps/desktop/electron/main.ts:6815
↓ 2 callers
Method
upsertWorkspaceIntegrationOverride
(params: { workspaceId: string; toolkitSlug: string; state: WorkspaceIntegrationOverrideState;
runtime/state-store/src/store.ts:4934
↓ 2 callers
Function
upsertWorkspaceMemoryFileIfChanged
(params: { memoryService: MemoryServiceLike; workspaceId: string; path: string; content: string; })
runtime/api-server/src/evolve-skill-review.ts:194
↓ 2 callers
Function
usageRecord
(payload: unknown)
runtime/api-server/src/runtime-ai-monitoring.ts:37
↓ 2 callers
Function
useBrowserCaptureActions
()
apps/desktop/src/components/panes/useBrowserCaptureActions.ts:11
↓ 2 callers
Function
useBrowserGlowPreview
()
apps/desktop/src/components/panes/useBrowserGlowPreview.ts:27
↓ 2 callers
Function
useChart
()
sdk/ui/src/primitives/chart.tsx:30
↓ 2 callers
Function
useDotMatrixPhases
({ animated = false, hoverAnimated = false, speed = 1 }: UseDotMatrixPhasesOptions)
apps/desktop/src/lib/dotmatrix-hooks.ts:164
↓ 2 callers
Function
useIntegrationConnect
( options: UseIntegrationConnectOptions = {}, )
apps/desktop/src/lib/useIntegrationConnect.ts:60
↓ 2 callers
Function
useIssues
(workspaceId: string | null)
apps/desktop/src/components/layout/shell/useIssues.ts:92
↓ 2 callers
Function
useOverlayPresence
* Track a boolean `open` flag against the global overlay counter. * Increments on open, decrements on close / unmount. Safe to call from * arbitrary
apps/desktop/src/components/layout/shell/overlay-presence.tsx:40
↓ 2 callers
Function
usePrefersReducedMotion
()
apps/desktop/src/lib/dotmatrix-hooks.ts:7
↓ 2 callers
Function
useRecentBrowserHistory
(limit = 7)
apps/desktop/src/components/layout/shell/useWorkspaceLists.ts:140
↓ 2 callers
Function
useWorkspaceCronjobs
(workspaceId: string | null)
apps/desktop/src/components/layout/shell/useWorkspaceLists.ts:107
↓ 2 callers
Method
usedRange
()
runtime/harnesses/src/attachment-content.ts:25
↓ 2 callers
Function
usesSlidingHarnessDeadline
(payload: Record<string, unknown>)
runtime/api-server/src/runner-worker.ts:213
↓ 2 callers
Function
utcNowIso
()
apps/desktop/electron/browser-pane/import-browsers.ts:61
↓ 2 callers
Function
utcNowIso
()
apps/desktop/electron/browser-pane/import-chromium.ts:83
↓ 2 callers
Function
validateCanonicalIntegrationProviderId
(providerId: string)
runtime/api-server/src/integration-catalog.ts:196
↓ 2 callers
Function
validateResolvedIntegrationProviders
( integrations: ResolvedIntegrationRequirement[], configPath: string, )
runtime/api-server/src/workspace-apps.ts:94
↓ 2 callers
Function
validateRunnerPayload
(payload: Record<string, unknown>)
runtime/api-server/src/runner-worker.ts:394
↓ 2 callers
Function
validateTargetType
( targetType: string, )
runtime/api-server/src/integrations.ts:99
↓ 2 callers
Method
vectorResultsForRows
( db: Database.Database, rows: Array<{ vec_rowid: number; distance: number }> )
runtime/state-store/src/store.ts:16079
↓ 2 callers
Function
verifyShellAppListenersOrThrow
Throw if either of the shell-managed listener ports is held by a process * whose cwd is outside the expected appDir. Runs after waitHealthy so we *
runtime/api-server/src/app-lifecycle-worker.ts:790
↓ 2 callers
Function
visibleIntegrationConnectionsForWorkspace
(params: { store: RuntimeStateStore; workspaceId: string; })
runtime/api-server/src/workspace-integration-visibility.ts:54
↓ 2 callers
Function
waitForMessageCount
(expectedCount: number)
runtime/api-server/src/app.test.ts:717
↓ 2 callers
Function
waitForRenderedBrowserViewport
( tab: BrowserTabRecord, )
apps/desktop/electron/browser-pane/tab-state.ts:668
↓ 2 callers
Function
waitForRuntimeHealth
( url: string, attempts = DEFAULT_RUNTIME_STARTUP_HEALTH_ATTEMPTS, delayMs = RUNTIME_STARTUP_HEALTH_DELA
apps/desktop/electron/main.ts:17105
↓ 2 callers
Function
waitForRuntimeShutdown
( url: string, attempts = 20, delayMs = 150, )
apps/desktop/electron/main.ts:17281
↓ 2 callers
Method
wake
()
runtime/api-server/src/queue-worker.ts:167
↓ 2 callers
Function
walk
(currentDir: string)
apps/desktop/electron/main.ts:12262
↓ 2 callers
Function
webSearchDescription
( baseDescription: string, options: NativeWebSearchProviderOptions = {}, )
runtime/harnesses/src/native-web-search.ts:503
↓ 2 callers
Function
webSearchProviderDraftId
(value: string)
apps/desktop/src/components/auth/AuthPanel.tsx:373
↓ 2 callers
Function
webSearchProviderStorageId
(providerId: WebSearchProviderId)
apps/desktop/src/components/auth/AuthPanel.tsx:381
↓ 2 callers
Function
withBrowserTabHostedInWindow
( tab: BrowserTabRecord, callback: () => Promise<T>, host: BrowserWindow, bounds: BrowserBound
apps/desktop/electron/browser-pane/tab-state.ts:752
↓ 2 callers
Function
withOpenAiCodexProviderState
( document: Record<string, unknown>, update: { accessToken: string; refreshToken: string; acce
apps/desktop/electron/main.ts:5715
↓ 2 callers
Function
withProviderDefaultModels
( document: Record<string, unknown>, providerId: string, modelIds: readonly string[], )
apps/desktop/electron/main.ts:5686
↓ 2 callers
Function
withRuntimeLifecycleLock
(work: () => Promise<T>)
apps/desktop/electron/main.ts:7709
↓ 2 callers
Function
workspaceAppMessagePath
(mcpPath: string)
runtime/api-server/src/runtime-agent-tools.ts:1779
↓ 2 callers
Method
workspaceAppStatusEntry
(params: { workspaceId: string; entry: Record<string, unknown>; })
runtime/api-server/src/runtime-agent-tools.ts:6838
↓ 2 callers
Function
workspaceDataDbPath
(workspaceDir: string)
runtime/api-server/src/ts-runner-session-state.ts:61
↓ 2 callers
Function
workspaceDataTablePath
(tableName: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:487
↓ 2 callers
Function
workspaceLegacySessionHistoryDir
( store: RuntimeStateStore, workspaceId: string, )
runtime/api-server/src/app.ts:1712
↓ 2 callers
Function
workspaceMcpLogPath
(workspaceDir: string, physicalServerId: string, stream: "stdout" | "stderr")
runtime/api-server/src/workspace-mcp-sidecar.ts:70
↓ 2 callers
Function
workspaceMcpPhysicalServerId
(params: { workspaceId: string; sandboxId: string; })
runtime/api-server/src/runner-prep.ts:82
↓ 2 callers
Function
workspaceMemoryFiles
(workspaceMemoryRootDir: string)
runtime/api-server/src/memory.ts:262
↓ 2 callers
Function
workspacePathViolationForValue
( value: string, pathRef: string, policy: HarnessWorkspaceBoundaryPolicy, )
runtime/harnesses/src/workspace-boundary.ts:238
↓ 2 callers
Function
workspacePolicyPromptSection
(workspacePrompt: string)
runtime/api-server/src/agent-runtime-prompt.ts:862
↓ 2 callers
Method
workspaceRecordFromRowLike
(row: Record<string, unknown>)
runtime/state-store/src/store.ts:15109
↓ 2 callers
Function
workspaceReplaceExistingWouldDeleteEntries
(workspaceDir: string)
runtime/api-server/src/app.ts:2910
↓ 2 callers
Function
workspaceRuntimeDbPathForStartupCheck
( workspaceId: string, workspacePath: string | null | undefined, )
apps/desktop/electron/main.ts:4012
↓ 2 callers
Function
workspaceRuntimeDbPathForWorkspacePath
(workspacePath: string)
runtime/state-store/src/debug-cli.ts:77
↓ 2 callers
Function
workspaceRuntimeDbPathForWorkspacePath
(workspacePath: string)
runtime/state-store/src/store.ts:1483
↓ 2 callers
Function
workspaceRuntimeDir
(workspaceDir: string)
runtime/api-server/src/workspace-bundle-paths.ts:14
↓ 2 callers
Function
workspaceRuntimeDir
(workspacePath: string)
runtime/state-store/src/store.ts:1475
↓ 2 callers
Function
workspaceSortTimestamp
( workspace: Pick<WorkspaceRecordPayload, "updated_at" | "created_at">, )
apps/desktop/electron/main.ts:13985
↓ 2 callers
Function
workspaceStateDir
(workspacePath: string)
runtime/state-store/src/store.ts:1479
↓ 2 callers
Function
wrapToolWithSkillWidening
( tool: TTool, state: PiSkillWideningState )
runtime/harness-host/src/pi.ts:1421
↓ 2 callers
Function
writeAppUpdateConfig
(appBundlePath)
apps/desktop/scripts/write-app-update-config.mjs:59
↓ 2 callers
Function
writeFileIfChanged
(filePath: string, content: string)
runtime/api-server/src/interaction-memory.ts:590
↓ 2 callers
Function
writeHarnessTodoState
(params: { stateDir: string; sessionId: string; phases: HarnessTodoPhase[]; })
runtime/harnesses/src/todo-policy.ts:328
↓ 2 callers
Function
writeInteractionBatchLeaseState
(params: { store: RuntimeStateStore; workspaceId: string; state: InteractionMemoryBatchLeaseState; })
runtime/api-server/src/turn-memory-writeback.ts:629
↓ 2 callers
Function
writeReport
(report, outputPath)
scripts/memory-eval.mjs:121
↓ 2 callers
Function
writeSessionMemory
(params: { sandboxRoot: string; workspaceId: string; sessionId: string; content: string; })
runtime/api-server/src/ts-runner.test.ts:230
↓ 2 callers
Function
writeSessionTodoState
(params: { workspaceRoot: string; workspaceId: string; sessionId: string; phases: SessionTodoPhase[];
runtime/api-server/src/session-todo.ts:358
↓ 2 callers
Function
writeSidecarStateFile
(statePath: string, entries: Record<string, SidecarStateEntry>)
runtime/api-server/src/workspace-mcp-sidecar.ts:110
↓ 2 callers
Function
writeUserVersion
(db: Database.Database, version: MigrationId)
runtime/state-store/src/migrations.ts:216
↓ 2 callers
Function
writeWorkspaceMcpSidecarState
(workspaceDir: string, entries: Record<string, SidecarStateEntry>)
runtime/api-server/src/workspace-mcp-sidecar.ts:180
↓ 2 callers
Function
x
(i: number)
sdk/app-builder-sdk/reference/post-analytics/src/client/components/sparkline.tsx:28
↓ 2 callers
Function
y
(v: number)
sdk/app-builder-sdk/reference/post-analytics/src/client/components/metric-chart.tsx:44
↓ 1 callers
Method
#captureJobFailure
( error: unknown, job: ProactiveBridgeJob, result: ProactiveBridgeJobResult | null, )
runtime/api-server/src/bridge-worker.ts:584
↓ 1 callers
Method
#capturePollFailure
(error: unknown)
runtime/api-server/src/bridge-worker.ts:529
↓ 1 callers
Method
#claimRecovery
( record: SessionInputRecord, runtimeState: SessionRuntimeStateRecord | null, activeRun: { control
runtime/api-server/src/queue-worker.ts:611
↓ 1 callers
Method
#persistPausedQueuedInput
(record: SessionInputRecord)
runtime/api-server/src/queue-worker.ts:686
↓ 1 callers
Method
#processAvailableBackfillCycle
()
runtime/api-server/src/recall-embedding-backfill-worker.ts:221
↓ 1 callers
Method
#processUserBatch
(anchorWorkspaceId: string)
runtime/api-server/src/recall-embedding-backfill-worker.ts:285
↓ 1 callers
Method
#processWorkspaceBatch
(workspaceId: string)
runtime/api-server/src/recall-embedding-backfill-worker.ts:378
↓ 1 callers
Method
#receiveJobs
()
runtime/api-server/src/bridge-worker.ts:466
↓ 1 callers
Method
#recoverClaimedInputs
()
runtime/api-server/src/queue-worker.ts:387
↓ 1 callers
Method
#recoverExpiredClaims
()
runtime/api-server/src/evolve-worker.ts:166
↓ 1 callers
Method
#reportResult
(result: ProactiveBridgeJobResult)
runtime/api-server/src/bridge-worker.ts:497
↓ 1 callers
Method
#runLoop
()
runtime/api-server/src/bridge-worker.ts:664
↓ 1 callers
Method
#runLoop
()
runtime/api-server/src/evolve-worker.ts:146
↓ 1 callers
Method
#runLoop
()
runtime/api-server/src/queue-worker.ts:251
↓ 1 callers
Method
#runLoop
()
runtime/api-server/src/cron-worker.ts:756
↓ 1 callers
Method
#runLoop
()
runtime/api-server/src/main-session-event-worker.ts:699
← previous
next →
3,501–3,600 of 8,692, ranked by callers