MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

MethodgetItemId
* @param {String} vnodeId * @returns {String} itemId
apps/sharedcovid/view/country/Gallery.mjs:160
MethodgetItemId
* @param {String} vnodeId * @returns {String}
apps/realworld2/view/article/Helix.mjs:74
MethodgetItemId
* @param {String} vnodeId * @returns {String}
apps/realworld2/view/article/Gallery.mjs:86
MethodgetItemId
* @param {String} vnodeId * @returns {Number} itemId
src/component/Gallery.mjs:512
MethodgetItemId
* @param {Number|String} recordId * @returns {String}
src/list/Component.mjs:79
MethodgetItemId
* @param {String} vnodeId * @returns {String}
examples/component/coronaHelix/CountryHelix.mjs:219
MethodgetItemRecordId
* @param {String} vnodeId * @returns {String|Number} itemId
src/list/Component.mjs:87
MethodgetItemVdom
* @param {Object} record * @param {Number} index * @returns {Object|null} vdom
src/draggable/tree/DragZone.mjs:72
MethodgetKeyAt
* Returns the key for a given index * @param {Number} index * @returns {Number|String|undefined}
src/collection/Base.mjs:1163
FunctiongetKind
* 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
MethodgetLayoutConfig
* @param {String} dock * @returns {String} layoutConfig * @override
src/table/header/Toolbar.mjs:182
MethodgetLayoutConfig
* @summary Returns the layout config matching the dock position. * @returns {Object} layoutConfig * @protected
src/tab/header/Toolbar.mjs:75
MethodgetLdJson
* 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
FunctiongetLevels
* 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
FunctiongetListToolsHandler
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:35
MethodgetLogicalCellId
* @param {Object} record * @param {String} dataField * @returns {String}
src/grid/Body.mjs:968
MethodgetLoginById
* 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
FunctiongetLongName
* 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
MethodgetMemoryCollection
* @summary Resolves the memory collection abstraction from the active Vector Storage Layer. * @abstract * @returns {Promise<Object>}
ai/services/memory-core/managers/AbstractVectorManager.mjs:35
FunctiongetMethodSource
* Retrieves the source code of a class method. * @param {String} className * @param {String} methodName
test/playwright/fixtures.mjs:156
MethodgetMethodSource
* 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
MethodgetMixinNames
(obj)
src/ai/client/RuntimeService.mjs:241
MethodgetMonitorTargetId
* @returns {String}
src/app/header/Canvas.mjs:127
FunctiongetName
* 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
FunctiongetNamespaceTree
* Retrieves the loaded namespace tree from the runtime. * @param {String} [root='Neo'] * @returns {Promise<O
test/playwright/fixtures.mjs:462
MethodgetNamespaceTree
* 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
MethodgetNeoConfig
* @param {Object} params * @param {String} [params.windowId] * @returns {Object}
src/ai/client/RuntimeService.mjs:185
FunctiongetNodeRecord
({id})
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:84
MethodgetOffscreenCanvas
* @param {Object} data * @param {String} data.id * @param {String} data.nodeId
src/main/DomAccess.mjs:746
MethodgetOldValue
* @deprecated in v7.x * @returns {String|null}
src/form/field/CheckBox.mjs:573
FunctiongetOwnPropertyDescriptor
(currentTarget, property)
src/state/createHierarchicalDataProxy.mjs:107
FunctiongetParent
* 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
FunctiongetParentName
* 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
MethodgetParents
* 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
FunctiongetPathSizeBytes
(targetPath, {exec = execFileAsync} = {})
ai/scripts/migrations/bootstrapWorktree.mjs:841
FunctiongetPendingMemorySummaryBackfillCount
(db)
ai/daemons/orchestrator/scheduling/memorySummaryBackfill.mjs:50
FunctiongetPendingSummarizationCount
(db)
ai/daemons/orchestrator/scheduling/summary.mjs:46
MethodgetProfile
* @param {String} slug
apps/realworld2/view/MainContainerController.mjs:180
FunctiongetReader
()
test/playwright/unit/ai/provider/KeepAlive.spec.mjs:26
FunctiongetRecord
* Retrieves a specific data record. * @param {String} recordId * @param {String} [storeId] Optional store sc
test/playwright/fixtures.mjs:377
MethodgetRecord
* 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
MethodgetRecord
* @param {Object} path * @returns {Number|String|null}
src/selection/grid/BaseModel.mjs:272
MethodgetRecord
* Returns the first selected record or null * @returns {Object}
src/form/field/ComboBox.mjs:513
MethodgetRecord
* @param {Object} params * @param {String} params.recordId * @param {String} [params.storeId] * @returns {Object}
src/ai/client/DataService.mjs:24
MethodgetRecordFromLogicalId
* @param {String} logicalId * @returns {Neo.data.Model|null}
src/grid/Body.mjs:1112
MethodgetReference
* todo: update changed references (e.g. container.remove() then container.add() using the same key) * @param {String} name * @returns {*}
src/controller/Component.mjs:117
MethodgetRemPipelineState
* 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
FunctiongetRouteHistory
* Retrieves the route history log. * @param {String} [windowId] * @returns {Promise<Object>}
test/playwright/fixtures.mjs:416
MethodgetRouteHistory
* Retrieves the navigation history stack. * @param {Object} opts The options object. * @param {String} opts.sessionId The target
ai/services/neural-link/RuntimeService.mjs:114
MethodgetRowComponent
* @param {Number|String} recordId * @returns {Neo.grid.Row|null}
src/selection/grid/BaseModel.mjs:317
MethodgetScrollingDimensions
* @param {HTMLElement|Object} data * @param {String|String[]} data.id * @returns {Object}
src/main/DomAccess.mjs:494
MethodgetServerMetadata
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:109
MethodgetServerMetadata
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:467
MethodgetServerMetadata
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:510
MethodgetServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/knowledge-base/Server.mjs:37
MethodgetServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, capabilities: Object}}
ai/mcp/server/neural-link/Server.mjs:48
MethodgetServerMetadata
* @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
MethodgetServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/gitlab-workflow/Server.mjs:34
MethodgetServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/github-workflow/Server.mjs:35
MethodgetServerMetadata
* @summary MCP server identity for `createMcpServer()`. * @returns {{name: String, version: String, capabilities: Object}}
ai/mcp/server/file-system/Server.mjs:43
MethodgetSma
* Calculates the Simple Moving Average (SMA). * Alias for getAverage. * @param {String} key * @returns {Number}
src/util/Performance.mjs:89
MethodgetSource
* 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
FunctiongetState
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:330
MethodgetState
* Convenience shortcut * @param args * @returns {*}
src/controller/Component.mjs:137
MethodgetState
* Convenience shortcut * @param args * @returns {*}
src/component/Abstract.mjs:390
MethodgetStatus
* @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
FunctiongetStore
* Inspects a specific data store. * @param {String} storeId * @returns {Promise<Object>}
test/playwright/fixtures.mjs:348
MethodgetStore
* @returns {Neo.data.Store}
examples/component/gallery/MainContainer.mjs:249
MethodgetSubmitValue
* @returns {Date|String|null}
src/form/field/Date.mjs:197
MethodgetSubmitValue
* @returns {Number|String}
src/form/field/ComboBox.mjs:523
MethodgetSummaryCollection
* @summary Resolves the session summary collection abstraction from the Vector Storage Layer. * @abstract * @returns {Promise<Object>}
ai/services/memory-core/managers/AbstractVectorManager.mjs:44
FunctiongetSymbolByName
* Gets the first matching symbol by the given name. * @name jsdocx.utils.getSymbolByName * @function * * @param {Array} docs -
buildScripts/docs/jsdoc-x/utils.mjs:235
FunctiongetSymbolNames
* 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
MethodgetTabButtonConfig
* 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
MethodgetTag
* 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
FunctiongetTaskState
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:331
FunctiongetTaskState
(name)
test/playwright/unit/ai/daemons/orchestrator/services/MaintenanceBackpressureService.spec.mjs:28
FunctiongetTaskState
()
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:47
FunctiongetTaskState
(taskName)
ai/scripts/maintenance/syncTenantRepos.mjs:70
MethodgetTitle
* Retrieves the current document title. * @param {Object} [data] * @returns {String}
src/main/addon/DocumentHead.mjs:132
MethodgetToolService
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:468
MethodgetToolService
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:511
MethodgetToolService
()
test/playwright/unit/ai/mcp/server/FileSystemPolicy.spec.mjs:46
MethodgetToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/knowledge-base/Server.mjs:51
MethodgetToolService
* @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
MethodgetToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/memory-core/Server.mjs:86
MethodgetToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/gitlab-workflow/Server.mjs:48
MethodgetToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/github-workflow/Server.mjs:49
MethodgetToolService
* @summary Per-server tool registry for ListTools / CallTool dispatch. * @returns {{listTools: Function, callTool: Function}}
ai/mcp/server/file-system/Server.mjs:57
FunctiongetTranslateY
(el)
test/playwright/e2e/GridThumbDrag.spec.mjs:39
MethodgetValues
* @deprecated in v7.x * @returns {Promise<Object>}
src/form/Container.mjs:261
FunctiongetVdom
(id)
test/playwright/fixtures.mjs:51
MethodgetVdomChildren
* Builds the array of child nodes (the 'cn' property). * @returns {Object[]} * @protected
src/tab/header/EffectButton.mjs:58
MethodgetVdomConfig
* Builds the top-level VDOM object. * @returns {Object} * @protected
src/tab/header/EffectButton.mjs:41
MethodgetVdomItemsRoot
* @returns {Object[]} The new vdom items root
src/table/Container.mjs:427
MethodgetVdomRoot
*
apps/covid/view/mapboxGl/Container.mjs:114
MethodgetVdomRoot
*
apps/sharedcovid/view/mapboxGl/Container.mjs:133
MethodgetVdomRoot
* @returns {Object}
apps/portal/view/examples/List.mjs:201
MethodgetVdomRoot
* @returns {Object}
src/component/Sparkline.mjs:226
MethodgetVdomRoot
*
src/component/wrapper/MapboxGL.mjs:348
← previousnext →6,501–6,600 of 8,612, ranked by callers