MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

MethodinitAsync
* @returns {Promise<void>}
ai/services/knowledge-base/ChromaManager.mjs:73
MethodinitAsync
* Ensures the service dependencies are ready. * @returns {Promise<void>}
ai/services/knowledge-base/SearchService.mjs:116
MethodinitAsync
* Orchestrates the startup logic. * Ensures dependent services are ready before this service is considered ready. * @protected
ai/services/knowledge-base/VectorService.mjs:637
MethodinitAsync
* @returns {Promise<void>}
ai/services/knowledge-base/DatabaseLifecycleService.mjs:40
MethodinitAsync
* @returns {Promise<void>}
ai/services/neural-link/InstanceService.mjs:31
MethodinitAsync
* @returns {Promise<void>}
ai/services/neural-link/InteractionService.mjs:31
MethodinitAsync
* @returns {Promise<void>}
ai/services/neural-link/ComponentService.mjs:31
MethodinitAsync
* Async initialization sequence. * @returns {Promise<void>}
ai/services/neural-link/ConnectionService.mjs:85
MethodinitAsync
* Initializes the SQLite connection to the Memory Core and ensures the physical nl_action_log * schema and indices exist. Uses WAL journal mode t
ai/services/neural-link/RecorderService.mjs:40
MethodinitAsync
* @returns {Promise<void>}
ai/services/neural-link/RuntimeService.mjs:31
MethodinitAsync
* @returns {Promise<void>}
ai/services/memory-core/MemoryService.mjs:279
MethodinitAsync
* Initializes the SQLite Database and Native Edge database structures.
ai/services/memory-core/GraphService.mjs:83
MethodinitAsync
* @returns {Promise<void>}
ai/services/memory-core/DatabaseService.mjs:38
MethodinitAsync
* @returns {Promise<void>}
ai/services/memory-core/SummaryService.mjs:134
MethodinitAsync
* @returns {Promise<void>}
ai/services/memory-core/SessionService.mjs:198
MethodinitAsync
* @summary Boots the underlying data and inference services. * @returns {Promise<void>}
ai/services/memory-core/lifecycle/SystemLifecycleService.mjs:35
MethodinitAsync
* @summary Asynchronously initializes the service. In unified topology this only logs that MC * does not manage the shared ChromaDB process — boo
ai/services/memory-core/lifecycle/ChromaLifecycleService.mjs:40
MethodinitAsync
* @summary Asynchronously initializes the InferenceLifecycleService, bootstrapping daemon startup.
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:50
MethodinitAsync
* Ensure the active engines are booted
ai/services/memory-core/managers/StorageRouter.mjs:242
MethodinitAsync
* @returns {Promise<void>}
ai/services/memory-core/managers/ChromaManager.mjs:143
MethodinitAsync
* @returns {Promise<void>}
ai/services/github-workflow/SyncService.mjs:62
MethodinitAsync
()
ai/mcp/client/Client.mjs:226
MethodinitAsync
* @summary Async initialization. Chains into `Neo.core.Base.initAsync()`, then delegates * the boot orchestration to `boot()`. Subclasses should
ai/mcp/server/BaseServer.mjs:529
MethodinitAsync
* @returns {Promise<void>}
ai/daemons/orchestrator/services/DreamService.mjs:129
MethodinitAsync
* One-time async init triggered by Neo.create() framework lifecycle. * Identity-agnostic: awaits peer-service readiness (LifecycleService +
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:229
MethodinitAsync
* Evaluates backend file dependencies dynamically resolving database driver configurations. * Applies robust WAL PRAGMA for ultimate IO concurren
ai/graph/storage/SQLite.mjs:36
MethodinitAsync
* @returns {Promise<void>}
src/controller/Base.mjs:117
MethodinitAsync
* @returns {Promise<void>}
src/component/Sparkline.mjs:240
MethodinitAsync
* Initializes the component asynchronously. * Retrieves the Mermaid addon proxy from the current worker for the specific window. * This ensu
src/component/wrapper/Mermaid.mjs:108
MethodinitAsync
* Awaits load() so the singleton only reaches `isReady` once the remotes-api JSON is fetched * and the service stubs are registered. Consumers (e
src/remotes/Api.mjs:105
MethodinitAsync
* @returns {Promise<void>}
src/main/DeltaUpdates.mjs:211
MethodinitAsync
* Async initialization hook for instances. * `initAsync` MUST await for `loadFiles()` to be completed. Only then the addon is ready. * @retu
src/main/addon/Base.mjs:140
MethodinitAsync
* @returns {Promise<void>}
src/vdom/Helper.mjs:642
MethodinitAsync
* @returns {Promise<void>}
src/app/SharedCanvas.mjs:161
MethodinitAsync
* @returns {Promise<void>}
src/functional/component/Base.mjs:378
MethodinitConfig
* Applies all class configs to this instance * @param {Object} config * @param {Boolean} [preventOriginalConfig] True prevents the instance
src/layout/Base.mjs:127
MethodinitConfig
* @param args
src/component/Abstract.mjs:427
FunctioninitFn
()
test/playwright/util/RmaHelpers.mjs:8
FunctioninitializeDatabaseSelfBootstrap
(dbPath)
ai/daemons/orchestrator/Orchestrator.mjs:43
MethodinputValueAdjustor
* @param {String|null} value * @returns {Number}
src/form/field/Currency.mjs:35
MethodinputValueRenderer
* @param {Number|null} value * @returns {String}
src/form/field/Currency.mjs:53
Methodinsert
* Inserts an item or an array of items at the specified index * @param {Number} index * @param {Array|Object} item * @returns {Object[]
src/collection/Base.mjs:1256
Methodinsert
* Inserts an item or array of items at a specific index * @param {Number} index * @param {Array|Object} item * @param {Boolean} [silent
src/toolbar/Base.mjs:156
Methodinsert
* Inserts an item or Array of items to an array in case it does not already exist. * Duplicates will only get matched by reference. * @param
src/util/Array.mjs:64
MethodinsertAfterNode
* Insert a given nodeToInsert after a targetNode inside a given vdom tree * @param {Object} vdom The vdom tree containing the targetNode * @
src/util/VDom.mjs:324
MethodinsertBeforeNode
* Insert a given nodeToInsert before a targetNode inside a given vdom tree * @param {Object} vdom The vdom tree containing the targetNode *
src/util/VDom.mjs:335
MethodinsertNode
* Inserts a new node into the DOM tree based on delta updates. * This method handles both string-based (outerHTML) and direct DOM API (vnode) mou
src/main/DeltaUpdates.mjs:332
Methodinspect
* Inspects the current lease file. * @param {Object} [options] Inspect overrides. * @returns {Promise<Object>}
ai/daemons/orchestrator/services/HeavyMaintenanceLeaseService.mjs:621
FunctioninspectClass
* Inspects a Neo.mjs class to retrieve its Rich Blueprint. * @param {String} className * @param {String} [de
test/playwright/fixtures.mjs:146
MethodinspectClass
* Inspects a Neo.mjs class to retrieve its schema. * @param {Object} opts The options object. * @param {String} opts.className T
ai/services/neural-link/RuntimeService.mjs:157
FunctioninspectComponentRenderTree
* Inspects the render tree (VDOM or VNode) of a component. * @param {String} [type='vdom'] 'vdom' or 'vnode'
test/playwright/fixtures.mjs:271
FunctioninspectStateProvider
* Inspects a specific state provider. * @param {String} providerId * @returns {Promise<Object>}
test/playwright/fixtures.mjs:386
MethodinspectStateProvider
* Inspects a specific state provider. * @param {Object} opts The options object. * @param {String} opts.providerId The ID of the provider to
ai/services/neural-link/DataService.mjs:43
FunctioninspectStore
* Retrieves paginated data from a store. * @param {String} storeId * @param {Number} [limit=50]
test/playwright/fixtures.mjs:367
MethodinspectStore
* Inspects a specific data store. * @param {Object} opts The options object. * @param {String} opts.storeId The ID of the store to inspect.
ai/services/neural-link/DataService.mjs:56
MethodinternalSetData
* The single write funnel. Validates any string-keyed write against the leaf registry of the * provider that OWNS the key — local or resolved up
ai/ConfigProvider.mjs:308
Methodintersect
(data)
apps/portal/view/home/MainContainer.mjs:29
MethodisA
* Both params represent classNames. * * Example use cases: * - isA('Neo.button.Menu', 'Neo.button.Base') => true * - isA('Ne
src/manager/ClassHierarchy.mjs:76
FunctionisAncestor
({mirrorRoot, tenantId, repoSlug, ancestor, descendant} = {})
ai/services/knowledge-base/helpers/gitMirror.mjs:521
FunctionisCallback
* Checks whether the given symbol is a callback definition. * @name jsdocx.utils.isCallback * @function * * @param {Object} sy
buildScripts/docs/jsdoc-x/utils.mjs:532
FunctionisClass
* Checks whether the given symbol is a class. * @name jsdocx.utils.isClass * @function * * @param {Object} symbol - Documented
buildScripts/docs/jsdoc-x/utils.mjs:339
FunctionisConstant
* Checks whether the given symbol is marked as a constant. * @name jsdocx.utils.isConstant * @function * * @param {Object} sym
buildScripts/docs/jsdoc-x/utils.mjs:354
FunctionisConstructor
* Checks whether the given symbol is a constructor. * @name jsdocx.utils.isConstructor * @function * * @param {Object} symbol
buildScripts/docs/jsdoc-x/utils.mjs:366
MethodisDefined
* Returns true if the passed value is not undefined * @param {Object} value The value to test * @returns {Boolean}
src/core/Util.mjs:105
MethodisDirty
* Base implementation to check if the fields value has changed. * Can get overridden in superclasses. * @returns {Boolean}
src/form/field/Base.mjs:92
MethodisEmptyAndRequired
* @returns {Boolean}
src/form/field/CheckBox.mjs:597
FunctionisEnum
* Checks whether the given symbol is an enumeration. * @name jsdocx.utils.isEnum * @function * * @param {Object} symbol - Docu
buildScripts/docs/jsdoc-x/utils.mjs:547
FunctionisEvent
* Checks whether the given symbol is an event. * @name jsdocx.utils.isEvent * @function * * @param {Object} symbol - Documente
buildScripts/docs/jsdoc-x/utils.mjs:559
FunctionisExternal
* Checks whether the given symbol is defined outside of the current * package. * @name jsdocx.utils.isExternal * @function *
buildScripts/docs/jsdoc-x/utils.mjs:572
MethodisFilteredItem
* Overrides collection.Base:isFilteredItem() to handle "Turbo Mode" (autoInitRecords: false). * In this mode, items are raw objects which may lac
src/data/Store.mjs:876
MethodisFloating
* Check if this component or any of its parents is floating * @returns {Boolean}
src/component/Base.mjs:1420
FunctionisGenerator
* Checks whether the given symbol is a generator function. * @name jsdocx.utils.isGenerator * @function * * @param {Object} sy
buildScripts/docs/jsdoc-x/utils.mjs:584
FunctionisGlobal
* Checks whether the given symbol has global scope. * @name jsdocx.utils.isGlobal * @function * * @param {Object} symbol - Doc
buildScripts/docs/jsdoc-x/utils.mjs:290
MethodisGoldenPathDependencyTask
* @param {String} taskName Stable orchestrator task name. * @returns {Boolean}
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:315
FunctionisIgnored
* Checks whether the given symbol is marked with `@ignore` tag. * @name jsdocx.utils.isIgnored * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:483
FunctionisInner
* Checks whether the given symbol has an inner scope. * @name jsdocx.utils.isInner * @function * * @param {Object} symbol - Do
buildScripts/docs/jsdoc-x/utils.mjs:392
FunctionisInstanceMember
* Checks whether the given symbol is an instance member. * @name jsdocx.utils.isInstanceMember * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:404
FunctionisInstanceMethod
* Checks whether the given symbol is an instance method. * @name jsdocx.utils.isInstanceMethod * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:447
FunctionisInstanceProperty
* Checks whether the given symbol is an instance property. * @name jsdocx.utils.isInstanceProperty * @function * * @param {Obj
buildScripts/docs/jsdoc-x/utils.mjs:495
FunctionisInterface
* Checks whether the given symbol is marked as an interface that other * symbols can implement. * @name jsdocx.utils.isInterface *
buildScripts/docs/jsdoc-x/utils.mjs:417
MethodisLoading
* Returns true if `loadFiles()` has been initiated and is currently in progress. * @member {Boolean} isLoading
src/main/addon/Base.mjs:59
FunctionisMethod
* Checks whether the given symbol is a method. * @name jsdocx.utils.isMethod * @function * @alias jsdocx.utils.isFunction *
buildScripts/docs/jsdoc-x/utils.mjs:430
FunctionisMixin
* Checks whether the given symbol is marked as a mixin (is intended to be * added to other objects). * @name jsdocx.utils.isMixin *
buildScripts/docs/jsdoc-x/utils.mjs:327
MethodisModified
()
src/data/RecordFactory.mjs:181
FunctionisModifiedField
()
test/playwright/unit/grid/RowCellIdMigration.spec.mjs:43
FunctionisModule
* Checks whether the given symbol is a module. * @name jsdocx.utils.isModule * @function * * @param {Object} symbol - Document
buildScripts/docs/jsdoc-x/utils.mjs:314
FunctionisNamespace
* Checks whether the given symbol is a namespace. * @name jsdocx.utils.isNamespace * @function * * @param {Object} symbol - Do
buildScripts/docs/jsdoc-x/utils.mjs:302
FunctionisPackagePrivate
* Checks whether the given symbol has `package` private access; indicating * that the symbol is available only to code in the same directory as
buildScripts/docs/jsdoc-x/utils.mjs:634
FunctionisPaused
* Checks if effect execution is currently paused or batched. * @returns {Boolean} True if the pauseCounter is greater than 0.
src/core/EffectManager.mjs:59
FunctionisPrivate
* Checks whether the given symbol has `private` access. * @name jsdocx.utils.isPrivate * @function * * @param {Object} symbol
buildScripts/docs/jsdoc-x/utils.mjs:620
FunctionisProperty
* Checks whether the given symbol is a property (not a method.) * @name jsdocx.utils.isProperty * @function * * @param {Object
buildScripts/docs/jsdoc-x/utils.mjs:471
FunctionisProtected
* Checks whether the given symbol has `protected` access. * @name jsdocx.utils.isProtected * @function * * @param {Object} sym
buildScripts/docs/jsdoc-x/utils.mjs:646
FunctionisPublic
* Checks whether the given symbol has `public` access. * @name jsdocx.utils.isPublic * @function * * @param {Object} symbol -
buildScripts/docs/jsdoc-x/utils.mjs:608
MethodisPushCapable
* Check whether the polled identity has a push-capable subscription * (`harnessTarget IN ('mcp-notifications', 'a2a-webhook', 'bridge-daemon')` a
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:780
FunctionisReadOnly
* Checks whether the given symbol is read-only. * @name jsdocx.utils.isReadOnly * @function * * @param {Object} symbol - Docum
buildScripts/docs/jsdoc-x/utils.mjs:596
MethodisSorted
* @returns {Boolean} true in case the collection is sorted
src/collection/Base.mjs:1302
FunctionisStaticMember
* Checks whether the given symbol is a static member. * @name jsdocx.utils.isStaticMember * @function * @alias jsdocx.utils.isStati
buildScripts/docs/jsdoc-x/utils.mjs:380
FunctionisStaticMethod
* Checks whether the given symbol is a static method. * @name jsdocx.utils.isStaticMethod * @function * * @param {Object} symb
buildScripts/docs/jsdoc-x/utils.mjs:459
FunctionisStaticProperty
* Checks whether the given symbol is a static property. * @name jsdocx.utils.isStaticProperty * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:507
FunctionisTypeDef
* Checks whether the given symbol is a custom type definition. * @name jsdocx.utils.isTypeDef * @function * @alias utils.isCustomTy
buildScripts/docs/jsdoc-x/utils.mjs:520
← previousnext →6,701–6,800 of 8,612, ranked by callers