MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 11 callersMethoddestroy
* Cleanup when the instance is destroyed
ai/mcp/client/Client.mjs:221
↓ 11 callersMethodexpand
* @param {Object} data
src/component/Circle.mjs:536
↓ 11 callersFunctionfetch
(args)
test/playwright/unit/ai/daemons/orchestrator/services/TenantRepoSyncService.spec.mjs:55
↓ 11 callersFunctionfindViolationsInLine
* Inspects a single added line for `<a id>` / `<a name>` HTML anchor-tag insertions. * Returns an array of violation records (empty when clean or whe
ai/scripts/lint/lint-agents.mjs:237
↓ 11 callersMethodformatTimestamp
* @param {String} isoString * @returns {String}
apps/portal/view/content/Component.mjs:150
↓ 11 callersMethodgetDirectChildren
* Returns an array of direct child components for a given parentId. * Uses the optimized `childMap` for O(1) lookup performance, avoiding the nee
src/manager/Component.mjs:263
↓ 11 callersMethodgetLabelEl
* @returns {Object|null}
src/form/field/Text.mjs:1193
↓ 11 callersMethodgetMouseEventData
* @param {MouseEvent} event * @returns {Object}
src/main/DomEvents.mjs:323
↓ 11 callersMethodgetStore
* @returns {Neo.data.Store}
examples/component/coronaGallery/Viewport.mjs:292
↓ 11 callersMethodgetTargetData
* @param {HTMLElement} node * @param {String} [eventName] * @param {Boolean} [isTarget=true] * @returns {Object}
src/main/DomEvents.mjs:387
↓ 11 callersFunctiongetUniqueId
(prefix)
test/playwright/unit/vdom/RaceCondition.spec.mjs:59
↓ 11 callersMethodhasSelection
* @returns {Boolean}
src/selection/grid/ColumnModel.mjs:56
↓ 11 callersFunctioninstallQueryStub
(metadatasOrFactory, capture)
test/playwright/unit/ai/services/knowledge-base/QueryService.queryDocuments.spec.mjs:49
↓ 11 callersFunctionisRepoDue
({repo, persistedRepoState, now, globalCadenceMs, jitterRatio = 0})
ai/daemons/orchestrator/scheduling/tenantRepoSync.mjs:108
↓ 11 callersMethodload
* Loads the synchronization metadata file from disk. * If the file doesn't exist, it returns a default empty metadata object. * @returns {Pr
ai/services/github-workflow/sync/MetadataManager.mjs:68
↓ 11 callersFunctionmakeMockMcpServer
* @summary Mock McpServer that captures registered request handlers via the schema object * (CallToolRequestSchema / ListToolsRequestSchema) as the l
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:27
↓ 11 callersMethodmanageIssueComment
* @summary Creates or updates a comment (GitLab "note") on an issue. * * `create` resolves the issue's global id (`noteableId`); `update` ad
ai/services/gitlab-workflow/IssueService.mjs:237
↓ 11 callersMethodmarkStarted
* Marks a task as running (pre-spawn) and persists the state. * @param {String} taskName * @param {String} reason * @returns {void}
ai/daemons/orchestrator/services/TaskStateService.mjs:152
↓ 11 callersFunctionmdCell
* @param {String} value * @returns {String}
buildScripts/release/analyzeClosedSinceRelease.mjs:224
↓ 11 callersFunctionmemoryTexts
* Flattens a memory query response into searchable test evidence. * @param {Object} result The query_raw_memories tool result. * @returns {String}
test/playwright/integration/TeamPrivateRetrieval.integration.spec.mjs:321
↓ 11 callersFunctionpercentile
(xs, p)
ai/scripts/benchmark/helpers/stats.mjs:47
↓ 11 callersMethodpost
* @param {Object} [opts={}] * @param {Object} [opts.data] * @param {Object} [opts.params] * @param {String} [opts.resource] * @par
apps/realworld/api/Base.mjs:201
↓ 11 callersMethodquery
* Executes a GraphQL query. * @param {String} query * @param {Object} [variables={}] * @param {Number} [retries=3] * @param {Strin
apps/devindex/services/GitHub.mjs:152
↓ 11 callersMethodqueryMemories
* Executes a semantic search against the memory collection. * @param {Object} options * @param {String} options.query The search que
ai/services/memory-core/MemoryService.mjs:1082
↓ 11 callersMethodqueryRecentTurns
* @summary Cross-session, reverse-chronological *recency* recall over `AGENT_MEMORY` graph nodes. * * The recency retrieval axis — the compl
ai/services/memory-core/MemoryService.mjs:656
↓ 11 callersMethodremoveKeys
* Remove multiple key listeners passing an array of config items * @param {Array} items
src/util/KeyNavigation.mjs:191
↓ 11 callersFunctionresolveInstancePid
({userDataDir, psOutput, appExecutableMarker = 'Contents/MacOS/'} = {})
ai/daemons/wake/instanceResolver.mjs:46
↓ 11 callersFunctionresolveRetention
(retention)
ai/services/knowledge-base/helpers/kbGarbageCollectionEngine.mjs:44
↓ 11 callersFunctionrestoreEnv
(name, prior)
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:147
↓ 11 callersMethodresume
* Resumes the simulation. * If the simulation was paused, this restarts the render loop.
src/canvas/Base.mjs:176
↓ 11 callersFunctionrunRestore
({ bundleRoot, mode = 'merge', force = false, forceTopolo
ai/scripts/maintenance/restore.mjs:124
↓ 11 callersMethodselect
* @param {Object|Object[]|String[]} items * @param {Object[]|String[]} itemCollection=this.items * @param {String} [selectedCls]
src/selection/grid/BaseModel.mjs:198
↓ 11 callersFunctionselectExpiredChunks
({rows, retention, now} = {})
ai/services/knowledge-base/helpers/kbGarbageCollectionEngine.mjs:68
↓ 11 callersMethodsendMessage
* @param {String} dest app, canvas, data or vdom * @param {Object} opts configs for Neo.worker.Message * @param {Array} [transfer] An option
src/worker/Manager.mjs:640
↓ 11 callersMethodsyncSessionToGraph
* Main entry point. Upserts a SESSION node keyed by the agent-logical `session.meta.sessionId`, * then fetches the raw per-turn memories belongin
ai/services/ingestion/MemorySessionIngestor.mjs:143
↓ 11 callersMethodsynthesizeGoldenPath
* Backward compatibility passthrough to GoldenPathSynthesizer. * @deprecated Trigger GoldenPathSynthesizer directly or use MemoryService.mutateFr
ai/daemons/orchestrator/services/DreamService.mjs:792
↓ 11 callersMethodvalidateNoIdentitySpoof
* Inspects the tool-call `args` for any forbidden identity-override key. Throws on a hit; * returns normally on clean args. * * **Why t
ai/mcp/server/shared/services/AuthMiddleware.mjs:84
↓ 11 callersFunctionvisit
(filePath)
test/playwright/unit/ai/scripts/migrations/renameAgentIdentities.spec.mjs:106
↓ 10 callersMethodacknowledgeLocalMutations
* Skips executing destructive cache invalidation algorithms for mutations strictly generated natively by this Node.js process safely avoiding destruct
ai/graph/Database.mjs:140
↓ 10 callersFunctionappendRemRunState
(entry, {dir, retentionLimit} = {})
ai/services/memory-core/helpers/remRunStateStore.mjs:186
↓ 10 callersFunctionbuildRouteFromId
* Normalizes a route id into a hash-based route path suitable for a Single-Page Application. * @param {String} id * @param {String} [basePath] - Onl
buildScripts/docs/seo/generate.mjs:764
↓ 10 callersFunctionbuildService
* Builds a fresh `MaintenanceBackpressureService` instance per test with safe defaults * and the supplied overrides. Avoids singleton state contamina
test/playwright/unit/ai/daemons/orchestrator/services/MaintenanceBackpressureService.spec.mjs:41
↓ 10 callersFunctionbuildSummaryTrigger
({now, lastRunAt, intervalMs, handovers = [], pendingJobs = [], totalPending, unsummarizedCount})
ai/daemons/orchestrator/scheduling/summary.mjs:126
↓ 10 callersFunctionbuildSyntheticBundle
* Builds a synthetic well-formed bundle directory under workRoot.
test/playwright/unit/ai/scripts/maintenance/restore.spec.mjs:45
↓ 10 callersFunctionbytesToTokens
(bytes)
ai/services/memory-core/helpers/consumerFrictionHelper.mjs:139
↓ 10 callersFunctioncheckSkillReferenceIntegrity
* @summary Checks changed skill substrate text for resolvable Markdown pointers and section references. * * Manifest prose can be a source of refere
ai/scripts/lint/lint-skill-manifest.mjs:674
↓ 10 callersMethodclear
* Resets the field to its original value or null depending on the clearToOriginalValue config
src/form/field/Text.mjs:1106
↓ 10 callersMethodcreateContent
* @param {Boolean} [silent=false]
src/calendar/view/month/Component.mjs:431
↓ 10 callersMethodcreateGitlabPatVerifier
* Builds the `{verifyAccessToken}` verifier for GitLab-PAT mode. The verifier presents the * incoming bearer token to `GET {gitlabApiBaseUrl}/api
ai/mcp/server/shared/services/AuthService.mjs:302
↓ 10 callersMethodcreateVdom
(config)
test/playwright/unit/functional/ScrollState.spec.mjs:36
↓ 10 callersFunctionderiveSuggestionKind
(symptom, assetRef)
ai/services/memory-core/helpers/consumerFrictionHelper.mjs:171
↓ 10 callersMethoddrainQueue
* Drains the lazy-edges JSONL queue, attempting to resolve each queued edge via * `GraphService.linkNodesAsync` (which back-fills missing endpoin
ai/services/graph/LazyEdgeDrainer.mjs:84
↓ 10 callersFunctionedge
(id, source, target, weight = 1.0, props = {})
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:42
↓ 10 callersMethodensureLoaded
* @summary Guard that throws if the graph has not been loaded. * @private
ai/services/ConceptService.mjs:658
↓ 10 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/KBBackupRestoreWipe.integration.spec.mjs:42
↓ 10 callersMethodexpandParents
* Expands all parent folders of a given item * @param {String|Number} itemId
src/tree/List.mjs:420
↓ 10 callersMethodfindInstances
* Finds instances matching a selector. * @param {Object} params * @param {Object} params.selector * @param {String[]} [params.returnPro
src/ai/client/InstanceService.mjs:47
↓ 10 callersFunctionfrontmatter
* @summary Verifies the Portal index generators: the PR generator emits a flat tree (group roots + * leaves carrying their markdown path, matching ti
test/playwright/unit/ai/buildScripts/docs/index/PortalContentIndexes.spec.mjs:14
↓ 10 callersMethodget
* Returns the object associated to the key, or null if there is none. * @param {Number|String} key * @returns {Object|null}
src/collection/Base.mjs:1083
↓ 10 callersMethodgetContextFrontier
* Retrieves the structural topology of the active context frontier. * @param {Object} args * @param {Number} [args.depth=2] The traversal de
ai/services/memory-core/GraphService.mjs:795
↓ 10 callersMethodgetEventData
* @param {Event} event * @returns {Object}
src/main/addon/DragDrop.mjs:195
↓ 10 callersMethodgetInternalId
* Retrieves the stable internal ID of an item. * @param {Object|Neo.data.Record} item * @returns {String} e.g. 'neo-record-1'
src/data/Store.mjs:731
↓ 10 callersMethodgetNodeRecord
* @summary Retrieves a node's full record — including the `properties` blob that {@link GraphService#getNode} strips. * * `getNode` projects
ai/services/memory-core/GraphService.mjs:654
↓ 10 callersFunctiongetOnlyRow
(spy)
test/playwright/unit/ai/services/knowledge-base/VectorService.tenantStamping.spec.mjs:88
↓ 10 callersMethodgetVdom
* Convenience shortcut using manager.Component to replace vdom references if needed * @param {Object} vdom * @returns {Object}
src/util/VDom.mjs:303
↓ 10 callersFunctionisRlsVisible
* Row-level-security visibility predicate for an in-memory graph **node or edge**, mirroring * the SQL RLS clause that `SQLite.loadNodeVicinitySync`
ai/services/memory-core/GraphService.mjs:22
↓ 10 callersFunctionmakeFakeDb
* Builds a fake `GraphService.db`: a pre-warmed in-memory node/edge Store plus a stubbed * `storage.RequestContextService` whose `getAgentIdentityNod
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:52
↓ 10 callersMethodmarkCompleted
* Marks a task as successfully completed. * @param {String} taskName * @returns {void}
ai/daemons/orchestrator/services/TaskStateService.mjs:190
↓ 10 callersFunctionmkRun
(ttftMs, ttltMs, tps, outputChars)
test/playwright/unit/ai/scripts/benchmark/stats.spec.mjs:83
↓ 10 callersMethodmoveComponent
* Moves a component to a new parent container via remote method access. * This operation is **atomic** and state-preserving when moving within th
src/worker/App.mjs:571
↓ 10 callersFunctionmsg
(props = {})
test/playwright/unit/ai/services/memory-core/heartbeatPulseEvaluator.spec.mjs:88
↓ 10 callersFunctionrecord
(id, segmentMs)
test/playwright/unit/ai/services/memory-core/helpers/memoryWalStore.spec.mjs:40
↓ 10 callersFunctionresolveHarnessTargetForIdentity
(identity, {identities = IDENTITIES} = {})
ai/scripts/lifecycle/harnessRouting.mjs:87
↓ 10 callersFunctionstubMemoryCollection
* Builds a stub Chroma memory collection supporting two query shapes: * - `collection.get({where: {sessionId}, include: ['metadatas']}) → {ids, m
test/playwright/unit/ai/services/ingestion/MemorySessionIngestor.spec.mjs:49
↓ 10 callersMethodsweepExpiredTasks
* @summary Sweeps expired A2A Tasks past their `task.expiresAt` to the `Expired` state. * * Maintenance operation invoked by the swarm-heart
ai/services/memory-core/MailboxService.mjs:1191
↓ 10 callersFunctionsymlinkDataDir
({ mainCheckout, projectRoot, subdirs = DATA_SUBDIRS_TO_LINK, force = false, log = c
ai/scripts/migrations/bootstrapWorktree.mjs:346
↓ 10 callersMethodunshift
* Adds one or more elements to the beginning of the collection and returns the new items count * @param {Array|Object} item The item(s) to add
src/collection/Base.mjs:1691
↓ 10 callersMethodupdateMountedAndVisibleColumns
* @param {Boolean} [force=false]
src/grid/Body.mjs:1444
↓ 10 callersFunctionvalidParsedChunk
(overrides = {})
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:33
↓ 10 callersFunctionvalidParsedChunk
()
test/playwright/unit/ai/services/knowledge-base/parser/Schemas.spec.mjs:35
↓ 10 callersFunctionverifyFrontmatterIntegrity
* Checks whether the YAML frontmatter block of `content` carries each of the required keys. * Parses via `gray-matter` (same parser the syncer uses)
ai/services/github-workflow/sync/verifyFrontmatterIntegrity.mjs:37
↓ 10 callersFunctionwriteFixture
* Writes the given nodes + edges into the per-test concept fixture dir as JSONL files * the ConceptService will pick up on the next `loadGraph()`
test/playwright/unit/ai/services/ingestion/ConceptIngestor.spec.mjs:130
↓ 9 callersMethodacquireLeaseAndExecute
* Wraps a heavy-maintenance task executor with intra-process backpressure + * inter-process lease acquisition + deferral recording + release-on-c
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:414
↓ 9 callersFunctionapplyConfigToRegistry
(registry, config, {defaults = DEFAULT_SOURCES} = {})
ai/services/knowledge-base/source/_export.mjs:102
↓ 9 callersFunctionassertCanonicalCollectionDeleteAllowed
({name, subsystem, confirmation} = {})
ai/mcp/server/shared/services/DestructiveOperationGuard.mjs:110
↓ 9 callersFunctionassertCollectionScopedArtifact
({artifactDir, fsModule = fs})
ai/scripts/maintenance/knowledgeBaseArtifact.mjs:68
↓ 9 callersFunctionbuildIdentityBlock
(stdioIdentityState)
ai/services/memory-core/HealthService.mjs:109
↓ 9 callersFunctioncleanOldBackups
(backupRoot, logger, retention = {})
ai/scripts/maintenance/backup.mjs:385
↓ 9 callersMethodclear
* Clears all registrations. Intended for test fixtures where each test starts from * an empty registry; production code paths should NOT call thi
ai/services/knowledge-base/source/SourceRegistry.mjs:160
↓ 9 callersMethodclearCache
* Deletes a specific named cache. * Accessible remotely from the App Worker. * @param {String} name=this.cacheName * @returns {Promise<
src/worker/ServiceBase.mjs:206
↓ 9 callersMethodcreate
* @param {Object} data * @param {Boolean} data.combineSeriesTooltip * @param {Object} data.config * @param {Array} [data.data]
src/main/addon/AmCharts.mjs:145
↓ 9 callersMethodcreateItems
* @param {Boolean} silent=false
src/list/Base.mjs:600
↓ 9 callersMethodcreateRecord
* Converts an object or array of objects into records * @param {Object|Object[]} config * @returns {Object|Object[]} Array in case an array
src/data/Store.mjs:597
↓ 9 callersFunctioncreateTestFixture
* Creates a temporary concepts directory with test JSONL files. * Returns the absolute path to the temp directory. * @param {Array<Object>} nodes Ar
test/playwright/unit/ai/services/ConceptService.spec.mjs:31
↓ 9 callersMethoddestroy
*
src/component/Toast.mjs:262
↓ 9 callersFunctiondiffTenantManifest
({rows, manifestsByRepo} = {})
ai/services/knowledge-base/helpers/kbReconciliationEngine.mjs:145
↓ 9 callersMethodeditRoute
* Edit the location.hash value * A value of null will remove the given key. * @param {Object} data
src/Main.mjs:135
↓ 9 callersMethodexpandAll
* Expands all folders * @param {Boolean} silent=false Set silent to true to prevent a vnode update
src/tree/List.mjs:365
↓ 9 callersMethodextract
* @summary Returns the proto source paths covered by the custom-source fixture. * @returns {String[]}
test/playwright/integration/ai/kb-ingestion/fixtures/external-workspaces/mini-custom-source/sources/ProtoSource.mjs:12
↓ 9 callersMethodextractConceptsFromSource
* Invokes the configured LLM provider on a single source and parses the response as the * candidate schema. Returns `[]` on any failure (provider
ai/services/ingestion/ConceptDiscoveryService.mjs:193
← previousnext →401–500 of 8,612, ranked by callers