MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 1 callersMethodexportFilters
* Needed for remote filtering * @returns {Object[]}
src/collection/Base.mjs:828
↓ 1 callersFunctionexportKnowledgeBase
* Exports the deployed KB collection into a JSONL backup directory. * @param {String} backupPath Absolute backup path inside the container. * @retur
test/playwright/integration/KBBackupRestoreWipe.integration.spec.mjs:139
↓ 1 callersMethodexportSorters
* Needed for remote sorting * @returns {Object[]}
src/collection/Base.mjs:846
↓ 1 callersMethodextractAssignmentEvents
* @summary Extracts assignment events for the currently assigned issue owners. * * Assignment events provide the conservative clock-start wh
ai/services/graph/GoldenPathSynthesizer.mjs:236
↓ 1 callersMethodextractCodeTerms
* @summary Extracts code-ish identifiers such as `mutate_frontier` as compact lexical terms. * @param {String} query Query string. * @return
ai/services/knowledge-base/QueryService.mjs:748
↓ 1 callersMethodextractFilenameHints
* @summary Extracts exact file-name query anchors. * @param {String} query Query string. * @returns {String[]} File-name hints.
ai/services/knowledge-base/QueryService.mjs:737
↓ 1 callersFunctionextractHeadingAnchors
(text)
ai/scripts/lint/lint-skill-manifest.mjs:313
↓ 1 callersMethodextractPathHints
* @summary Extracts path-like query anchors. * @param {String} query Query string. * @returns {String[]} Normalized path hints.
ai/services/knowledge-base/QueryService.mjs:726
↓ 1 callersMethodextractQueryText
* @summary Extracts the natural-language KB query from MCP tool arguments. * * Denormalizing `query_text` keeps the FAQ read path independen
ai/services/knowledge-base/KBRecorderService.mjs:175
↓ 1 callersFunctionextractTemplateMcpServers
* Extracts every `ai:mcp-server-*` command referenced by a config template. * @param {String} text File contents. * @returns {String[]}
ai/scripts/diagnostics/check-identity-facts.mjs:209
↓ 1 callersMethodextractTopology
* Dedicated inference pass to scan episodic memory explicitly for topological conflicts * (e.g. tracking when an OPEN issue is superseded or rend
ai/services/graph/TopologyInferenceEngine.mjs:34
↓ 1 callersMethodextractUserDataDir
* @summary Extracts a `--user-data-dir` value from a process command line. * @param {String} command * @returns {String|null}
ai/mcp/server/shared/services/BootEnvelopeResolver.mjs:295
↓ 1 callersFunctionfakeCollection
(rows)
test/playwright/unit/ai/scripts/maintenance/auditGraphIntegrity.spec.mjs:166
↓ 1 callersMethodfavoriteArticle
* @param {String} slug * @param {Boolean} favorited
apps/realworld2/view/MainContainerController.mjs:117
↓ 1 callersMethodfetchContributors
* Fetches the top 10 contributors for a given repository. * * Filters the results to ensure only real users (type 'User') are returned, igno
apps/devindex/services/Spider.mjs:603
↓ 1 callersMethodfetchData
* Ajax request to get the Marker Data
examples/component/wrapper/openStreetMaps/MapComponent.mjs:80
↓ 1 callersMethodfetchData
* Ajax request to get the Marker Data
examples/component/wrapper/googleMaps/MapComponent.mjs:74
↓ 1 callersMethodfetchOpenPRs
* Synthesizes the Golden Path (strategic priorities) deterministically by analyzing Graph topology * combined with Vector Similarity (Hybrid Grap
ai/services/graph/GoldenPathSynthesizer.mjs:714
↓ 1 callersMethodfetchRollup
* @summary Test-stubbable seam over `KBRecorderService.getTenantIngestionRollup`. * @param {Number} windowMs Rolling look-back window. * @re
ai/daemons/kb-alerting/KbAlertingService.mjs:231
↓ 1 callersMethodfetchTenantConfigVersion
* @summary Test-stubbable seam — resolves a tenant's current config version. * @param {String} tenantId * @returns {Promise<Number>} `getTen
ai/daemons/kb-reconciliation/KbReconciliationService.mjs:294
↓ 1 callersMethodfetchTenantManifests
* @summary Test-stubbable seam — reads the persisted claimed-state manifests for a tenant. * @param {String} tenantId * @returns {Promise<Ob
ai/daemons/kb-reconciliation/KbReconciliationService.mjs:306
↓ 1 callersMethodfetchTenantRows
* @summary Test-stubbable seam — fetches all of a tenant's Chroma rows, batched. * * Mirrors the batched `collection.get({where: {tenantId}}
ai/daemons/kb-gc/KbGarbageCollectionService.mjs:327
↓ 1 callersMethodfetchTenantRows
* @summary Test-stubbable seam — fetches all of a tenant's Chroma rows, batched. * * Mirrors the batched `collection.get({where: {tenantId}}
ai/daemons/kb-reconciliation/KbReconciliationService.mjs:351
↓ 1 callersMethodfetchTenants
* @summary Test-stubbable seam — enumerates the tenants to reconcile. * * The substrate-real tenant list is the distinct `tenantId` set of
ai/daemons/kb-reconciliation/KbReconciliationService.mjs:266
↓ 1 callersFunctionfileExists
ai/scripts/lint/lint-tree-json.mjs:377
↓ 1 callersMethodfilter
* @summary Overrides standard Collection filtering to provide "ancestor-aware" tree filtering. * * Unlike a flat data store where filtering
src/data/TreeStore.mjs:501
↓ 1 callersFunctionfilterAlreadyRunning
* Drops candidates whose task is already in the running set. * Same-task back-to-back execution is prevented by the per-task `lastRunAt` cooldown *
ai/daemons/orchestrator/scheduling/picker.mjs:54
↓ 1 callersMethodfilterAndSortItems
*
docs/app/view/classdetails/MembersList.mjs:469
↓ 1 callersFunctionfilterExclusiveHeavyConflict
* Heavy-class candidates (`maintenanceClass: 'heavy'`) require exclusive heavy access. * If ANY task with `maintenanceClass: 'heavy'` is already runn
ai/daemons/orchestrator/scheduling/picker.mjs:70
↓ 1 callersMethodfilterItems
* Custom filtering logic * @param {Object} data
apps/portal/view/news/medium/List.mjs:171
↓ 1 callersMethodfilterOnInput
* @param {String} value
src/form/field/ComboBox.mjs:465
↓ 1 callersFunctionfilterUnmetDependencies
* Drops candidates whose declared `dependencies` (other task names) are currently running. * Example: `golden-path` declares `dependencies: ['dream']
ai/daemons/orchestrator/scheduling/picker.mjs:87
↓ 1 callersFunctionfindAppRoots
* Recursively finds application root directories by looking for index.html. * Excludes 'examples' directory. * @param {string} currentDir - The dire
buildScripts/docs/seo/copy.mjs:25
↓ 1 callersFunctionfindClosingParen
* Finds the closing parenthesis for a source-text call while ignoring quoted content. * * @param {String} src Source text. * @param {Number}
ai/scripts/setup/initServerConfigs.mjs:86
↓ 1 callersFunctionfindExecutableOnPath
* @summary Resolve the first executable match for a command on PATH. * * @param {string} command * @returns {Promise<?string>} Absolute executable
ai/scripts/lifecycle/resumeHarness.mjs:153
↓ 1 callersFunctionfindExplicitSubscriptionWatermark
(subscription, extraWatermarks = [])
ai/scripts/maintenance/compactGraphLog.mjs:229
↓ 1 callersMethodfindFilesByBasename
* @summary Finds local files by basename while skipping generated and heavy directories. * @param {String} directoryPath Absolute directory path.
ai/services/knowledge-base/QueryService.mjs:824
↓ 1 callersFunctionfindFilesContaining
* @summary Scans selected repository paths for stale versioned identity handles. * @param {String} repoRoot Absolute repository root. * @param {Stri
test/playwright/unit/ai/scripts/migrations/renameAgentIdentities.spec.mjs:103
↓ 1 callersMethodfindFirstToast
* Find the first toast based on the maximum allowed toasts * @returns {*} * @private
src/manager/Toast.mjs:94
↓ 1 callersFunctionfindFsExtraDynamicImportViolations
(source, filePath)
test/playwright/unit/ai/DynamicImportShape.spec.mjs:86
↓ 1 callersMethodfindGapsRelevantTo
* @summary Task-scoped version of findGuideGaps that returns gaps semantically related to the task. * Bounded by a default limit to prevent LLM c
ai/services/ConceptService.mjs:486
↓ 1 callersMethodfindLatestIssueActivity
* @summary Finds the latest reliable activity timestamp for an open issue. * * Silent Threads deliberately uses deterministic sync metadata
ai/services/graph/GoldenPathSynthesizer.mjs:418
↓ 1 callersMethodfindMainClassName
* @param {String} sourceCode * @returns {String|null}
src/code/executor/Neo.mjs:49
↓ 1 callersMethodfindMovedNodes
* The logic will parse the vnode (tree) to find existing items inside a given map. * It will not search for further childNodes inside an already
src/vdom/Helper.mjs:529
↓ 1 callersMethodfindNearestNode
* Finds the nearest hex node to a given screen position. * @param {Number} x * @param {Number} y * @returns {Number} Index of the neare
apps/portal/canvas/ServicesCanvas.mjs:774
↓ 1 callersMethodfindNeighbors
* Finds immediate neighbors for Super Hex formation. * @param {Number} centerIdx * @returns {Number[]} Array of neighbor indices
apps/portal/canvas/ServicesCanvas.mjs:1076
↓ 1 callersMethodfindNotLoadedModules
* @param {Neo.container.Base} parent * @param {Object[]} modules * @returns {Object[]}
src/form/Container.mjs:78
↓ 1 callersFunctionfindOperation
(spec, operationId)
ai/services.mjs:93
↓ 1 callersFunctionfindRecordsToTag
* Iterates a Chroma collection in batches, accumulating ids of records that need * the `userId: shared` metadata tag. * * @param {Object} collectio
ai/scripts/migrations/backfillChromaSharedUserId.mjs:177
↓ 1 callersFunctionfindSilentlyStrippingOpenBags
* Walks a JSON Schema node looking for INPUT "open-bag" objects that would silently * strip their payload to `{}` — the #10070 regression. An open-ba
test/playwright/unit/ai/mcp/validation/OpenApiValidatorCompliance.spec.mjs:75
↓ 1 callersFunctionfindStrictObjects
* Walks a JSON Schema node and returns every dotted path where a `type: "object"` node * sets `additionalProperties: false`. For OUTPUT schemas this
test/playwright/unit/ai/mcp/validation/OpenApiValidatorCompliance.spec.mjs:50
↓ 1 callersMethodfireMainViewsEvent
* Only needed for the SharedWorkers context * @param {String} eventName * @param {Object} data
src/worker/App.mjs:287
↓ 1 callersFunctionfixBracket
(notation)
buildScripts/docs/jsdoc-x/utils.mjs:11
↓ 1 callersMethodflattenNodes
* Recursively traverses nodes, flattening them into the target array and setting parentIds. * @param {Array} nodes The current array of nodes to
src/data/normalizer/Tree.mjs:68
↓ 1 callersFunctionflattenTemplate
* Flattens a potentially nested HtmlTemplate object into a single string and a corresponding array of values. * This is a necessary pre-processing st
buildScripts/util/templateBuildProcessor.mjs:259
↓ 1 callersMethodflattenTemplate
* Flattens a potentially nested HtmlTemplate object into a single string and a corresponding array of values. * This is a necessary pre-processin
src/functional/util/HtmlTemplateProcessor.mjs:168
↓ 1 callersFunctionflushProbe
()
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:505
↓ 1 callersMethodfn
* @member fn
src/core/Effect.mjs:47
↓ 1 callersMethodfocusCurrentItem
*
src/component/DateSelector.mjs:716
↓ 1 callersMethodfocusEnter
* @param {Object} opts * @param {Array} opts.componentPath Component ids upwards * @param {Object} opts.data dom event infos * @protec
src/manager/Focus.mjs:72
↓ 1 callersMethodfocusInputEl
* @param {Function} [callback]
src/form/field/Time.mjs:304
↓ 1 callersMethodfocusLeave
* @param {Object} opts * @param {Array} opts.componentPath Component ids upwards * @param {Object} opts.data dom event infos * @protec
src/manager/Focus.mjs:83
↓ 1 callersMethodfocusMove
* @param {Object} opts * @param {Array} opts.componentPath Component ids upwards * @param {Object} opts.data dom event infos * @protec
src/manager/Focus.mjs:93
↓ 1 callersFunctionformatCensus
(census)
ai/scripts/maintenance/graphLifecycleReport.mjs:70
↓ 1 callersMethodformatInfected
* Used for the casesPerOneMillion column to show % of population * @param {Object} data * @param {Number} data.value * @returns {String
apps/covid/Util.mjs:39
↓ 1 callersMethodformatInfected
* Used for the casesPerOneMillion column to show % of population * @param {Object} data * @param {Number} data.value * @returns {String
apps/sharedcovid/Util.mjs:39
↓ 1 callersMethodformatInfected
* Used for the casesPerOneMillion column to show % of population * @param {Object} data * @param {Number} data.value * @returns {String
examples/grid/covid/Util.mjs:39
↓ 1 callersMethodformatInfected
* Used for the casesPerOneMillion column to show % of population * @param {Object} data * @param {Number} data.value * @returns {String
examples/table/covid/Util.mjs:39
↓ 1 callersMethodformatKbContext
* Formats KB results. * @param {Array} results * @returns {String}
ai/context/Assembler.mjs:162
↓ 1 callersFunctionformatLastmodDate
* Formats a date as a sitemap-compatible timestamp. * @param {Date} date The date to format * @returns {String}
buildScripts/docs/seo/generate.mjs:305
↓ 1 callersFunctionformatReport
(ledger)
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:439
↓ 1 callersMethodformatSummaryContext
* Formats Session Summary results. * @param {Array} results * @returns {String}
ai/context/Assembler.mjs:151
↓ 1 callersMethodfrontMatterToHtml
* Renders the PR frontmatter table, with PR-specific renderers for `state` (3-state badge), * `base`/`head` (the `base ← head` ref pair), `url`,
apps/portal/view/news/pulls/Component.mjs:77
↓ 1 callersMethodfrontMatterToHtml
* @param {Object} data * @returns {String}
apps/portal/view/news/tickets/Component.mjs:67
↓ 1 callersMethodfrontMatterToHtml
* @param {Object} data * @returns {String}
apps/portal/view/news/discussions/Component.mjs:88
↓ 1 callersMethodfrontMatterToHtml
* @param {Object} data * @returns {String}
src/component/Markdown.mjs:229
↓ 1 callersMethodgateRestartOnLivenessProbe
* @summary Probe-gated restart for a fire-and-exit lane (see `superviseTask`). * * Stays provider-agnostic: the task owns the actual check v
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:528
↓ 1 callersMethodgeAriaAttributes
* * @param {HTMLElement} node * @returns {Object}
src/main/DomEvents.mjs:244
↓ 1 callersFunctiongenerateBreakdown
* Simulates the LLM "Reasoning" step.
ai/demo-agents/pm.mjs:45
↓ 1 callersFunctiongenerateCode
(rawIssueContent, task, contextFiles, kbContext)
ai/demo-agents/dev.mjs:109
↓ 1 callersMethodgenerateData
* @param {Number} amountRows * @param {Number} amountColumns * @param {Number} maxDepth * @returns {Object[]}
examples/grid/treeBigData/MainStore.mjs:141
↓ 1 callersMethodgenerateListenerConfig
* @param config * @param scope * @returns {Object}
src/manager/DomEvent.mjs:279
↓ 1 callersMethodgenerateRemote
* Generates a proxy function for a remote method. * When this proxy is called, it sends a message to the target thread to execute the real method
src/worker/mixin/RemoteMethodAccess.mjs:141
↓ 1 callersMethodgenerateRemoteStream
* Generates a proxy function for persistent WebSocket streams. * @param {String} service * @param {String} stream * @param {Object} [co
src/remotes/Api.mjs:45
↓ 1 callersFunctionget
(target, prop, receiver)
ai/mcp/client/config.mjs:131
↓ 1 callersMethodget
()
src/data/RecordFactory.mjs:100
↓ 1 callersMethodgetActiveA2aParticipants
* @summary SQLite query: distinct AgentIdentity nodes with A2A `MESSAGE` activity * (sent OR received) within the last 3h. * * Per-MC-i
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:621
↓ 1 callersMethodgetActiveBackoffWindow
* Query the WakeDecisionService singleton for an active backoff window * for the identity. Returns null if no window active or service unconfigur
ai/daemons/orchestrator/services/SwarmHeartbeatService.mjs:881
↓ 1 callersMethodgetActiveGoldenPathDependencyTask
* @param {Object} [options] * @param {String|null} [options.activeTaskName=null] * @returns {String|null}
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:337
↓ 1 callersFunctiongetActiveHeavyMaintenanceTask
({ heavyMaintenanceTaskNames, taskStateService, excludeTaskName = null })
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:74
↓ 1 callersFunctiongetActiveShapeCSubscriptions
(db)
ai/daemons/wake/queries.mjs:83
↓ 1 callersMethodgetAgentType
* Extracts the agent type from the agent string for icon selection. * @param {string} agent The full agent identifier * @returns {string} Th
ai/services/github-workflow/DiscussionService.mjs:195
↓ 1 callersMethodgetAgentType
* Extracts the agent type from the agent string for icon selection. * @param {string} agent The full agent identifier * @returns {string} Th
ai/services/github-workflow/IssueService.mjs:946
↓ 1 callersFunctiongetAllReactiveConfigs
(className)
buildScripts/helpers/checkReactiveTags.mjs:70
↓ 1 callersFunctiongetAllReactiveConfigs
(className)
buildScripts/helpers/addReactiveTags.mjs:67
↓ 1 callersMethodgetAllResponseHeaders
()
test/playwright/unit/data/StoreDynamicUrl.spec.mjs:57
↓ 1 callersMethodgetAnimationCls
* Override as needed for dynamic record-based animation classes * @param {Record} record * @returns {String}
src/grid/column/AnimatedChange.mjs:46
↓ 1 callersFunctiongetArchivedAtForMessage
* Returns the archive timestamp for a message from the per-recipient delivery edge * (broadcast path) or the message node itself (direct DM path). Br
ai/services/memory-core/MailboxService.mjs:246
↓ 1 callersMethodgetArrowIconId
* @param {Number|String} recordId * @returns {String}
src/menu/List.mjs:226
↓ 1 callersMethodgetAverage
* Calculates the Simple Moving Average (SMA). * @param {String} key * @returns {Number} average duration in ms, or 0 if no samples exist
src/util/Performance.mjs:48
← previousnext →3,201–3,300 of 8,612, ranked by callers