MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 1 callersMethodinferTestGapsFromSession
* Session-scoped TEST_GAP inference entry point. Delegates to `GapInferenceEngine` for * structural-node (CLASS / METHOD / COMPONENT) test-file c
ai/daemons/orchestrator/services/DreamService.mjs:818
↓ 1 callersMethodingestAntigravityArtifacts
* Passively scans the local Antigravity brain directory for implementation plans * and structurally ingests them into the vector DB and edge grap
ai/services/memory-core/SessionService.mjs:801
↓ 1 callersFunctioningestSourceFilesViaMcpTool
* Drives the `ingest_source_files` MCP tool end-to-end inside the deployed KB container. * Exercises both the #10572 work-volume gate (an oversized b
test/playwright/integration/KBBackupRestoreWipe.integration.spec.mjs:383
↓ 1 callersFunctioningestTenant
* @summary CLI entry point — streams a tenant's parsed-chunk-v1 JSONL into the Knowledge Base. * @returns {Promise<void>}
ai/scripts/maintenance/ingestTenant.mjs:167
↓ 1 callersFunctioningestTenantViaCli
* Drives the `ai:ingest-tenant` Phase 2C bulk-facade CLI end-to-end inside the deployed KB * container. Streams a 1k+-record `parsed-chunk-v1` JSONL
test/playwright/integration/KBBackupRestoreWipe.integration.spec.mjs:484
↓ 1 callersMethodinit
* Sets the initial live cursor to the current graph log head to prevent * replaying historical events on boot.
ai/services/memory-core/WakeSubscriptionService.mjs:150
↓ 1 callersMethodinit
* Gets triggered after onConstructed() is done
src/core/Base.mjs:594
↓ 1 callersMethodinitAsync
* Async initialization. * @returns {Promise<void>}
ai/mcp/server/neural-link/Bridge.mjs:62
↓ 1 callersMethodinitAsync
* Initialize the agent loop, specifically handling tool discovery. * @returns {Promise<void>}
ai/agent/Loop.mjs:185
↓ 1 callersMethodinitAsync
* You can use this method in subclasses to perform asynchronous initialization logic. * Make sure to use the parent call `await super.initAsync()
src/core/Base.mjs:611
↓ 1 callersMethodinitConfig
* Applies all class configs to this instance * @param {Object} config * @param {Boolean} [preventOriginalConfig] True prevents the instance
src/core/Base.mjs:627
↓ 1 callersMethodinitDescriptor
* Initializes the `Config` instance using a descriptor object. * Extracts `clone`, `mergeStrategy` and `isEqual` from the descriptor. * The
src/core/Config.mjs:99
↓ 1 callersMethodinitDomEvents
* Initializes DOM event listeners.
src/mixin/DomEvents.mjs:90
↓ 1 callersMethodinitGlobalListeners
*
src/main/DomAccess.mjs:514
↓ 1 callersMethodinitGraph
* Initialize the graph with a canvas ID * @param {Object} opts * @param {String} opts.canvasId * @param {String} opts.windowId
apps/agentos/canvas/Blackboard.mjs:75
↓ 1 callersMethodinitGraph
* Initializes the canvas context. * Starts the polling mechanism to wait for the OffscreenCanvas transfer from the Main Thread. * @param {Ob
src/canvas/Base.mjs:142
↓ 1 callersMethodinitKernel
* Initializes the Kernel Buffer (Background Grid). * Creates a large-scale Hex grid that extends beyond the viewport for parallax movement.
apps/portal/canvas/ServicesCanvas.mjs:640
↓ 1 callersMethodinitPackets
* Initializes the packet buffer.
apps/portal/canvas/HomeCanvas.mjs:673
↓ 1 callersMethodinitParticles
* Allocates the Particle Buffer (Construction Effects).
apps/portal/canvas/ServicesCanvas.mjs:627
↓ 1 callersMethodinitRemote
* Does get triggered with a delay to ensure that Neo.workerId & Neo.worker.Manager are defined * Remote method access via promises * @protec
src/core/Base.mjs:642
↓ 1 callersMethodinitRemote
* Ignore the call in case there is no connected client in place yet
src/worker/ServiceBase.mjs:280
↓ 1 callersMethodinitRunners
* Initializes Data Runners (Traffic). * @param {Number} width * @param {Number} height
apps/portal/canvas/ServicesCanvas.mjs:729
↓ 1 callersMethodinitSchema
* @summary Initializes or migrates the persisted graph schema without silently dropping graph data. * * Evaluates current disk schemas, veri
ai/graph/storage/SQLite.mjs:72
↓ 1 callersMethodinitStrata
* Initializes Data Strata (Floating Mid-ground Clusters). * Randomly placed 3D coordinates. * @param {Number} width * @param {Number} h
apps/portal/canvas/ServicesCanvas.mjs:753
↓ 1 callersFunctioninitTier1Config
({argv = process.argv, logger = console, aiRoot = aiDir} = {})
ai/scripts/setup/initServerConfigs.mjs:560
↓ 1 callersMethodinitialize
* * @param {Object} data * @param {String} data.elId * @param {String} data.pattern * @param {String} data.slots * @param {St
src/main/addon/PrefixField.mjs:65
↓ 1 callersFunctioninitializeDatabase
(dbPath)
ai/daemons/wake/queries.mjs:5
↓ 1 callersMethodinputValueAdjustor
* Transform an input node value before applied to this.value. * Override as needed * @param {*} value * @returns {*}
src/form/field/Text.mjs:1294
↓ 1 callersMethodinsert
* Inserts one or more tab items at a specific index. * @param {Number} index The index at which to insert the new item(s). * @param {Object|
src/tab/Container.mjs:448
↓ 1 callersMethodinsertCssRules
* @param {Object} data * @param {Array} data.rules * @protected
src/main/addon/Stylesheet.mjs:210
↓ 1 callersMethodinsertGoogleAnalyticsScript
* @protected
src/main/addon/AnalyticsByGoogle.mjs:30
↓ 1 callersMethodinsertLabDivs
* @returns {String}
src/component/Markdown.mjs:191
↓ 1 callersMethodinsertMapboxGLScripts
()
src/main/addon/MapboxGL.mjs:282
↓ 1 callersMethodinsertNode
* @param {Object} config * @param {Object} config.deltas * @param {Number} config.index * @param {Map}
src/vdom/Helper.mjs:665
↓ 1 callersMethodinsertNodeBatch
* Inserts a batch of new nodes into the DOM tree. * This optimization groups contiguous 'insertNode' deltas targeting the same parent * into
src/main/DeltaUpdates.mjs:407
↓ 1 callersMethodinspectClass
* Inspects a class to retrieve its full schema (configs, methods, hierarchy). * @param {Object} params * @param {String} params.className
src/ai/client/RuntimeService.mjs:228
↓ 1 callersMethodinspectComponentRenderTree
* Inspects the render tree (VDOM/VNode) of a component. * @param {Object} opts The options object. * @param {Number} [opts.depth
ai/services/neural-link/ComponentService.mjs:93
↓ 1 callersFunctioninspectHeartbeatLock
({ lockPath = HEARTBEAT_LOCK_PATH, staleAfterMs = DEFAULT_STALE_LOCK_MS, now = new Date() } = {})
ai/scripts/lifecycle/heartbeatLock.mjs:79
↓ 1 callersMethodinspectStateProvider
* @param {Object} params * @param {String} params.providerId * @returns {Object}
src/ai/client/DataService.mjs:55
↓ 1 callersFunctionintercept
(target, targetMethodName, interceptFunction, scope, preventedReturnValue=null)
src/util/Function.mjs:137
↓ 1 callersMethodinterceptConsole
* Intercepts console logs and errors to forward them to the Neural Link
src/worker/App.mjs:394
↓ 1 callersMethodintersection
* Returns an array of items which are present in array1 and array2 * Only supports primitive items * @param {Array} array1=[] * @param
src/util/Array.mjs:98
↓ 1 callersMethodisAlignSubject
* @param {HTMLElement} el * @returns {Boolean}
src/main/DomAccess.mjs:527
↓ 1 callersMethodisCandidatePoolActive
* @summary Checks whether a configured broad-query candidate pool can run. * * A pool with omitted `types` is intentionally valid: it is the
ai/services/knowledge-base/QueryService.mjs:335
↓ 1 callersMethodisChildUpdating
* Synchronization Guard: Checks if any descendant component is currently updating its VDOM. * * If a descendant is in-flight, this method re
src/mixin/VdomLifecycle.mjs:633
↓ 1 callersMethodisConceptReverifyDue
* @summary Determines whether a Concept Ontology node is due for source-grounded re-verification. * * `verifiedAt` is freshness metadata, no
ai/services/graph/GapInferenceEngine.mjs:393
↓ 1 callersFunctionisDefaultBoundaryImport
(ancestors)
test/playwright/unit/ai/DynamicImportShape.spec.mjs:46
↓ 1 callersFunctionisDockerAvailable
()
test/playwright/integration/fixtures/composeWebServer.mjs:61
↓ 1 callersFunctionisDuplicateSymbol
(docs, symbol)
buildScripts/docs/jsdoc-x/transformer.mjs:86
↓ 1 callersMethodisElectronAppProcess
* @summary Detects macOS Electron app/main/helper process commands. * @param {String} command * @returns {Boolean}
ai/mcp/server/shared/services/BootEnvelopeResolver.mjs:285
↓ 1 callersFunctionisExcludedPath
* @summary Determines whether a repository-relative path is outside the current-contract scan. * @param {String} relativePath Repository-relative pat
test/playwright/unit/ai/scripts/migrations/renameAgentIdentities.spec.mjs:85
↓ 1 callersFunctionisFile
buildScripts/webpack/development/webpack.config.appworker.mjs:103
↓ 1 callersFunctionisFile
buildScripts/webpack/production/webpack.config.appworker.mjs:115
↓ 1 callersMethodisFileIncluded
* @summary Returns true when a file survives extension allow/deny filters. * @param {String} sourcePath Source path relative to `aiConfig.neoRoot
ai/services/knowledge-base/source/RawRepoSource.mjs:183
↓ 1 callersMethodisFilteredItem
* @param {Object} item * @returns {boolean} * @protected
src/collection/Base.mjs:1272
↓ 1 callersFunctionisGeneratedSyncFile
ai/services/github-workflow/SyncService.mjs:26
↓ 1 callersFunctionisGraphModelProviderSupported
(provider)
ai/services/graph/providerDispatch.mjs:37
↓ 1 callersFunctionisHarnessPresenceFresh
(presence, { now = Date.now(), staleAfterMs = HARNESS_PRESENCE_STALE_AFTER_MS } = {})
ai/daemons/wake/queries.mjs:162
↓ 1 callersFunctionisHeavyMaintenanceTask
({taskName, heavyMaintenanceTaskNames})
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:49
↓ 1 callersMethodisHiddenItem
* @param {Object} record * @returns {Boolean}
apps/portal/view/examples/List.mjs:216
↓ 1 callersMethodisInferenceRunning
* @summary Probes the active local LLM inference background port, implicitly verifying backend readiness. * @returns {Promise<Boolean>}
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:59
↓ 1 callersFunctionisIngestSourceFilesToolVisible
()
ai/mcp/server/knowledge-base/ingestSourceFilesTool.mjs:29
↓ 1 callersFunctionisInsideWindow
(timestamp, {windowStart = null, windowEnd = null} = {})
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:57
↓ 1 callersFunctionisMessageReadFor
* @summary Whether `messageId` is already read by `recipient` — for reconciling the wake digest * against actual mailbox read-status. Mirrors `Mailbo
ai/daemons/wake/daemon.mjs:544
↓ 1 callersMethodisNonLocalTenantReference
* Determines whether a ranked result belongs to a tenant/repo that must not be hydrated * from the local neoRootDir filesystem. * @param {Ob
ai/services/knowledge-base/SearchService.mjs:138
↓ 1 callersFunctionisNumericSectionRef
(sectionRef)
ai/scripts/lint/lint-skill-manifest.mjs:309
↓ 1 callersFunctionisOnlyServerMaterializationDrift
(drift)
ai/scripts/setup/initServerConfigs.mjs:396
↓ 1 callersFunctionisOpenAiCompatibleContentionTimeoutError
(error)
ai/services/memory-core/TextEmbeddingService.mjs:31
↓ 1 callersFunctionisOpenAiCompatibleProvider
(provider)
ai/services/graph/providerDispatch.mjs:11
↓ 1 callersMethodisPathExcluded
* @summary Returns true when a repo-relative path matches an excluded path pattern. * @param {String} sourcePath Source path relative to `aiConfi
ai/services/knowledge-base/source/RawRepoSource.mjs:200
↓ 1 callersFunctionisPathInside
(rootPath, candidatePath)
ai/scripts/migrations/bootstrapWorktree.mjs:866
↓ 1 callersFunctionisPerServerConfig
(rel)
ai/scripts/migrations/bootstrapWorktree.mjs:288
↓ 1 callersMethodisReachableTarget
* @summary Non-throwing check of whether a raw `to` target would resolve to a * deliverable mailbox recipient — without sending anything. *
ai/services/memory-core/MailboxService.mjs:351
↓ 1 callersMethodisSelectedColumn
* @param {String} dataField * @returns {Boolean} true in case the column is selected
src/selection/grid/BaseModel.mjs:356
↓ 1 callersMethodisStoreValue
* Internal convenience method to check if a binding value is supposed to match a store * @param {String} value * @returns {Boolean}
src/state/Provider.mjs:562
↓ 1 callersMethodisValid
* Returns true in case no form field isValid() call returns false * @returns {Promise<Boolean>}
src/form/Container.mjs:269
↓ 1 callersMethodisValid
* @returns {Boolean}
src/form/field/Base.mjs:336
↓ 1 callersMethodisValid
()
src/form/field/FileUpload.mjs:873
↓ 1 callersFunctionisWellFormedChannel
* @summary Validates the structural shape of one channel spec string. * * Recognized forms: `console`, `a2a:<target>`, `webhook:<url>`. Structural o
ai/services/knowledge-base/helpers/kbAlertRuleEngine.mjs:68
↓ 1 callersFunctionisWindowsBatchCommand
(cmd)
ai/scripts/lifecycle/windowsBatchSpawn.mjs:17
↓ 1 callersFunctionjsonToAst
* Converts a serializable VDOM object into a valid Acorn AST `ObjectExpression`. * This function is the critical bridge between the intermediate VDOM
buildScripts/util/astTemplateProcessor.mjs:44
↓ 1 callersFunctionkbPushClient
* @summary CLI entry point. * @returns {Promise<void>}
ai/scripts/maintenance/kbPushClient.mjs:288
↓ 1 callersFunctionkbRecord
({id, tenantId, source, name, content})
test/playwright/integration/KBCrossTenantIsolation.integration.spec.mjs:31
↓ 1 callersFunctionl
(e)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 1 callersFunctionl
(e)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 1 callersMethodlegacyChunkToParsedRecord
* @summary Converts legacy parser output into a parsed-chunk-v1 record. * @param {Object} options * @returns {Object} * @protected
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:1025
↓ 1 callersMethodlinkTestEvidenceToStructuralNode
* @summary Links durable test-file evidence to a structural graph node. * * `FILE` nodes whose `properties.path` starts with `test/` are the
ai/services/graph/GapInferenceEngine.mjs:219
↓ 1 callersFunctionlint
({base = null} = {})
ai/scripts/lint/lint-skill-manifest.mjs:1049
↓ 1 callersFunctionlistClaudeWorktrees
({ projectRoot, worktreesRoot = DEFAULT_CLAUDE_WORKTREES_ROOT, exec = execFileAsync })
ai/scripts/migrations/bootstrapWorktree.mjs:646
↓ 1 callersFunctionlistDirectories
(path)
buildScripts/create/scss.mjs:76
↓ 1 callersFunctionlistGraphSessions
(graphService)
ai/scripts/maintenance/auditGraphIntegrity.mjs:191
↓ 1 callersFunctionlistHoldingProcesses
* @summary List processes currently holding any of the memory-core SQLite files open. * * Delegates to {@link runLsof} + {@link parseLsofOutput} to
ai/scripts/diagnostics/diagnoseMcpConcurrency.mjs:170
↓ 1 callersFunctionlistMjsFiles
(dir)
test/playwright/unit/ai/DynamicImportShape.spec.mjs:22
↓ 1 callersMethodlistPortListeners
* Lists PIDs holding a LISTEN socket on the given TCP port. A no-op in unit-test mode so * the supervision loop never touches real sockets while
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:611
↓ 1 callersFunctionlistRevisionPaths
* @summary Lists all repo-relative paths present at a revision. * @param {Object} options * @returns {Promise<Array<String>>} * @private
ai/services/knowledge-base/helpers/tenantRepoIngestEnvelopeBuilder.mjs:146
↓ 1 callersFunctionlistSkillDirs
()
ai/scripts/lint/lint-skill-manifest.mjs:107
↓ 1 callersMethodlistStores
* @param {Object} params * @returns {Object}
src/ai/client/DataService.mjs:83
↓ 1 callersMethodloadApplication
*
src/worker/Manager.mjs:424
↓ 1 callersMethodloadButtonModule
* @param {Object} [data]
src/main/addon/Mwc.mjs:52
↓ 1 callersFunctionloadConfig
* Dynamically loads and adapts the configuration for the specified target. * * @param {String} targetName - The name of the target (e.g., 'knowledge
ai/scripts/maintenance/defragChromaDB.mjs:104
← previousnext →3,601–3,700 of 8,612, ranked by callers