MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 1 callersFunctiondefragChromaDB
* Main execution function for the defragmentation process. * * It orchestrates the Backup -> Extract -> Nuke -> Load -> Cleanup pipeline. * * Key
ai/scripts/maintenance/defragChromaDB.mjs:325
↓ 1 callersFunctiondefragSQLiteDB
* @summary A lightweight CLI tool to defragment the SQLite Native Vector Database. * This script runs the SQLite VACUUM command to optimize the knowl
ai/scripts/maintenance/defragSQLiteDB.mjs:19
↓ 1 callersMethoddelayedCallback
* Internal helper method for events which use the delay option * @param {Object} cb * @param {Array} args * @param {Number} delay
src/core/Observable.mjs:212
↓ 1 callersMethoddeleteArticle
* @param {String} slug
apps/realworld/view/MainContainerController.mjs:114
↓ 1 callersMethoddeleteCollection
* Guarded delete-collection wrapper. Refuses canonical production collection names * (`neo-agent-memory`, `neo-agent-sessions`, `neo-agent-graph`
ai/services/memory-core/managers/ChromaManager.mjs:278
↓ 1 callersMethoddeleteComment
* @param {Number} id * @returns {Promise<any>}
apps/realworld/view/MainContainerController.mjs:126
↓ 1 callersMethoddeleteCssRules
* @param {Object} data * @param {Array} data.rules * @protected
src/main/addon/Stylesheet.mjs:165
↓ 1 callersFunctiondeleteOldIdentityNode
* @summary Removes the old identity node after all incoming/outgoing edges moved. * @param {Object} db Open better-sqlite3 connection. * @param {Obj
ai/scripts/migrations/renameAgentIdentities.mjs:417
↓ 1 callersFunctiondeliverDigest
* Delivers the digest to the correct adapter (tmux or osascript).
ai/daemons/wake/daemon.mjs:753
↓ 1 callersFunctiondeliverViaOsascriptWithRetry
* @summary Delivers a wake digest via osascript, retrying transient frontmost-loss races. * * macOS focus-stealing prevention makes a background dae
ai/daemons/wake/daemon.mjs:697
↓ 1 callersFunctiondeliverViaWebhookUrl
* @summary Posts a wake digest to a wake-dispatchable webhook address. * @param {Object} subscription WAKE_SUBSCRIPTION node. * @param {String} dige
ai/daemons/wake/daemon.mjs:1089
↓ 1 callersFunctionderiveMcpServers
* @param {Object} packageJson Parsed package.json. * @returns {Array<{id: String, script: String, command: String, label: String, frontier: Boolean,
ai/scripts/diagnostics/check-identity-facts.mjs:185
↓ 1 callersFunctiondescribeOpenAiCompatibleTimeout
* @summary Formats the timeout value used in OpenAI-compatible embedding timeout errors. * @param {Number} requestTimeoutMs The timeout in millisecon
ai/services/memory-core/TextEmbeddingService.mjs:46
↓ 1 callersMethoddeselectAll
* @param {Boolean} [silent] true to prevent a vdom update * @param {Object[]|String[]} itemCollection=this.items
src/selection/grid/BaseModel.mjs:181
↓ 1 callersMethoddeselectRow
* @param {String} rowId * @param {Boolean} [silent] true to prevent a vdom update
src/selection/table/CellRowModel.mjs:51
↓ 1 callersMethoddestroy
*
src/toolbar/Breadcrumb.mjs:131
↓ 1 callersMethoddestroy
* Destroy all created child instances * @param {...*} args
src/component/Markdown.mjs:173
↓ 1 callersMethoddestroy
*
src/component/Abstract.mjs:344
↓ 1 callersMethoddestroy
* @param {Boolean} updateParentVdom=false * @param {Boolean} silent=false
src/component/wrapper/OpenStreetMaps.mjs:246
↓ 1 callersMethoddestroy
* @param {Boolean} updateParentVdom=false * @param {Boolean} silent=false
src/component/wrapper/GoogleMaps.mjs:246
↓ 1 callersMethoddestroy
*
src/selection/Model.mjs:155
↓ 1 callersMethoddestroy
* Destroys the state provider and cleans up all associated effects.
src/state/Provider.mjs:320
↓ 1 callersMethoddestroy
* @param args
src/grid/Body.mjs:852
↓ 1 callersMethoddestroy
*
src/menu/List.mjs:207
↓ 1 callersMethoddestroy
* Destroys the functional component * @param {Boolean} [updateParentVdom=false] true to remove the component from the parent vdom => real dom
src/functional/component/Base.mjs:326
↓ 1 callersMethoddestroyClones
* @protected
src/component/Helix.mjs:674
↓ 1 callersMethoddestroyDragProxy
* Override for using custom animations
src/draggable/DragZone.mjs:324
↓ 1 callersMethoddestroyItems
* @param {Number} [startIndex] * @param {Number} [amountItems]
src/component/Gallery.mjs:469
↓ 1 callersMethoddetachIssueFromProjects
* Detaches an issue from one or more ProjectV2 boards. * * For each project, resolves projectId + itemId (the project-item ID, distinct from
ai/services/github-workflow/IssueService.mjs:768
↓ 1 callersMethoddetectFeatures
*
src/worker/Manager.mjs:322
↓ 1 callersMethoddeterminePriority
* Heuristic to determine priority from event type if not specified. * @param {String} type * @returns {String}
ai/agent/Scheduler.mjs:83
↓ 1 callersMethoddiffAndSet
* This method recursively compares the new VDOM config with the last applied config * for a given component instance and its sub-instances.
src/functional/component/Base.mjs:351
↓ 1 callersFunctiondiffSets
* Compares two server ID sets. * @param {Object} options * @param {String[]} options.actual Actual IDs. * @param {String[]} options.expected Expect
ai/scripts/diagnostics/check-identity-facts.mjs:231
↓ 1 callersMethoddispatch
* Helper to dispatch a single event to the correct window * @param {Object} data * @param {String} data.id * @param {Object} data.optio
src/ai/client/InteractionService.mjs:57
↓ 1 callersMethoddispatchResizeEvents
* Dispatches the accumulated events and resets the queue. * @protected
src/main/addon/ResizeObserver.mjs:112
↓ 1 callersMethoddoFetchContent
* @param {Object} record * @returns {Promise<void>}
src/app/content/Component.mjs:122
↓ 1 callersMethoddoThing
()
test/playwright/unit/ai/services-resilient-load.spec.mjs:59
↓ 1 callersMethoddockDirectionChange
* Returns true in case the dock direction changes from horizontal (left, right) * to vertical (bottom, top) or vice versa. * @param {String}
src/main/addon/WindowPosition.mjs:146
↓ 1 callersFunctiondockerCompose
* Runs Docker Compose against the integration fixture project. * @param {String[]} args Docker Compose arguments after the compose file selector. *
test/playwright/integration/BackupRestoreWipe.integration.spec.mjs:31
↓ 1 callersFunctiondockerCompose
* Runs Docker Compose against the integration fixture project. * @param {String[]} args Docker Compose arguments after the compose file selector. *
test/playwright/integration/KBBackupRestoreWipe.integration.spec.mjs:28
↓ 1 callersFunctiondockerCompose
* @summary Runs Docker Compose against the integration fixture project. * Runs Docker Compose against the integration fixture project. * @param {Str
test/playwright/integration/CloudProviderReadiness.integration.spec.mjs:24
↓ 1 callersFunctiondockerCompose
* Runs Docker Compose against the integration fixture project. * @param {String[]} args Docker Compose arguments after the compose file selector. *
test/playwright/integration/TeamPrivateRetrieval.integration.spec.mjs:29
↓ 1 callersFunctiondockerCompose
* Runs Docker Compose against the integration fixture project. * @param {String[]} args Docker Compose arguments after the compose file selector. *
test/playwright/integration/ai/kb-ingestion/multi-tenant.spec.mjs:51
↓ 1 callersFunctiondockerCompose
* Runs Docker Compose against the integration fixture project. * @param {String[]} args Docker Compose arguments after the compose file selector. *
test/playwright/integration/fixtures/kbTenantRecords.mjs:22
↓ 1 callersFunctiondocumentIds
(result)
test/playwright/integration/KBCrossTenantIsolation.integration.spec.mjs:23
↓ 1 callersMethoddoesTestFileValidateStructuralNode
* @summary Determines whether a test file is strong enough evidence for a structural node. * * A `VALIDATES` edge is only written when the t
ai/services/graph/GapInferenceEngine.mjs:200
↓ 1 callersMethoddown
* Returns the first component which matches the config-selector moving down the component items tree. * Use returnFirstMatch=false to get an arra
src/manager/Component.mjs:106
↓ 1 callersMethoddrawActiveOverlay
* Draws an additional highlight for the active navigation item. * **"Energy Surge" Effect:** * Renders a high-intensity pass of the energy s
src/canvas/Header.mjs:488
↓ 1 callersMethoddrawAgents
* Draws the autonomous agents (Seeker Drones). * * **Visuals:** * - **Head:** A solid circle indicating current position. * - **Tr
apps/portal/canvas/HomeCanvas.mjs:183
↓ 1 callersMethoddrawAmbientBackground
* Draws a subtle, large-scale background Helix pattern with a 3D Ribbon effect. * * **Intent:** * Provides a structural backbone to the
src/canvas/Header.mjs:628
↓ 1 callersMethoddrawAuras
* Draws the main foreground "Split Stream" energy strands with 3D effects. * * **3D Architecture:** * 1. **Ribbon Fill:** Draws a low-o
src/canvas/Header.mjs:697
↓ 1 callersMethoddrawGraph
* Draws the main Application Lattice (Foreground). * Handles 3 batches: * 1. **Idle Hexes:** Faint outlines. * 2. **Super Hexes:** Larg
apps/portal/canvas/ServicesCanvas.mjs:349
↓ 1 callersMethoddrawHoverOverlay
* Draws an additional highlight for the hovered navigation item. * **"Preview" Effect:** * Renders a static intensity pass of the energy str
src/canvas/Header.mjs:557
↓ 1 callersMethoddrawKernel
* Draws the Kernel Layer (Background). * This layer moves slowly (Parallax) to create depth. * @param {CanvasRenderingContext2D} ctx *
apps/portal/canvas/ServicesCanvas.mjs:274
↓ 1 callersMethoddrawNetwork
* Draws the neural network (nodes and connections). * * **Intent:** * Visualizes the "Application Graph". * - **Parallax:** Applie
apps/portal/canvas/HomeCanvas.mjs:256
↓ 1 callersMethoddrawPackets
* Draws the data packets traveling along connections. * Packets represent signal flow between nodes. * @param {OffscreenCanvasRenderingConte
apps/portal/canvas/HomeCanvas.mjs:416
↓ 1 callersMethoddrawParticles
* Draws construction particles. * @param {CanvasRenderingContext2D} ctx
apps/portal/canvas/ServicesCanvas.mjs:586
↓ 1 callersMethoddrawParticles
* Draws the "Ether" particle field to add volumetric depth and interactivity. * * **Intent:** * Creates a living, breathing atmosphere
src/canvas/Header.mjs:396
↓ 1 callersMethoddrawRunners
* Draws Data Runners (High-speed Packets). * Visualized as a gradient line (Trail) leading to a white head. * Uses optimized projection re-u
apps/portal/canvas/ServicesCanvas.mjs:474
↓ 1 callersMethoddrawShockwaves
* Draws expanding shockwaves from clicks with Chromatic Aberration and Composite Rings. * Uses optimized RGBA composition to reduce GC pressure.
apps/portal/canvas/HomeCanvas.mjs:454
↓ 1 callersMethoddrawShockwaves
* Draws expanding shockwaves from clicks. * @param {CanvasRenderingContext2D} ctx * @param {Number} width
src/canvas/Header.mjs:887
↓ 1 callersMethoddrawSparks
* Draws temporary spark particles (Data Debris). * @param {OffscreenCanvasRenderingContext2D} ctx
apps/portal/canvas/HomeCanvas.mjs:527
↓ 1 callersMethoddrawStrata
* Draws the Data Strata (Mid-ground floating clusters). * These elements sit between the background and the main lattice. * @param {CanvasRe
apps/portal/canvas/ServicesCanvas.mjs:310
↓ 1 callersMethoddropDialogBetweenWindows
* @param {Object} proxyRect
apps/shareddialog/view/MainContainerController.mjs:132
↓ 1 callersFunctiondropFn
test/playwright/unit/ai/scripts/maintenance/purgeTestCollections.spec.mjs:96
↓ 1 callersMethodembedChunkGroups
* @summary Groups parsed chunks by repoSlug and routes each group to VectorService.embed(). * @param {Object} options * @param {Boolean} [o
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:253
↓ 1 callersMethodemitHandoff
* Emits an optional peer-visible handoff and returns its stable identifier. * @param {Object} outcome * @returns {Promise<String|null>}
ai/agent/AgentOrchestrator.mjs:218
↓ 1 callersMethodenableEditUserButton
* @param {Boolean} enable
examples/stateProvider/multiWindow/MainContainerController.mjs:24
↓ 1 callersMethodendUpdate
* Resumes the collection events. * If you started an update using the startSilentUpdateMode flag, * you must use the endSilentUpdateMode par
src/collection/Base.mjs:802
↓ 1 callersFunctionenforceSingleton
* Enforces the one-instance-per-data-dir singleton contract: takes over from a live prior * instance (SIGTERM → 3s grace → SIGKILL), ignores recycled
ai/daemons/embed/daemon.mjs:151
↓ 1 callersFunctionenforceSingleton
()
ai/daemons/wake/daemon.mjs:215
↓ 1 callersFunctionenforceSingleton
()
ai/daemons/orchestrator/daemon.mjs:94
↓ 1 callersMethodensureEdgeTargetsExist
* Ensures stub nodes exist for every edge target before the edge itself is inserted. The * SQLite schema enforces a FOREIGN KEY from `edges.targe
ai/services/ingestion/ConceptIngestor.mjs:133
↓ 1 callersMethodensureFiles
* Checks if data files exist and creates them with defaults if missing. * @returns {Promise<void>}
apps/devindex/services/Storage.mjs:59
↓ 1 callersFunctionensureLmsModelsLoaded
({ host, models, attempts, delayMs, timeoutMs, contextLengths = {}, allowPartial
ai/services/graph/providerReadinessHelper.mjs:409
↓ 1 callersFunctionensureOllamaModelsReady
({ host, roles, requireParallelModels, attempts, delayMs, timeoutMs, keepAlive,
ai/services/graph/providerReadinessHelper.mjs:589
↓ 1 callersMethodensureRecordLoaded
* @summary Lazy-aware record resolution for deep-links. * * Probes the store for `itemId`; if absent (its chunk is not loaded yet), expands
apps/portal/view/news/pulls/MainContainerController.mjs:109
↓ 1 callersMethodensureRecordLoaded
* @param {String} itemId * @returns {Promise<Object|null>}
apps/portal/view/news/tickets/MainContainerController.mjs:98
↓ 1 callersMethodensureRecordLoaded
* @param {String} itemId * @returns {Promise<Object|null>}
apps/portal/view/news/discussions/MainContainerController.mjs:98
↓ 1 callersFunctionensureTargetIdentityNode
* @summary Inserts or updates the target AgentIdentity node before edge rewrites. * @param {Object} db Open better-sqlite3 connection. * @param {Obj
ai/scripts/migrations/renameAgentIdentities.mjs:290
↓ 1 callersFunctionescapeAppleScriptString
* @summary Escapes values interpolated into AppleScript string literals. * @param {String} value * @returns {String}
ai/daemons/wake/daemon.mjs:740
↓ 1 callersFunctionescapeRegExp
* @summary Escapes a string for safe literal use inside a regular expression. * @param {String} value String to escape. * @returns {String} * @priv
ai/services/knowledge-base/helpers/tenantRepoAccessContract.mjs:39
↓ 1 callersFunctionestimateCostBands
({ calls, inputCharStats, charsPerToken = DEFAULTS.charsPerToken, fixedPromptChars
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:192
↓ 1 callersFunctionestimatePayloadTokens
(payload)
ai/daemons/orchestrator/services/DreamService.mjs:42
↓ 1 callersFunctionevaluateSubscription
* Evaluates a GraphLog entry against a WAKE_SUBSCRIPTION trigger + filters by delegating to the * shared, GraphService-free `match()` evaluator — the
ai/daemons/wake/daemon.mjs:399
↓ 1 callersMethodexcludes
* Checks if rect1 does not have an intersection with rect2 * !includes() is true for intersections as well * @param {Object} rect1 * @p
src/util/Rectangle.mjs:106
↓ 1 callersMethodexecCommand
* @param {Object} data * @param {String} data.command * @returns {Object} data
src/main/DomAccess.mjs:279
↓ 1 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/ai/kb-ingestion/multi-tenant.spec.mjs:65
↓ 1 callersMethodexecute
* Executes the orchestration pipeline. * @param {Object} [options] * @param {Boolean} [options.dryRun=false] Logs directives without agent e
ai/agent/AgentOrchestrator.mjs:384
↓ 1 callersMethodexecute
* Executes the provided Neo.mjs source code within the given container. * * This method performs a complex transformation to emulate a nativ
src/code/executor/Neo.mjs:87
↓ 1 callersFunctionexecuteCandidate
({candidate, activeHeavyTask, services, runtime})
ai/daemons/orchestrator/scheduling/pipeline.mjs:217
↓ 1 callersMethodexecutePreUpdates
* Retrieves and executes the registered Pre-Update callback for a component. * This is called by VdomLifecycle just before checking `needsVdomUpd
src/manager/VDomUpdate.mjs:224
↓ 1 callersMethodexecuteTools
* Executes tools requested by the LLM. * @param {Object[]} toolCalls List of tool calls from the provider. * @returns {Promise<Object[]>} Re
ai/agent/Loop.mjs:477
↓ 1 callersMethodexecuteTransaction
* Executes a combined difflog batch inside an atomic array natively safely. * @param {Object[]} diffLog Array of mutation traces
ai/graph/storage/Base.mjs:63
↓ 1 callersMethodexecuteVdomUpdate
* Internal method to send update requests to the vdom worker. * * **Teleportation / Batched Disjoint Updates:** * This method implement
src/mixin/VdomLifecycle.mjs:212
↓ 1 callersMethodexpandItem
* Moves a clone of an item to the top left corner * @param {String} itemId
src/component/Helix.mjs:729
↓ 1 callersMethodexpandItem
* Expands an item based on the record * @param {Object} record
src/tree/Accordion.mjs:308
↓ 1 callersFunctionexpectChunkFoldersDescending
* @param {Object[]} records * @param {String} parentId
test/playwright/unit/ai/buildScripts/docs/index/PortalContentIndexes.spec.mjs:38
↓ 1 callersFunctionexpectChunkFoldersDescending
* @param {Object[]} records * @param {String} parentId
test/playwright/unit/ai/buildScripts/docs/index/TicketIndex.spec.mjs:36
↓ 1 callersMethodexportDatabase
* @summary Exports the Knowledge Base ChromaDB collection as JSONL. * * Peer-symmetric with `Memory_DatabaseService.exportDatabase`. Called
ai/services/knowledge-base/DatabaseService.mjs:117
← previousnext →3,101–3,200 of 8,612, ranked by callers