MCPcopy Create free account

hub / github.com/holaboss-ai/holaOS / functions

Functions8,692 in github.com/holaboss-ai/holaOS

↓ 5 callersFunctionwhen
(s: string)
runtime/harnesses/src/embedded-skills/app-builder-sdk/reference/telegram-messaging/e2e.ts:94
↓ 5 callersFunctionwithMockedFetch
(fn: () => Promise<T>, responsePayload: Record<string, unknown>)
runtime/api-server/src/evolve.test.ts:234
↓ 5 callersFunctionworkspaceBoundaryViolationForToolCall
(params: { toolName: string; toolParams: unknown; policy: PiWorkspaceBoundaryPolicy; })
runtime/harness-host/src/pi.ts:1285
↓ 5 callersFunctionworkspaceDir
(root: string, workspaceId: string)
runtime/api-server/src/terminal-session-manager.test.ts:27
↓ 5 callersFunctionworkspaceSessionStatePath
(workspaceDir: string)
runtime/api-server/src/ts-runner-session-state.ts:49
↓ 5 callersFunctionwriteRuntimeConfig
(root: string, document: Record<string, unknown>)
runtime/api-server/src/subagent-model.test.ts:40
↓ 5 callersFunctionwriteRuntimeConfigTextAtomically
( nextText: string, )
apps/desktop/electron/main.ts:5573
↓ 5 callersFunctionwriteToolResultArtifact
(params: { workspaceRoot: string; workspaceId?: string | null; sessionId?: string | null; toolId: stri
runtime/api-server/src/tool-result-preview.ts:124
↓ 5 callersFunctionzipPartPathFromRelationshipTarget
( relationshipsPath: string, targetPath: string, )
apps/desktop/electron/main.ts:19003
↓ 4 callersMethod#waitForBrowserCondition
( config: ProductRuntimeConfig, context: DesktopBrowserToolExecutionContext, options: BrowserWaitO
runtime/api-server/src/desktop-browser-tools.ts:3632
↓ 4 callersFunctionaccountLabelFor
( connection: IntegrationConnectionPayload, toolkitDisplayName: string, )
apps/desktop/src/components/panes/ChatPane/AssistantTurn/IntegrationConnectCard.tsx:288
↓ 4 callersFunctionaction
( res: ResourceHandle<TSchema, States>, name: string, def: ActionDef<RowOf<TSchema>, States, I>,
sdk/app-builder-sdk/src/app.ts:107
↓ 4 callersMethodactivateWorkspace
(workspaceId: string)
apps/desktop/electron/workspace-control-plane.ts:37
↓ 4 callersFunctionactiveVisibleBrowserTarget
()
apps/desktop/electron/browser-pane/tab-state.ts:427
↓ 4 callersFunctionagentBrowserTool
(browserConfig, workspaceId, toolId, args = {})
apps/desktop/e2e/browser-workspace-isolation.test.mjs:128
↓ 4 callersFunctionappendSkippedLine
(skippedLines: string[], line: string)
runtime/api-server/src/runner-worker.ts:335
↓ 4 callersFunctionappendUniqueGraphNode
( bucket: MemoryBrowserGraphNode[], index: Set<string>, node: MemoryBrowserGraphNode, )
runtime/api-server/src/memory-browser.ts:366
↓ 4 callersFunctionapplyWorkspaceLifecycle
(lifecycle: WorkspaceLifecyclePayload)
apps/desktop/src/lib/workspaceDesktop.tsx:653
↓ 4 callersFunctionasRecord
(value: unknown)
runtime/api-server/src/recall-embedding-model.ts:52
↓ 4 callersFunctionasStringRecord
(value: unknown)
runtime/api-server/src/agent-runtime-config.ts:341
↓ 4 callersFunctionassertSafeAppId
(value: unknown)
apps/desktop/electron/main.ts:1767
↓ 4 callersMethodassertSameTurnDelegationPollingAllowed
(params: { workspaceId: string; sessionId?: string | null; inputId?: string | null; states: Sy
runtime/api-server/src/runtime-agent-tools.ts:6584
↓ 4 callersMethodassertWorkspaceFolderHealthy
* Throws a structured error if the workspace folder is not healthy. Use * this at the start of side-effecting operations (agent runs, app start,
runtime/state-store/src/store.ts:1747
↓ 4 callersFunctionassistantTextFromTurnArtifacts
( store: RuntimeStateStore, turnResult: TurnResultRecord, )
runtime/api-server/src/turn-semantic-artifacts.ts:57
↓ 4 callersFunctionattachmentLooksLikeImage
( name: string, mimeType?: string | null, )
apps/desktop/src/components/panes/ChatPane/helpers.ts:29
↓ 4 callersFunctionauthorityBoundaryForDescriptor
(params: { kind: AgentCapabilityKind; id: string; })
runtime/api-server/src/agent-capability-registry.ts:725
↓ 4 callersFunctionbatchCursorValue
(dbPath, sessionId)
scripts/memory-eval.mjs:345
↓ 4 callersFunctionbrowserLocatorProperties
()
runtime/harnesses/src/browser-capability-tools.ts:44
↓ 4 callersFunctionbrowserPathForStoredPath
(workspaceId: string, targetPath: string)
runtime/api-server/src/memory-browser.ts:558
↓ 4 callersFunctionbrowserRequestIdValue
(value: unknown)
apps/desktop/electron/browser-pane/observability.ts:267
↓ 4 callersFunctionbrowserStateUsageFields
(state: Record<string, unknown>)
runtime/api-server/src/desktop-browser-tools.ts:1200
↓ 4 callersFunctionbrowserTabForWebContentsId
( webContentsId: number, )
apps/desktop/electron/browser-pane/tab-observability.ts:102
↓ 4 callersFunctionbrowserVisibleAgentSessionId
( workspace: BrowserWorkspaceState | null | undefined, )
apps/desktop/electron/main.ts:18255
↓ 4 callersFunctionbrowserWaitOptions
(args: Record<string, unknown>)
runtime/api-server/src/desktop-browser-tools.ts:899
↓ 4 callersFunctionbuildAppResourcePresentation
({ view, path, }: AppOutputPresentationInput)
sdk/bridge/src/presentation.ts:9
↓ 4 callersFunctionbuildAppSetupEnv
(appDir: string, baseEnv: NodeJS.ProcessEnv = process.env)
runtime/api-server/src/app-setup-env.ts:8
↓ 4 callersFunctionbuildCreateIndexDDL
(table: string, idx: IndexDef)
runtime/api-server/src/data-schema.ts:255
↓ 4 callersFunctionbuildCreateTableDDL
(table: TableDef)
runtime/api-server/src/data-schema.ts:229
↓ 4 callersFunctionbuildMergedContextBudgetPayload
(params: { startedAt: string; completedAt: string | null; terminalStatus: "IDLE" | "WAITING_USER" | "PAU
runtime/api-server/src/claimed-input-executor.ts:2461
↓ 4 callersFunctionbuildPinterestApp
(options: CreateAppOptions = {})
sdk/app-builder-sdk/reference/pinterest-publishing/app.ts:13
↓ 4 callersFunctionbuildRangeWindow
(params: { allLines: readonly string[]; offset?: number; limit?: number; })
runtime/harness-host/src/pi-hashline-tools.ts:285
↓ 4 callersFunctionbuildToolDescriptor
( toolName: string, source: AgentCapabilityRecord["source"] )
runtime/api-server/src/agent-capability-registry.ts:817
↓ 4 callersMethodcanGoBack
()
apps/desktop/src/types/webview.d.ts:6
↓ 4 callersMethodcanGoForward
()
apps/desktop/src/types/webview.d.ts:7
↓ 4 callersFunctioncanPublishAppOutputs
()
sdk/bridge/src/env.ts:69
↓ 4 callersFunctioncancel
()
apps/desktop/src/components/panes/AutomationsPaneInlineEditors.tsx:92
↓ 4 callersFunctioncandidateSpecificityScore
(candidate: DurableMemoryCandidate)
runtime/api-server/src/turn-memory-writeback.ts:334
↓ 4 callersFunctioncheckForAppUpdates
()
apps/desktop/electron/main.ts:2181
↓ 4 callersFunctionchromeHistoryDatabaseHasExpectedSchema
( database: SqliteQueryableLike, )
apps/desktop/electron/browser-pane/import-chromium.ts:129
↓ 4 callersFunctionchromeProfileLabelFromInfo
( info: Record<string, unknown> | null | undefined, profileId: string, )
apps/desktop/electron/browser-pane/import-chromium.ts:290
↓ 4 callersFunctionchromeTimestampMicrosToIso
( rawValue: string | number | bigint | null | undefined, )
apps/desktop/electron/browser-pane/import-chromium.ts:561
↓ 4 callersFunctioncleanup
()
apps/desktop/electron/main.ts:9422
↓ 4 callersFunctionclearImageAttachmentPreviewObjectUrl
()
apps/desktop/src/components/panes/ChatPane/index.tsx:7773
↓ 4 callersFunctionclearSharedAgentInputHostIdleTimer
( hostState: SharedAgentInputHostState, )
apps/desktop/electron/browser-pane/tab-state.ts:562
↓ 4 callersFunctionclipNamedStringField
( target: JsonRecord, field: string, maxChars: number, )
runtime/api-server/src/tool-result-preview.ts:184
↓ 4 callersFunctionclipText
(value: string, maxChars: number)
runtime/api-server/src/tool-result-preview.ts:48
↓ 4 callersFunctioncloneRuntimeStateRecord
( record: SessionRuntimeRecordPayload, )
apps/desktop/electron/main.ts:13750
↓ 4 callersFunctioncloneTablePreviewSheetImages
( images: FilePreviewTableImagePayload[] | null | undefined, )
apps/desktop/src/components/panes/SpreadsheetEditor.tsx:62
↓ 4 callersFunctioncloseMany
(ids: string[])
apps/desktop/src/components/layout/shell/TopChrome.tsx:126
↓ 4 callersFunctioncommit
(index: number, picker?: { rows: number; cols: number })
sdk/editor/src/extensions/SlashMenuList.tsx:128
↓ 4 callersFunctioncommitLiveAssistantMessage
(options?: { fallbackText?: string; tone?: ChatMessage["tone"]; })
apps/desktop/src/components/panes/ChatPane/index.tsx:4866
↓ 4 callersFunctioncomposioAccountStatusEnriched
* Composio account status, enriched with per-provider proxy whoami * when the generic endpoint doesn't carry identity. The returned * status is shap
apps/desktop/electron/main.ts:11537
↓ 4 callersFunctioncomposioFetch
( path: string, method: "GET" | "POST" | "DELETE", payload?: unknown, )
apps/desktop/electron/main.ts:10753
↓ 4 callersFunctioncomposioToolkitMatchesProvider
( toolkitSlug: string, providerId: string, )
apps/desktop/src/lib/workspaceDesktop.tsx:60
↓ 4 callersFunctionconfigured
(name)
apps/desktop/scripts/validate-dev-env.mjs:9
↓ 4 callersFunctionconfiguredBackgroundModelId
( providerId: KnownProviderId, value: string, )
apps/desktop/src/components/auth/AuthPanel.tsx:871
↓ 4 callersFunctionconfiguredImageGenerationModelId
( providerId: ImageGenerationDraftProviderId, value: string, )
apps/desktop/src/components/auth/AuthPanel.tsx:1133
↓ 4 callersFunctionconfiguredProviderIdForRuntimeModelToken
( modelToken: string | null | undefined, )
apps/desktop/electron/main.ts:8714
↓ 4 callersFunctionconfiguredRemoteBaseUrl
( envNames: string[], packagedValue?: string, )
apps/desktop/electron/main.ts:1634
↓ 4 callersFunctionconfiguredRuntimeProviderModelIds
( runtimeConfig: RuntimeConfigPayload | null, providerId: KnownProviderId, capability: RuntimeCatalogMod
apps/desktop/src/components/auth/AuthPanel.tsx:795
↓ 4 callersFunctionconsumeToolReplayBudget
(params: { ledgerKey: string; replayChars: number; limits?: ToolReplayBudgetLedgerLimits; })
runtime/harnesses/src/tool-replay-budget-ledger.ts:85
↓ 4 callersFunctioncontextFetchChunkTotal
(status: IntegrationContextFetchStatusPayload)
apps/desktop/src/features/workspace-onboarding/DeterministicWorkspaceOnboardingSurface.tsx:80
↓ 4 callersFunctioncontextUsageFromPayload
( payload: Record<string, unknown>, )
runtime/api-server/src/claimed-input-executor.ts:1847
↓ 4 callersMethodcontinueSubagent
(params: RuntimeAgentToolsContinueSubagentParams)
runtime/api-server/src/runtime-agent-tools.ts:5147
↓ 4 callersFunctioncontrolPlaneWorkspaceUserId
()
apps/desktop/electron/main.ts:14613
↓ 4 callersMethodcreateCronjob
(params: { workspaceId: string; initiatedBy: string; teammateId: string; cron: string; des
runtime/state-store/src/store.ts:11209
↓ 4 callersFunctioncreateFakeSessionFile
(root: string, states: Map<string, FakeSessionState>)
runtime/api-server/src/session-checkpoint.test.ts:40
↓ 4 callersFunctioncreateFakeSessionOps
( states: Map<string, FakeSessionState>, )
runtime/api-server/src/session-checkpoint.test.ts:204
↓ 4 callersFunctioncreateHarnessWorkspaceBoundaryPolicy
( workspaceDir: string, overrideRequested: boolean, options: { allowedExternalDirs?: readonly string[] }
runtime/harnesses/src/workspace-boundary.ts:280
↓ 4 callersFunctioncreateImageGenerationModelClient
( params: CreateImageGenerationModelClientParams, )
runtime/api-server/src/image-generation-model.ts:502
↓ 4 callersFunctioncreateIntegrationClient
(provider: string)
sdk/bridge/src/integration-proxy.ts:10
↓ 4 callersFunctioncreateManagedConnectLink
( params: CreateManagedConnectLinkParams )
runtime/api-server/src/composio-minimal-example.ts:179
↓ 4 callersMethodcreateMemoryUpdateProposal
(params: { proposalId: string; workspaceId: string; sessionId: string; inputId: string; pr
runtime/state-store/src/store.ts:11878
↓ 4 callersFunctioncreateSignedGrant
(workspaceId: string, appId: string)
runtime/api-server/src/grant-signing.ts:14
↓ 4 callersFunctioncreateTodoWorkspaceRoot
(prefix: string)
runtime/api-server/src/session-todo.test.ts:15
↓ 4 callersFunctioncreateWorkspaceBoundaryPolicy
( workspaceDir: string, overrideRequested: boolean, allowedExternalDirs: readonly string[] = [], )
runtime/harness-host/src/pi.ts:1274
↓ 4 callersFunctioncronjobAuthorRecommendedEnabled
( job: Pick<CronjobRecord, "enabled" | "metadata">, )
runtime/api-server/src/cronjob-policy.ts:29
↓ 4 callersFunctioncronjobPayload
(record: CronjobRecord)
runtime/api-server/src/runtime-agent-tools.ts:2892
↓ 4 callersFunctioncrossWorkerLink
(label: string, href: string)
website/docs/app/lib/layout.shared.tsx:14
↓ 4 callersMethodcurrentLeafCheckpointState
(sessionFile: string)
runtime/api-server/src/session-checkpoint.ts:119
↓ 4 callersFunctioncurrentPiSessionLeafState
(sessionFile: string)
runtime/api-server/src/claimed-input-executor.ts:423
↓ 4 callersFunctioncurrentRuntimeApiUrl
()
runtime/api-server/src/ts-runner.ts:1098
↓ 4 callersFunctiondecodeMaterializedTemplateFile
( file: MaterializedTemplateFilePayload, )
apps/desktop/electron/main.ts:12139
↓ 4 callersFunctiondecodeRequestBase64
(encoded: string)
runtime/harness-host/src/contracts.ts:357
↓ 4 callersFunctiondedupeExplorerExternalImportEntries
( entries: ExplorerExternalImportEntry[], )
apps/desktop/src/components/panes/FileExplorerPane.tsx:341
↓ 4 callersFunctiondefaultAppLaunchTargetArg
()
apps/desktop/electron/main.ts:430
↓ 4 callersFunctiondefaultBackgroundTaskModelForProvider
( providerId: string, )
runtime/api-server/src/background-task-model.ts:211
↓ 4 callersMethoddeleteAppBuild
(params: { workspaceId: string; appId: string })
runtime/state-store/src/store.ts:10933
↓ 4 callersMethoddeleteBinding
(bindingId: string, workspaceId?: string)
runtime/api-server/src/integrations.ts:308
↓ 4 callersMethoddeleteIntegrationConnection
(connectionId: string)
runtime/state-store/src/store.ts:4892
← previousnext →1,201–1,300 of 8,692, ranked by callers