Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ functions
Functions
8,612 in github.com/neomjs/neo
⨍
Functions
8,612
◇
Types & classes
2,567
↓ 1 callers
Method
inferTestGapsFromSession
* 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 callers
Method
ingestAntigravityArtifacts
* 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 callers
Function
ingestSourceFilesViaMcpTool
* 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 callers
Function
ingestTenant
* @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 callers
Function
ingestTenantViaCli
* 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 callers
Method
init
* 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 callers
Method
init
* Gets triggered after onConstructed() is done
src/core/Base.mjs:594
↓ 1 callers
Method
initAsync
* Async initialization. * @returns {Promise<void>}
ai/mcp/server/neural-link/Bridge.mjs:62
↓ 1 callers
Method
initAsync
* Initialize the agent loop, specifically handling tool discovery. * @returns {Promise<void>}
ai/agent/Loop.mjs:185
↓ 1 callers
Method
initAsync
* 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 callers
Method
initConfig
* Applies all class configs to this instance * @param {Object} config * @param {Boolean} [preventOriginalConfig] True prevents the instance
src/core/Base.mjs:627
↓ 1 callers
Method
initDescriptor
* Initializes the `Config` instance using a descriptor object. * Extracts `clone`, `mergeStrategy` and `isEqual` from the descriptor. * The
src/core/Config.mjs:99
↓ 1 callers
Method
initDomEvents
* Initializes DOM event listeners.
src/mixin/DomEvents.mjs:90
↓ 1 callers
Method
initGlobalListeners
*
src/main/DomAccess.mjs:514
↓ 1 callers
Method
initGraph
* 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 callers
Method
initGraph
* 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 callers
Method
initKernel
* 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 callers
Method
initPackets
* Initializes the packet buffer.
apps/portal/canvas/HomeCanvas.mjs:673
↓ 1 callers
Method
initParticles
* Allocates the Particle Buffer (Construction Effects).
apps/portal/canvas/ServicesCanvas.mjs:627
↓ 1 callers
Method
initRemote
* 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 callers
Method
initRemote
* Ignore the call in case there is no connected client in place yet
src/worker/ServiceBase.mjs:280
↓ 1 callers
Method
initRunners
* Initializes Data Runners (Traffic). * @param {Number} width * @param {Number} height
apps/portal/canvas/ServicesCanvas.mjs:729
↓ 1 callers
Method
initSchema
* @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 callers
Method
initStrata
* Initializes Data Strata (Floating Mid-ground Clusters). * Randomly placed 3D coordinates. * @param {Number} width * @param {Number} h
apps/portal/canvas/ServicesCanvas.mjs:753
↓ 1 callers
Function
initTier1Config
({argv = process.argv, logger = console, aiRoot = aiDir} = {})
ai/scripts/setup/initServerConfigs.mjs:560
↓ 1 callers
Method
initialize
* * @param {Object} data * @param {String} data.elId * @param {String} data.pattern * @param {String} data.slots * @param {St
src/main/addon/PrefixField.mjs:65
↓ 1 callers
Function
initializeDatabase
(dbPath)
ai/daemons/wake/queries.mjs:5
↓ 1 callers
Method
inputValueAdjustor
* Transform an input node value before applied to this.value. * Override as needed * @param {*} value * @returns {*}
src/form/field/Text.mjs:1294
↓ 1 callers
Method
insert
* 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 callers
Method
insertCssRules
* @param {Object} data * @param {Array} data.rules * @protected
src/main/addon/Stylesheet.mjs:210
↓ 1 callers
Method
insertGoogleAnalyticsScript
* @protected
src/main/addon/AnalyticsByGoogle.mjs:30
↓ 1 callers
Method
insertLabDivs
* @returns {String}
src/component/Markdown.mjs:191
↓ 1 callers
Method
insertMapboxGLScripts
()
src/main/addon/MapboxGL.mjs:282
↓ 1 callers
Method
insertNode
* @param {Object} config * @param {Object} config.deltas * @param {Number} config.index * @param {Map}
src/vdom/Helper.mjs:665
↓ 1 callers
Method
insertNodeBatch
* 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 callers
Method
inspectClass
* 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 callers
Method
inspectComponentRenderTree
* 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 callers
Function
inspectHeartbeatLock
({ lockPath = HEARTBEAT_LOCK_PATH, staleAfterMs = DEFAULT_STALE_LOCK_MS, now = new Date() } = {})
ai/scripts/lifecycle/heartbeatLock.mjs:79
↓ 1 callers
Method
inspectStateProvider
* @param {Object} params * @param {String} params.providerId * @returns {Object}
src/ai/client/DataService.mjs:55
↓ 1 callers
Function
intercept
(target, targetMethodName, interceptFunction, scope, preventedReturnValue=null)
src/util/Function.mjs:137
↓ 1 callers
Method
interceptConsole
* Intercepts console logs and errors to forward them to the Neural Link
src/worker/App.mjs:394
↓ 1 callers
Method
intersection
* 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 callers
Method
isAlignSubject
* @param {HTMLElement} el * @returns {Boolean}
src/main/DomAccess.mjs:527
↓ 1 callers
Method
isCandidatePoolActive
* @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 callers
Method
isChildUpdating
* 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 callers
Method
isConceptReverifyDue
* @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 callers
Function
isDefaultBoundaryImport
(ancestors)
test/playwright/unit/ai/DynamicImportShape.spec.mjs:46
↓ 1 callers
Function
isDockerAvailable
()
test/playwright/integration/fixtures/composeWebServer.mjs:61
↓ 1 callers
Function
isDuplicateSymbol
(docs, symbol)
buildScripts/docs/jsdoc-x/transformer.mjs:86
↓ 1 callers
Method
isElectronAppProcess
* @summary Detects macOS Electron app/main/helper process commands. * @param {String} command * @returns {Boolean}
ai/mcp/server/shared/services/BootEnvelopeResolver.mjs:285
↓ 1 callers
Function
isExcludedPath
* @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 callers
Function
isFile
buildScripts/webpack/development/webpack.config.appworker.mjs:103
↓ 1 callers
Function
isFile
buildScripts/webpack/production/webpack.config.appworker.mjs:115
↓ 1 callers
Method
isFileIncluded
* @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 callers
Method
isFilteredItem
* @param {Object} item * @returns {boolean} * @protected
src/collection/Base.mjs:1272
↓ 1 callers
Function
isGeneratedSyncFile
ai/services/github-workflow/SyncService.mjs:26
↓ 1 callers
Function
isGraphModelProviderSupported
(provider)
ai/services/graph/providerDispatch.mjs:37
↓ 1 callers
Function
isHarnessPresenceFresh
(presence, { now = Date.now(), staleAfterMs = HARNESS_PRESENCE_STALE_AFTER_MS } = {})
ai/daemons/wake/queries.mjs:162
↓ 1 callers
Function
isHeavyMaintenanceTask
({taskName, heavyMaintenanceTaskNames})
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:49
↓ 1 callers
Method
isHiddenItem
* @param {Object} record * @returns {Boolean}
apps/portal/view/examples/List.mjs:216
↓ 1 callers
Method
isInferenceRunning
* @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 callers
Function
isIngestSourceFilesToolVisible
()
ai/mcp/server/knowledge-base/ingestSourceFilesTool.mjs:29
↓ 1 callers
Function
isInsideWindow
(timestamp, {windowStart = null, windowEnd = null} = {})
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:57
↓ 1 callers
Function
isMessageReadFor
* @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 callers
Method
isNonLocalTenantReference
* 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 callers
Function
isNumericSectionRef
(sectionRef)
ai/scripts/lint/lint-skill-manifest.mjs:309
↓ 1 callers
Function
isOnlyServerMaterializationDrift
(drift)
ai/scripts/setup/initServerConfigs.mjs:396
↓ 1 callers
Function
isOpenAiCompatibleContentionTimeoutError
(error)
ai/services/memory-core/TextEmbeddingService.mjs:31
↓ 1 callers
Function
isOpenAiCompatibleProvider
(provider)
ai/services/graph/providerDispatch.mjs:11
↓ 1 callers
Method
isPathExcluded
* @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 callers
Function
isPathInside
(rootPath, candidatePath)
ai/scripts/migrations/bootstrapWorktree.mjs:866
↓ 1 callers
Function
isPerServerConfig
(rel)
ai/scripts/migrations/bootstrapWorktree.mjs:288
↓ 1 callers
Method
isReachableTarget
* @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 callers
Method
isSelectedColumn
* @param {String} dataField * @returns {Boolean} true in case the column is selected
src/selection/grid/BaseModel.mjs:356
↓ 1 callers
Method
isStoreValue
* 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 callers
Method
isValid
* Returns true in case no form field isValid() call returns false * @returns {Promise<Boolean>}
src/form/Container.mjs:269
↓ 1 callers
Method
isValid
* @returns {Boolean}
src/form/field/Base.mjs:336
↓ 1 callers
Method
isValid
()
src/form/field/FileUpload.mjs:873
↓ 1 callers
Function
isWellFormedChannel
* @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 callers
Function
isWindowsBatchCommand
(cmd)
ai/scripts/lifecycle/windowsBatchSpawn.mjs:17
↓ 1 callers
Function
jsonToAst
* 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 callers
Function
kbPushClient
* @summary CLI entry point. * @returns {Promise<void>}
ai/scripts/maintenance/kbPushClient.mjs:288
↓ 1 callers
Function
kbRecord
({id, tenantId, source, name, content})
test/playwright/integration/KBCrossTenantIsolation.integration.spec.mjs:31
↓ 1 callers
Function
l
(e)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 1 callers
Function
l
(e)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 1 callers
Method
legacyChunkToParsedRecord
* @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 callers
Method
linkTestEvidenceToStructuralNode
* @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 callers
Function
lint
({base = null} = {})
ai/scripts/lint/lint-skill-manifest.mjs:1049
↓ 1 callers
Function
listClaudeWorktrees
({ projectRoot, worktreesRoot = DEFAULT_CLAUDE_WORKTREES_ROOT, exec = execFileAsync })
ai/scripts/migrations/bootstrapWorktree.mjs:646
↓ 1 callers
Function
listDirectories
(path)
buildScripts/create/scss.mjs:76
↓ 1 callers
Function
listGraphSessions
(graphService)
ai/scripts/maintenance/auditGraphIntegrity.mjs:191
↓ 1 callers
Function
listHoldingProcesses
* @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 callers
Function
listMjsFiles
(dir)
test/playwright/unit/ai/DynamicImportShape.spec.mjs:22
↓ 1 callers
Method
listPortListeners
* 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 callers
Function
listRevisionPaths
* @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 callers
Function
listSkillDirs
()
ai/scripts/lint/lint-skill-manifest.mjs:107
↓ 1 callers
Method
listStores
* @param {Object} params * @returns {Object}
src/ai/client/DataService.mjs:83
↓ 1 callers
Method
loadApplication
*
src/worker/Manager.mjs:424
↓ 1 callers
Method
loadButtonModule
* @param {Object} [data]
src/main/addon/Mwc.mjs:52
↓ 1 callers
Function
loadConfig
* 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
← previous
next →
3,601–3,700 of 8,612, ranked by callers