MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 2 callersFunctiondiffRevisions
()
test/playwright/unit/ai/daemons/orchestrator/services/TenantRepoSyncService.spec.mjs:58
↓ 2 callersMethoddisconnect
* @param {Object} data * @param {String} data.id
src/main/addon/IntersectionObserver.mjs:48
↓ 2 callersMethoddoFilter
* All routes which expect to open the picker route through here. This updates the * filter and ensures that the picker is visible and reflecting
src/form/field/ComboBox.mjs:426
↓ 2 callersMethoddoFireChangeEvent
* Override this method as needed * @param {*} value * @param {*} oldValue * @param {String} eventName
src/form/field/Base.mjs:219
↓ 2 callersMethoddoLoadStore
*
src/app/content/TreeList.mjs:100
↓ 2 callersFunctiondocumentsById
(result)
test/playwright/integration/KBTeamPrivateRetrieval.integration.spec.mjs:19
↓ 2 callersMethoddragMove
* @param {Object} data * @param {Boolean} force=false
src/draggable/DragZone.mjs:373
↓ 2 callersFunctionembedBatch
({collection, records, maxRetries, backoffBaseMs, sleep, log})
ai/daemons/embed/drainCycle.mjs:80
↓ 2 callersMethodembedChunks
* Embeds a set of chunks into the provided Chroma collection. * * @param {Object} options * @param {Object} options.collection
ai/services/knowledge-base/VectorService.mjs:286
↓ 2 callersMethodensureBridgeAndConnect
* Ensures the Bridge is running and connects to it.
ai/services/neural-link/ConnectionService.mjs:181
↓ 2 callersFunctionensureChangedLineSet
(changedLinesByRelPath, relPath)
ai/scripts/lint/lint-skill-manifest.mjs:435
↓ 2 callersMethodensureFinalAlignment
*
apps/portal/view/content/TimelineCanvas.mjs:59
↓ 2 callersMethodensureHealthy
* Ensures the Memory Core is healthy before allowing an operation to proceed. * * Intent: This is the "gatekeeper" method used by tool handl
ai/services/memory-core/HealthService.mjs:1635
↓ 2 callersMethodensureStableIds
* @protected
src/component/Gallery.mjs:227
↓ 2 callersMethodensureStableIds
* Ensures that the root VDOM node and its wrapper (if any) have stable, unique IDs * derived from the component instance ID. This prevents auto-g
src/mixin/VdomLifecycle.mjs:177
↓ 2 callersFunctionexecKnowledgeBaseJson
* Runs an ES module snippet inside the deployed Knowledge Base container. * @param {String} code The JavaScript source to execute. * @param {Object}
test/playwright/integration/fixtures/kbTenantRecords.mjs:35
↓ 2 callersFunctionexecMemoryCoreJson
* @summary Runs an ES module snippet inside the deployed Memory Core container. * Runs an ES module snippet inside the deployed Memory Core container
test/playwright/integration/CloudProviderReadiness.integration.spec.mjs:39
↓ 2 callersMethodexecuteCallbacks
* Executes all callbacks associated with a completed VDOM update for a given `ownerId`. * This method first processes callbacks for any children
src/manager/VDomUpdate.mjs:198
↓ 2 callersMethodexecutePromiseCallbacks
* A helper method that invokes all registered promise callbacks for a given * component ID and then clears them from the queue. * @param {St
src/manager/VDomUpdate.mjs:239
↓ 2 callersMethodexecuteRemoteOrLocal
* Helper method to execute generic pipeline operations. * @param {String} operation 'create', 'update' * @param {Object} params * @retu
src/data/Pipeline.mjs:484
↓ 2 callersFunctionexists
* Checks if the class name exists inside the Neo or app namespace * @param {String} className * @returns {Boolean} * @private
src/Neo.mjs:1116
↓ 2 callersMethodexpand
*
src/calendar/view/SettingsContainer.mjs:130
↓ 2 callersMethodexport
* Needed for remote sorting * @returns {Object|null}
src/collection/Sorter.mjs:145
↓ 2 callersMethodexportDatabase
* Exports the memory database (memories, summaries, graph) to JSONL files. * * Accepts an optional `backupPath` so orchestrators (e.g. `ai/s
ai/services/memory-core/DatabaseService.mjs:352
↓ 2 callersFunctionextractComment
(line, state)
buildScripts/util/check-ticket-archaeology.mjs:40
↓ 2 callersMethodextractIssueCommentBlocks
* @summary Extracts GitHub issue comment blocks from synced issue markdown. * * IssueSyncer renders comments as `### @user - timestamp` bloc
ai/services/graph/GoldenPathSynthesizer.mjs:208
↓ 2 callersFunctionfakeCollection
(rows, name)
test/playwright/unit/ai/services/memory-core/DatabaseService.backupPath.spec.mjs:70
↓ 2 callersFunctionfakeSqliteDb
({nodes = {}, edges = {}} = {})
test/playwright/unit/ai/services/memory-core/GraphService.spec.mjs:937
↓ 2 callersMethodfavoriteArticle
* @param {String} slug * @param {Boolean} favorited
apps/realworld/view/MainContainerController.mjs:139
↓ 2 callersFunctionfeatureCommit
(subject = 'feat: ship a real feature')
test/playwright/unit/ai/buildScripts/util/check-branch-discipline.spec.mjs:56
↓ 2 callersMethodfetchAndCacheViewerPermission
* Fetches the current user's permission level from the API and caches it. * This method is intended for internal use at startup but can be called
ai/services/github-workflow/RepositoryService.mjs:45
↓ 2 callersFunctionfetchOllamaRunningModelIds
({host, timeoutMs, fetchFn = fetch} = {})
ai/services/graph/providerReadinessHelper.mjs:105
↓ 2 callersMethodfetchUserData
* Fetches and aggregates comprehensive profile data for a single user. * * This method combines data from multiple sources: * 1. **Gra
apps/devindex/services/Updater.mjs:245
↓ 2 callersFunctionfileOf
(file, source)
test/playwright/unit/ai/scripts/lint/lintConfigTemplateSsot.spec.mjs:65
↓ 2 callersFunctionfindArraysWithoutItems
* Walks a JSON Schema node and returns every dotted path where a `type: "array"` node * lacks an `items` property. Strict JSON-Schema validators (e.g
test/playwright/unit/ai/mcp/validation/OpenApiValidatorCompliance.spec.mjs:25
↓ 2 callersFunctionfindChromaMetadataUpdates
(collection)
ai/scripts/migrations/renameAgentIdentities.mjs:471
↓ 2 callersMethodfindClassNames
* @param {String} sourceCode * @returns {String[]}
src/code/executor/Neo.mjs:34
↓ 2 callersMethodfindConceptsRelevantTo
* @summary Returns the top concepts most relevant to a task description. * Bounded by a default limit to prevent LLM context flooding. * Pha
ai/services/ConceptService.mjs:436
↓ 2 callersMethodfindLastQualifyingAssignmentActivity
* @summary Finds the last activity that satisfies the ticket-intake 7-day reassignment rule. * * Qualifying activity is an assignee comment
ai/services/graph/GoldenPathSynthesizer.mjs:269
↓ 2 callersFunctionfindLatestBackup
(dir, prefix)
ai/examples/db-restore.mjs:24
↓ 2 callersMethodfindProjectV2ItemId
* Finds the project-item ID (PVTI_*) for an issue's membership in a ProjectV2 board. * * Paginated forward-search through project items, mat
ai/services/github-workflow/IssueService.mjs:913
↓ 2 callersMethodfireCellEvent
* @param {Object} data * @param {String} eventName
src/grid/Body.mjs:868
↓ 2 callersMethodfireCellEvent
* @param {Object} data * @param {String} eventName
src/table/Body.mjs:389
↓ 2 callersMethodfireRowEvent
* @param {Object} data * @param {String} eventName
src/grid/Body.mjs:894
↓ 2 callersMethodfireRowEvent
* @param {Object} data * @param {String} eventName
src/table/Body.mjs:402
↓ 2 callersMethodfireUserChangeEvent
* Override this method as needed * @param {*} value * @param {*} oldValue
src/form/field/Base.mjs:254
↓ 2 callersMethodfitsStepSize
* @param {Number|null} value * @returns {Boolean}
src/form/field/Number.mjs:269
↓ 2 callersMethodfixItemFocusability
* The navigables we are dealing with, if they are focusable must *not* be tabbable. * Only *one* must be tabbable, so that tabbing into the subje
src/main/addon/Navigator.mjs:77
↓ 2 callersFunctionflag
ai/scripts/lifecycle/wakeSafetyGate.mjs:168
↓ 2 callersFunctionflushBatch
()
ai/scripts/maintenance/ingestTenant.mjs:122
↓ 2 callersFunctionflushSubscription
* @summary Flushes the coalesced wake queue into a priority-tagged digest. * * The digest header carries the highest coalesced message priority so a
ai/daemons/wake/daemon.mjs:568
↓ 2 callersMethodfollowUser
* @param {String} slug * @param {Boolean} follow
apps/realworld/view/MainContainerController.mjs:147
↓ 2 callersMethodformat
* @param {String} format * @param {Array} args * @returns {String}
src/util/HighlightJsLineNumbers.mjs:39
↓ 2 callersFunctionformatChangedLeafDefault
* Formats a changed leaf default for operator-facing drift warnings. * * @param {{key: String, env: String, type: String, configDefault: String, tem
ai/scripts/setup/initServerConfigs.mjs:264
↓ 2 callersFunctionformatDiagnosticJson
* @summary Formats diagnostic JSON for MCP assertion messages. * Formats diagnostic JSON for MCP assertion messages. * @param {*} value The value to
test/playwright/integration/fixtures/mcpClient.mjs:81
↓ 2 callersFunctionformatHarnessGroups
(groups)
ai/services/memory-core/helpers/harnessClassifier.mjs:102
↓ 2 callersMethodformatHealthError
* @summary Formats a healthcheck-gate failure into a tool-error envelope. * @param {String} toolName * @param {Error} healthError * @re
ai/mcp/server/BaseServer.mjs:408
↓ 2 callersMethodformatHistory
* Formats raw memory entries into message history with compression. * @param {Array} memories * @returns {Array}
ai/context/Assembler.mjs:191
↓ 2 callersFunctionformatLogLine
(level, args, loggerConfig)
ai/mcp/server/shared/logger.mjs:67
↓ 2 callersFunctionformatSkillMarkdownSizeReport
(report)
ai/scripts/lint/lint-skill-manifest.mjs:194
↓ 2 callersFunctiong
(e,t)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersFunctiong
(e,t)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersFunctiongateFilePath
()
ai/scripts/lifecycle/wakeSafetyGate.mjs:61
↓ 2 callersFunctiongenerate
(input)
test/playwright/unit/ai/services/graph/providerDispatch.spec.mjs:137
↓ 2 callersFunctiongenerateData
(count)
test/playwright/unit/collection/MassiveData.spec.mjs:38
↓ 2 callersMethodgenerateData
*
apps/finance/view/ViewportController.mjs:24
↓ 2 callersMethodgenerateData
* @param {Number} amountRows * @param {Number} amountColumns * @returns {Object[]}
examples/grid/bigData/MainStore.mjs:138
↓ 2 callersMethodgenerateRemote
* @param {String} service * @param {String} method * @returns {function(*=, *=): Promise<any>}
src/remotes/Api.mjs:27
↓ 2 callersMethodget
* @param {Object|String} url * @param {Object} config * @returns {Promise<any>}
src/data/connection/Fetch.mjs:48
↓ 2 callersMethodgetActiveHeavyMaintenanceTask
* @param {Object} [options] * @param {String|null} [options.excludeTaskName=null] * @returns {String|null}
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:324
↓ 2 callersMethodgetActiveIndex
* @param {String} value * @returns {Number} The target index
apps/realworld/view/HeaderComponent.mjs:157
↓ 2 callersMethodgetAnchorPoint
(edgeZone, edgeOffset, edgeUnit, margin = emptyArray)
src/util/Rectangle.mjs:533
↓ 2 callersMethodgetArticle
* Article details: get an article providing a user slug * @param {String} slug * @returns {Promise<any>}
apps/realworld/view/MainContainerController.mjs:156
↓ 2 callersMethodgetArticles
* @param {Object} [params={}] * @param {Object} [opts={}] * @returns {Promise<any>}
apps/realworld/view/MainContainerController.mjs:167
↓ 2 callersMethodgetArticles
* @param {Object} params
apps/realworld/view/user/ProfileComponent.mjs:250
↓ 2 callersMethodgetAt
* @param {Number} index * @param {Number} [windowId] * @returns {Number}
src/util/HashHistory.mjs:55
↓ 2 callersMethodgetAvatarUrl
* @param {String} src * @param {Number} size * @returns {String}
apps/devindex/view/home/ProfileContainer.mjs:98
↓ 2 callersMethodgetAvatarUrl
* @summary Resolves the bounded (40px) avatar URL for a GitHub actor. * * Appends `?size=40` so the 40px timeline avatars fetch GitHub's ~1K
apps/portal/view/content/Component.mjs:71
↓ 2 callersMethodgetBackgroundImageStyle
* @param record * @returns {{backgroundImage: string}}
apps/portal/view/examples/List.mjs:186
↓ 2 callersFunctiongetBaseDiff
* @summary Reads a zero-context base diff for the provided repository-relative paths. * * @param {String} base * @param {String[]} relPaths * @ret
ai/scripts/lint/lint-skill-manifest.mjs:956
↓ 2 callersFunctiongetBroadcastDeliveryEdges
(messageId)
ai/services/memory-core/MailboxService.mjs:166
↓ 2 callersMethodgetButton
* Returns the header.Button matching a given dataField, searching the locked-start, centre and * locked-end toolbars in order. * @param {Str
src/grid/header/Wrapper.mjs:137
↓ 2 callersMethodgetCanonicalParentKey
* @summary Returns a stable comparison key for an existing or future file's parent directory. * * `fs.realpathSync` requires the target path
ai/mcp/server/shared/services/PolicyService.mjs:145
↓ 2 callersMethodgetCanvasId
* Override to return the inner canvas ID
apps/agentos/view/Blackboard.mjs:56
↓ 2 callersMethodgetCategoryBadgeHtml
* @param {String} category * @returns {String}
apps/portal/view/news/discussions/Component.mjs:123
↓ 2 callersMethodgetCellDataField
* @param {String} cellId * @returns {String}
src/table/Body.mjs:414
↓ 2 callersMethodgetCellDate
* @param {Object} data * @returns {Date}
src/selection/DateSelectorModel.mjs:31
↓ 2 callersMethodgetChildIds
* todo: replace all calls of this method to calls using the util.VNode class * Get the ids of all child nodes of the given vnode * @param {O
src/manager/Component.mjs:231
↓ 2 callersMethodgetChildren
* @summary Returns the direct children of a concept in the hierarchy. * Children are concepts connected via a `PARENT_CONCEPT` edge * where
ai/services/ConceptService.mjs:269
↓ 2 callersMethodgetChildren
* Returns all child components found inside the vnode tree * @param {Neo.component.Base} component * @returns {Neo.component.Base[]} childCo
src/manager/Component.mjs:240
↓ 2 callersMethodgetClosedBadgeHtml
* @param {Boolean|String} closed * @returns {String}
apps/portal/view/news/discussions/Component.mjs:131
↓ 2 callersMethodgetClosestForm
* Forms in neo can be nested. This method will return the closest parent which is a form.Container or null. * @returns {Neo.form.Container|null}
src/form/field/Base.mjs:262
↓ 2 callersMethodgetColor
* @returns {String}
src/form/field/Color.mjs:97
↓ 2 callersMethodgetColorIndicatorId
* @returns {String}
src/form/field/Color.mjs:107
↓ 2 callersMethodgetColumn
* Get a table column or column index by a given field name * @param {String} field * @param {Boolean} returnIndex=false * @returns {Obj
src/table/Body.mjs:433
↓ 2 callersMethodgetColumnId
* @param {Date} date * @returns {String}
src/calendar/view/week/Component.mjs:627
↓ 2 callersFunctiongetColumnOrder
* Reads the header column labels in order for a region toolbar (DOM oracle layer). * Region order: 0 = locked-start, 1 = centre, 2 = locked-end.
test/playwright/e2e/GridColumnOverdragScroll.spec.mjs:222
↓ 2 callersMethodgetColumnTimeAxisContainer
*
src/calendar/view/week/Component.mjs:642
↓ 2 callersMethodgetComments
* @param {String} slug
apps/realworld2/view/MainContainerController.mjs:157
↓ 2 callersMethodgetConfigInstanceByNtype
* Find an instance stored inside a config via optionally passing a ntype. * Returns this[configName] or the closest parent component with a match
src/component/Abstract.mjs:359
← previousnext →2,001–2,100 of 8,612, ranked by callers