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
matchingHitRank
(hits, terms)
scripts/memory-eval.mjs:606
↓ 2 callers
Function
materializeMarketplaceTemplate
(data: MaterializeMarketplaceTemplateMutationRequest, config: Partial<RequestConfig<MaterializeMarketplaceTemp
sdk/app-sdk/src/generated/core/materializeMarketplaceTemplate.ts:19
↓ 2 callers
Function
materializeTeammateSkill
(params: { workspaceDir: string; teammateId: string; skill: NormalizedDesiredSkill; })
runtime/api-server/src/teammate-skill-files.ts:423
↓ 2 callers
Function
maxFiniteNumber
(...values: Array<number | null | undefined>)
runtime/api-server/src/session-checkpoint.ts:253
↓ 2 callers
Function
maybeCreateBackgroundIntegrationNotification
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:3096
↓ 2 callers
Function
maybeCreateCronjobCompletionNotification
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:3039
↓ 2 callers
Function
maybeCreateMainSessionCompletionNotification
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:3165
↓ 2 callers
Function
maybeFinalizeMainSessionEvents
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:4125
↓ 2 callers
Function
maybePlayMainSessionCompletionChime
(params: { sessionId: string | null | undefined; inputId?: string | null; completedAt?: string | n
apps/desktop/src/components/panes/ChatPane/index.tsx:4763
↓ 2 callers
Function
maybeQueueCronjobCompletionFollowup
(params: { store: RuntimeStateStore; record: SessionInputRecord; turnResult: TurnResultRecord; })
runtime/api-server/src/claimed-input-executor.ts:2917
↓ 2 callers
Function
maybeRenderStructuralSummary
(params: { displayPath: string; extension: string; sizeBytes: number; normalizedText: string; tag: s
runtime/harness-host/src/pi-hashline-tools.ts:701
↓ 2 callers
Method
maybeWriteWorkspaceIdentityFile
(workspacePath: string, workspaceId: string)
runtime/state-store/src/store.ts:15296
↓ 2 callers
Function
mcpJsonRpc
(base: string, sessionId: string, method: string, params: unknown)
sdk/app-builder-sdk/test/mcp-server.test.ts:370
↓ 2 callers
Function
mcpListTools
(base: string, sessionId: string)
sdk/app-builder-sdk/test/mcp-server.test.ts:360
↓ 2 callers
Function
mcpServerIdMap
(params: { workspaceId: string; sandboxId: string; compiledPlan: CompiledWorkspaceRuntimePlan; })
runtime/api-server/src/runner-prep.ts:91
↓ 2 callers
Function
mcpServerMappingMetadata
( serverIdMap: Readonly<Record<string, string>> )
runtime/api-server/src/runner-prep.ts:168
↓ 2 callers
Function
mcpServerNames
(manifest: AgentCapabilityManifest)
runtime/api-server/src/agent-capability-registry.ts:1394
↓ 2 callers
Function
mergeExtractedCandidates
( candidates: ExtractedDurableMemoryCandidate[] )
runtime/api-server/src/memory-writeback-extractor.ts:214
↓ 2 callers
Function
mergeHarnessUsageMetrics
( current: HarnessGenAiUsageMetrics | null, next: HarnessGenAiUsageMetrics | null, )
runtime/harness-host/src/pi.ts:729
↓ 2 callers
Function
mergeImportedBookmarksIntoWorkspace
( workspace: BrowserWorkspaceImportTarget, importedBookmarks: BrowserBookmarkPayload[], )
apps/desktop/electron/browser-pane/import-browsers.ts:492
↓ 2 callers
Function
mergeImportedHistoryIntoWorkspace
( workspace: BrowserWorkspaceImportTarget, importedHistoryEntries: BrowserHistoryEntryPayload[], )
apps/desktop/electron/browser-pane/import-browsers.ts:540
↓ 2 callers
Function
mergePreparedMcpServerPayloads
( basePayloads: PreparedMcpServerPayload[], overridePayloads: PreparedMcpServerPayload[] )
runtime/api-server/src/runner-prep.ts:239
↓ 2 callers
Function
mergeSessionOutputEvents
( existing: SessionOutputEventPayload[], incoming: SessionOutputEventPayload[], )
apps/desktop/src/components/panes/ChatPane/index.tsx:1991
↓ 2 callers
Function
mergeSessionOutputs
( existing: WorkspaceOutputRecordPayload[], incoming: WorkspaceOutputRecordPayload[], )
apps/desktop/src/components/panes/ChatPane/index.tsx:1998
↓ 2 callers
Function
mergeUniqueByKey
( existing: T[], incoming: T[], keyForItem: (item: T) => string, )
apps/desktop/src/components/panes/ChatPane/index.tsx:1975
↓ 2 callers
Function
mergeWorkspaceListResponses
( ...responses: WorkspaceListResponsePayload[] )
apps/desktop/electron/main.ts:14010
↓ 2 callers
Function
metadataWithCronjobDefaults
(params: { metadata: Record<string, unknown> | null | undefined; holabossUserId: string | null | undefined
runtime/api-server/src/runtime-agent-tools.ts:2602
↓ 2 callers
Method
migrateIntegrationConnectionIdentityColumns
(db: Database.Database)
runtime/state-store/src/store.ts:14321
↓ 2 callers
Function
migrateLegacyWorkspaceMemoryIfNeeded
(params: { workspaceRoot: string; workspaceDir: string; workspaceId: string; })
runtime/api-server/src/workspace-bundle-paths.ts:60
↓ 2 callers
Function
minimatch
* Very small glob-to-regex converter supporting `*` and `?` wildcards. * Good enough for the patterns used in .hbignore files.
apps/desktop/electron/workspace-packager.ts:254
↓ 2 callers
Function
modelBudgetFromCatalogEntry
(entry: { contextWindow?: unknown; maxTokens?: unknown; } | null | undefined)
runtime/harnesses/src/model-routing.ts:497
↓ 2 callers
Function
modelCostFromCatalogEntry
(entry: HarnessCatalogModelEntry | null | undefined)
runtime/harnesses/src/model-routing.ts:517
↓ 2 callers
Function
modelTokenLabel
(token: string)
apps/desktop/src/lib/chat/useChatComposerModelSelection.ts:81
↓ 2 callers
Function
multiRuntimeHomeRoot
()
scripts/isolated-runtime-launchers.mjs:88
↓ 2 callers
Method
name
()
runtime/harnesses/src/attachment-content.ts:24
↓ 2 callers
Function
nativeWebSearchPayload
(payload: unknown)
runtime/harnesses/src/native-web-search.ts:812
↓ 2 callers
Function
navigateActiveBrowserTab
Wrap tab-state's navigateActiveBrowserTab with workspace materialization.
apps/desktop/electron/main.ts:18731
↓ 2 callers
Function
navigateActiveWorkspace
(page, workspaceId, url)
apps/desktop/e2e/browser-workspace-isolation.test.mjs:238
↓ 2 callers
Function
navigateTo
(rawInput: string)
apps/desktop/src/components/panes/SpaceBrowserDisplayPane.tsx:193
↓ 2 callers
Function
nestedRecord
(value: Record<string, unknown>, key: string)
runtime/api-server/src/workspace-skills.ts:163
↓ 2 callers
Function
newestExistingMtime
(targetPath)
apps/desktop/scripts/ensure-app-sdk.mjs:20
↓ 2 callers
Function
newestExistingMtime
(targetPath)
apps/desktop/scripts/ensure-runtime-client.mjs:20
↓ 2 callers
Function
nextFakeEntryId
()
runtime/api-server/src/session-checkpoint.test.ts:35
↓ 2 callers
Function
nextHarnessTodoIds
(phases: HarnessTodoPhase[])
runtime/harnesses/src/todo-policy.ts:150
↓ 2 callers
Function
nextSessionTodoIds
(phases: SessionTodoPhase[])
runtime/api-server/src/session-todo.ts:145
↓ 2 callers
Function
nodeScore
(params: { query: string; candidate: NodeCandidate; lexicalRank: number | null; embeddingModelId: stri
runtime/api-server/src/interaction-memory.ts:2576
↓ 2 callers
Function
nodeScore
(params: { query: string; candidate: NodeCandidate; lexicalRank: number | null; embeddingModelId: stri
runtime/api-server/src/integration-memory.ts:5035
↓ 2 callers
Function
nodeSortKey
(node: MemoryBrowserGraphNodePayload)
apps/desktop/src/components/panes/MemoryPane.tsx:173
↓ 2 callers
Function
normalizeAgentSessionRecord
( record: AgentSessionRecordPayload, )
apps/desktop/electron/main.ts:13841
↓ 2 callers
Function
normalizeAppCatalogSource
(value: unknown)
apps/desktop/electron/control-plane-owned-state.ts:565
↓ 2 callers
Function
normalizeBoolean
(value: unknown)
runtime/api-server/src/memory-reranker.ts:133
↓ 2 callers
Function
normalizeChatAttachment
(value: unknown)
apps/desktop/src/components/panes/ChatPane/index.tsx:941
↓ 2 callers
Function
normalizeComparablePath
(targetPath: string)
apps/desktop/src/components/panes/InternalSurfacePane.tsx:42
↓ 2 callers
Function
normalizeDeferredRuntimeRestartReason
(reason: string)
apps/desktop/electron/main.ts:7557
↓ 2 callers
Function
normalizeDelegateTask
(taskParams: unknown)
runtime/harnesses/src/runtime-tool-capability-client.ts:294
↓ 2 callers
Function
normalizeDelivery
(params: { channel: string; mode?: string | null; to?: unknown; })
runtime/api-server/src/runtime-agent-tools.ts:2640
↓ 2 callers
Function
normalizeErrorMessage
(error: unknown)
apps/desktop/src/components/panes/IntegrationsPane.tsx:69
↓ 2 callers
Function
normalizeGrantedToolName
(value: unknown)
runtime/harnesses/src/workspace-skills.ts:71
↓ 2 callers
Function
normalizeHarnessHostCommand
(value: unknown)
runtime/harness-host/src/harness-registry.ts:20
↓ 2 callers
Function
normalizeHarnessMcpToolParametersSchema
(schema: unknown)
runtime/harnesses/src/mcp.ts:137
↓ 2 callers
Function
normalizeIdentity
(value: unknown)
runtime/api-server/src/app.ts:5278
↓ 2 callers
Function
normalizeIdentityValue
(value: unknown)
apps/desktop/electron/control-plane-owned-state.ts:544
↓ 2 callers
Function
normalizeIntegrationProviderId
(providerId: string)
runtime/api-server/src/integration-catalog.ts:117
↓ 2 callers
Function
normalizeKeyToken
(value: string)
runtime/api-server/src/interaction-memory.ts:747
↓ 2 callers
Function
normalizeLines
(value: unknown, maxItems: number, maxChars = 220)
runtime/api-server/src/evolve-skill-review.ts:113
↓ 2 callers
Function
normalizeOpenAiModelId
(value: string)
runtime/api-server/src/memory-model-client.ts:162
↓ 2 callers
Function
normalizePathLikeInput
(value: string)
runtime/harness-host/src/pi-find-tool.ts:54
↓ 2 callers
Function
normalizePersistedHarnessTodoItem
(value: unknown, fallbackId: string)
runtime/harnesses/src/todo-policy.ts:170
↓ 2 callers
Function
normalizePersistedSessionTodoItem
(value: unknown, fallbackId: string)
runtime/api-server/src/session-todo.ts:177
↓ 2 callers
Function
normalizePositiveInteger
(value: unknown, fallback: number)
runtime/harnesses/src/tool-replay-budget-ledger.ts:32
↓ 2 callers
Function
normalizePresentationText
(value: string)
apps/desktop/electron/main.ts:19930
↓ 2 callers
Function
normalizeProviderId
(providerId: string)
apps/desktop/shared/model-catalog.ts:272
↓ 2 callers
Function
normalizeProviderId
(value: string | null)
runtime/api-server/src/ts-runner.ts:1148
↓ 2 callers
Function
normalizeProviderKind
( rawKind: string, providerId: string, baseUrl: string, )
runtime/api-server/src/agent-runtime-config.ts:377
↓ 2 callers
Function
normalizeProviderKind
( kind: string | null | undefined, providerId: string, )
runtime/harnesses/src/native-web-search.ts:179
↓ 2 callers
Function
normalizeRelativePath
(relativePath: string)
runtime/api-server/src/turn-output-capture.ts:94
↓ 2 callers
Function
normalizeRuntimeApiBaseUrl
(value: unknown)
runtime/harnesses/src/capability-http.ts:10
↓ 2 callers
Function
normalizeRuntimeModelCapabilities
(rawValues: unknown[])
apps/desktop/electron/main.ts:6673
↓ 2 callers
Function
normalizeRuntimeProviderModelGroups
( rawGroups: unknown[], )
apps/desktop/electron/main.ts:6856
↓ 2 callers
Function
normalizeRuntimeProviderModelToken
( providerId: string, token: string, modelId: string, )
apps/desktop/electron/main.ts:6530
↓ 2 callers
Function
normalizeRuntimeStateRecord
( record: SessionRuntimeRecordPayload, )
apps/desktop/electron/main.ts:13778
↓ 2 callers
Function
normalizeSessionKind
(value: string | null | undefined)
runtime/api-server/src/harness-registry.ts:103
↓ 2 callers
Function
normalizeSlug
(slug: string)
apps/desktop/src/lib/integrationLogo.ts:43
↓ 2 callers
Function
normalizeStoredChatModelPreference
(value: string | null | undefined)
apps/desktop/src/components/panes/ChatPane/index.tsx:847
↓ 2 callers
Function
normalizeStoredChatModelPreference
(value: string | null | undefined)
apps/desktop/src/lib/chat/useChatComposerModelSelection.ts:88
↓ 2 callers
Function
normalizeSubagentToolProfile
(params: { tools?: string[] | null; timeoutMs?: number | null; })
runtime/api-server/src/runtime-agent-tools.ts:2264
↓ 2 callers
Function
normalizeTaskProposalSource
(value: string | null | undefined)
runtime/state-store/src/store.ts:1376
↓ 2 callers
Function
normalizeUrl
(rawInput: string)
apps/desktop/src/components/panes/SpaceBrowserDisplayPane.tsx:37
↓ 2 callers
Function
normalizeWebSearchProviderSelection
( providerId: WebSearchProviderId, runtimeConfig: RuntimeConfigPayload | null, )
apps/desktop/src/components/auth/AuthPanel.tsx:399
↓ 2 callers
Function
normalizeWorkspaceCommandId
(value: unknown)
runtime/harnesses/src/workspace-skills.ts:172
↓ 2 callers
Function
normalizeWritableTableString
(value: unknown)
apps/desktop/electron/main.ts:19690
↓ 2 callers
Function
normalizedBaseUrl
(name: string)
runtime/api-server/src/bridge-worker.ts:142
↓ 2 callers
Method
normalizedConversationBindingKey
(value: string | null | undefined)
runtime/state-store/src/store.ts:16733
↓ 2 callers
Function
normalizedFailureKindSegment
(value: string)
runtime/api-server/src/claimed-input-executor.ts:2636
↓ 2 callers
Method
normalizedIssueAttachments
( attachments: | Array<Partial<IssueAttachmentRecord> & { name: string; mimeType
runtime/state-store/src/store.ts:16626
↓ 2 callers
Method
normalizedIssueParentId
(params: { workspaceId: string; parentIssueId?: string | null; issueId: string; })
runtime/state-store/src/store.ts:2739
↓ 2 callers
Function
normalizedLowercaseString
(value: unknown)
runtime/api-server/src/workspace-skills.ts:129
↓ 2 callers
Function
normalizedMimeType
(value: string | null | undefined)
runtime/api-server/src/runtime-agent-tools.ts:2306
↓ 2 callers
Function
normalizedOnboardingStateValue
(value: unknown)
runtime/api-server/src/ts-runner.ts:1207
↓ 2 callers
Function
normalizedRelativeBundlePath
(value: string, fieldName: string)
runtime/api-server/src/teammate-skill-files.ts:184
← previous
next →
2,901–3,000 of 8,692, ranked by callers