Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ functions
Functions
8,612 in github.com/neomjs/neo
⨍
Functions
8,612
◇
Types & classes
2,567
Method
initAsync
* @returns {Promise<void>}
ai/services/knowledge-base/ChromaManager.mjs:73
Method
initAsync
* Ensures the service dependencies are ready. * @returns {Promise<void>}
ai/services/knowledge-base/SearchService.mjs:116
Method
initAsync
* Orchestrates the startup logic. * Ensures dependent services are ready before this service is considered ready. * @protected
ai/services/knowledge-base/VectorService.mjs:637
Method
initAsync
* @returns {Promise<void>}
ai/services/knowledge-base/DatabaseLifecycleService.mjs:40
Method
initAsync
* @returns {Promise<void>}
ai/services/neural-link/InstanceService.mjs:31
Method
initAsync
* @returns {Promise<void>}
ai/services/neural-link/InteractionService.mjs:31
Method
initAsync
* @returns {Promise<void>}
ai/services/neural-link/ComponentService.mjs:31
Method
initAsync
* Async initialization sequence. * @returns {Promise<void>}
ai/services/neural-link/ConnectionService.mjs:85
Method
initAsync
* 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
Method
initAsync
* @returns {Promise<void>}
ai/services/neural-link/RuntimeService.mjs:31
Method
initAsync
* @returns {Promise<void>}
ai/services/memory-core/MemoryService.mjs:279
Method
initAsync
* Initializes the SQLite Database and Native Edge database structures.
ai/services/memory-core/GraphService.mjs:83
Method
initAsync
* @returns {Promise<void>}
ai/services/memory-core/DatabaseService.mjs:38
Method
initAsync
* @returns {Promise<void>}
ai/services/memory-core/SummaryService.mjs:134
Method
initAsync
* @returns {Promise<void>}
ai/services/memory-core/SessionService.mjs:198
Method
initAsync
* @summary Boots the underlying data and inference services. * @returns {Promise<void>}
ai/services/memory-core/lifecycle/SystemLifecycleService.mjs:35
Method
initAsync
* @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
Method
initAsync
* @summary Asynchronously initializes the InferenceLifecycleService, bootstrapping daemon startup.
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:50
Method
initAsync
* Ensure the active engines are booted
ai/services/memory-core/managers/StorageRouter.mjs:242
Method
initAsync
* @returns {Promise<void>}
ai/services/memory-core/managers/ChromaManager.mjs:143
Method
initAsync
* @returns {Promise<void>}
ai/services/github-workflow/SyncService.mjs:62
Method
initAsync
()
ai/mcp/client/Client.mjs:226
Method
initAsync
* @summary Async initialization. Chains into `Neo.core.Base.initAsync()`, then delegates * the boot orchestration to `boot()`. Subclasses should
ai/mcp/server/BaseServer.mjs:529
Method
initAsync
* @returns {Promise<void>}
ai/daemons/orchestrator/services/DreamService.mjs:129
Method
initAsync
* One-time async init triggered by Neo.create() framework lifecycle. * Identity-agnostic: awaits peer-service readiness (LifecycleService +
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:229
Method
initAsync
* Evaluates backend file dependencies dynamically resolving database driver configurations. * Applies robust WAL PRAGMA for ultimate IO concurren
ai/graph/storage/SQLite.mjs:36
Method
initAsync
* @returns {Promise<void>}
src/controller/Base.mjs:117
Method
initAsync
* @returns {Promise<void>}
src/component/Sparkline.mjs:240
Method
initAsync
* 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
Method
initAsync
* 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
Method
initAsync
* @returns {Promise<void>}
src/main/DeltaUpdates.mjs:211
Method
initAsync
* 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
Method
initAsync
* @returns {Promise<void>}
src/vdom/Helper.mjs:642
Method
initAsync
* @returns {Promise<void>}
src/app/SharedCanvas.mjs:161
Method
initAsync
* @returns {Promise<void>}
src/functional/component/Base.mjs:378
Method
initConfig
* Applies all class configs to this instance * @param {Object} config * @param {Boolean} [preventOriginalConfig] True prevents the instance
src/layout/Base.mjs:127
Method
initConfig
* @param args
src/component/Abstract.mjs:427
Function
initFn
()
test/playwright/util/RmaHelpers.mjs:8
Function
initializeDatabaseSelfBootstrap
(dbPath)
ai/daemons/orchestrator/Orchestrator.mjs:43
Method
inputValueAdjustor
* @param {String|null} value * @returns {Number}
src/form/field/Currency.mjs:35
Method
inputValueRenderer
* @param {Number|null} value * @returns {String}
src/form/field/Currency.mjs:53
Method
insert
* 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
Method
insert
* 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
Method
insert
* 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
Method
insertAfterNode
* 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
Method
insertBeforeNode
* 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
Method
insertNode
* 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
Method
inspect
* Inspects the current lease file. * @param {Object} [options] Inspect overrides. * @returns {Promise<Object>}
ai/daemons/orchestrator/services/HeavyMaintenanceLeaseService.mjs:621
Function
inspectClass
* Inspects a Neo.mjs class to retrieve its Rich Blueprint. * @param {String} className * @param {String} [de
test/playwright/fixtures.mjs:146
Method
inspectClass
* 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
Function
inspectComponentRenderTree
* Inspects the render tree (VDOM or VNode) of a component. * @param {String} [type='vdom'] 'vdom' or 'vnode'
test/playwright/fixtures.mjs:271
Function
inspectStateProvider
* Inspects a specific state provider. * @param {String} providerId * @returns {Promise<Object>}
test/playwright/fixtures.mjs:386
Method
inspectStateProvider
* 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
Function
inspectStore
* Retrieves paginated data from a store. * @param {String} storeId * @param {Number} [limit=50]
test/playwright/fixtures.mjs:367
Method
inspectStore
* 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
Method
internalSetData
* 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
Method
intersect
(data)
apps/portal/view/home/MainContainer.mjs:29
Method
isA
* Both params represent classNames. * * Example use cases: * - isA('Neo.button.Menu', 'Neo.button.Base') => true * - isA('Ne
src/manager/ClassHierarchy.mjs:76
Function
isAncestor
({mirrorRoot, tenantId, repoSlug, ancestor, descendant} = {})
ai/services/knowledge-base/helpers/gitMirror.mjs:521
Function
isCallback
* Checks whether the given symbol is a callback definition. * @name jsdocx.utils.isCallback * @function * * @param {Object} sy
buildScripts/docs/jsdoc-x/utils.mjs:532
Function
isClass
* Checks whether the given symbol is a class. * @name jsdocx.utils.isClass * @function * * @param {Object} symbol - Documented
buildScripts/docs/jsdoc-x/utils.mjs:339
Function
isConstant
* 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
Function
isConstructor
* Checks whether the given symbol is a constructor. * @name jsdocx.utils.isConstructor * @function * * @param {Object} symbol
buildScripts/docs/jsdoc-x/utils.mjs:366
Method
isDefined
* Returns true if the passed value is not undefined * @param {Object} value The value to test * @returns {Boolean}
src/core/Util.mjs:105
Method
isDirty
* Base implementation to check if the fields value has changed. * Can get overridden in superclasses. * @returns {Boolean}
src/form/field/Base.mjs:92
Method
isEmptyAndRequired
* @returns {Boolean}
src/form/field/CheckBox.mjs:597
Function
isEnum
* Checks whether the given symbol is an enumeration. * @name jsdocx.utils.isEnum * @function * * @param {Object} symbol - Docu
buildScripts/docs/jsdoc-x/utils.mjs:547
Function
isEvent
* Checks whether the given symbol is an event. * @name jsdocx.utils.isEvent * @function * * @param {Object} symbol - Documente
buildScripts/docs/jsdoc-x/utils.mjs:559
Function
isExternal
* Checks whether the given symbol is defined outside of the current * package. * @name jsdocx.utils.isExternal * @function *
buildScripts/docs/jsdoc-x/utils.mjs:572
Method
isFilteredItem
* 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
Method
isFloating
* Check if this component or any of its parents is floating * @returns {Boolean}
src/component/Base.mjs:1420
Function
isGenerator
* Checks whether the given symbol is a generator function. * @name jsdocx.utils.isGenerator * @function * * @param {Object} sy
buildScripts/docs/jsdoc-x/utils.mjs:584
Function
isGlobal
* Checks whether the given symbol has global scope. * @name jsdocx.utils.isGlobal * @function * * @param {Object} symbol - Doc
buildScripts/docs/jsdoc-x/utils.mjs:290
Method
isGoldenPathDependencyTask
* @param {String} taskName Stable orchestrator task name. * @returns {Boolean}
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:315
Function
isIgnored
* Checks whether the given symbol is marked with `@ignore` tag. * @name jsdocx.utils.isIgnored * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:483
Function
isInner
* 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
Function
isInstanceMember
* Checks whether the given symbol is an instance member. * @name jsdocx.utils.isInstanceMember * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:404
Function
isInstanceMethod
* Checks whether the given symbol is an instance method. * @name jsdocx.utils.isInstanceMethod * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:447
Function
isInstanceProperty
* Checks whether the given symbol is an instance property. * @name jsdocx.utils.isInstanceProperty * @function * * @param {Obj
buildScripts/docs/jsdoc-x/utils.mjs:495
Function
isInterface
* 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
Method
isLoading
* Returns true if `loadFiles()` has been initiated and is currently in progress. * @member {Boolean} isLoading
src/main/addon/Base.mjs:59
Function
isMethod
* Checks whether the given symbol is a method. * @name jsdocx.utils.isMethod * @function * @alias jsdocx.utils.isFunction *
buildScripts/docs/jsdoc-x/utils.mjs:430
Function
isMixin
* 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
Method
isModified
()
src/data/RecordFactory.mjs:181
Function
isModifiedField
()
test/playwright/unit/grid/RowCellIdMigration.spec.mjs:43
Function
isModule
* Checks whether the given symbol is a module. * @name jsdocx.utils.isModule * @function * * @param {Object} symbol - Document
buildScripts/docs/jsdoc-x/utils.mjs:314
Function
isNamespace
* Checks whether the given symbol is a namespace. * @name jsdocx.utils.isNamespace * @function * * @param {Object} symbol - Do
buildScripts/docs/jsdoc-x/utils.mjs:302
Function
isPackagePrivate
* 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
Function
isPaused
* Checks if effect execution is currently paused or batched. * @returns {Boolean} True if the pauseCounter is greater than 0.
src/core/EffectManager.mjs:59
Function
isPrivate
* Checks whether the given symbol has `private` access. * @name jsdocx.utils.isPrivate * @function * * @param {Object} symbol
buildScripts/docs/jsdoc-x/utils.mjs:620
Function
isProperty
* 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
Function
isProtected
* Checks whether the given symbol has `protected` access. * @name jsdocx.utils.isProtected * @function * * @param {Object} sym
buildScripts/docs/jsdoc-x/utils.mjs:646
Function
isPublic
* Checks whether the given symbol has `public` access. * @name jsdocx.utils.isPublic * @function * * @param {Object} symbol -
buildScripts/docs/jsdoc-x/utils.mjs:608
Method
isPushCapable
* 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
Function
isReadOnly
* Checks whether the given symbol is read-only. * @name jsdocx.utils.isReadOnly * @function * * @param {Object} symbol - Docum
buildScripts/docs/jsdoc-x/utils.mjs:596
Method
isSorted
* @returns {Boolean} true in case the collection is sorted
src/collection/Base.mjs:1302
Function
isStaticMember
* 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
Function
isStaticMethod
* Checks whether the given symbol is a static method. * @name jsdocx.utils.isStaticMethod * @function * * @param {Object} symb
buildScripts/docs/jsdoc-x/utils.mjs:459
Function
isStaticProperty
* Checks whether the given symbol is a static property. * @name jsdocx.utils.isStaticProperty * @function * * @param {Object}
buildScripts/docs/jsdoc-x/utils.mjs:507
Function
isTypeDef
* 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
← previous
next →
6,701–6,800 of 8,612, ranked by callers