MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 1 callersMethodunregister
*
src/util/KeyNavigation.mjs:198
↓ 1 callersMethodunregisterDisabledInputChars
* @param {Object} data * @param {String} data.id
src/main/DomEvents.mjs:938
↓ 1 callersMethodunregisterParser
* Removes a Parser registration by id. Returns `true` if the id was registered, `false` otherwise. * @param {String} parserId * @returns {Bo
ai/services/knowledge-base/source/SourceRegistry.mjs:108
↓ 1 callersMethodunregisterStream
* @param {Object} data
src/data/connection/WebSocket.mjs:267
↓ 1 callersMethodunregisterWindow
* @param {Object} data * @param {String} data.name
src/main/addon/WindowPosition.mjs:288
↓ 1 callersMethodunsubscribe
* Removes a subscription. Caller must own it. * * @param {Object} opts * @param {String} opts.subscriptionId * @returns {Promise<O
ai/services/memory-core/WakeSubscriptionService.mjs:691
↓ 1 callersFunctionunzipArtifact
* Unzips the downloaded artifact into a directory using the platform-native tool. * * @param {String} zipPath Absolute path to the downloaded zip
ai/scripts/maintenance/downloadKnowledgeBase.mjs:95
↓ 1 callersMethodupdate
* Mutates subscription properties. Filters/harnessTarget/harnessTargetMetadata are * the typical update targets. agentIdentity is immutable; crea
ai/services/memory-core/WakeSubscriptionService.mjs:738
↓ 1 callersMethodupdateAgents
* Updates agent positions using **Boid** logic (Seek, Separate). * Agents randomly pick a target node, seek it, scan it (transferring energy),
apps/portal/canvas/HomeCanvas.mjs:849
↓ 1 callersMethodupdateBatch
* Processes a map of updates sequentially and aggregates the results. * This method is the core of the "Teleportation" / Disjoint Updates archite
src/vdom/Helper.mjs:856
↓ 1 callersMethodupdateBodyRows
* Granular per-body selection-state update — the body-scoped half of {@link #updateRows}. * * Resolves each Record ID / Logical Cell ID to i
src/selection/grid/BaseModel.mjs:75
↓ 1 callersMethodupdateCellPositions
* Lightweight update for column resizing, triggered by drag:move. * Updates the width of the resized column's cells and the left position of all
src/grid/Body.mjs:1381
↓ 1 callersMethodupdateChars
* The second and most complex phase of the animation: updating the VDOM to trigger CSS transitions. * This method implements the core "magic move
src/component/MagicMoveText.mjs:592
↓ 1 callersMethodupdateCharts
* @summary Updates the chart components with new data. * @param {Object} data The data for the charts.
apps/colors/view/ViewportController.mjs:189
↓ 1 callersMethodupdateCloneTranslate
* @protected
src/component/Helix.mjs:1083
↓ 1 callersMethodupdateComment
* Updates an existing comment on a discussion. * @param {string} comment_id The global node ID of the comment to update * @param {string} bo
ai/services/github-workflow/DiscussionService.mjs:275
↓ 1 callersMethodupdateComment
* Updates an existing comment on a pull request or issue. * @param {string} comment_id The global node ID of the comment to update * @param
ai/services/github-workflow/IssueService.mjs:1121
↓ 1 callersMethodupdateComponentState
* Updates the mounted state of all tracked components. * @param {Boolean} mounted
src/component/Markdown.mjs:640
↓ 1 callersMethodupdateContent
* @param {Object} configs
apps/realworld/view/user/ProfileComponent.mjs:314
↓ 1 callersMethodupdateDomListeners
* @param {Neo.component.Base} component * @param {Object[]} domListeners * @param {Object[]} oldDomListeners
src/manager/DomEvent.mjs:526
↓ 1 callersMethodupdateFieldsMap
* @param {Object[]} fields * @param {Boolean} isRoot=true * @param {String} path=''
src/data/Model.mjs:158
↓ 1 callersMethodupdateGraphData
(data)
apps/agentos/canvas/Blackboard.mjs:96
↓ 1 callersMethodupdateGraphData
* Updates the graph with new timeline nodes. * When `reset` is true, it hard-resets the physics simulation (positions and time) to prevent *
apps/portal/canvas/TimelineCanvas.mjs:207
↓ 1 callersMethodupdateGrid
* @summary Updates the data grid component with new records. * @description Uses `bulkUpdateRecords` for performance if the store already has dat
apps/colors/view/ViewportController.mjs:216
↓ 1 callersMethodupdateGridRowHoverSyncAddon
* @param {Boolean} active * @param {String|null} [windowId=this.windowId] * @returns {Promise<void>}
src/grid/ScrollManager.mjs:299
↓ 1 callersMethodupdateHeaderDays
* @param {String} value * @param {String} oldValue * @param {Boolean} [silent=false]
src/date/SelectorContainer.mjs:332
↓ 1 callersMethodupdateHeaderMonthTransitionCallback
* Slides the wrapper div to the top or bottom * @param {Object} opts * @param {Object} opts.data * @param {Object} opts.headerCenterEl
src/component/DateSelector.mjs:1003
↓ 1 callersMethodupdateHeaderMonthWrapperCallback
* Replaces the wrapper div to the left or right * @param {Object} opts * @param {Object} opts.headerCenterEl * @param {Number} opts.inc
src/component/DateSelector.mjs:1020
↓ 1 callersMethodupdateHeaderYear
*
src/calendar/view/YearComponent.mjs:855
↓ 1 callersMethodupdateHeaders
* Creates, updates or destroys the locked-start and locked-end header toolbars to match the current * locked-column state, refreshes the centre t
src/grid/header/Wrapper.mjs:154
↓ 1 callersMethodupdateHoverId
* @param {Object} data * @param {String} [data.id]
apps/portal/canvas/FooterCanvas.mjs:316
↓ 1 callersMethodupdateHoverId
* @param {Object} data * @param {String} [data.id]
src/canvas/Header.mjs:953
↓ 1 callersMethodupdateInputField
* Write to the input field * @param {String} value
src/component/Timer.mjs:275
↓ 1 callersMethodupdateInputValueFromValue
* Override this method as needed inside class extensions. * @param {*} value * @protected
src/form/field/Text.mjs:1569
↓ 1 callersMethodupdateItemFocus
* * @param {Number|Object} value * @returns {Promise<void>}
src/list/Base.mjs:878
↓ 1 callersMethodupdateItems
*
src/toolbar/Breadcrumb.mjs:189
↓ 1 callersMethodupdateLineChart
* Logarithmic Axis break for values of 0, so we need to change those to null * Adding the current record, since the historical data starts "yeste
apps/covid/view/TableContainerController.mjs:285
↓ 1 callersMethodupdateLineChart
* Logarithmic Axis break for values of 0, so we need to change those to null * Adding the current record, since the historical data starts "yeste
apps/sharedcovid/view/TableContainerController.mjs:298
↓ 1 callersMethodupdateMemoryMiniSummary
* @summary Merges a generated `miniSummary` into an existing `AGENT_MEMORY` node without changing tenant ownership. * * Backfill runs as dae
ai/services/memory-core/MemoryService.mjs:925
↓ 1 callersMethodupdateNavigationButtons
*
src/toolbar/Paging.mjs:247
↓ 1 callersMethodupdatePackets
* Updates packet logic (Data Flow). * Packets spawn randomly at child nodes and travel to their parent nodes, * representing data reporting
apps/portal/canvas/HomeCanvas.mjs:770
↓ 1 callersMethodupdateParticles
* Updates particle physics (movement, decay).
apps/portal/canvas/ServicesCanvas.mjs:968
↓ 1 callersMethodupdatePhysics
* Updates node positions using **Cluster Physics**. * Handles: * 1. **Cohesion:** Children stick to parents. * 2. **Flow Fields:** Pa
apps/portal/canvas/HomeCanvas.mjs:949
↓ 1 callersMethodupdatePhysics
* Updates interaction physics for the main lattice. * Handles mouse hover energy transfer and decay. * @param {Number} width * @param {
apps/portal/canvas/ServicesCanvas.mjs:1109
↓ 1 callersMethodupdateProjectV2ItemSingleSelect
* Updates a single-select field on the issue's ProjectV2 item. * * Resolves field/option IDs from the project's field schema (already fetche
ai/services/github-workflow/IssueService.mjs:828
↓ 1 callersMethodupdateProjection
* Updates the projection matrix based on current rotation and size. * @param {Number} width * @param {Number} height
apps/portal/canvas/ServicesCanvas.mjs:1357
↓ 1 callersMethodupdateResources
* Creates and caches gradients. * @param {Number} width * @param {Number} height
apps/portal/canvas/HomeCanvas.mjs:1108
↓ 1 callersMethodupdateResources
* Creates and caches gradients. * @param {Number} width * @param {Number} height
apps/portal/canvas/ServicesCanvas.mjs:1410
↓ 1 callersMethodupdateRotation
* Updates camera rotation based on mouse position. * Creates a "Floor Perspective" tilt effect. * @param {Number} width * @param {Numbe
apps/portal/canvas/ServicesCanvas.mjs:1333
↓ 1 callersMethodupdateRunners
* Updates Neural Agent logic (The "Intelligence" Layer). * * Implements a 2-State Machine for Agents: * * **State 0: Moving**
apps/portal/canvas/ServicesCanvas.mjs:1183
↓ 1 callersMethodupdateScrollHeight
* @param {Object} data * @param {Object[]} data.items * @param {Number} [data.total] * @protected
src/grid/VerticalScrollbar.mjs:143
↓ 1 callersMethodupdateSettings
* @param {Object} [opts) * @returns {Promise<any>}
apps/realworld/view/MainContainerController.mjs:441
↓ 1 callersMethodupdateSize
* Handles canvas resize. * Re-calculates scale and re-initializes buffers. * @param {Object} size * @param {Number} size.height *
apps/portal/canvas/ServicesCanvas.mjs:1435
↓ 1 callersMethodupdateSparks
* Updates spark particles with friction and decay.
apps/portal/canvas/HomeCanvas.mjs:826
↓ 1 callersMethodupdateSuperHexes
* Manages the lifecycle of Super Hexes. * Detects highly charged cells, triggers implosions to form Super Hexes, * and manages their growth
apps/portal/canvas/ServicesCanvas.mjs:998
↓ 1 callersMethodupdateTriggerVnodes
* Since triggers do not get vnodeInitialized, assign the relevant props
src/form/field/Text.mjs:1603
↓ 1 callersMethodupdateUsers
* Persists enriched user profiles to the Rich Data Store (`users.json`). * * Performs a **Merge & Sort** operation: * 1. Loads existin
apps/devindex/services/Storage.mjs:375
↓ 1 callersMethodupdateValueFromInputValue
* Override this method as needed inside class extensions. * @param {String} inputValue * @protected
src/form/field/Text.mjs:1625
↓ 1 callersMethodupdateVisited
* Saves new items to the visited log. * @param {Set<String>|Array<String>} newItems * @returns {Promise<void>}
apps/devindex/services/Storage.mjs:261
↓ 1 callersMethodupload
(file)
src/form/field/FileUpload.mjs:439
↓ 1 callersFunctionvacuumSqlite
* Runs the SQLite VACUUM command on the chroma.sqlite3 file. * This is critical for reclaiming disk space after mass deletions. * * @param {String}
ai/scripts/maintenance/defragChromaDB.mjs:230
↓ 1 callersMethodvalidate
* Checks for client-side field errors * @param {Boolean} silent=true * @returns {Boolean} Returns true in case there are no client-side erro
src/form/field/Date.mjs:303
↓ 1 callersMethodvalidateAndNormalizeParsedChunk
* @summary Validates and normalizes one parsed-chunk-v1 record for VectorService. * @param {Object} options * @returns {Promise<Object|null>
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:1083
↓ 1 callersMethodvalidateJsonSchema
* Validates a value against a JSON Schema subset. * @param {*} value * @param {Object} schema * @param {String} [path='args']
ai/mcp/ToolService.mjs:194
↓ 1 callersMethodvalidateToolInput
* Validates tool input against the internal Zod schema (if available) or a provided JSON Schema. * @param {String} toolName * @param {Object
ai/mcp/ToolService.mjs:267
↓ 1 callersMethodverifyMouseEnterLeave
* @param {Neo.component.Base} component * @param {Object} data * @param {String} delegationTargetId * @param {String} eventName *
src/manager/DomEvent.mjs:681
↓ 1 callersFunctionwait
ai/daemons/embed/daemon.mjs:141
↓ 1 callersMethodwaitForCanvas
* Polls for the OffscreenCanvas until it is available in the Worker's `canvasWindowMap`. * Once found, it initializes the context and starts the
src/canvas/Base.mjs:246
↓ 1 callersFunctionwaitForCondition
(condition, message, timeoutMs = 250)
test/playwright/unit/ai/services/memory-core/TextEmbeddingService.retry.spec.mjs:22
↓ 1 callersMethodwaitForDependentServices
* @summary Awaits `ready()` on each service returned by `getDependentServices()` in * declaration order. * @returns {Promise<void>} * @
ai/mcp/server/BaseServer.mjs:458
↓ 1 callersFunctionwaitForExit
(pid, timeoutMs)
ai/daemons/orchestrator/daemon.mjs:71
↓ 1 callersFunctionwaitForLogContent
* @summary Polls a log file until a predicate matches its content or the timeout elapses. * @param {String} logPath * @param {(content:String)=>Bool
test/playwright/integration/ai/daemons/workspaceSafety.spec.mjs:52
↓ 1 callersFunctionwaitForOpenAiCompatibleBatchYield
* @summary Waits before the next OpenAI-compatible batch chunk. * * Even a zero-millisecond timeout yields the event loop, letting already-arrived i
ai/services/memory-core/TextEmbeddingService.mjs:59
↓ 1 callersFunctionwaitForProvider
({ checkProvider: providerCheck, attempts, delayMs, timeoutMs, output = process.stdout } =
ai/services/graph/providerReadinessHelper.mjs:1033
↓ 1 callersFunctionwaitForServices
()
test/playwright/integration/fixtures/composeWebServer.mjs:96
↓ 1 callersMethodwaitForSession
* Waits for a session matching the given ID or AppName to become active. * @param {String} target The appWorkerId or appName to wait for. *
ai/services/neural-link/ConnectionService.mjs:520
↓ 1 callersFunctionwalk
(node, visitor, ancestors = [])
test/playwright/unit/ai/DynamicImportShape.spec.mjs:66
↓ 1 callersFunctionwalkConfigTemplates
* @summary Recursively collects `config.template.mjs` files under a directory. * @param {String} dir Absolute directory to walk. * @returns {String[
ai/scripts/lint/lint-config-template-ssot.mjs:67
↓ 1 callersFunctionwalkFiles
(dir)
ai/scripts/lint/lint-mcp-test-locations.mjs:32
↓ 1 callersFunctionwarmOllamaRoleModel
({ host, model, role, keepAlive, timeoutMs, fetchFn = fetch } = {})
ai/services/graph/providerReadinessHelper.mjs:144
↓ 1 callersFunctionwarnOnEmbeddingMismatch
* Compares the artifact's embedding provenance to the consumer's config and warns on a mismatch. * Raw vectors round-trip on import (no re-embedding)
ai/scripts/maintenance/downloadKnowledgeBase.mjs:207
↓ 1 callersFunctionwarnProviderParallelModelCapacity
({ config, timeoutMs, log = logger, ...probeOptions } = {})
ai/services/graph/providerReadinessHelper.mjs:947
↓ 1 callersMethodwatchRecoveredTask
* Watches a recovered child process so the persisted running flag does not stick forever. * @param {String} taskName Task key. * @param {Num
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:107
↓ 1 callersMethodwindowCloseAll
* Closes all popup windows * @param {Object} data
src/Main.mjs:494
↓ 1 callersMethodwindowScrollTo
* @param {Object} data * @param {String} [data.behavior='smooth'] // auto or smooth * @param {String} [data.left=0] * @param {String} [
src/main/DomAccess.mjs:1222
↓ 1 callersFunctionwithMemoryCoreConfigTemplate
(callback)
test/playwright/unit/ai/scripts/maintenance/compactGraphLog.spec.mjs:39
↓ 1 callersFunctionwork
()
ai/scripts/migrations/normalizeGraphIdentities.mjs:124
↓ 1 callersFunctionwork
()
ai/scripts/migrations/migrateWakeSubscriptions.mjs:58
↓ 1 callersFunctionwork
()
ai/scripts/migrations/renameAgentIdentities.mjs:448
↓ 1 callersMethodwrapDispatch
(d)
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:83
↓ 1 callersMethodwrapDispatch
* @summary Override: wrap a tool dispatch closure in a runtime context (e.g. * `RequestContextService.run()` for memory-core's stdio identity bin
ai/mcp/server/BaseServer.mjs:151
↓ 1 callersMethodwriteChildStderr
* Writes child stderr lines using their child-provided severity prefix. * @param {Object} task Task definition. * @param {Buffer|String} dat
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:246
↓ 1 callersFunctionwriteContentIndex
(issueSyncConfig = {}, entries = [])
ai/services/github-workflow/shared/contentIndex.mjs:73
↓ 1 callersFunctionwriteReport
(report, { fsModule = fsExtra, outputDir = DEFAULT_AUDIT_ROOT } = {})
ai/scripts/maintenance/auditGraphIntegrity.mjs:343
↓ 1 callersFunctionwriteSeedConceptGraph
* Seeds the concept graph with the given node records so dedupe tests have real state. * @param {Object[]} nodes
test/playwright/unit/ai/services/ingestion/ConceptDiscoveryService.spec.mjs:122
↓ 1 callersFunctionwriteStderr
(level, args, loggerConfig)
ai/mcp/server/shared/logger.mjs:147
↓ 1 callersMethodwriteTempJsonl
* @summary Writes an embedding batch to a temporary JSONL file for VectorService. * @param {Array<Object>} chunks Parsed chunks. * @returns
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:1122
↓ 1 callersMethodx
* shortcut for multiply
src/util/Matrix.mjs:153
↓ 1 callersMethodzoom
* @param {Object} data * @param {String} data.id * @param {Number} data.zoom
src/main/addon/MapboxGL.mjs:474
Method#preDestroyHook
* Intercepts destroy() calls to ensure they will only get called once * @returns {Boolean} * @private
src/core/Base.mjs:919
← previousnext →4,401–4,500 of 8,612, ranked by callers