MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 5 callersFunctioncheckOversizedWorkflowMaps
(changedFiles, oversizedFiles, maxDelta, getSizeFn, getBaseSizeFn)
ai/scripts/lint/lint-skill-manifest.mjs:1031
↓ 5 callersFunctionchoreSyncCommit
(subject = 'chore(data): Hourly data sync pipeline update [skip ci]')
test/playwright/unit/ai/buildScripts/util/check-branch-discipline.spec.mjs:60
↓ 5 callersMethodclassifyRuntimeFreshness
* Classifies boot-vs-current runtime identity into compact healthcheck metadata. * * @param {Object} options * @param {String} options.
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:277
↓ 5 callersFunctioncleanup
()
ai/daemons/wake/daemon.mjs:288
↓ 5 callersMethodcleanup
* @summary Intercepts OS signals to aggressively force teardown of the MLX/Ollama child engine group. * @param {String|Number} signalOrCode
ai/services/memory-core/lifecycle/InferenceLifecycleService.mjs:104
↓ 5 callersMethodclear
()
src/form/field/FileUpload.mjs:373
↓ 5 callersMethodclearFilters
* @summary Clears all active filters and completely rebuilds the visible projection. * * Overrides the base `Collection` implementation whic
src/data/TreeStore.mjs:114
↓ 5 callersMethodcollectTenant
* @summary Garbage-collects one tenant: retention diff → opt-in delete. Returns the * per-tenant result for the caller's telemetry + defrag-fract
ai/daemons/kb-gc/KbGarbageCollectionService.mjs:236
↓ 5 callersMethodcreateBindings
* Processes a component's `bind` configuration to create reactive bindings. * It differentiates between store bindings and data bindings, and set
src/state/Provider.mjs:286
↓ 5 callersFunctioncreateComboBox
(page, config)
test/playwright/component/form/field/ComboBox.spec.mjs:5
↓ 5 callersFunctioncreateIngestEnvelopeError
* @summary Creates a stable envelope-builder error. * @param {String} code Stable `KB_INGEST_ENVELOPE_*` error code. * @param {String} message Human
ai/services/knowledge-base/helpers/tenantRepoIngestEnvelopeBuilder.mjs:37
↓ 5 callersMethodcreateIssue
* @summary Creates a GitLab issue, then optionally applies assignees. * * Labels are assigned by name during creation. Assignees are usernam
ai/services/gitlab-workflow/IssueService.mjs:192
↓ 5 callersFunctioncreateLogMethod
ai/mcp/server/shared/logger.mjs:173
↓ 5 callersFunctioncreateSourceRepo
()
test/playwright/unit/ai/services/knowledge-base/gitMirror.spec.mjs:47
↓ 5 callersFunctioncreateSpyCollection
* Tenant isolation across `MemoryService.addMemory` / `listMemories` / `queryMemories`. * * Uses an in-memory spy `collection` that records every `a
test/playwright/unit/ai/services/memory-core/MemoryService.TenantIsolation.spec.mjs:35
↓ 5 callersMethodcreateStyleSheet
* Use either name for a neo theme (e.g. 'neo-theme-dark.css') or pass a href * @param {Object} data * @param {String} [data.name] * @pa
src/main/addon/Stylesheet.mjs:132
↓ 5 callersMethodcreateTracker
* Creates a per-consumer runtime freshness tracker. * * @param {Object} options Tracker configuration. * @returns {RuntimeFreshnessTrac
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:369
↓ 5 callersFunctiond
(e,n,t,r)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 5 callersFunctiondefaultConfig
()
test/playwright/unit/ai/daemons/kb-alerting/KbAlertingService.spec.mjs:55
↓ 5 callersMethoddiffChildSurfaces
* Pure differ for the three child-order surfaces. Static for direct unit coverage. * @param {Object} data * @param {String} da
src/ai/client/ComponentService.mjs:145
↓ 5 callersMethoddragEnd
* @param {Object} data
src/draggable/DragZone.mjs:338
↓ 5 callersFunctionensureSandboxed
* Validates that a requested path does not traverse outside the project root. * @param {String} absolutePath * @returns {String} The resolved path i
ai/mcp/server/file-system/services/FileSystemService.mjs:14
↓ 5 callersFunctionenvironmentMap
(service)
test/playwright/unit/ai/scripts/diagnostics/mcpHealthcheck.spec.mjs:15
↓ 5 callersFunctionexists
(p)
ai/scripts/migrations/bootstrapWorktree.mjs:292
↓ 5 callersMethodfetchAndCacheReleases
* Fetches the full release history from GitHub using a two-phase approach. * * The two phases are necessary because the GitHub GraphQL `rele
ai/services/github-workflow/sync/ReleaseNotesSyncer.mjs:76
↓ 5 callersMethodfireChangeEvent
* @param value * @param oldValue
src/collection/Filter.mjs:169
↓ 5 callersFunctionformatIds
* @param {String[]} ids Server IDs. * @returns {String}
ai/scripts/diagnostics/check-identity-facts.mjs:242
↓ 5 callersMethodformatNumber
* This method will get used as a grid renderer, so the 2nd param is an overload (would be {Object} record) * @param {Object} data * @param {
examples/grid/covid/Util.mjs:61
↓ 5 callersMethodformatNumber
* This method will get used as a grid renderer, so the 2nd param is an overload (would be {Object} record) * @param {Object} data * @param {
examples/table/covid/Util.mjs:61
↓ 5 callersMethodformatSize
(bytes, separator = '', postFix = '')
src/form/field/FileUpload.mjs:848
↓ 5 callersMethodformatToolResult
* @summary Formats a successful tool-call result into the MCP `{content, isError, structuredContent?}` * envelope. Object results become both tex
ai/mcp/server/BaseServer.mjs:364
↓ 5 callersMethodgenerateIds
* Traverses the VDOM tree and assigns deterministic IDs to nodes that lack them. * Uses a "Scoped" strategy: * - If a node has a custom ID,
src/functional/component/Base.mjs:403
↓ 5 callersMethodgetAttributes
* Returns the attributes for a given dom node id * @param {Object} data * @param {String|String[]} data.attributes either an attrib
src/main/DomAccess.mjs:321
↓ 5 callersMethodgetAvatarHtml
* @summary Renders a bounded avatar for a timeline actor. * * Normal users get the sized `<img>`; bot/app actors (whose `github.com/<login>.
apps/portal/view/content/Component.mjs:96
↓ 5 callersMethodgetBlocklist
* Reads the blocklist. * @returns {Promise<Set<String>>} Set of blocklisted logins.
apps/devindex/services/Storage.mjs:86
↓ 5 callersFunctiongetBroadcastDeliveryEdge
(messageId, target)
ai/services/memory-core/MailboxService.mjs:173
↓ 5 callersMethodgetChildComponents
* Returns all child components which are recursively matched via their parentId * @param {Neo.component.Base} component * @returns {Neo.comp
src/manager/Component.mjs:207
↓ 5 callersMethodgetColumnContainer
*
src/calendar/view/week/Component.mjs:619
↓ 5 callersMethodgetComponentRoot
* @param {String} [rootId] * @returns {Neo.component.Base|null}
src/ai/client/ComponentService.mjs:339
↓ 5 callersFunctiongetConversationRouter
* `get_conversation` dispatch router. The tool serves BOTH pull requests and * issues; it routes to the matching service by which identifier the call
ai/mcp/server/github-workflow/toolService.mjs:107
↓ 5 callersMethodgetDomRect
* Retrieves the DOM rectangles for one or more components. * @param {Object} opts The options object. * @param {String[]} opt
ai/services/neural-link/ComponentService.mjs:55
↓ 5 callersMethodgetExternallyActiveSessionIds
* @summary Resolves session ids that are still externally active in another harness/process. * * The spawned `summarize-sessions.mjs` child
ai/services/memory-core/SessionService.mjs:222
↓ 5 callersMethodgetHealthcheckPreview
* Generates the mailbox preview for the healthcheck payload. * * Uses `countMessages` for the `unreadCount` field — direct-SQL path with no
ai/services/memory-core/MailboxService.mjs:1410
↓ 5 callersMethodgetInternalKey
* Hook to get the internal key of an item. * To be overridden by subclasses (e.g. Store). * @param {Object} item * @returns {String|Num
src/collection/Base.mjs:1146
↓ 5 callersMethodgetItemsRoot
* Returns the vdom node containing the helix items * @returns {Object} vdom
src/component/Helix.mjs:821
↓ 5 callersMethodgetLoginByDatabaseId
* Resolves a GitHub Database ID (Integer) to the current login. * * This method is critical for handling username changes (renames). When a
apps/devindex/services/GitHub.mjs:336
↓ 5 callersFunctiongetMirrorPath
* @summary Derives and validates the mirror path contract. * @param {Object} options * @returns {String} * @private
ai/services/knowledge-base/helpers/gitMirror.mjs:326
↓ 5 callersFunctiongetMissingAskSynthesisLeaves
(askSynthesis, requiredLeaves)
ai/services/knowledge-base/helpers/askSynthesisGuard.mjs:22
↓ 5 callersFunctiongetNamespace
(tree, names)
buildScripts/docs/jsdocx.mjs:68
↓ 5 callersMethodgetParent
()
test/playwright/unit/state/createHierarchicalDataProxy.spec.mjs:61
↓ 5 callersMethodgetParsers
* @returns {Array<Object>} Registered Parser classes in insertion order.
ai/services/knowledge-base/source/SourceRegistry.mjs:122
↓ 5 callersMethodgetPort
* @param {Object} opts * @returns {Object|null}
src/worker/Base.mjs:116
↓ 5 callersMethodgetRecord
* Resolves a record from a logical cell ID. * @param {String} logicalId * @returns {Neo.data.Record|null}
src/selection/table/CellModel.mjs:51
↓ 5 callersMethodgetRecordByRowId
* @param {String} rowId * @returns {Record|null}
src/grid/Body.mjs:1129
↓ 5 callersMethodgetRecordId
* @param {Object} record * @returns {String|Number}
src/component/Helix.mjs:799
↓ 5 callersMethodgetStatus
* Returns the current status. * @returns {Object}
ai/services/neural-link/ConnectionService.mjs:250
↓ 5 callersMethodgetTheme
* Walks up the vdom tree and returns the closest theme found * @returns {String}
src/component/Base.mjs:1346
↓ 5 callersMethodgetTracker
* Reads the tracker index (formerly users.json). * @returns {Promise<Array<{login: String, lastUpdate: String}>>}
apps/devindex/services/Storage.mjs:284
↓ 5 callersMethodgetVdomRoot
()
test/playwright/unit/vdom/AutoId.spec.mjs:159
↓ 5 callersMethodgetVdomRoot
* Specify a different vdom root if needed to apply the top level style attributes on a different level. * Make sure to use getVnodeRoot() as well
src/table/header/Button.mjs:337
↓ 5 callersMethodgetVnodeTree
* Copies a given vnode tree and replaces child component references with their vnode. * @param {Object} vnode * @param {Number} [depth=-1]
src/util/vdom/TreeBuilder.mjs:118
↓ 5 callersFunctiongetWalMarkersFileName
(segmentKey)
ai/services/memory-core/helpers/memoryWalStore.mjs:85
↓ 5 callersFunctiongetWalRecordsFileName
(segmentKey)
ai/services/memory-core/helpers/memoryWalStore.mjs:76
↓ 5 callersFunctiongit
(args, cwd)
test/playwright/unit/ai/services/knowledge-base/tenantRepoIngestEnvelopeBuilder.spec.mjs:41
↓ 5 callersMethodhandleRequest
* Routes specific JSON-RPC methods to their corresponding implementation. * This method acts as the central dispatcher for all AI-driven commands
src/ai/Client.mjs:186
↓ 5 callersMethodhandler
()
examples/tableStore/MainContainer.mjs:39
↓ 5 callersMethodhasDockedWindow
* @return {Boolean}
apps/shareddialog/view/MainContainerController.mjs:246
↓ 5 callersMethodhasSelection
* @returns {Boolean}
src/selection/Model.mjs:178
↓ 5 callersMethodhasSource
* @param {String} sourceName * @returns {Boolean}
ai/services/knowledge-base/source/SourceRegistry.mjs:144
↓ 5 callersFunctionheaderBox
(tbIdx, btnIdx)
test/playwright/e2e/GridLockedDnDDuplication.spec.mjs:93
↓ 5 callersFunctionheartbeatAlivePath
()
ai/services/memory-core/HealthService.mjs:51
↓ 5 callersMethodhide
* @param {Boolean} animate=!!this.animateTargetId
src/dialog/Base.mjs:595
↓ 5 callersFunctionholderNow
()
test/playwright/unit/ai/daemons/embed/drainLock.spec.mjs:43
↓ 5 callersFunctionindexKey
(entry = {})
ai/services/github-workflow/shared/contentIndex.mjs:175
↓ 5 callersMethodinitAsync
* Ensures the service is ready by waiting for ChromaManager. * @returns {Promise<void>}
ai/services/knowledge-base/QueryService.mjs:67
↓ 5 callersFunctioninstallDependencies
({projectRoot, log = console.log, exec = execFileAsync})
ai/scripts/migrations/bootstrapWorktree.mjs:529
↓ 5 callersFunctionisHeavyDeltaPoll
(deltaSize)
ai/daemons/wake/flushDeferPolicy.mjs:60
↓ 5 callersFunctionisUsableMirror
* @summary Returns true when a directory is a usable git mirror. * @param {String} mirrorPath Local mirror path. * @returns {Promise<Boolean>} * @p
ai/services/knowledge-base/helpers/gitMirror.mjs:344
↓ 5 callersFunctionlintTree
* Pure structural validator. Feed it parsed tree data and a `fileExists(relPath)` probe * (relative to `learn/`); get back a flat list of violation r
ai/scripts/lint/lint-tree-json.mjs:244
↓ 5 callersMethodlist
* Convenience shortcut * @member {Neo.app.content.SectionsList} list
src/app/content/SectionsContainer.mjs:60
↓ 5 callersFunctionlistTools
* @summary Imports a real per-server `toolService.mjs` and returns its `listTools()` payload. * * Neural Link auto-connect is disabled before import
test/playwright/unit/ai/mcp/server/McpServerListToolsSmoke.spec.mjs:143
↓ 5 callersFunctionlockPath
()
test/playwright/unit/ai/daemons/embed/drainLock.spec.mjs:40
↓ 5 callersMethodlogRateLimit
* Logs the critical rate limit warning with estimated recovery time. * @param {String} context - The context of the operation (e.g. "Stopping sea
apps/devindex/services/Spider.mjs:581
↓ 5 callersFunctionmakeContext
(overrides = {})
test/playwright/unit/ai/daemons/orchestrator/scheduling/collector.spec.mjs:11
↓ 5 callersFunctionmakeEntry
(runId, completedAt)
test/playwright/unit/ai/services/memory-core/helpers/remRunStateStore.spec.mjs:104
↓ 5 callersFunctionmakeMockExec
()
test/playwright/unit/ai/scripts/migrations/bootstrapWorktree.spec.mjs:697
↓ 5 callersFunctionmakeToolbar
* The gate reads only `pendingScrollTarget` and `sortZone.itemRects`; a plain fake zone keeps * the probe at method level (the reviewer's original fa
test/playwright/unit/grid/HeaderToolbarScrollGate.spec.mjs:40
↓ 5 callersFunctionmemoryTexts
(result)
test/playwright/integration/CrossTenantIsolation.integration.spec.mjs:11
↓ 5 callersMethodmergeConfig
* Override this method to change the order configs are applied to this instance. * @param {Object} config * @param {Boolean} [preventOrigina
src/core/Base.mjs:737
↓ 5 callersFunctionnodeTexts
* Flattens a graph search response into searchable test evidence. * @param {Object} result The search_nodes tool result. * @returns {String}
test/playwright/integration/TeamPrivateRetrieval.integration.spec.mjs:346
↓ 5 callersFunctionnormalizeTenantRepoConfig
(config = {})
ai/services/knowledge-base/helpers/tenantRepoAccessContract.mjs:238
↓ 5 callersMethodonExamplesRoute
* @param {Object} params * @param {Object} value * @param {Object} oldValue
apps/portal/view/ViewportController.mjs:219
↓ 5 callersMethodonRefreshClassMembers
*
docs/app/view/classdetails/MembersList.mjs:609
↓ 5 callersMethodonSelect
* @param {String[]} items
src/menu/List.mjs:351
↓ 5 callersMethodparseHash
* Example for Array values: "categories[]=test1&categories[]=test2" * @param {String} str * @returns {Object}
src/main/DomEvents.mjs:793
↓ 5 callersFunctionparseNonNegativeInteger
(value, name)
ai/scripts/maintenance/compactGraphLog.mjs:65
↓ 5 callersFunctionprepareFilteredGraphDir
({sourceDir, filterLabels, filterEdgeTypes, liveNodeIds, stats, logger = console})
ai/scripts/maintenance/restore.mjs:611
↓ 5 callersMethodproject
* Projects a 3D point to 2D screen space using the cached matrix. * writes result to this.projectionPoint to avoid allocation. * @param {Num
apps/portal/canvas/ServicesCanvas.mjs:1377
↓ 5 callersFunctionpruneReconciledWalSegments
({dir, retentionLimit, activeSegmentKey} = {})
ai/services/memory-core/helpers/memoryWalStore.mjs:261
↓ 5 callersMethodqueryNodeTopology
* Retrieves the structural topology surrounding a specific node. * @param {Object} args * @param {String} args.nodeId The ID of the root nod
ai/services/memory-core/GraphService.mjs:859
← previousnext →901–1,000 of 8,612, ranked by callers