MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 3 callersFunctioncleanOrphanedSegmentDirs
({dbPath, liveSegmentIds, fsModule = fs, log = console.log})
ai/scripts/maintenance/defragChromaDB.mjs:286
↓ 3 callersMethodclearDeferralLogState
* @param {String} taskName Stable orchestrator task name. * @returns {void}
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:361
↓ 3 callersMethodclearGraph
* Clears the graph state and stops the render loop. * Use this to cleanup resources when the component is destroyed or unmounted.
src/canvas/Base.mjs:123
↓ 3 callersFunctionclearInflightLock
(identity, mode)
ai/scripts/lifecycle/inflightLock.mjs:102
↓ 3 callersMethodclearRecovered
* Clears running state for a recovered task when it exits. * @param {String} taskName * @param {Number} pid * @returns {Boolean} True i
ai/daemons/orchestrator/services/TaskStateService.mjs:273
↓ 3 callersFunctioncollectMarkdownPointerTargets
(line)
ai/scripts/lint/lint-skill-manifest.mjs:396
↓ 3 callersFunctioncompactGraphLogRows
({db, cutoffLogId, apply = false})
ai/scripts/maintenance/compactGraphLog.mjs:346
↓ 3 callersMethodconnectTransport
* @summary Connects the transport (stdio by default; SSE if `aiConfig.transport === 'sse'`). * SSE mode delegates to the shared `TransportService
ai/mcp/server/BaseServer.mjs:492
↓ 3 callersFunctioncontentIndexPath
(issueSyncConfig = {})
ai/services/github-workflow/shared/contentIndex.mjs:38
↓ 3 callersMethodcontinueUpdateWithVdom
* This method is called by the HtmlTemplateProcessor after the async parsing is complete. * It then continues the component update lifecycle.
src/functional/component/Base.mjs:208
↓ 3 callersFunctioncooldownKey
(tenantId, metric, severity, channel)
ai/services/knowledge-base/helpers/kbAlertRuleEngine.mjs:88
↓ 3 callersFunctioncopyJsonlSource
* Copies JSONL data from a source (either a directory of JSONL files or a single JSONL file) * into the destination directory. Missing sources are re
ai/scripts/maintenance/backup.mjs:461
↓ 3 callersMethodcreateBrowserWindow
* @summary Factory method to open a widget in a new browser window or popup. * @description Determines whether to open a full browser window or a
apps/colors/view/ViewportController.mjs:34
↓ 3 callersFunctioncreateController
()
test/playwright/unit/apps/portal/view/examples/TabContainerController.spec.mjs:21
↓ 3 callersMethodcreateDayViewContent
* @param {Boolean} silent=false true to update the vdom silently * @param {Object} [containerEl]
src/component/DateSelector.mjs:632
↓ 3 callersMethodcreateDeltas
* @param {Object} config * @param {Object} [config.deltas={default: [], remove: []}] * @param {Neo.vdom.VNode|
src/vdom/Helper.mjs:257
↓ 3 callersFunctioncreateDiscussionIndex
* Core logic to generate the chunked Discussions index. * * @param {Object} options Configuration options * @param {String} [options.archiveDir] Di
buildScripts/docs/index/discussions.mjs:97
↓ 3 callersFunctioncreateGraphStub
* Minimal in-memory stub of the GraphService surface consumed by tenant config / manifest APIs. * @returns {Object}
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:78
↓ 3 callersMethodcreateKnowledgeBase
* Parses all knowledge sources (JSDoc, guides, release notes, tickets) and generates * a structured JSONL file at `dist/ai-knowledge-base.jsonl`.
ai/services/knowledge-base/DatabaseService.mjs:471
↓ 3 callersMethodcreateMcpServer
* @summary Override of `BaseServer.createMcpServer` — chains super then registers the * mcpServer instance with `CoalescingEngineService` so it c
ai/mcp/server/memory-core/Server.mjs:154
↓ 3 callersMethodcreateOrUpdateSubGrids
* @param {Object[]} [lockedStartButtons] * @param {Object[]} [centerButtons] * @param {Object[]} [lockedEndButtons] * @protected
src/grid/Container.mjs:802
↓ 3 callersFunctioncreateProviderFailureDiagnostic
({ config = aiConfig, waitResult, lifecycleStatus, reason = 'PROVIDER_READINESS_TIMEOUT',
ai/services/graph/providerReadinessHelper.mjs:1101
↓ 3 callersMethodcreateQueryOption
* @summary Builds one Chroma query option with a valid optional where clause. * @param {Object} options * @returns {Object} Chroma query opt
ai/services/knowledge-base/QueryService.mjs:386
↓ 3 callersMethodcreateRandomData
* @param {Number} amountColumns * @param {Number} amountRows
examples/tablePerformance/Viewport.mjs:35
↓ 3 callersFunctioncreateSpyCollection
(rows = [])
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:50
↓ 3 callersFunctioncreateStartingPoint
(key, folder)
buildScripts/webpack/development/webpack.config.appworker.mjs:52
↓ 3 callersFunctioncreateStartingPoint
(key, folder)
buildScripts/webpack/production/webpack.config.appworker.mjs:64
↓ 3 callersMethodcreateSwapCollectionName
* Creates a process-unique temporary collection name for a shadow-swap phase. * * @param {String} phase Name suffix identifying the phase.
ai/services/knowledge-base/VectorService.mjs:346
↓ 3 callersFunctioncreateTimeoutError
* @summary Creates the shared provider-timeout error. * * The message names the provider, operation, timeout budget, host, and model while * delibe
ai/provider/createTimeoutError.mjs:51
↓ 3 callersMethodcreateWeek
* @param {Date} date * @returns {Object}
src/calendar/view/month/Component.mjs:470
↓ 3 callersFunctiondefaultConfig
()
test/playwright/unit/ai/daemons/kb-gc/KbGarbageCollectionService.spec.mjs:55
↓ 3 callersFunctiondefaultConfig
()
test/playwright/unit/ai/daemons/kb-reconciliation/KbReconciliationService.spec.mjs:63
↓ 3 callersFunctiondelegate
(...args)
test/playwright/unit/ai/services/github-workflow/toolService.spec.mjs:50
↓ 3 callersMethoddeselect
* @param {Object} item * @param {Boolean} [silent] true to prevent a vdom update * @param {Object[]|String[]} itemCollection=this.items
src/selection/Model.mjs:93
↓ 3 callersMethoddeselectAllCells
* @param {Boolean} [silent] true to prevent a vdom update
src/selection/table/CellColumnRowModel.mjs:40
↓ 3 callersMethoddeselectAllCells
* @param {Boolean} [silent] true to prevent a vdom update
src/selection/table/CellColumnModel.mjs:40
↓ 3 callersMethoddeselectAllRows
* @param {Boolean} [silent] true to prevent a vdom update
src/selection/table/CellRowModel.mjs:35
↓ 3 callersMethoddestroy
* Destroys all components inside this.items before the super() call. * @param {Boolean} [updateParentVdom=false] true to remove the component fro
src/container/Base.mjs:548
↓ 3 callersMethoddestroy
* Unregister this instance from the ComponentManager * @param {Boolean} updateParentVdom=false true to remove the component from the parent vdom
src/component/Base.mjs:1182
↓ 3 callersMethoddestroy
(...args)
src/component/wrapper/AmChart.mjs:141
↓ 3 callersMethoddestroy
*
src/data/Pipeline.mjs:314
↓ 3 callersMethoddestroy
* @param args
src/table/Body.mjs:380
↓ 3 callersFunctiondetectSandboxMode
(env = process.env)
ai/scripts/diagnostics/bootstrapCodexSandbox.mjs:47
↓ 3 callersMethoddispatchAlert
* @summary Dispatches one alert descriptor to its channel. Never throws — a channel * failure is logged and the remaining alerts still dispatch.
ai/daemons/kb-alerting/KbAlertingService.mjs:242
↓ 3 callersMethoddispatchConsole
* @summary Console channel — `logger.error` for `critical`, `logger.warn` otherwise. * @param {Object} alert * @returns {void} * @prote
ai/daemons/kb-alerting/KbAlertingService.mjs:267
↓ 3 callersFunctiondispatchPostRestoreHook
({hook, logger = console})
ai/scripts/maintenance/restore.mjs:722
↓ 3 callersMethoddragEnd
* DragEnd equals drop, since we can only drag to valid positions * todo: ESC key * @param {Object} data
src/calendar/view/week/EventDragZone.mjs:216
↓ 3 callersMethoddragMove
* @param {Object} data
src/calendar/view/week/EventDragZone.mjs:268
↓ 3 callersFunctiondrainWalOnce
({ dir, collection, ids, batchSize, maxRetries, backoffBaseMs, retentionLimit,
ai/daemons/embed/drainCycle.mjs:152
↓ 3 callersFunctiondropChromaTestDatabase
({host, port, ssl = false, database, tenant = CHROMA_DEFAULT_TENANT, adminClient} = {})
ai/services/shared/vector/chromaTestIsolation.mjs:109
↓ 3 callersMethodembedViaShadowSwap
* Rebuilds the full corpus into a shadow collection, then promotes it to the * canonical name without ever gutting the live collection in-place.
ai/services/knowledge-base/VectorService.mjs:365
↓ 3 callersMethodensureNodeExists
* Ensures a graph node exists, attempting lazy back-fill from its Chroma source row if * absent. Used by `linkNodesAsync` and the `LazyEdgeDraine
ai/services/memory-core/GraphService.mjs:485
↓ 3 callersFunctionescapeRegex
* Escapes ALL regex metacharacters in a string fragment so it can be safely embedded in an * extended-regex pattern, keeping retired-item entries fro
ai/scripts/diagnostics/check-retired-primitives.mjs:96
↓ 3 callersFunctionexecFileSyncFn
(cmd, args, options)
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:891
↓ 3 callersMethodexecute
* @param {String} method * @param {Object} [params] * @returns {Promise<any>}
src/data/connection/Rpc.mjs:39
↓ 3 callersMethodexecuteWithGoldenPathDependencyGate
* Wraps Golden Path execution with dependency ordering. Does NOT acquire a lease — * Golden Path is graph-dependent but classified as light maint
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:519
↓ 3 callersFunctionexecuteWithMaintenance
({ taskName, reason, onSuccess, executeFn, activeHeavyTask, maintenanceBackpressureSer
ai/daemons/orchestrator/scheduling/pipeline.mjs:339
↓ 3 callersMethodextractKeywords
* Simple keyword extraction for RAG queries. * @param {String} text * @returns {String}
ai/agent/Loop.mjs:297
↓ 3 callersMethodextractMessageConcepts
* Extracts semantic concepts from a message body for auto-emission. * * Auto-extracted concepts carry distinct provenance from operator/agen
ai/services/graph/SemanticGraphExtractor.mjs:403
↓ 3 callersFunctionf
(e,t,a,i)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 3 callersFunctionf
(e,t,a,i)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 3 callersFunctionfakeCollection
(rows, name)
test/playwright/unit/ai/scripts/maintenance/backup.spec.mjs:36
↓ 3 callersFunctionfetchFn
(url, options)
test/playwright/unit/ai/scripts/runners/runSandman.spec.mjs:208
↓ 3 callersFunctionfetchOpenAiCompatibleModelIds
({host, timeoutMs, fetchFn = fetch} = {})
ai/services/graph/providerReadinessHelper.mjs:74
↓ 3 callersFunctionfields
test/playwright/e2e/GridColumnCrossBodyDnD.spec.mjs:125
↓ 3 callersFunctionfields
test/playwright/e2e/GridColumnOverdragScroll.spec.mjs:210
↓ 3 callersFunctionfileIsExecutable
* @summary Check whether a candidate CLI path exists and is executable. * * @param {string} filePath * @returns {Promise<boolean>}
ai/scripts/lifecycle/resumeHarness.mjs:138
↓ 3 callersFunctionfindContentIndexEntry
(entries = [], query = {})
ai/services/github-workflow/shared/contentIndex.mjs:112
↓ 3 callersMethodfindFirst
* Returns the first item which matches the property and value * @param {Object|String} property * @param {Number|String} [value] Only requir
src/collection/Base.mjs:1066
↓ 3 callersFunctionfindIdentity
test/playwright/unit/ai/graph/identityRoots.spec.mjs:40
↓ 3 callersFunctionfindShortestPath
(database, startNodeId, targetNodeId, config = {})
ai/graph/queries/traversal.mjs:104
↓ 3 callersMethodfindUndigestedSessions
* Identifies session summaries that do not have the 'graphDigested' metadata flag set to true. * @returns {Promise<Object[]>} List of metadata ob
ai/daemons/orchestrator/services/DreamService.mjs:150
↓ 3 callersMethodfireChangeEvent
* Override this method as needed * @param {*} value * @param {*} oldValue
src/form/field/Base.mjs:245
↓ 3 callersMethodfireOwnerEvent
* @param {String} name * @param {Object} data
src/draggable/DropZone.mjs:44
↓ 3 callersMethodflipCircle
()
src/component/Circle.mjs:564
↓ 3 callersFunctionflush
()
ai/scripts/lint/lint-skill-manifest.mjs:543
↓ 3 callersFunctionformatAlertMessage
(alert)
ai/services/knowledge-base/helpers/kbAlertRuleEngine.mjs:214
↓ 3 callersMethodformatMessages
* Formats raw memory entries into message objects. * @param {Array} memories * @returns {Array}
ai/context/Assembler.mjs:176
↓ 3 callersMethodformatToolError
* @summary Formats an outer dispatch error (uncaught exception during tool execution) * into a tool-error envelope. * @param {String} toolNa
ai/mcp/server/BaseServer.mjs:423
↓ 3 callersFunctiongateOnlyEnv
()
test/playwright/unit/ai/scripts/lifecycle/resumeHarness.spec.mjs:72
↓ 3 callersFunctiongenerateStructure
(namespaceTree, target, parentId, docIndex)
buildScripts/docs/jsdocx.mjs:129
↓ 3 callersMethodgetActiveCard
* Retrieves the component instance for the currently active tab. * @returns {Neo.component.Base|null} The active card component or null if none i
src/tab/Container.mjs:323
↓ 3 callersFunctiongetActiveHarnessPresence
(db, {subscriptionId, agentIdentity} = {})
ai/daemons/wake/queries.mjs:111
↓ 3 callersFunctiongetActiveHeavyMaintenanceTask
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:53
↓ 3 callersMethodgetAgentLogins
* @summary Returns canonical Neo agent GitHub logins from `identityRoots.mjs`. * * @returns {String[]} Agent logins without leading `@`.
ai/services/graph/GoldenPathSynthesizer.mjs:141
↓ 3 callersMethodgetAllowlist
* Reads the allowlist. * @returns {Promise<Set<String>>} Set of allowlisted logins.
apps/devindex/services/Storage.mjs:170
↓ 3 callersMethodgetArticles
* @param {Object} [params={}] * @param {Object} [opts={}]
apps/realworld/view/HomeComponent.mjs:336
↓ 3 callersMethodgetBioSignalStrategy
* Generates a Bio-Signal Search Strategy with dynamic sorting to improve coverage. * @returns {Object}
apps/devindex/services/Spider.mjs:307
↓ 3 callersMethodgetById
* Finds a child vdom node inside a vdom tree by a given id * @param {Object} vdom * @param {String|null} id * @returns {Object|null} ch
src/util/VDom.mjs:152
↓ 3 callersFunctiongetCadenceAnchor
({state, dreamIntervalMs, dreamOverflowThreshold})
ai/daemons/orchestrator/scheduling/dream.mjs:31
↓ 3 callersMethodgetCellId
* @param {Object} record * @param {String} dataField * @returns {String}
src/table/Body.mjs:423
↓ 3 callersMethodgetCloneTransform
* @returns {String}
src/component/Helix.mjs:786
↓ 3 callersMethodgetComments
* @param {String} slug
apps/realworld/view/MainContainerController.mjs:181
↓ 3 callersMethodgetComponentId
* @param {Number} index * @returns {String}
src/list/Component.mjs:71
↓ 3 callersMethodgetComputedStyles
* @param {Object} params * @param {String} params.componentId * @param {String[]} params.variables * @returns {Object}
src/ai/client/ComponentService.mjs:25
↓ 3 callersMethodgetConceptTree
* @summary Builds a hierarchical tree of concepts rooted at the system anchor. * Each node in the tree includes its metadata and a `children` arr
ai/services/ConceptService.mjs:284
↓ 3 callersMethodgetCoreSwarmAgentFamilies
* @summary Derives the core swarm login-to-family map from the AgentIdentity registry. * * `identityRoots.mjs` is the canonical handle indir
ai/services/graph/GoldenPathSynthesizer.mjs:120
↓ 3 callersMethodgetCountryFlagUrl
* @param {String} name * @returns {String} url
apps/covid/Util.mjs:77
↓ 3 callersMethodgetCountryFlagUrl
* @param {String} name * @returns {String} url
apps/sharedcovid/Util.mjs:77
↓ 3 callersMethodgetDataField
* Resolves the dataField for a physical cell id — the inverse of {@link #getCellId}. * Pooled cell ids resolve through the MATERIALIZED slot bind
src/grid/Body.mjs:1031
← previousnext →1,401–1,500 of 8,612, ranked by callers