MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 2 callersMethodguardProductionWipe
* Prevents unintended wipe cascades by checking if this store is bound to a live production database. * @protected
ai/graph/Store.mjs:133
↓ 2 callersMethodhandleDomUpdate
* @summary Handles the queuing and processing of DOM update operations. * * This helper method centralizes the logic for both standard VDOM
src/worker/Manager.mjs:391
↓ 2 callersMethodhasAnnotations
* @param {Record} record * @returns {Boolean}
src/selection/table/RowModel.mjs:30
↓ 2 callersMethodhasChildren
* Checks if a record has items * @param {Object} record * @returns {Boolean}
src/menu/List.mjs:252
↓ 2 callersMethodhasColumn
* @summary Checks whether a persisted SQLite table contains a column. * @param {String} tableName * @param {String} columnName * @retur
ai/graph/storage/SQLite.mjs:276
↓ 2 callersFunctionhasConstructorTag
(symbol)
buildScripts/docs/jsdoc-x/utils.mjs:61
↓ 2 callersMethodhasHeaders
* @returns {Boolean}
src/container/Panel.mjs:188
↓ 2 callersMethodhasMap
* @param {String} id * @returns {Boolean}
src/main/addon/MapboxGL.mjs:278
↓ 2 callersMethodhasTable
* @summary Checks whether a persisted SQLite table exists. * @param {String} tableName * @returns {Boolean} * @protected
ai/graph/storage/SQLite.mjs:261
↓ 2 callersMethodhealthcheck
* Public API: Checks the health of the GitHub CLI with intelligent caching. * * Intent: This is the primary entry point for all health check
ai/services/github-workflow/HealthService.mjs:310
↓ 2 callersMethodhealthcheck
()
ai/mcp/server/file-system/services/FileSystemService.mjs:26
↓ 2 callersMethodhideDelayed
* Hides the tooltip using the given hideDelay * @param {Object|null} data
src/tooltip/Base.mjs:251
↓ 2 callersMethodhideMarker
* @param {Object} data * @param {String} data.id * @param {String} data.mapId
src/main/addon/GoogleMaps.mjs:168
↓ 2 callersMethodhydrateRecord
* Lazily instantiates a raw data object into a Record instance and updates all internal maps. * This acts as the Single Source of Truth for "Soft
src/data/Store.mjs:775
↓ 2 callersMethodimportAddon
* Import main thread addons at run-time from within the app worker * @param {Object} data * @param {String} data.name * @returns {Boole
src/Main.mjs:210
↓ 2 callersMethodimportUtil
* Imports either (if not already imported): * `Neo.vdom.util.DomApiVnodeCreator` if Neo.config.useDomApiRenderer === true * `Neo.vdom.util.S
src/vdom/Helper.mjs:625
↓ 2 callersFunctioninClip
test/playwright/e2e/GridHeaderCellRectSync.spec.mjs:39
↓ 2 callersFunctionincludes
(source, value)
buildScripts/docs/jsdoc-x/sorter.mjs:3
↓ 2 callersMethodindexOfKey
* Returns the index for a given key * @param {Number|String} key * @returns {Number} index (-1 in case no match is found)
src/collection/Base.mjs:1246
↓ 2 callersMethodinferSourceType
* @summary Infers the public KB type for a local source path. * @param {String} source Source path relative to `neoRootDir`. * @returns {Str
ai/services/knowledge-base/QueryService.mjs:762
↓ 2 callersMethodingestDiscussionStates
* @summary Extracts Ideation Sandbox Discussion content to drive semantic and structural context. * Searches both active and archived discussion
ai/services/ingestion/IssueIngestor.mjs:292
↓ 2 callersMethodingestPullRequestFeedback
* @summary Performs dual-path semantic mining on active and archived PR review documents to extract heuristic tags. * Parses `[KB_GAP]`, `[TOOLIN
ai/services/ingestion/IssueIngestor.mjs:407
↓ 2 callersMethodinitAgents
* Initializes the autonomous agents. * Agents start at random positions with random high-velocity vectors. * @param {Number} width * @p
apps/portal/canvas/HomeCanvas.mjs:558
↓ 2 callersMethodinitNodes
* Initializes the node buffer using **Golden Spiral** distribution. * This ensures a uniform but organic-looking distribution of nodes across the
apps/portal/canvas/HomeCanvas.mjs:588
↓ 2 callersMethodinitNodes
* Initializes the Main Lattice (Application Layer). * Creates a standard Hexagonal Grid covering the screen + margins. * @param {Number} wid
apps/portal/canvas/ServicesCanvas.mjs:677
↓ 2 callersMethodinitParticles
* Initializes the particle system for the "Neo Ether" effect. * * Creates a mix of large, slow-moving "nebula" particles and smaller, faster
src/canvas/Header.mjs:179
↓ 2 callersFunctioninjectMessage
(subject, readAt)
test/playwright/unit/ai/daemons/wake/daemon.spec.mjs:371
↓ 2 callersMethodinputValueRenderer
* Transform a value before getting rendered. * Override as needed * @param {*} value * @returns {*}
src/form/field/Text.mjs:1304
↓ 2 callersMethodinsert
* Inserts an item or array of items at a specific index. * * **Atomic Moves:** * If the `item` is an existing `Neo.component.Base` inst
src/container/Base.mjs:638
↓ 2 callersMethodinsertNode
* Insert a given nodeToInsert before a targetNode inside a given vdom tree * @param {Object} vdom The vdom tree containing the targetNode *
src/util/VDom.mjs:347
↓ 2 callersMethodinsertRules
* @param {String} windowId * @param {String[]|String} rules
src/util/Css.mjs:33
↓ 2 callersMethodinspectStore
* @param {Object} params * @param {Number} [params.limit=50] * @param {Number} [params.offset=0] * @param {String} params.storeId
src/ai/client/DataService.mjs:69
↓ 2 callersMethodinternalSetData
* This is the core method for setting data, providing a single entry point for all data modifications. * It handles multiple scenarios: * 1.
src/state/Provider.mjs:497
↓ 2 callersMethodisActiveCalendar
* Returns the active field value of the active or first calendar record * @returns {Boolean}
src/calendar/view/week/plugin/DragDrop.mjs:117
↓ 2 callersFunctionisAncestor
()
test/playwright/unit/ai/daemons/orchestrator/services/TenantRepoSyncService.spec.mjs:57
↓ 2 callersMethodisBotActor
* @summary True for GitHub bot/app actors whose `github.com/<login>.png` avatar 404s. * * Single source of truth for the bot/app actor decis
apps/portal/view/content/Component.mjs:83
↓ 2 callersMethodisEmpty
* Checks if there are any pending events. * @returns {Boolean}
ai/agent/Scheduler.mjs:74
↓ 2 callersMethodisEmptyAndRequired
* @returns {Boolean}
src/form/field/Text.mjs:1318
↓ 2 callersMethodisFocusable
(e)
src/main/DomUtils.mjs:46
↓ 2 callersFunctionisGateOpen
()
ai/scripts/lifecycle/wakeSafetyGate.mjs:147
↓ 2 callersFunctionisGeneratedSyncFile
buildScripts/util/check-chore-sync.mjs:70
↓ 2 callersFunctionisHeavyMaintenanceTask
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:54
↓ 2 callersMethodisHeavyMaintenanceTask
* @param {String} taskName Stable orchestrator task name. * @returns {Boolean}
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:307
↓ 2 callersFunctionisMessageWakeEligible
* @summary True when a node is a wake-eligible MESSAGE: it exists, is labelled `MESSAGE`, and is * not flagged `wakeSuppressed`. * @param {Object|nu
ai/services/memory-core/heartbeatPulseEvaluator.mjs:102
↓ 2 callersMethodisModifiedField
* @param {String} fieldName * @returns {Boolean|null} null in case the model does not use trackModifiedFields, true in case a cha
src/data/RecordFactory.mjs:247
↓ 2 callersMethodisMovedNode
* * @param {Neo.vdom.VNode} vnode * @param {Map} oldVnodeMap * @returns {Boolean} * @protected
src/vdom/Helper.mjs:712
↓ 2 callersMethodisOnlyMetaSyncStatus
* Returns true when every status entry is the generated metadata file. * @param {String} statusOutput Git porcelain output. * @returns {Bool
ai/daemons/orchestrator/services/PrimaryRepoSyncService.mjs:825
↓ 2 callersMethodisReadableSourceFile
* @summary Returns true for readable text files, including repo symlinks to files. * @param {String} absolute Absolute candidate path. * @pa
ai/services/knowledge-base/QueryService.mjs:869
↓ 2 callersFunctionisRemoteIngestTransport
()
ai/mcp/server/knowledge-base/ingestSourceFilesTool.mjs:23
↓ 2 callersFunctionisSamePath
(a, b)
ai/scripts/migrations/bootstrapWorktree.mjs:851
↓ 2 callersFunctionisSymbolComparable
(symbol)
buildScripts/docs/jsdoc-x/transformer.mjs:78
↓ 2 callersFunctionisValidGraphNodeId
* Validates the Native Edge Graph node-id contract before writes/deletes reach * the lower Store layer, where `null` otherwise looks object-like. *
ai/services/memory-core/GraphService.mjs:43
↓ 2 callersFunctionjourneyParsedChunk
* Builds a well-formed `parsed-chunk-v1` record — the shape a fresh operator's client-side * parser emits. Mirrors the golden `expected-chunks.jsonl`
test/playwright/integration/AdoptionLadderJourney.integration.spec.mjs:51
↓ 2 callersFunctionkeyOf
ai/scripts/lint/lint-config-template-ssot.mjs:135
↓ 2 callersMethodlast
* Returns the last item inside the collection * @returns {Object}
src/collection/Base.mjs:1310
↓ 2 callersFunctionleafDefaultSortKey
* Builds a stable sort key for projected leaf-default descriptors. * * @param {{key: String, env: String, type: String, default: String}} leaf Leaf-
ai/scripts/setup/initServerConfigs.mjs:219
↓ 2 callersMethodleavesSide
* Checks if rect2 is not contained inside rect1. * This could be an intersection or being fully excluded. * @param {Object} rect1 * @pa
src/util/Rectangle.mjs:155
↓ 2 callersMethodlinkGlobalNodes
* Links two globally-visible system nodes, forcing the edge's `userId: null` so the * **connection itself** stays visible to every tenant under R
ai/services/memory-core/GraphService.mjs:297
↓ 2 callersMethodlist
* Lists subscriptions owned by the calling agent identity, or a single subscription * if `subscriptionId` is provided. * * @param {Obje
ai/services/memory-core/WakeSubscriptionService.mjs:813
↓ 2 callersFunctionlistActiveWakeSubscriptions
({db})
ai/scripts/maintenance/compactGraphLog.mjs:184
↓ 2 callersMethodlistAgentFaqs
* @summary Lists materialized Agent FAQs for MCP readers and daemon consumers. * @param {Object} [options] * @param {Number} [options.limit=
ai/services/knowledge-base/KBRecorderService.mjs:550
↓ 2 callersFunctionlistDefragBackups
()
test/playwright/unit/ai/scripts/maintenance/backup-retention.spec.mjs:306
↓ 2 callersMethodlistDocuments
* Retrieves a paginated, tenant-scoped list of documents from the knowledge base collection. * * When a request context is active, results a
ai/services/knowledge-base/DocumentService.mjs:41
↓ 2 callersFunctionlistProbeArtifacts
(root)
test/playwright/unit/ai/scripts/diagnostics/bootstrapCodexSandbox.spec.mjs:17
↓ 2 callersFunctionlistRefs
* @summary Lists git refs for fetch-change detection. * @param {String} mirrorPath Local mirror path. * @returns {Promise<Map<String, String>>} * @
ai/services/knowledge-base/helpers/gitMirror.mjs:382
↓ 2 callersFunctionlistWalSegmentKeys
* @summary Lists segment keys present in the WAL directory, newest first. * @param {String} dir Directory for WAL segment files. * @returns {Promise
ai/services/memory-core/helpers/memoryWalStore.mjs:188
↓ 2 callersMethodload
* @returns {Promise<void>}
src/util/HighlightJs.mjs:101
↓ 2 callersMethodloadCustomConfig
()
test/playwright/unit/ai/mcp/server/BaseServer.spec.mjs:513
↓ 2 callersMethodloadData
*
src/component/Helix.mjs:836
↓ 2 callersMethodloadModule
* Loads a component.Base module which is defined via module: () => import('...') * @param {Object} item * @param {Number} [index] * @re
src/layout/Card.mjs:185
↓ 2 callersMethodloadModules
* Loads all not loaded items inside card layouts * @returns {Promise<Neo.component.Base[]>}
src/form/Container.mjs:287
↓ 2 callersMethodloadSkillsSync
* Loads SKILL.md files from the .agents/skills directory to be injected into the system prompt. * Uses Progressive Disclosure: Only injects YAML
ai/context/Assembler.mjs:237
↓ 2 callersMethodloadSummaryData
*
apps/covid/view/MainContainerController.mjs:191
↓ 2 callersMethodloadSummaryData
*
apps/sharedcovid/view/MainContainerController.mjs:250
↓ 2 callersMethodloadTree
* Recursively loads the file tree structure from a given path. * @param {String} treePath The path to start loading the tree from. * @return
apps/legit/service/Legit.mjs:101
↓ 2 callersMethodlogCollectionStats
* @summary Collection-count log helper, called from logStartupStatus on degraded/healthy paths. * @param {Object} health
ai/mcp/server/knowledge-base/Server.mjs:152
↓ 2 callersMethodlogCollectionStats
* @summary Helper to log Memory Core collection statistics from healthcheck output. * @param {Object} health
ai/mcp/server/memory-core/Server.mjs:398
↓ 2 callersMethodlogStartupStatus
* @summary Override: per-server startup status logging from healthcheck output. Default * logs a generic "Server started" line. * @param {Ob
ai/mcp/server/BaseServer.mjs:160
↓ 2 callersFunctionloopConfig
(dir)
test/playwright/unit/ai/daemons/embed/drainCycle.spec.mjs:284
↓ 2 callersFunctionm
(e)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersFunctionm
(e)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 2 callersFunctionmakeCollection
test/playwright/unit/ai/services/memory-core/HealthService.spec.mjs:351
↓ 2 callersFunctionmakeTopologyDb
* Writable fake `GraphService.db` that ALSO supports the edge-write path (`linkNodes` → * `storage.db.prepare` FK-verify + existing-edge check + `add
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:279
↓ 2 callersMethodmanageIssueAssignees
* @summary Adds or removes assignees on an issue (username-native via `issueSetAssignees`). * @param {Object} options * @param {Number}
ai/services/gitlab-workflow/IssueService.mjs:329
↓ 2 callersMethodmanageMergeRequestAssignees
* @summary Adds or removes assignees on a merge request (username-native via `mergeRequestSetAssignees`). * @param {Object} options *
ai/services/gitlab-workflow/MergeRequestService.mjs:363
↓ 2 callersMethodmarkEnd
* Completes a performance measurement and stores the duration. * @param {String} key
src/util/Performance.mjs:97
↓ 2 callersFunctionmarkNodesAsRead
(db, nodes)
ai/daemons/wake/queries.mjs:306
↓ 2 callersMethodmarkRead
* Marks a message as read. * @param {Object} args * @param {String} args.messageId The ID of the message to mark read * @returns {Promi
ai/services/memory-core/MailboxService.mjs:846
↓ 2 callersMethodmarkSkipped
* Marks a task as skipped without treating the no-op as a successful run. * @param {String} taskName * @returns {void}
ai/daemons/orchestrator/services/TaskStateService.mjs:216
↓ 2 callersMethodmarkSpawnFailed
* Marks a task as having failed to spawn (e.g., spawn threw synchronously). * @param {String} taskName * @returns {void}
ai/daemons/orchestrator/services/TaskStateService.mjs:177
↓ 2 callersMethodmarkSpawned
* Marks a task as successfully spawned, assigning its PID and persisting the state. * @param {String} taskName * @param {Number|null} pid
ai/daemons/orchestrator/services/TaskStateService.mjs:166
↓ 2 callersMethodmarkStart
* Starts a performance measurement for a given key. * @param {String} key e.g., 'vdom.update:neo-grid-body-1'
src/util/Performance.mjs:118
↓ 2 callersMethodmatchDate
* Returns true in case the day, month & year of 2 given Date objects are the same * @param {Date} date1 * @param {Date} date2 * @return
src/util/Date.mjs:125
↓ 2 callersMethodmatchesTypeFilter
* @summary Checks whether an indexed type belongs to a requested filter. * @param {String} candidateType Indexed content type. * @param {Str
ai/services/knowledge-base/QueryService.mjs:442
↓ 2 callersFunctionmatchesWhere
(metadata, where)
test/playwright/unit/ai/services/knowledge-base/KnowledgeBase.TenantIsolation.spec.mjs:53
↓ 2 callersFunctionmatchesWhere
(metadata, where)
test/playwright/unit/ai/services/memory-core/MemoryService.TenantIsolation.spec.mjs:41
↓ 2 callersMethodmeasure
* @param {Object} data * @param {String} data.id * @param {Number|String} data.value * @returns {Number|String}
src/main/DomAccess.mjs:591
↓ 2 callersMethodmeasureChars
* The first phase of the animation: calculating character positions. * If the positions for the current text are not in the cache, this method te
src/component/MagicMoveText.mjs:448
↓ 2 callersFunctionmeasureOneCall
* Issue one streamed LLM call and capture cost telemetry. * * @param {{stream: Function}} provider Provider instance from `buildGraphProvider` * @p
ai/scripts/benchmark/gemma4-rem-benchmark.mjs:97
↓ 2 callersFunctionmeasureTtft
* Issue one streamed LLM call and capture TTFT only. * * @param {{stream: Function}} provider * @param {string} prompt * @param {Object} [options]
ai/scripts/benchmark/keep-alive-probe.mjs:55
← previousnext →2,201–2,300 of 8,612, ranked by callers