MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

FunctionisUndocumented
* Checks whether the given symbol is undocumented. * This checks if the symbol has any comments. * @name jsdocx.utils.isUndocumented
buildScripts/docs/jsdoc-x/utils.mjs:659
MethodisValid
* @returns {Boolean}
src/form/field/CheckBox.mjs:605
MethodisValid
* @returns {Boolean}
src/form/field/Number.mjs:280
MethodisVisible
* Returns true if this Component is fully visible, that is it is not hidden and has no hidden ancestors
src/component/Base.mjs:336
MethodisVisible
* @param {IntersectionObserverEntry[]} entries * @param {IntersectionObserver} observer
src/main/addon/IntersectionObserver.mjs:84
Functionjson
(payload)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:310
MethodkbSyncEnabled
()
ai/daemons/orchestrator/Orchestrator.mjs:201
FunctionkillTask
(taskName, reason)
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:1427
Methodlabel
* @member {Object} label
src/component/Progress.mjs:52
Methodlandscape
(data)
src/plugin/Responsive.mjs:27
MethodlayoutEditor
*
src/component/wrapper/MonacoEditor.mjs:446
MethodlayoutEditor
* Changing the size of the parent container will only get honored when re-triggering an editor layout * @param {Object} data * @param {Strin
src/main/addon/MonacoEditor.mjs:112
FunctionlegacyFormat
(value)
test/playwright/integration/ai/kb-ingestion/fixtures/external-workspaces/mini-es5-workspace/src/legacy-util.js:1
FunctionlistCollections
()
test/playwright/unit/ai/services/knowledge-base/VectorService.WorkVolumeBranching.spec.mjs:134
MethodlistDirectory
({absolutePath})
ai/mcp/server/file-system/services/FileSystemService.mjs:42
MethodlistIssues
* Lists issues from the repository using the GraphQL API. * Supports basic pagination and state filtering. Label and assignee * filters are
ai/services/github-workflow/IssueService.mjs:1263
MethodlistPullRequests
* Fetches a list of pull requests from GitHub. * @param {object} [options] The options for listing pull
ai/services/github-workflow/PullRequestService.mjs:367
FunctionlistStores
* Lists all available stores in the data service. * @returns {Promise<Object>}
test/playwright/fixtures.mjs:356
MethodlistStores
* Lists all active data stores. * @param {Object} opts The options object. * @param {String} [opts.sessionId] The target session ID. *
ai/services/neural-link/DataService.mjs:66
MethodlistTools
* Provides a paginated list of available tools. * @param {Object} [options] * @param {Number} [options.cursor=0] * @param {Number} [opt
ai/mcp/ToolService.mjs:164
FunctionlistTransportVisibleTools
({cursor=0, limit} = {})
ai/mcp/server/knowledge-base/toolService.mjs:29
MethodlmsEnabled
()
ai/daemons/orchestrator/Orchestrator.mjs:212
MethodlmsModels
()
ai/daemons/orchestrator/Orchestrator.mjs:214
MethodlmsPreloadConfig
()
ai/daemons/orchestrator/Orchestrator.mjs:213
Functionload
(configPath)
test/playwright/unit/ai/scripts/maintenance/backup-retention.spec.mjs:240
Functionload
(configPath)
test/playwright/unit/ai/daemons/orchestrator/daemon.spec.mjs:281
Methodload
* Loads an overlay configuration file, then re-asserts the env layer so env vars and runtime * overrides keep precedence. * @param {String}
ai/ConfigProvider.mjs:382
Methodload
* Legacy initialization wrapper replacing autonomous batch-all selections cleanly gracefully mapping to lazy boundaries cleanly natively.
ai/graph/storage/SQLite.mjs:568
MethodloadData
* @param {Object[]} data
apps/covid/view/WorldMapComponent.mjs:83
MethodloadData
* @param {Object[]} data
apps/sharedcovid/view/WorldMapComponent.mjs:83
MethodloadFiles
* @returns {Promise<void>}
src/component/wrapper/Mermaid.mjs:116
MethodloadFiles
* Async approach * core.js has to arrive first or the other scripts will cause JS errors since they rely on it * => fetching the other files
src/main/addon/AmCharts.mjs:193
MethodloadFiles
* @param {Object} data * @returns {Promise<void>}
src/main/addon/HighlightJS.mjs:73
MethodloadFiles
* Loads the Mermaid library if it is not already present. * Initializes the library with `startOnLoad: false` to allow manual control over render
src/main/addon/Mermaid.mjs:62
MethodloadFiles
*
src/main/addon/MonacoEditor.mjs:119
MethodloadFiles
* @protected
src/main/addon/GoogleMaps.mjs:175
FunctionloadModule
(path)
test/playwright/fixtures.mjs:35
FunctionloadModule
(path)
test/playwright/util/RmaHelpers.mjs:12
MethodloadModule
* @summary Remotely loads an ES module into the Canvas Worker. * This method uses a scoped dynamic import to ensure Webpack only bundles * r
src/worker/Canvas.mjs:78
MethodloadModule
* @summary Remotely loads an ES module into the Data Worker. * This method uses a scoped dynamic import to ensure Webpack only bundles * rel
src/worker/Data.mjs:173
MethodloadNodeVicinitySync
* Retrieves specific isolated Graph chunks mapping immediate adjacency cleanly back resolving cache misses instantaneously. * Operates completely
ai/graph/storage/SQLite.mjs:516
MethodloadSortZoneModule
* @returns {Promise<any>}
src/grid/header/Toolbar.mjs:303
MethodloadSortZoneModule
* @returns {Promise<any>}
src/table/header/Toolbar.mjs:207
MethodloadSortZoneModule
* @returns {Promise<any>}
src/tab/header/Toolbar.mjs:33
MethodloadSortZoneModule
* @returns {Promise<any>}
src/dashboard/Container.mjs:145
Functionlog
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/collector.spec.mjs:107
MethodlogInstance
* @param {Object} data
examples/ConfigurationViewport.mjs:93
MethodlogInstance
* A debugging helper method to log the instance of the splitter component to the console. * This can be wired up to a button in the configuration
examples/component/splitter/MainContainer.mjs:112
MethodlogStartupStatus
* @summary KB-specific startup status formatting with ChromaDB-tip on unhealthy + collection * stats on degraded/healthy. * @param {Object}
ai/mcp/server/knowledge-base/Server.mjs:126
MethodlogStartupStatus
* @summary neural-link-specific startup status formatting with session + window counts on * healthy paths. * @param {Object} health
ai/mcp/server/neural-link/Server.mjs:137
MethodlogStartupStatus
* @summary Memory Core-specific startup status formatting with ChromaDB-tip on unhealthy * + collection-stats on degraded/healthy. * @param
ai/mcp/server/memory-core/Server.mjs:410
MethodlogStartupStatus
* @summary GitLab-workflow-specific startup status formatting. * @param {Object} health
ai/mcp/server/gitlab-workflow/Server.mjs:81
MethodlogStartupStatus
* @summary github-workflow-specific startup status formatting with `gh` CLI tip on unhealthy. * @param {Object} health
ai/mcp/server/github-workflow/Server.mjs:96
Methodlogin
* @param {Object} userData
apps/realworld2/view/MainContainerController.mjs:224
Methodlogout
*
apps/realworld2/view/MainContainerController.mjs:248
MethodmanageDatabaseBackup
* @summary Dispatcher for knowledge-base backup operations — peer of `Memory_DatabaseService.manageDatabaseBackup`. * * Reached exclusively
ai/services/knowledge-base/DatabaseService.mjs:241
MethodmanageInference
* @summary Router mapping for explicit manual startup and teardown orchestrations of the Inference backend. * @param {Object} args * @return
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:131
MethodmanageIssueAssignees
* @summary Consolidates assignee management into a single method. * * For `action: 'add'`, delegates to `assignIssue` which enforces the pre
ai/services/github-workflow/IssueService.mjs:980
MethodmanageIssueComment
* Consolidates comment management into a single method. * @param {object} options The options object * @param {number} [optio
ai/services/github-workflow/IssueService.mjs:1007
FunctionmanageNeoConfig
* Manages the global Neo.config object. * @param {String} action 'get' or 'set' * @param {Object} [config]
test/playwright/fixtures.mjs:489
MethodmanagePrReviewers
* @summary Unified add/remove of GitHub PR reviewer-requests via the `gh pr edit` CLI. * * Sibling to `IssueService.manageIssueAssignees` fo
ai/services/github-workflow/PullRequestService.mjs:649
FunctionmarkCompleted
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:68
FunctionmarkCompleted
(taskName)
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:56
FunctionmarkCompleted
(taskName)
ai/scripts/maintenance/syncTenantRepos.mjs:76
FunctionmarkFailed
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:69
FunctionmarkFailed
(taskName, code)
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:65
FunctionmarkFailed
(taskName)
ai/scripts/maintenance/syncTenantRepos.mjs:82
FunctionmarkSkipped
(taskName)
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:61
FunctionmarkSkipped
(taskName)
ai/scripts/maintenance/syncTenantRepos.mjs:79
FunctionmarkStarted
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:70
FunctionmarkStarted
(taskName, reason)
test/playwright/unit/ai/daemons/orchestrator/services/PrimaryRepoSyncService.spec.mjs:50
FunctionmarkStarted
(taskName, reason)
ai/scripts/maintenance/syncTenantRepos.mjs:73
Methodmaximize
* @param {Object} [data]
src/dialog/Base.mjs:630
Methodmeasure
* @param {Number|String} value * @returns {Promise<number>}
src/component/Base.mjs:1438
MethodmeasureElement
* A getter for the VDOM node used to measure character positions. * @member {Object} measureElement * @protected
src/component/MagicMoveText.mjs:189
FunctionmeasureJankInBrowser
(duration)
test/playwright/e2e/utils/browser-test-helpers.mjs:93
FunctionmeasurePerformanceInBrowser
(testName, action, condition, passThrough, { timeout = 30000, resolveOnTimeout = false } = {})
test/playwright/e2e/utils/browser-test-helpers.mjs:1
FunctionmeasureUiUpdatePerformanceInBrowser
(testName, condition)
test/playwright/e2e/utils/browser-test-helpers.mjs:57
MethodmeasureWrapper
* A getter for the wrapper of the measurement VDOM node. This wrapper is temporarily * added to the DOM to perform measurements. * @member {
src/component/MagicMoveText.mjs:198
Functionmerge
* Deep-merges a source object into a target object * @memberOf module:Neo * @param {Object} target * @param {Object} source * @par
src/Neo.mjs:550
FunctionmergeConfig
* Merges a new value into an existing config value based on a specified strategy. * This method is used during instance creation to apply merge s
src/Neo.mjs:650
MethodmergeConfig
*
src/container/Base.mjs:747
MethodmergeConfig
* Override this method to change the order configs are applied to this instance. * @param {Object} config * @param {Boolean} [preventOrigina
src/component/Base.mjs:1459
MethodmergeConfig
* @param args * @returns {Object} config
src/form/field/Text.mjs:1335
FunctionmergeDeepArrays
* @param {Object} a * @param {Object} b * @returns {Object}
src/Neo.mjs:577
MethodmigrateArchiveBuckets
* One-time, non-destructive re-bucket migration. Recomputes EVERY issue's correct on-disk path * from the current bucketing logic + the full rele
ai/services/github-workflow/sync/IssueSyncer.mjs:1126
MethodmlxEnabled
()
ai/daemons/orchestrator/Orchestrator.mjs:211
FunctionmockOnCountryFieldChange
(data)
test/playwright/unit/state/FeedbackLoop.spec.mjs:165
MethodmodalMask
* @returns {HTMLElement}
src/main/DomAccess.mjs:103
Functionmodify
({name})
test/playwright/unit/ai/services/knowledge-base/VectorService.WorkVolumeBranching.spec.mjs:86
MethodmodifyMarkdown
* The Main Parsing Pipeline (PR variant). Extracts frontmatter + body + the two `## Comments` * and `## Reviews` sections, merges the section ent
apps/portal/view/news/pulls/Component.mjs:158
MethodmodifyMarkdown
* The Main Parsing Pipeline. * * This method intercepts the raw markdown content before it is rendered and performs a multi-pass transformat
apps/portal/view/news/tickets/Component.mjs:176
MethodmodifyMarkdown
* @param {String} content * @returns {String}
apps/portal/view/news/discussions/Component.mjs:164
MethodmodifyMarkdown
* Updates the sections VM store and replaces ## with h2 tags * @param {String} content * @returns {String}
src/app/content/Component.mjs:159
FunctionmodifyStateProvider
* Modifies variables inside a specific state provider. * @param {String} providerId * @param {Object} data K
test/playwright/fixtures.mjs:396
MethodmodifyStateProvider
* Modifies the data of a specific state provider. * @param {Object} opts The options object. * @param {String} opts.providerId The ID of the
ai/services/neural-link/DataService.mjs:90
Functionmonitor
()
test/playwright/e2e/GridRowPinning.spec.mjs:51
Functionmonitor
()
test/playwright/e2e/GridThumbDragDevIndex.spec.mjs:38
Methodmounted
()
src/draggable/grid/header/toolbar/SortZone.mjs:253
MethodmountedPromise
* A Promise that resolves when the component is mounted to the DOM. * This provides a convenient way to wait for the component to be fully *
src/component/Abstract.mjs:163
← previousnext →6,801–6,900 of 8,612, ranked by callers