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
↓ 1 callers
Method
readOverrides
(workspaceId: string)
runtime/api-server/src/composio-mcp-manager.ts:226
↓ 1 callers
Function
readRequestBase64FromStdin
( stdin: ReadableRequestStream, )
runtime/harness-host/src/index.ts:22
↓ 1 callers
Function
readRuntimeConfigDocument
()
runtime/harnesses/src/native-web-search.ts:133
↓ 1 callers
Function
readSafariExportArchive
( archivePath: string, )
apps/desktop/electron/browser-pane/import-browsers.ts:338
↓ 1 callers
Method
readScratchpad
(params: RuntimeAgentToolsReadScratchpadParams)
runtime/api-server/src/runtime-agent-tools.ts:5761
↓ 1 callers
Function
readServers
(registry: JsonRecord)
runtime/api-server/src/workspace-runtime-plan.ts:502
↓ 1 callers
Function
readSessionTodoStatus
(params: { workspaceRoot: string; workspaceId: string; sessionId: string; })
runtime/api-server/src/session-todo.ts:785
↓ 1 callers
Function
readSkillCatalogFromRoot
(params: { skillsRoot: string; })
apps/desktop/electron/main.ts:15140
↓ 1 callers
Function
readSkillMetadata
(params: { skillId: string; skillFilePath: string; sourceDir: string; origin: ResolvedSkillOrigin; o
runtime/api-server/src/workspace-skills.ts:302
↓ 1 callers
Function
readSyncStatus
(app: AppHandleInternal, syncName: string)
sdk/app-builder-sdk/src/runtime/mcp-server.ts:400
↓ 1 callers
Function
readSyncStatus
(app: AppHandleInternal, syncName: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/mcp-server.ts:400
↓ 1 callers
Method
readTerminalSession
(params: RuntimeAgentToolsReadTerminalSessionParams)
runtime/api-server/src/runtime-agent-tools.ts:5977
↓ 1 callers
Function
readTerminalSessionBody
(toolParams: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:506
↓ 1 callers
Method
readTodo
(params: RuntimeAgentToolsReadTodoParams)
runtime/api-server/src/runtime-agent-tools.ts:5517
↓ 1 callers
Method
readTodoStatus
(params: RuntimeAgentToolsReadTodoParams)
runtime/api-server/src/runtime-agent-tools.ts:5547
↓ 1 callers
Function
readUserVersion
(db: Database.Database)
runtime/state-store/src/migrations.ts:211
↓ 1 callers
Function
readWorkspaceMcpSidecarState
(workspaceDir: string)
runtime/api-server/src/workspace-mcp-sidecar.ts:176
↓ 1 callers
Function
readWorkspacePage
(browserConfig, workspaceId)
apps/desktop/e2e/browser-workspace-isolation.test.mjs:194
↓ 1 callers
Function
readWorkspaceReference
(workspaceDir: string, relativePath: string)
runtime/api-server/src/runner-prep.ts:48
↓ 1 callers
Function
realWorkspaceRoot
(workspaceDirInput: string)
runtime/api-server/src/workspace-skills.ts:98
↓ 1 callers
Function
rebindingTargetsForSession
(params: { store: RuntimeStateStore; workspaceId: string; sessionId: string; })
runtime/api-server/src/main-session-event-worker.ts:198
↓ 1 callers
Function
rebuildAllIntegrationTrees
(params: { store: RuntimeStateStore; workspaceId: string; selectedModel?: string | null; sessionId?: s
runtime/api-server/src/integration-memory.ts:4675
↓ 1 callers
Function
rebuildRuntimeBundle
(reason)
apps/desktop/scripts/watch-runtime-bundle.mjs:74
↓ 1 callers
Method
rebuildTurnResultsWithoutLegacyColumns
(db: Database.Database)
runtime/state-store/src/store.ts:14599
↓ 1 callers
Function
recallEmbeddingsModelPlaceholder
( providerId: RecallEmbeddingsDraftProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:1016
↓ 1 callers
Function
recallEmbeddingsModelSuggestions
( providerId: RecallEmbeddingsDraftProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:1033
↓ 1 callers
Function
recallEmbeddingsProviderLabel
( providerId: RecallEmbeddingsDraftProviderId, )
apps/desktop/src/components/auth/AuthPanel.tsx:1024
↓ 1 callers
Function
recallEmbeddingsProviderStorageId
( providerId: RecallEmbeddingsDraftProviderId, )
apps/desktop/src/components/auth/AuthPanel.tsx:983
↓ 1 callers
Function
recallLatestComposerInput
()
apps/desktop/src/components/panes/ChatPane/index.tsx:4046
↓ 1 callers
Function
recalledMemoryPromptSection
(context: AgentRecalledMemoryContext | null | undefined)
runtime/api-server/src/agent-runtime-prompt.ts:735
↓ 1 callers
Function
recentCompletedTurnSummaries
(store: RuntimeStateStore, turnResult: TurnResultRecord)
runtime/api-server/src/evolve-skill-review.ts:406
↓ 1 callers
Function
recentRuntimeContextPromptSection
( context: AgentRecentRuntimeContext | null | undefined, )
runtime/api-server/src/agent-runtime-prompt.ts:574
↓ 1 callers
Function
recentUserMessages
(store: RuntimeStateStore, turnResult: TurnResultRecord)
runtime/api-server/src/evolve-skill-review.ts:425
↓ 1 callers
Function
recentUserMessagesForTurn
( store: RuntimeStateStore, turnResult: TurnResultRecord, limit: number, )
runtime/api-server/src/turn-semantic-artifacts.ts:167
↓ 1 callers
Function
reconcileAgentSessionBrowserSpace
( workspaceId: string, sessionId?: string | null, )
apps/desktop/electron/browser-pane/agent-session-lifecycle.ts:263
↓ 1 callers
Function
reconcilePendingOptimisticUserMessages
( pendingMessages: PendingOptimisticUserMessage[], params: { workspaceId: string; sessionId: strin
apps/desktop/src/components/panes/ChatPane/index.tsx:1765
↓ 1 callers
Function
reconcileQueuedSessionInputs
( queuedInputs: QueuedSessionInput[], params: { workspaceId: string; sessionId: string; persis
apps/desktop/src/components/panes/ChatPane/index.tsx:1724
↓ 1 callers
Function
recordHistoryVisit
( workspaceId: string, entry: Pick<BrowserHistoryEntryPayload, "url" | "title" | "faviconUrl">, )
apps/desktop/electron/browser-pane/tab-state.ts:1024
↓ 1 callers
Function
recordLaunch
()
apps/desktop/src/lib/analytics/device-id.ts:45
↓ 1 callers
Method
recoverFailedMaterializedMainSessionEvents
(params: { workspaceId: string; nowIso?: string; })
runtime/state-store/src/store.ts:4569
↓ 1 callers
Method
recoverMissingWorkspaceRecord
(workspaceId: string)
runtime/state-store/src/store.ts:15490
↓ 1 callers
Function
redactDesktopSentryText
(text: string)
apps/desktop/electron/main.ts:4412
↓ 1 callers
Function
redactedRuntimeConfigAttachment
()
apps/desktop/electron/main.ts:4641
↓ 1 callers
Function
redactedRuntimeConfigAttachment
()
runtime/api-server/src/runtime-sentry.ts:307
↓ 1 callers
Function
refinedExtractedSubjectKey
(candidate: ExtractedDurableMemoryCandidate)
runtime/api-server/src/turn-memory-writeback.ts:381
↓ 1 callers
Function
refreshAccessToken
(refreshToken: string)
runtime/api-server/src/codex-token-refresh.ts:90
↓ 1 callers
Function
refreshAppsForIntegrationBinding
(params: { workspaceId: string; integrationKey: string; targetType: "workspace" | "app" | "agent"
runtime/api-server/src/app.ts:4366
↓ 1 callers
Function
refreshOpenAiCodexAccessToken
(refreshToken: string)
apps/desktop/electron/main.ts:8016
↓ 1 callers
Function
refreshPreviewFromDisk
()
apps/desktop/src/components/panes/FileExplorerPane.tsx:2154
↓ 1 callers
Function
refreshResource
( app: AppHandleInternal, resource: { name: string; schema: unknown; def: { fetch?: (ctx: { bridge: Bridge
sdk/app-builder-sdk/src/runtime/mcp-server.ts:364
↓ 1 callers
Function
refreshResource
( app: AppHandleInternal, resource: { name: string; schema: unknown; def: { fetch?: (ctx: { bridge: Bridge
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/mcp-server.ts:364
↓ 1 callers
Function
refreshRunningSessions
()
apps/desktop/src/components/layout/OperationsDrawer.tsx:159
↓ 1 callers
Function
refreshRuntimeConfig
()
apps/desktop/src/components/auth/AuthPanel.tsx:1726
↓ 1 callers
Function
refreshRuntimeModelCatalogInBackground
()
apps/desktop/electron/main.ts:7481
↓ 1 callers
Method
refreshToken
(connection: { connectionId: string; providerId: string; secretRef: string | null; status: str
runtime/api-server/src/integration-broker.ts:245
↓ 1 callers
Function
refreshVisibleRunningSessions
()
apps/desktop/src/components/layout/OperationsDrawer.tsx:162
↓ 1 callers
Function
refreshVisibleSessions
()
apps/desktop/src/components/panes/SubagentSessionsPane.tsx:206
↓ 1 callers
Function
refreshVisibleTasks
()
apps/desktop/src/components/panes/BackgroundTasksPane.tsx:232
↓ 1 callers
Function
refreshVisibleWorkspaceSkills
()
apps/desktop/src/components/panes/ChatPane/index.tsx:5275
↓ 1 callers
Function
registerTools
(mcp: McpServer, app: AppHandleInternal, bridge: BridgeClient)
sdk/app-builder-sdk/src/runtime/mcp-server.ts:173
↓ 1 callers
Function
registerTools
(mcp: McpServer, app: AppHandleInternal, bridge: BridgeClient)
runtime/harnesses/src/embedded-skills/app-builder-sdk/sdk-package/src/runtime/mcp-server.ts:173
↓ 1 callers
Function
registerWorkspaceAgentRunEvent
(params: { workspaceId: string; sessionId: string; inputId: string; runId: string; sequence: number;
runtime/api-server/src/claimed-input-executor.ts:846
↓ 1 callers
Function
rejectMarketplaceSubmission
(submissionId: RejectMarketplaceSubmissionPathParams["submissionId"], data?: RejectMarketplaceSubmissionMutati
sdk/app-sdk/src/generated/core/rejectMarketplaceSubmission.ts:19
↓ 1 callers
Function
rejectMarketplaceSubmissionMutationKey
()
sdk/app-sdk/src/generated/react/useRejectMarketplaceSubmission.ts:13
↓ 1 callers
Function
relationPenalty
(intent: MemoryRetrievalIntent, count: number)
runtime/api-server/src/memory-reranker.ts:344
↓ 1 callers
Function
relativePosixPath
(baseDir: string, targetPath: string)
runtime/api-server/src/evolve-skill-review.ts:273
↓ 1 callers
Function
relativeTime
(at: number)
apps/desktop/src/components/integration/AppIntegrationsDialog.tsx:289
↓ 1 callers
Function
relativeWorkspaceAttachmentPath
( workspaceDir: string, absolutePath: string, )
apps/desktop/electron/main.ts:13493
↓ 1 callers
Function
releaseInteractionBatchLease
(params: { store: RuntimeStateStore; workspaceId: string; sessionId: string; ownerId: string; })
runtime/api-server/src/turn-memory-writeback.ts:667
↓ 1 callers
Function
releaseNameFromUpdateInfo
(info: UpdateInfo)
apps/desktop/electron/main.ts:2007
↓ 1 callers
Function
releaseUserBrowserLock
( workspaceId: string, sessionId?: string | null, )
apps/desktop/electron/browser-pane/user-lock.ts:115
↓ 1 callers
Function
releaseVersion
(date, releaseNumber)
apps/desktop/scripts/release-version.mjs:36
↓ 1 callers
Function
releaseVersionLabel
(status: AppUpdateStatusPayload)
apps/desktop/src/components/ui/UpdateReminder.tsx:19
↓ 1 callers
Function
reloadApp
(appId: string)
apps/desktop/src/components/layout/shell/Sidebar.tsx:1416
↓ 1 callers
Function
reloadExpression
()
runtime/api-server/src/desktop-browser-tools.ts:2631
↓ 1 callers
Function
relocateWorkspace
( workspaceId: string, newPath: string, )
apps/desktop/electron/main.ts:15745
↓ 1 callers
Function
relocateWorkspace
(workspaceId: string, newPath: string)
apps/desktop/src/lib/workspaceDesktop.tsx:1614
↓ 1 callers
Function
remapDirectoryEntriesByPath
( directoryEntriesByPath: Record<string, LocalFileEntry[]>, sourcePath: string, nextPath: string, )
apps/desktop/src/components/panes/FileExplorerPane.tsx:804
↓ 1 callers
Function
remappedOpacityQualifiesForBloom
(remappedOpacity: number)
apps/desktop/src/lib/dotmatrix-core.tsx:529
↓ 1 callers
Method
rememberAppPorts
* Registers the allocated ports for a healthy shell-managed app that * the current runtime did not spawn itself (for example after a * desktop r
runtime/api-server/src/app-lifecycle-worker.ts:83
↓ 1 callers
Function
rememberMainSessionEventBatchInput
( inputId: string, payload: Record<string, unknown>, )
apps/desktop/src/components/panes/ChatPane/index.tsx:4246
↓ 1 callers
Function
rememberShellLifecycleAppPorts
(params: { workspaceId?: string; appId: string; httpPort: number; mcpPort: number; })
runtime/api-server/src/app-lifecycle-worker.ts:108
↓ 1 callers
Function
rememberSubmittedComposerInput
(text: string, workspaceId: string)
apps/desktop/src/components/panes/ChatPane/index.tsx:4012
↓ 1 callers
Function
remove
(workspaceId, appId, options = {})
sdk/runtime-client/src/methods/apps.ts:126
↓ 1 callers
Function
removeExclusion
* Remove `path` from the force-exclude set. If `path` is itself a descendant * of an excluded ancestor (e.g. user excluded `skills/`, then expanded t
apps/desktop/src/components/publish/BundleFileTree.tsx:153
↓ 1 callers
Function
removeInstalledApp
( workspaceId: string, appId: string, )
apps/desktop/electron/main.ts:14597
↓ 1 callers
Function
removeObsoleteFiles
(rootDir: string, keepAbsolutePaths: Set<string>)
runtime/api-server/src/interaction-memory.ts:612
↓ 1 callers
Function
removeObsoleteFiles
(rootDir: string, keepAbsolutePaths: Set<string>)
runtime/api-server/src/integration-memory.ts:2827
↓ 1 callers
Function
removeProviderDraftModel
( providerId: KnownProviderId, modelId: string, )
apps/desktop/src/components/auth/AuthPanel.tsx:2297
↓ 1 callers
Function
removeSlashCommandText
( value: string, range: { start: number; end: number }, )
apps/desktop/src/components/panes/ChatPane/helpers.ts:175
↓ 1 callers
Function
removeWorkspaceApplication
(workspaceDir: string, appId: string)
runtime/api-server/src/workspace-apps.ts:197
↓ 1 callers
Function
renameExplorerPath
( targetPath: string, nextName: string, workspaceId?: string | null, )
apps/desktop/electron/main.ts:20891
↓ 1 callers
Function
renameSelectionEnd
(targetName: string, isDirectory: boolean)
apps/desktop/src/components/panes/FileExplorerPane.tsx:1087
↓ 1 callers
Function
renderArchiveDirectoryReadOutput
(params: { archiveDisplayPath: string; subPath: string; entries: readonly { name: string; isDirectory: b
runtime/harness-host/src/pi-hashline-tools.ts:859
↓ 1 callers
Function
renderBookmarkFolder
( folder: ReturnType<typeof buildBrowserBookmarkTree>["folders"][number], depth = 0, )
apps/desktop/src/components/panes/SpaceBrowserExplorerPane.tsx:251
↓ 1 callers
Function
renderBookmarkFolder
( folder: ReturnType<typeof buildBrowserBookmarkTree>["folders"][number], depth = 0, )
apps/desktop/src/components/panes/BrowserPane.tsx:488
↓ 1 callers
Function
renderDirectoryReadOutput
(params: { absolutePath: string; displayPath: string; offset?: number; limit?: number; })
runtime/harness-host/src/pi-hashline-tools.ts:827
↓ 1 callers
Function
renderDocumentReadOutput
(params: { absolutePath: string; displayPath: string; extension: string; sizeBytes: number; offset?:
runtime/harness-host/src/pi-hashline-tools.ts:884
↓ 1 callers
Function
renderEmptyOnboardingGuide
()
apps/desktop/electron/main.ts:15252
↓ 1 callers
Function
renderEmptyWorkspaceYaml
()
apps/desktop/electron/main.ts:15240
← previous
next →
5,801–5,900 of 8,692, ranked by callers