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
getItemId
* @param {String} vnodeId * @returns {String} itemId
apps/sharedcovid/view/country/Gallery.mjs:160
Method
getItemId
* @param {String} vnodeId * @returns {String}
apps/realworld2/view/article/Helix.mjs:74
Method
getItemId
* @param {String} vnodeId * @returns {String}
apps/realworld2/view/article/Gallery.mjs:86
Method
getItemId
* @param {String} vnodeId * @returns {Number} itemId
src/component/Gallery.mjs:512
Method
getItemId
* @param {Number|String} recordId * @returns {String}
src/list/Component.mjs:79
Method
getItemId
* @param {String} vnodeId * @returns {String}
examples/component/coronaHelix/CountryHelix.mjs:219
Method
getItemRecordId
* @param {String} vnodeId * @returns {String|Number} itemId
src/list/Component.mjs:87
Method
getItemVdom
* @param {Object} record * @param {Number} index * @returns {Object|null} vdom
src/draggable/tree/DragZone.mjs:72
Method
getKeyAt
* Returns the key for a given index * @param {Number} index * @returns {Number|String|undefined}
src/collection/Base.mjs:1163
Function
getKind
* Gets the kind of the symbol. This is not the same as `symbol.kind`. * i.e. JSDoc generates a constructor's kind as `"class"`. This will retur
buildScripts/docs/jsdoc-x/utils.mjs:263
Method
getLayoutConfig
* @param {String} dock * @returns {String} layoutConfig * @override
src/table/header/Toolbar.mjs:182
Method
getLayoutConfig
* @summary Returns the layout config matching the dock position. * @returns {Object} layoutConfig * @protected
src/tab/header/Toolbar.mjs:75
Method
getLdJson
* Retrieves and parses the content of a ld+json script tag. * Can find a specific script tag by name, or the first one if no name is provided.
src/main/addon/DocumentHead.mjs:71
Function
getLevels
* Gets the number of levels for the given symbol or name. e.g. * `mylib.prop` has 2 levels. * @name jsdocx.utils.getLevels * @funct
buildScripts/docs/jsdoc-x/utils.mjs:166
Function
getListToolsHandler
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:35
Method
getLogicalCellId
* @param {Object} record * @param {String} dataField * @returns {String}
src/grid/Body.mjs:968
Method
getLoginById
* Resolves a GitHub Node ID to the current login. * Used for tracking user renames. * * @param {String} nodeId The global node ID (Base
apps/devindex/services/GitHub.mjs:296
Function
getLongName
* Gets the original long name of the given symbol. * JSDoc overwrites the `longname` and `name` of the symbol, if it has an * alias. This
buildScripts/docs/jsdoc-x/utils.mjs:120
Method
getMemoryCollection
* @summary Resolves the memory collection abstraction from the active Vector Storage Layer. * @abstract * @returns {Promise<Object>}
ai/services/memory-core/managers/AbstractVectorManager.mjs:35
Function
getMethodSource
* Retrieves the source code of a class method. * @param {String} className * @param {String} methodName
test/playwright/fixtures.mjs:156
Method
getMethodSource
* Retrieves the source code of a method. * @param {Object} opts The options object. * @param {String} opts.className The fully q
ai/services/neural-link/RuntimeService.mjs:74
Method
getMixinNames
(obj)
src/ai/client/RuntimeService.mjs:241
Method
getMonitorTargetId
* @returns {String}
src/app/header/Canvas.mjs:127
Function
getName
* Gets the short name of the given symbol. * JSDoc overwrites the `longname` and `name` of the symbol, if it has an * alias. This returns
buildScripts/docs/jsdoc-x/utils.mjs:99
Function
getNamespaceTree
* Retrieves the loaded namespace tree from the runtime. * @param {String} [root='Neo'] * @returns {Promise<O
test/playwright/fixtures.mjs:462
Method
getNamespaceTree
* Retrieves the loaded namespace tree. * @param {Object} opts The options object. * @param {String} [opts.root] The root name
ai/services/neural-link/RuntimeService.mjs:85
Method
getNeoConfig
* @param {Object} params * @param {String} [params.windowId] * @returns {Object}
src/ai/client/RuntimeService.mjs:185
Function
getNodeRecord
({id})
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:84
Method
getOffscreenCanvas
* @param {Object} data * @param {String} data.id * @param {String} data.nodeId
src/main/DomAccess.mjs:746
Method
getOldValue
* @deprecated in v7.x * @returns {String|null}
src/form/field/CheckBox.mjs:573
Function
getOwnPropertyDescriptor
(currentTarget, property)
src/state/createHierarchicalDataProxy.mjs:107
Function
getParent
* Gets the parent symbol object from the given symbol object or symbol's * name. * @name jsdocx.utils.getParent * @function *
buildScripts/docs/jsdoc-x/utils.mjs:215
Function
getParentName
* Gets the parent symbol name from the given symbol object or symbol's * name (notation). Note that, this will return the parent name even if t
buildScripts/docs/jsdoc-x/utils.mjs:187
Method
getParents
* Returns an Array containing all parent components for a given component or component id * @param {Neo.component.Base|String} component * @
src/manager/Component.mjs:446
Function
getPathSizeBytes
(targetPath, {exec = execFileAsync} = {})
ai/scripts/migrations/bootstrapWorktree.mjs:841
Function
getPendingMemorySummaryBackfillCount
(db)
ai/daemons/orchestrator/scheduling/memorySummaryBackfill.mjs:50
Function
getPendingSummarizationCount
(db)
ai/daemons/orchestrator/scheduling/summary.mjs:46
Method
getProfile
* @param {String} slug
apps/realworld2/view/MainContainerController.mjs:180
Function
getReader
()
test/playwright/unit/ai/provider/KeepAlive.spec.mjs:26
Function
getRecord
* Retrieves a specific data record. * @param {String} recordId * @param {String} [storeId] Optional store sc
test/playwright/fixtures.mjs:377
Method
getRecord
* Retrieves a specific record. * @param {Object} opts The options object. * @param {String} opts.recordId The ID of the record. * @para
ai/services/neural-link/DataService.mjs:78
Method
getRecord
* @param {Object} path * @returns {Number|String|null}
src/selection/grid/BaseModel.mjs:272
Method
getRecord
* Returns the first selected record or null * @returns {Object}
src/form/field/ComboBox.mjs:513
Method
getRecord
* @param {Object} params * @param {String} params.recordId * @param {String} [params.storeId] * @returns {Object}
src/ai/client/DataService.mjs:24
Method
getRecordFromLogicalId
* @param {String} logicalId * @returns {Neo.data.Model|null}
src/grid/Body.mjs:1112
Method
getReference
* todo: update changed references (e.g. container.remove() then container.add() using the same key) * @param {String} name * @returns {*}
src/controller/Component.mjs:117
Method
getRemPipelineState
* Public API: returns the 5-axis REM pipeline observability state. * * This method backs the `get_rem_pipeline_state` MCP tool. It deliberat
ai/services/memory-core/HealthService.mjs:1610
Function
getRouteHistory
* Retrieves the route history log. * @param {String} [windowId] * @returns {Promise<Object>}
test/playwright/fixtures.mjs:416
Method
getRouteHistory
* Retrieves the navigation history stack. * @param {Object} opts The options object. * @param {String} opts.sessionId The target
ai/services/neural-link/RuntimeService.mjs:114
Method
getRowComponent
* @param {Number|String} recordId * @returns {Neo.grid.Row|null}
src/selection/grid/BaseModel.mjs:317
Method
getScrollingDimensions
* @param {HTMLElement|Object} data * @param {String|String[]} data.id * @returns {Object}
src/main/DomAccess.mjs:494
Method
getServerMetadata
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:109
Method
getServerMetadata
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:467
Method
getServerMetadata
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:510
Method
getServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/knowledge-base/Server.mjs:37
Method
getServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, capabilities: Object}}
ai/mcp/server/neural-link/Server.mjs:48
Method
getServerMetadata
* @summary MCP server identity for `createMcpServer()`. Includes the experimental * `neo-wake-substrate` capability that surfaces wake events for
ai/mcp/server/memory-core/Server.mjs:66
Method
getServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/gitlab-workflow/Server.mjs:34
Method
getServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/github-workflow/Server.mjs:35
Method
getServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/file-system/Server.mjs:43
Method
getSma
* Calculates the Simple Moving Average (SMA). * Alias for getAverage. * @param {String} key * @returns {Number}
src/util/Performance.mjs:89
Method
getSource
* Convenience accessor for the identity-resolution provenance tag. One of `'oidc'`, * `'env-var'`, `'gh-cli'`, `'unresolved'`, or `undefined` (no
ai/mcp/server/shared/services/RequestContextService.mjs:288
Function
getState
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:330
Method
getState
* Convenience shortcut * @param args * @returns {*}
src/controller/Component.mjs:137
Method
getState
* Convenience shortcut * @param args * @returns {*}
src/component/Abstract.mjs:390
Method
getStatus
* @summary Resolves the current internal status and PID tracking for the explicit LLM daemon process. * @returns {Object}
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:122
Function
getStore
* Inspects a specific data store. * @param {String} storeId * @returns {Promise<Object>}
test/playwright/fixtures.mjs:348
Method
getStore
* @returns {Neo.data.Store}
examples/component/gallery/MainContainer.mjs:249
Method
getSubmitValue
* @returns {Date|String|null}
src/form/field/Date.mjs:197
Method
getSubmitValue
* @returns {Number|String}
src/form/field/ComboBox.mjs:523
Method
getSummaryCollection
* @summary Resolves the session summary collection abstraction from the Vector Storage Layer. * @abstract * @returns {Promise<Object>}
ai/services/memory-core/managers/AbstractVectorManager.mjs:44
Function
getSymbolByName
* Gets the first matching symbol by the given name. * @name jsdocx.utils.getSymbolByName * @function * * @param {Array} docs -
buildScripts/docs/jsdoc-x/utils.mjs:235
Function
getSymbolNames
* Builds and gets a flat array of symbol names from the given jsdoc-x * parsed output. * @name jsdocx.utils.getSymbolNames * @funct
buildScripts/docs/jsdoc-x/utils.mjs:692
Method
getTabButtonConfig
* Overriding the button click listener to allow closing tabs on icon click * @param {Object} config * @param {Number} index * @returns
docs/app/view/ContentTabContainer.mjs:79
Method
getTag
* Finds a specific <meta> or <link> tag in the document head and returns its attributes. * @param {Object} config A configuration object to ident
src/main/addon/DocumentHead.mjs:95
Function
getTaskState
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:331
Function
getTaskState
(name)
test/playwright/unit/ai/daemons/orchestrator/services/MaintenanceBackpressureService.spec.mjs:28
Function
getTaskState
()
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:47
Function
getTaskState
(taskName)
ai/scripts/maintenance/syncTenantRepos.mjs:70
Method
getTitle
* Retrieves the current document title. * @param {Object} [data] * @returns {String}
src/main/addon/DocumentHead.mjs:132
Method
getToolService
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:468
Method
getToolService
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:511
Method
getToolService
()
test/playwright/unit/ai/mcp/server/FileSystemPolicy.spec.mjs:46
Method
getToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/knowledge-base/Server.mjs:51
Method
getToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. Increments the * module-level `_turnId` counter on every CallTool dispatch
ai/mcp/server/neural-link/Server.mjs:64
Method
getToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/memory-core/Server.mjs:86
Method
getToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/gitlab-workflow/Server.mjs:48
Method
getToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/github-workflow/Server.mjs:49
Method
getToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/file-system/Server.mjs:57
Function
getTranslateY
(el)
test/playwright/e2e/GridThumbDrag.spec.mjs:39
Method
getValues
* @deprecated in v7.x * @returns {Promise<Object>}
src/form/Container.mjs:261
Function
getVdom
(id)
test/playwright/fixtures.mjs:51
Method
getVdomChildren
* Builds the array of child nodes (the 'cn' property). * @returns {Object[]} * @protected
src/tab/header/EffectButton.mjs:58
Method
getVdomConfig
* Builds the top-level VDOM object. * @returns {Object} * @protected
src/tab/header/EffectButton.mjs:41
Method
getVdomItemsRoot
* @returns {Object[]} The new vdom items root
src/table/Container.mjs:427
Method
getVdomRoot
*
apps/covid/view/mapboxGl/Container.mjs:114
Method
getVdomRoot
*
apps/sharedcovid/view/mapboxGl/Container.mjs:133
Method
getVdomRoot
* @returns {Object}
apps/portal/view/examples/List.mjs:201
Method
getVdomRoot
* @returns {Object}
src/component/Sparkline.mjs:226
Method
getVdomRoot
*
src/component/wrapper/MapboxGL.mjs:348
← previous
next →
6,501–6,600 of 8,612, ranked by callers