MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 1 callersFunctionprintSuccess
* @param {Object} context Derived identity context.
ai/scripts/diagnostics/check-identity-facts.mjs:427
↓ 1 callersFunctionprintUsage
* @summary Prints CLI usage to stderr. * @returns {void}
ai/scripts/maintenance/kbPushClient.mjs:112
↓ 1 callersFunctionprintUsage
* @summary Prints CLI usage to stderr. * @returns {void}
ai/scripts/maintenance/ingestTenant.mjs:73
↓ 1 callersFunctionprintUsage
()
ai/scripts/lifecycle/heartbeatLock.mjs:158
↓ 1 callersFunctionprintUsage
()
ai/scripts/migrations/backfillChromaSharedUserId.mjs:105
↓ 1 callersFunctionprintUsage
()
ai/scripts/migrations/normalizeGraphIdentities.mjs:86
↓ 1 callersFunctionprintUsage
()
ai/scripts/migrations/migrateWakeSubscriptions.mjs:40
↓ 1 callersFunctionprintUsage
()
ai/scripts/migrations/renameAgentIdentities.mjs:148
↓ 1 callersMethodprobeChromaReady
@summary Resolves true when Chroma's TCP port accepts a connection.
ai/daemons/orchestrator/Orchestrator.mjs:331
↓ 1 callersFunctionprobeProviderParallelModelCapacity
({ config, timeoutMs, fetchOpenAiCompatibleModels = opts => fetchOpenAiCompatibleModelIds(opts),
ai/services/graph/providerReadinessHelper.mjs:869
↓ 1 callersFunctionprocessCommand
(pid)
ai/daemons/orchestrator/daemon.mjs:67
↓ 1 callersMethodprocessDataObject
(obj, path = '')
test/playwright/unit/state/createHierarchicalDataProxy.spec.mjs:25
↓ 1 callersMethodprocessDataObject
* Recursively processes a data object, creating or updating Neo.core.Config instances * for each property and storing them in the #dataConfigs ma
src/state/Provider.mjs:594
↓ 1 callersMethodprocessDragEnd
* Handles the completion of the drag operation. Invoked exactly once per drag via the * {@link #onDragEnd} re-entry latch; subclasses extend this
src/draggable/container/SortZone.mjs:391
↓ 1 callersFunctionprocessFileContent
(fileContent, filePath)
buildScripts/util/astTemplateProcessor.mjs:149
↓ 1 callersFunctionprocessHtmlTemplateLiteral
(strings, expressionCodeStrings)
buildScripts/util/templateBuildProcessor.mjs:312
↓ 1 callersMethodprocessIssues
()
apps/devindex/services/OptIn.mjs:182
↓ 1 callersMethodprocessIssues
()
apps/devindex/services/OptOut.mjs:161
↓ 1 callersMethodprocessLivePreviewBlocks
* @param {String} contentString * @param {Object} map * @returns {String}
src/component/Markdown.mjs:433
↓ 1 callersMethodprocessMermaidBlocks
* @param {String} contentString * @param {Object} map * @returns {String}
src/component/Markdown.mjs:446
↓ 1 callersMethodprocessNeoComponentsBlocks
* @param {String} contentString * @param {Object} map * @returns {String}
src/component/Markdown.mjs:459
↓ 1 callersFunctionprocessPath
(itemPath, filename, appNames)
buildScripts/docs/jsdocx.mjs:232
↓ 1 callersMethodprocessReadonlyCodeBlocks
* @param {String} contentString * @param {String} windowId * @returns {Promise<String>}
src/component/Markdown.mjs:477
↓ 1 callersMethodprocessVdomForComponents
* Recursively processes a VDOM node to instantiate components defined within it. * @param {Object} vdomTree The VDOM node to process. * @par
src/functional/component/Base.mjs:461
↓ 1 callersFunctionprojectLeafDefaults
* Projects env-bound `key: leaf(default, 'ENV', 'type')` calls from config source text. * * @param {String} src Source text. * @returns {Array<{key
ai/scripts/setup/initServerConfigs.mjs:229
↓ 1 callersMethodprojectListedIssue
* @summary Applies the requested payload projection to a listed issue. * * Projection happens after GraphQL retrieval and client-side filter
ai/services/github-workflow/IssueService.mjs:1358
↓ 1 callersMethodpromiseForwardMessage
* @param {Object} data * @param {String} data.replyId * @returns {Promise<any>}
src/worker/Manager.mjs:561
↓ 1 callersFunctionpromiseGlobFiles
* Fast glob with optimized settings for documentation files * @param {string|string[]} globs - Glob patterns * @returns {Promise<string[]>} - Array
buildScripts/docs/jsdoc-x/index.mjs:12
↓ 1 callersMethodpromiseRemotes
* Sends remote method registration messages to other threads (workers or main-threads). * This method is crucial for enabling cross-worker commun
src/core/Base.mjs:985
↓ 1 callersMethodpromiseRequest
* @param {Object} opts * @returns {Promise<any>}
src/data/connection/Xhr.mjs:146
↓ 1 callersMethodpromiseView
* @param {String} key * @param {Function} module * @param {String} reference * @returns {Neo.component.Base} The matching view instance
apps/realworld/view/MainContainerController.mjs:413
↓ 1 callersFunctionpruneOldLogs
* Prunes archived log files (`embed-daemon.log.*`) older than `LOG_RETENTION_DAYS` from * `DAEMON_DATA_DIR`. Runs once at daemon startup. Best-effort
ai/daemons/embed/daemon.mjs:90
↓ 1 callersFunctionpruneOldLogs
* Prunes archived log files (`wake-daemon.log.*`) older than `LOG_RETENTION_DAYS` from * `DAEMON_DATA_DIR`. Runs once at daemon startup. Best-effort:
ai/daemons/wake/daemon.mjs:154
↓ 1 callersMethodpruneOlderThan
* Permanently drops legacy Neural Link action records from the SQLite db to prevent unbounded disk growth. * @param {Number} [days=config.pruneLo
ai/services/neural-link/RecorderService.mjs:154
↓ 1 callersMethodpulse
* @summary Executes one GC pulse: enumerate tenants → per-tenant retention diff → * opt-in delete → telemetry → `defrag-recommended` signal.
ai/daemons/kb-gc/KbGarbageCollectionService.mjs:168
↓ 1 callersMethodpulse
* @summary Executes one reconciliation pulse: enumerate tenants → per-tenant diff → * telemetry → opt-in tombstone. * * Wrapped in try/
ai/daemons/kb-reconciliation/KbReconciliationService.mjs:171
↓ 1 callersMethodpulse
* Execute one heartbeat pulse. The step order preserves the established * heartbeat contract while running inside the Orchestrator scheduler:
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:270
↓ 1 callersFunctionpurgeTestCollections
* @summary Orchestrates the purge: list → partition → (dry-run report | delete) → residue cleanup → verify. * @returns {Promise<void>}
ai/scripts/maintenance/purgeTestCollections.mjs:222
↓ 1 callersMethodpushToGitHub
* Pushes local changes to GitHub using GraphQL mutations. * Uses content hash comparison to detect actual changes and prevent false updates.
ai/services/github-workflow/sync/IssueSyncer.mjs:908
↓ 1 callersMethodput
* @param {Object} [opts={}] * @param {Object} [opts.data] * @param {Object} [opts.params] * @param {String} [opts.resource] * @par
apps/realworld2/api/Base.mjs:192
↓ 1 callersMethodput
* @param {Object} [opts={}] * @param {Object} [opts.data] * @param {Object} [opts.params] * @param {String} [opts.resource] * @par
apps/realworld/api/Base.mjs:229
↓ 1 callersMethodquerySequences
* Executes queries against the internal Action Log. Principally used by DreamService triggers * to harvest execution chains for automated Playwri
ai/services/neural-link/RecorderService.mjs:129
↓ 1 callersFunctionqueueEvent
* Queues an event for coalescing. * Applies tuple-based deduplication (type + identity-tuple) to prevent duplicate * wake event triggers within a si
ai/daemons/wake/daemon.mjs:447
↓ 1 callersFunctionquoteWindowsBatchArgument
(value)
ai/scripts/lifecycle/windowsBatchSpawn.mjs:32
↓ 1 callersMethodrawFileToParsedRecord
* @summary Creates a minimal parsed-chunk-v1 record for raw text payloads. * @param {Object} options * @returns {Object} * @protected
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:1054
↓ 1 callersFunctionreadCodexConfigTemplate
* @summary Reads the tracked Codex config template for static MCP policy guards. * @returns {String}
test/playwright/unit/ai/scripts/diagnostics/bootstrapCodexSandbox.spec.mjs:29
↓ 1 callersFunctionreadDir
ai/scripts/lint/lint-tree-json.mjs:378
↓ 1 callersFunctionreadFormUrlEncoded
* @summary Reads a form-urlencoded request body. * Reads a form-urlencoded request body. * @param {http.IncomingMessage} request The incoming HTTP r
ai/deploy/mock-oidc-server.mjs:17
↓ 1 callersMethodreadGraphSchemaVersion
* @summary Reads the current graph schema version row, treating absent version metadata as legacy v1-compatible. * @returns {Number|null} *
ai/graph/storage/SQLite.mjs:158
↓ 1 callersFunctionreadJson
* @summary Reads a JSON request body. * Reads a JSON request body. * @param {http.IncomingMessage} request The incoming HTTP request. * @returns {P
ai/deploy/mock-openai-embedding-server.mjs:16
↓ 1 callersFunctionreadJsonlRecords
* @summary Async-generates `parsed-chunk-v1` records from a JSONL stream, one record per line. * * Takes the readable stream directly (not a file pa
ai/scripts/maintenance/ingestTenant.mjs:87
↓ 1 callersFunctionreadKbCollectionCount
* Returns the consumer's current Knowledge Base collection record count, or `null` when the * collection / Chroma daemon cannot be reached (treated a
ai/scripts/maintenance/downloadKnowledgeBase.mjs:79
↓ 1 callersMethodreadPersistedRevisions
* Reads the per-tenant-repo persisted state map. Missing file = empty map (bootstrap). * * Current per-repo persisted state shape: * ``
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:638
↓ 1 callersMethodreadProcessSnapshot
* @summary Reads a full process snapshot for parent-chain address discovery. * @param {Object} options * @param {Function} [options.execFile
ai/mcp/server/shared/services/BootEnvelopeResolver.mjs:202
↓ 1 callersFunctionreadRevisionFile
* @summary Reads one text file from a revision. * @param {Object} options * @returns {Promise<String>} * @private
ai/services/knowledge-base/helpers/tenantRepoIngestEnvelopeBuilder.mjs:165
↓ 1 callersMethodreadRuntimeIdentity
* Reads source/config/schema identity with async git access for request-time checks. * * @param {Object} options * @param {String} [opt
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:385
↓ 1 callersMethodreadRuntimeIdentitySync
* Reads source/config/schema identity with sync git access for module boot capture. * * @param {Object} options * @param {String} [opti
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:420
↓ 1 callersMethodreadState
* Reads persisted task state, clearing stale in-process fields on boot. * @returns {Object}
ai/daemons/orchestrator/services/TaskStateService.mjs:96
↓ 1 callersMethodreadState
* Reads persisted backoff state. Corrupt state degrades gracefully to an * empty backoff map (NOT a crash-loop). Per Sub-ii AC3. * @returns
ai/daemons/orchestrator/services/WakeDecisionService.mjs:267
↓ 1 callersFunctionreadToolJson
(result)
ai/scripts/diagnostics/mcpHealthcheck.mjs:81
↓ 1 callersFunctionreader
()
test/playwright/unit/ai/mcp/server/shared/services/RuntimeFreshnessService.spec.mjs:154
↓ 1 callersMethodreconcileClosedIssueLocations
* Reconciles the locations of closed issues in the active directory. * This handles the case where a new release is created but issues weren't up
ai/services/github-workflow/sync/IssueSyncer.mjs:1022
↓ 1 callersFunctionrecordDeferral
({ deferralLogKeys, taskName, reasonCode, reasonText, blockingTaskName = null, holding
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:172
↓ 1 callersMethodrecordExhaustedDirectiveOutcomes
* Records completed or dead-lettered outcomes after the agent loop exhausts. * @param {Object} options * @param {String} options.runId
ai/agent/AgentOrchestrator.mjs:349
↓ 1 callersFunctionrecordHarnessProcess
(identity, pid, spawnedAt = Date.now())
ai/scripts/lifecycle/harnessLifecycle.mjs:48
↓ 1 callersFunctionrecordPickerDeferrals
({ candidates, runningTaskNames, runningHeavyTasks, maintenanceBackpressureService })
ai/daemons/orchestrator/scheduling/pipeline.mjs:177
↓ 1 callersFunctionrecordProviderReadinessFailure
( diagnostic, { log = logger, stderr = console.error } = {} )
ai/services/graph/providerReadinessHelper.mjs:1153
↓ 1 callersFunctionrecordRemCycleOutcome
(outcome, {output = console} = {})
ai/scripts/runners/runSandman.mjs:39
↓ 1 callersFunctionrecordSchedulingErrors
({errors, healthService, writeLog})
ai/daemons/orchestrator/scheduling/pipeline.mjs:142
↓ 1 callersFunctionrecordStartTimestamp
* Records an ISO timestamp as the first/last start boundary. * * @param {Object} ledger * @param {Date} timestamp
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:93
↓ 1 callersMethodrecordStartupSummarization
* Records the result of startup summarization attempt. * Called by the startup sequence in mcp-server.mjs * @param {string} status One of:
ai/services/memory-core/HealthService.mjs:1652
↓ 1 callersMethodrecordTaskOutcome
* Records the result of an orchestrator-owned maintenance task. * Called by `Neo.ai.daemons.Orchestrator` after each child-task lifecycle event.
ai/services/memory-core/HealthService.mjs:1667
↓ 1 callersMethodrecoverOrphanedDraining
* Recovers an orphaned `.draining` file from a prior drain cycle that crashed between * `rename(queuePath, drainingPath)` and the catch-block res
ai/services/graph/LazyEdgeDrainer.mjs:171
↓ 1 callersMethodrecoverTask
* Adopts or clears an existing child-task PID file during daemon boot. * @param {String} taskName Task key. * @returns {void}
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:125
↓ 1 callersMethodrecoverTasks
* Recovers all child task PID files on boot. * @returns {void}
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:162
↓ 1 callersFunctionrecreateGraphDb
* @module ai/scripts/maintenance/recreateGraphDb
ai/scripts/maintenance/recreateGraphDb.mjs:14
↓ 1 callersFunctionrecurse
(dir)
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.externalConfig.spec.mjs:24
↓ 1 callersFunctionreferenceSources
(result)
test/playwright/integration/KBCrossTenantIsolation.integration.spec.mjs:19
↓ 1 callersMethodrefetchIssuesByNumber
* @summary Force-refetches the given issues from GitHub and rewrites their local markdown. * * Bypasses the delta-sync `updatedAt` gate. Use
ai/services/github-workflow/sync/IssueSyncer.mjs:823
↓ 1 callersMethodrefillTokens
* Refills the token bucket based on elapsed time.
ai/agent/Loop.mjs:233
↓ 1 callersMethodreflect
* Reflects on the outcome of the cycle. * @param {Object} event * @param {Object} decision (LLM Result) * @param {Object} actionResult
ai/agent/Loop.mjs:441
↓ 1 callersMethodrefreshEnv
* Re-reads env vars + re-applies runtime overrides on demand — the explicit bounded "refresh" * handle. Call after a deliberate env change the co
ai/ConfigProvider.mjs:227
↓ 1 callersMethodrefreshImageReflection
*
src/component/Gallery.mjs:748
↓ 1 callersMethodrefuse
* @summary Throws a structured policy-refusal error. * * @param {Object} options * @throws {PolicyRefusedError}
ai/mcp/server/shared/services/PolicyService.mjs:68
↓ 1 callersMethodregister
* Registers a scroll synchronization between two DOM nodes. * The method is idempotent: calling it multiple times with the same `id` will not cre
src/main/addon/ScrollSync.mjs:149
↓ 1 callersMethodregisterApi
* Registers each service & method combination into the collection * @param api
src/manager/rpc/Api.mjs:26
↓ 1 callersMethodregisterApp
* @param {String} id * @param {WebSocket} ws * @param {String} [appName='Unknown']
ai/mcp/server/neural-link/Bridge.mjs:195
↓ 1 callersMethodregisterApp
* Only needed for SharedWorkers * @param {String} appName * @param {String} windowId
src/worker/App.mjs:824
↓ 1 callersMethodregisterCanvas
* @param {Object} data
src/worker/Canvas.mjs:138
↓ 1 callersMethodregisterCanvasDirect
* @summary Receives an OffscreenCanvas directly from the Main Thread. * * This is the receiving end of the "Triangular Communication" patter
src/worker/Canvas.mjs:161
↓ 1 callersMethodregisterDisabledInputChars
* @param {Object} data * @param {String[]} data.chars * @param {String} data.id
src/main/DomEvents.mjs:851
↓ 1 callersMethodregisterElementLoader
*
src/main/addon/WebComponent.mjs:28
↓ 1 callersMethodregisterIntersectionObserver
*
apps/portal/view/examples/List.mjs:253
↓ 1 callersMethodregisterIntersectionObserver
*
apps/portal/view/news/medium/List.mjs:256
↓ 1 callersMethodregisterPreUpdate
* Registers a callback to be executed for a component immediately after its current * VDOM update finishes, but before the next update cycle begi
src/manager/VDomUpdate.mjs:457
↓ 1 callersMethodregisterServiceWorker
* @returns {Promise<void>}
src/main/addon/ServiceWorker.mjs:29
↓ 1 callersMethodregisterStream
* @param {Object} data * @param {Function} callback
src/data/connection/WebSocket.mjs:256
↓ 1 callersMethodregisterWindow
* @param {Object} data * @param {String} data.dock * @param {String} data.name * @param {Number} data.size
src/main/addon/WindowPosition.mjs:236
↓ 1 callersMethodrejectDomOperationPromise
* Rejects the delayed-reply promise for a DOM operation whose delta application threw. * * Counterpart to {@link #resolveDomOperationPromise
src/worker/Manager.mjs:604
↓ 1 callersMethodreloadPage
* @param {Object} params * @returns {Object}
src/ai/client/RuntimeService.mjs:431
← previousnext →4,001–4,100 of 8,612, ranked by callers