MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 2 callersFunctionclearDeferralLogState
({deferralLogKeys, taskName})
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:138
↓ 2 callersMethodclearMcpServers
* @summary Clears all registered MCP server instances.
ai/services/memory-core/CoalescingEngineService.mjs:106
↓ 2 callersMethodclearRunningSkipLogState
* Clears the duplicate-running log guard for a task once it starts or exits. * @param {String} taskName Task key. * @returns {void}
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:188
↓ 2 callersMethodclickItem
* @param {HTMLElement} el
src/main/addon/Navigator.mjs:43
↓ 2 callersMethodclose
* @param {Boolean} animate=!!this.animateTargetId
src/dialog/Base.mjs:488
↓ 2 callersMethodcloseOrHide
* @param {Boolean} animate=!!this.animateTargetId
src/dialog/Base.mjs:504
↓ 2 callersFunctioncollapseDuplicateShapeCRoutes
(subscriptions)
ai/daemons/wake/queries.mjs:187
↓ 2 callersMethodcollectFiles
* @summary Recursively collects local text source files below a directory. * @param {String} directoryPath Absolute directory path. * @param
ai/services/knowledge-base/QueryService.mjs:786
↓ 2 callersMethodcollectIssueMarkdownFiles
* @summary Collects local issue markdown files from the ordinal content tree. * * The GitHub content sync stores active issues in chunk dire
ai/services/graph/GoldenPathSynthesizer.mjs:178
↓ 2 callersFunctioncollectLocalMarkdownPointerTargets
(line)
ai/scripts/lint/lint-skill-manifest.mjs:511
↓ 2 callersFunctioncommitSecondRevision
(source)
test/playwright/unit/ai/services/knowledge-base/tenantRepoIngestEnvelopeBuilder.spec.mjs:61
↓ 2 callersFunctioncommitSecondRevision
(source)
test/playwright/unit/ai/services/knowledge-base/gitMirror.spec.mjs:60
↓ 2 callersFunctioncompareAccesses
(a, b, compareNext)
buildScripts/docs/jsdoc-x/sorter.mjs:101
↓ 2 callersFunctioncompareKinds
(a, b, compareNext, grouped = false)
buildScripts/docs/jsdoc-x/sorter.mjs:127
↓ 2 callersFunctioncompareScopes
(a, b, compareNext)
buildScripts/docs/jsdoc-x/sorter.mjs:72
↓ 2 callersFunctioncompareSeoSurface
* Compares expected generated learn URLs against one checked-in SEO surface. * @param {String} surfaceName Human-readable surface name. * @param {Re
ai/scripts/lint/lint-tree-json.mjs:168
↓ 2 callersMethodcompleteSummarizationJob
* Marks a summarization job as completed in the coordinator table. * @summary Finalizes the background summarization job state to prevent duplica
ai/services/memory-core/SessionService.mjs:1243
↓ 2 callersMethodcomputeMemoryPayloadHash
* Computes a stable SHA-256 hash of a memory's metadata fields. Mirror of * `computeSessionPayloadHash` scoped to per-turn Memory artifacts so th
ai/services/ingestion/MemorySessionIngestor.mjs:111
↓ 2 callersMethodcomputeSessionPayloadHash
* Computes a stable SHA-256 hash of a session's relevant metadata fields. The Projection * Layer SESSION node carries this hash under `properties
ai/services/ingestion/MemorySessionIngestor.mjs:92
↓ 2 callersMethodconnect
* Establishes connection to ChromaDB via the shared `chromaConnect` primitive. * @returns {Promise<boolean>} True if connected, false otherwise
ai/services/memory-core/managers/ChromaManager.mjs:153
↓ 2 callersMethodconnect
* Establishes the WebSocket connection to the Neural Link MCP Server. * Uses Neo.data.connection.WebSocket for robust connection management.
src/ai/Client.mjs:141
↓ 2 callersMethodconnectToBridge
* Connects to the Bridge WebSocket. * @returns {Promise<void>}
ai/services/neural-link/ConnectionService.mjs:149
↓ 2 callersFunctioncopyResources
buildScripts/webpack/development/webpack.config.appworker.mjs:36
↓ 2 callersFunctioncopyResources
buildScripts/webpack/production/webpack.config.appworker.mjs:38
↓ 2 callersFunctioncreateAdminClient
* @summary Lazily constructs a chromadb `AdminClient`. Database/tenant management lives off the * `ChromaClient`, so callers that only need collectio
ai/services/shared/vector/chromaTestIsolation.mjs:60
↓ 2 callersFunctioncreateArgParser
* @summary Build the Commander parser for the report runner. * @param {Object} env Environment source. * @returns {Command}
ai/scripts/maintenance/graphLifecycleReport.mjs:29
↓ 2 callersFunctioncreateArgParser
* @summary Creates the Commander parser for the graph-integrity audit runner. * * The default threshold treats any non-zero divergence up to 5% as
ai/scripts/maintenance/auditGraphIntegrity.mjs:35
↓ 2 callersFunctioncreateArrayNs
* @param {Boolean} create * @param {Object} current * @param {Object} prev * @returns {Object|undefined}
src/Neo.mjs:1083
↓ 2 callersFunctioncreateAskPassCredentialEnvironment
* @summary Builds the transient askpass environment for HTTPS git credentials. * @param {Object} options * @param {String} options.secret Resolved c
ai/services/knowledge-base/helpers/gitMirror.mjs:149
↓ 2 callersMethodcreateCharsVdom
* Creates the VDOM for new characters that are fading in. It filters out characters * that are already present (and will be moved instead).
src/component/MagicMoveText.mjs:408
↓ 2 callersMethodcreateCollectionItems
* @returns {String[]}
src/form/field/Time.mjs:265
↓ 2 callersMethodcreateColumnAndHeader
* @param {Date} date * @returns {Object}
src/calendar/view/week/Component.mjs:578
↓ 2 callersMethodcreateColumns
* @param {Object[]} columns * @returns {*}
src/grid/Container.mjs:712
↓ 2 callersMethodcreateColumns
* @param {Object[]} columns * @returns {*}
src/table/Container.mjs:376
↓ 2 callersFunctioncreateCommand
({aiConfig} = {})
ai/scripts/maintenance/compactGraphLog.mjs:489
↓ 2 callersMethodcreateContent
* @param {Boolean} silent=false true to update the vdom silently * @param {Object} [containerEl]
src/date/DayViewComponent.mjs:130
↓ 2 callersMethodcreateDialog
* @param {Object} data * @param {String} appName
apps/shareddialog/view/MainContainerController.mjs:90
↓ 2 callersFunctioncreateFileDigest
(filePath)
test/playwright/unit/ai/services/knowledge-base/HealthService.providerReady.spec.mjs:30
↓ 2 callersMethodcreateFileDigest
* Computes a stable SHA-256 digest for runtime freshness file identity. * * @param {String} filePath Absolute file path. * @returns {St
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:357
↓ 2 callersFunctioncreateGroupNode
* @param {String} groupName * @param {Number} index * @returns {Object}
buildScripts/docs/index/pulls.mjs:83
↓ 2 callersFunctioncreateGroupNode
* @param {String} groupName * @param {Number} index * @returns {Object}
buildScripts/docs/index/tickets.mjs:82
↓ 2 callersMethodcreateInstance
* @summary Remotely loads an ES module and creates an instance of it inside the Data Worker. * This is crucial for avoiding the loading of heavy
src/worker/Data.mjs:81
↓ 2 callersMethodcreateItem
* @param {*} item * @param {Number} index * @param {Boolean} [removeFromPreviousParent=true] * @returns {Neo.component.Base|Object} Obj
src/container/Base.mjs:376
↓ 2 callersMethodcreateItem
* Everytime we rotate we create items * @param {Number} recordIndex - index inside store * @param {Number} positionIndex - based on positi
src/component/Carousel.mjs:186
↓ 2 callersMethodcreateItem
* Creates the VDOM object for a single tree item (leaf or folder). * * This method is the core VDOM factory for the tree. It constructs the
src/tree/List.mjs:230
↓ 2 callersMethodcreateItems
* @param {Number} startIndex=0 * @param {Boolean} silent=false
src/component/Circle.mjs:496
↓ 2 callersMethodcreateItems
* @param {Number} [startIndex] the start index for creating items, * e.g. increasing maxItems only needs to create the new ones * @protected
src/component/Gallery.mjs:424
↓ 2 callersMethodcreateItems
* @param {String} [parentId] The parent node * @param {Object} [vdomRoot] The vdom template root for the current sub tree * @param {Number}
src/tree/Accordion.mjs:208
↓ 2 callersMethodcreateItems
*
docs/app/view/classdetails/MembersList.mjs:203
↓ 2 callersMethodcreateItems
(items)
examples/todoList/version1/MainComponent.mjs:57
↓ 2 callersFunctioncreateLabelIndex
* Main function to fetch labels and generate the index file. * * @param {Object} options Configuration options * @param {String} [options.outputFil
buildScripts/docs/index/labels.mjs:50
↓ 2 callersMethodcreateLayout
* @param {Object|String|Neo.layout.Base} value * @protected * @returns {Neo.layout.Base}
src/container/Base.mjs:519
↓ 2 callersMethodcreateLocalStorageItem
* Creates a new item into window.localStorage * Uses updateLocalStorageItem() internally * @param {Object} opts * @param {String} opts.
src/main/addon/LocalStorage.mjs:38
↓ 2 callersFunctioncreateLogLedger
* Builds an empty per-log ledger bucket. * * @param {String} source * @returns {Object}
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:71
↓ 2 callersFunctioncreateModule
(buttonText)
test/playwright/unit/functional/DuplicateIdBug.spec.mjs:47
↓ 2 callersMethodcreateNode
* @param {Object} data * @param {String} data.html * @param {String} data.id The reference id, not DOM id * @param {Object} data.paths
src/main/addon/CloneNode.mjs:89
↓ 2 callersMethodcreateOutcome
* @param {Object} options * @param {String} options.runId Stable execution run id. * @param {Object} options.directive Golden Path directive
ai/agent/AgentOrchestrator.mjs:244
↓ 2 callersFunctioncreateParallelModelCapacityWarning
({ provider, model, embeddingModel, requiredModels, availableModels, missingModels,
ai/services/graph/providerReadinessHelper.mjs:833
↓ 2 callersFunctioncreateProgram
()
ai/scripts/lifecycle/revalidationSweep.mjs:39
↓ 2 callersMethodcreateRecord
* @param {Number} id * @param {Number} amountColumns * @param {String|null} parentId * @param {Boolean} isLeaf * @param {Numbe
examples/grid/treeBigData/MainStore.mjs:195
↓ 2 callersMethodcreateRecordClass
* @param {Neo.data.Model} model * @param {Boolean} overwrite=false * @returns {Object}
src/data/RecordFactory.mjs:152
↓ 2 callersFunctioncreateRegistryBackedCollection
({existingIds = [], name, registry, onModify} = {})
test/playwright/unit/ai/services/knowledge-base/VectorService.WorkVolumeBranching.spec.mjs:100
↓ 2 callersFunctioncreateReleaseIndex
* Core logic to scan and index release note markdown files. * * 1. Recursively scans `resources/content/release-notes` incl. chunk-N folders (per A
buildScripts/docs/index/release.mjs:55
↓ 2 callersFunctioncreateScssStub
(classFolder, file, template)
buildScripts/create/scss.mjs:82
↓ 2 callersMethodcreateSettingsContainer
* @param {Boolean} collapsed * @returns {Promise<*>}
src/calendar/view/MainContainer.mjs:535
↓ 2 callersFunctioncreateSilentExecutor
()
ai/services/shared/vector/chromaClientPrimitives.mjs:229
↓ 2 callersMethodcreateSocket
*
src/data/connection/WebSocket.mjs:157
↓ 2 callersFunctioncreateTempConfig
* Creates a temporary config file * @param {object} conf - Configuration object * @returns {Promise<{path: string, cleanup: Function}>}
buildScripts/docs/jsdoc-x/runner.mjs:37
↓ 2 callersMethodcreateTooltip
* Creates the tooltip instances * @param {Object|String} value * @protected
src/component/Base.mjs:1152
↓ 2 callersMethodcreateTransportUrl
* @summary Creates a URL object for remote MCP SDK transports. * * Accepts a configured string or pre-built URL instance and keeps the fail-
ai/mcp/client/Client.mjs:174
↓ 2 callersMethodcreateVdom
* Generates the VDOM for the row. * * This method implements the **Full Pool Rendering** strategy. * It iterates through two passes:
src/grid/Row.mjs:311
↓ 2 callersMethodcreateViewData
*
src/table/Body.mjs:356
↓ 2 callersMethodcreateVnodeMap
* Creates a flat map of the tree, containing ids as keys and infos as values * @param {Object} config * @param {Number} [con
src/vdom/Helper.mjs:501
↓ 2 callersMethodcreateWorker
* Creates a web worker using the passed options as well as adding error & message event listeners. * @param {Object} opts * @returns {Shared
src/worker/Manager.mjs:236
↓ 2 callersFunctiondecodeToolResult
* @summary Decodes a standard MCP call result into the tool payload when possible. * @param {Object} result Raw SDK callTool result. * @returns {*}
ai/scripts/maintenance/kbPushClient.mjs:190
↓ 2 callersFunctiondegradedCollection
test/playwright/unit/ai/services/memory-core/StorageRouterDegraded.spec.mjs:86
↓ 2 callersMethoddelegate
* Spawns a sub-agent ephemerally to execute a task and return the synthesis. * @param {String} profileName The alias inside subAgents config.
ai/Agent.mjs:195
↓ 2 callersMethoddeleteDatabase
* Permanently deletes the entire knowledge base collection from ChromaDB. * Delegates to VectorService. * @param {Object} [options]
ai/services/knowledge-base/DatabaseService.mjs:511
↓ 2 callersMethoddeleteDocument
()
src/form/field/FileUpload.mjs:623
↓ 2 callersFunctiondeleteKnowledgeBaseRecord
* Deletes the deterministic record seeded by this spec without dropping the shared fixture collection. * @param {String} id Chroma vector id. * @ret
test/playwright/integration/KBBackupRestoreWipe.integration.spec.mjs:188
↓ 2 callersFunctiondeleteKnowledgeBaseRecords
(ids)
test/playwright/integration/fixtures/kbTenantRecords.mjs:102
↓ 2 callersMethoddeleteRules
* Pass the selectorText of the rules which you want to remove * @param {String} windowId * @param {String[]|String} rules
src/util/Css.mjs:21
↓ 2 callersMethoddeleteUsers
* Removes users from the Rich Data Store (`users.jsonl`). * @param {Array<String>} logins The list of logins to remove. * @returns {Promise<
apps/devindex/services/Storage.mjs:429
↓ 2 callersMethoddeselect
* @param {Object} item * @param {Boolean} [silent] true to prevent a vdom update * @param {Object[]|String[]} itemCollection=this.items
src/selection/grid/BaseModel.mjs:164
↓ 2 callersMethoddeselectRow
* @param {Number|String} recordId * @param {Boolean} [silent=false]
src/selection/grid/BaseModel.mjs:239
↓ 2 callersMethoddestroy
*
apps/sharedcovid/view/GalleryContainer.mjs:225
↓ 2 callersMethoddestroy
* Clears the map & items array before the super call
src/collection/Base.mjs:673
↓ 2 callersMethoddestroy
* Cleans up all subscriptions and destroys the effect.
src/core/Effect.mjs:102
↓ 2 callersMethoddestroy
* @param args
src/grid/Container.mjs:903
↓ 2 callersMethoddestroy
*
src/grid/header/Button.mjs:272
↓ 2 callersMethoddestroy
* * @param args
src/form/field/Text.mjs:1117
↓ 2 callersMethoddestroy
* @param args
src/list/Base.mjs:629
↓ 2 callersMethoddestroy
*
src/draggable/dashboard/SortZone.mjs:242
↓ 2 callersMethoddestroy
* @param args
src/functional/button/Base.mjs:358
↓ 2 callersMethoddestroyComponents
* Destroys all components created by the last render pass.
src/component/Markdown.mjs:181
↓ 2 callersMethoddestroyDockedWindowProxy
*
apps/shareddialog/view/MainContainerController.mjs:120
↓ 2 callersMethoddestroyInstance
* @param {Object} data * @param {String} data.id
src/main/addon/MonacoEditor.mjs:93
↓ 2 callersMethoddestroyItems
* @param {Number} [startIndex] * @param {Number} [amountItems]
src/component/Helix.mjs:718
↓ 2 callersMethoddestroyLocalStorageItem
* Removes an item from window.localStorage * @param {Object} opts * @param {String} opts.key
src/main/addon/LocalStorage.mjs:47
↓ 2 callersMethoddestroyMarkers
* Destroys all markers for the specified map ID. * @param {Object} data * @param {String} data.mapId
src/main/addon/GoogleMaps.mjs:134
← previousnext →1,901–2,000 of 8,612, ranked by callers