MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 3 callersFunctionscanDir
(dir)
ai/scripts/diagnostics/detectTruncatedTimelines.mjs:59
↓ 3 callersFunctionscanForPattern
* Scans the source files for a regex pattern; returns array of `{file, line, match}` findings. * Strings literals are preserved (this is exactly the
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.externalConfig.spec.mjs:118
↓ 3 callersMethodscrollIntoView
* @param {Object} data * @param {String} data.text * @param {String} data.vnodeId * @protected
src/main/addon/HighlightJS.mjs:100
↓ 3 callersMethodscrollToTableRow
* @param {Object} data * @param {String} data.id * @param {String} data.behavior='smooth' * @param {Number} data.offset=34 * @retu
src/main/DomAccess.mjs:981
↓ 3 callersFunctionseedExternallyActiveSession
({sessionId, agentIdentity, prompt})
test/playwright/unit/ai/services/memory-core/QueryReRanker.spec.mjs:240
↓ 3 callersFunctionseedGraphConfig
(tenantId, tenantRepos)
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:699
↓ 3 callersFunctionseedLegacyGraphFile
({schemaVersion} = {})
test/playwright/unit/ai/graph/Database.spec.mjs:44
↓ 3 callersFunctionseedMiniSummaries
(sessionId, entries)
test/playwright/unit/ai/services/memory-core/SessionSummaryDegradedFallback.spec.mjs:52
↓ 3 callersMethodselect
* @param {String} itemId
src/selection/GalleryModel.mjs:224
↓ 3 callersMethodselect
* @param {String} itemId * @param {Boolean} [toggleSelection=true]
src/selection/HelixModel.mjs:222
↓ 3 callersMethodselectAndScrollIntoView
* Select an item and scroll the tree to show the item in the center * @param {String} itemId
src/selection/TreeAccordionModel.mjs:244
↓ 3 callersMethodselectCurrentListItem
* @param {Boolean} [preventFocus=false]
src/form/field/Time.mjs:409
↓ 3 callersMethodserializeForLLM
* @summary Serializes the concept tree into a compact text format suitable for * LLM context priming. Produces a hierarchical, indented tree unde
ai/services/ConceptService.mjs:584
↓ 3 callersMethodset
* Change multiple configs at once, ensuring that all afterSet methods get all new assigned values * @param {Object} values={} * @param {Bool
src/layout/Base.mjs:168
↓ 3 callersMethodsetBodyCls
* @param {Object} data * @param {String[]} data.add * @param {Object[]} data.remove
src/main/DomAccess.mjs:1024
↓ 3 callersMethodsetCenter
* @param {Object} data * @param {String} data.id * @param {Object} data.value
src/main/addon/GoogleMaps.mjs:246
↓ 3 callersMethodsetTag
* Creates or updates a <meta> or <link> tag in the document head. * It finds an existing tag based on the same 'name', 'property' (for meta), or
src/main/addon/DocumentHead.mjs:196
↓ 3 callersMethodsetTenantManifest
* @summary Persists one repo's post-push claimed-state manifest without bumping config version. * * RLS: writes still pass through {@link re
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:491
↓ 3 callersMethodsetTheme
* @param {String} theme * @param {Boolean} [updateStorage=true]
apps/devindex/view/ViewportController.mjs:131
↓ 3 callersMethodsetTheme
* @param {String} theme * @param {Boolean} [updateStorage=true]
apps/portal/view/ViewportController.mjs:368
↓ 3 callersMethodsetTheme
* Exposed method for Remote Access to trigger the reactive config setter. * @param {String} value
src/canvas/Base.mjs:189
↓ 3 callersMethodsetZoom
* @param {Object} data * @param {String} data.id * @param {Number} data.value
src/main/addon/GoogleMaps.mjs:255
↓ 3 callersFunctionsettle
ai/services/graph/providerReadinessHelper.mjs:998
↓ 3 callersFunctionshouldSkipDownstreamDocsTargetForLinkPathOnlyChange
* @summary Determines whether a downstream doc target can skip a path-only skill update. * * @param {String} skillDiffText * @param {String} downst
ai/scripts/lint/lint-skill-manifest.mjs:621
↓ 3 callersMethodshowPicker
*
src/form/field/Picker.mjs:322
↓ 3 callersFunctionsleep
test/playwright/e2e/GridColumnOverdragScroll.spec.mjs:147
↓ 3 callersMethodsnakeToCamel
* Converts a snake_case string into camelCase. * @param {String} value The snake_case string. * @returns {String} The camelCase string.
src/core/Util.mjs:200
↓ 3 callersMethodsplitMetadataList
* @summary Converts comma-delimited Chroma metadata fields into stable result arrays. * @param {String|undefined} value Metadata value. * @r
ai/services/memory-core/SummaryService.mjs:47
↓ 3 callersMethodstop
* Stops the agent loop.
ai/agent/Loop.mjs:263
↓ 3 callersMethodstringifyValue
* * @param {String|String[]} value * @returns {String}
src/component/wrapper/MonacoEditor.mjs:472
↓ 3 callersFunctionstripRepoSuffix
* @summary Strips the terminal `.git` suffix and surrounding slashes from a repo identity segment. * @param {String} value Repo identity candidate.
ai/services/knowledge-base/helpers/tenantRepoAccessContract.mjs:49
↓ 3 callersMethodsubscribe
* @summary Creates or reuses a caller-owned wake subscription for one canonical route tuple. * * The public `subscribe` action is a restart-
ai/services/memory-core/WakeSubscriptionService.mjs:609
↓ 3 callersMethodsummarizeSessions
* Summarizes sessions based on the provided sessionId or all unsummarized sessions. * Note: If the current active sessionId is explicitly passed,
ai/services/memory-core/SessionService.mjs:1283
↓ 3 callersMethodsyncGridBody
* @protected
src/grid/ScrollManager.mjs:245
↓ 3 callersFunctiontoPosixRelative
(rootDir, filePath)
ai/scripts/lint/lint-mcp-test-locations.mjs:24
↓ 3 callersMethodtoSourcePath
* @summary Converts platform path separators to portable source-path separators. * @param {String} value Path-like value. * @returns {String
ai/services/knowledge-base/source/RawRepoSource.mjs:281
↓ 3 callersMethodtoggleSelection
* @param {Object} item
src/selection/Model.mjs:291
↓ 3 callersMethodtoggleTimer
* Flip over the timer face * @param {Boolean} doShow
src/component/Timer.mjs:257
↓ 3 callersMethodtranslate3d
* @param {Number} x * @param {Number} y * @param {Number} z * @returns {String}
src/component/Gallery.mjs:776
↓ 3 callersMethodtriggerVdomUpdate
* Triggers a vdom update & sets isUpdating * @param {Boolean} [silent=false] * @protected
src/component/DateSelector.mjs:883
↓ 3 callersMethodtruncateDatabase
* Truncates specified collections (or graph) from the database. * @param {Object} options * @param {String[]} [options.include=['memori
ai/services/memory-core/DatabaseService.mjs:613
↓ 3 callersMethodupdateColCount
* @param {Boolean} [silent=false]
src/grid/Container.mjs:1248
↓ 3 callersMethodupdateData
* @param {Object} data * @param {Object} data.data * @param {String} data.dataPath * @param {String} data.id
src/main/addon/AmCharts.mjs:262
↓ 3 callersMethodupdateDataProperty
* @summary A generic handler to update a property in the state provider. * @description Also triggers a manual widget update if real-time updates
apps/colors/view/ViewportController.mjs:201
↓ 3 callersMethodupdateDayNamesRows
* Dynamically update the weekday rows inside each month * @param {String} value * @param {String} oldValue * @param {Boolean} [silent=f
src/calendar/view/YearComponent.mjs:818
↓ 3 callersMethodupdateFlag
*
src/component/CountryFlag.mjs:78
↓ 3 callersMethodupdateFlag
*
src/form/field/Country.mjs:140
↓ 3 callersMethodupdateHeaderDays
* @param {String} value * @param {String} oldValue * @param {Boolean} [silent=false]
src/component/DateSelector.mjs:900
↓ 3 callersMethodupdateHeaderMonth
* @param {Number} increment * @param {Number} yearIncrement * @param {Boolean} silent=false * @param {Object} monthElDomRect * @re
src/component/DateSelector.mjs:940
↓ 3 callersMethodupdateLabels
*
apps/devindex/view/home/StatusToolbar.mjs:154
↓ 3 callersMethodupdateLegend
*
src/form/Fieldset.mjs:211
↓ 3 callersMethodupdateMouseState
* Updates the local mouse state from main thread events. * Delegates click events to `onMouseClick`. * @param {Object} data * @param {B
src/canvas/Base.mjs:202
↓ 3 callersMethodupdateNavRects
* Synchronizes the positions of the navigation buttons with the Shared Worker. * This allows the physics engine to "divert" the energy streams ar
src/app/header/Canvas.mjs:165
↓ 3 callersMethodupdateSize
* @param {Object} size * @param {Number} size.height * @param {Number} size.width
apps/portal/canvas/HomeCanvas.mjs:1129
↓ 3 callersMethodupdateTitle
* @param {Boolean} silent=false
src/component/Circle.mjs:898
↓ 3 callersMethodupdateTransitionDetails
* We do not want to apply the style to each list item itself, so we are using Neo.util.Css * @param {Boolean} deleteRule=false * @protected
src/list/plugin/Animate.mjs:429
↓ 3 callersMethodupdateTriggers
*
src/form/field/Number.mjs:375
↓ 3 callersMethodupdateVdom
* Gets called after the vdom config gets changed in case the component is already mounted (delta updates). * @param {function} [resolve] used by
src/mixin/VdomLifecycle.mjs:935
↓ 3 callersMethodupdateWidgets
* @summary Fetches new data from the backend service and updates all widgets. * @description This is the main data refresh method. It reads the c
apps/colors/view/ViewportController.mjs:238
↓ 3 callersFunctionuseEvent
(eventType, handler, delegate)
src/functional/useEvent.mjs:15
↓ 3 callersFunctionv
()
docs/resources/lib/highlight/highlight.pack.js:2
↓ 3 callersFunctionv
()
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 3 callersFunctionvalidateBundle
(bundleRoot, layout, logger = console)
ai/scripts/maintenance/restore.mjs:320
↓ 3 callersMethodvalidateHarnessTargetMetadata
* @summary Validates channel metadata for the WAKE_SUBSCRIPTION lifecycle before * graph persistence. * * This service-side guard compl
ai/services/memory-core/WakeSubscriptionService.mjs:788
↓ 3 callersFunctionwalk
(n, p)
test/playwright/unit/ai/mcp/validation/OpenApiValidatorCompliance.spec.mjs:27
↓ 3 callersFunctionwalk
(d)
ai/scripts/diagnostics/detectTruncatedTimelines.mjs:61
↓ 3 callersFunctionwalkSourceFiles
* Recursively walks a directory and returns absolute paths for files matching the extensions filter. * Skips `node_modules`, `dist`, `.git`, and any
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.externalConfig.spec.mjs:21
↓ 3 callersMethodwindowMoveTo
* Move a popup window * @param {Object} data * @param {String} data.windowName * @param {String} data.x * @param {String} data.y
src/Main.mjs:509
↓ 3 callersFunctionwriteError
(...args)
ai/scripts/runners/runSandman.mjs:40
↓ 3 callersFunctionwriteGateState
(payload)
ai/scripts/lifecycle/wakeSafetyGate.mjs:116
↓ 3 callersMethodwritePersistedRevisions
* Persists the per-tenant-repo lastIngestedRev map. Creates the parent * directory on first write so a fresh deployment doesn't need explicit dir
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:683
↓ 2 callersMethod#applyEmbeddingWriteCanary
* @summary Adds the embedding write canary to a healthcheck payload and degrades on failure. * @param {Object} payload Mutable healthcheck payloa
ai/services/memory-core/HealthService.mjs:1312
↓ 2 callersMethod#arrayRotate
(arr, n)
src/component/Carousel.mjs:314
↓ 2 callersMethod#assertGraphDestructiveTargetAllowed
* Applies the shared destructive-operation guard to Native Edge Graph targets. * * @param {Object} options * @param {String}
ai/services/memory-core/DatabaseService.mjs:684
↓ 2 callersMethod#buildTree
* Private helper to recursively build a tree, abstracting the child node key. * @param {Object} node The vdom or vnode to process. * @param
src/util/vdom/TreeBuilder.mjs:35
↓ 2 callersMethod#checkCollections
* Verifies that the required collections exist and are accessible. * * Intent: Confirms both memory and summary collections * are avail
ai/services/memory-core/HealthService.mjs:1017
↓ 2 callersMethod#combineOutput
* @param stdout * @param stderr * @returns {string}
ai/services/github-workflow/HealthService.mjs:243
↓ 2 callersMethod#createSwapInProgressError
* @param {String[]} activeSwapCollections * @returns {Error}
ai/services/knowledge-base/ChromaManager.mjs:236
↓ 2 callersMethod#enqueueOpenAiCompatiblePost
* @summary Queues OpenAI-compatible embedding posts behind an interactive-first scheduler. * * Local OpenAI-compatible embedding servers fre
ai/services/memory-core/TextEmbeddingService.mjs:137
↓ 2 callersMethod#exhaustTimelineItems
* @summary Continuation-fetches remaining timelineItems pages for an issue until exhausted. * * GitHub's GraphQL `timelineItems` connection
ai/services/github-workflow/sync/IssueSyncer.mjs:124
↓ 2 callersMethod#exportCollection
* Helper method to export a ChromaDB collection. * @param {Object} collection The ChromaDB collection to export. * @param {String} backupPat
ai/services/memory-core/DatabaseService.mjs:51
↓ 2 callersMethod#fetchCurrentAssignees
* @summary Fetches current assignee logins for the precondition + post-verify gate. * Narrow GraphQL query (vs `FETCH_SINGLE_ISSUE`'s heavy neste
ai/services/github-workflow/IssueService.mjs:305
↓ 2 callersMethod#formatIssueMarkdown
* Formats a GitHub issue and its comments into a single Markdown string with YAML frontmatter. * @param {object} issue The GitHub issue obje
ai/services/github-workflow/sync/IssueSyncer.mjs:183
↓ 2 callersMethod#getActiveKnowledgeBaseSwapCollections
* @returns {Promise<String[]>}
ai/services/knowledge-base/ChromaManager.mjs:205
↓ 2 callersMethod#getAuthToken
* Fetches the GitHub authentication token from the `gh` CLI. * @returns {Promise<string>} * @private
apps/devindex/services/GitHub.mjs:71
↓ 2 callersMethod#getByIndexedContentId
* @summary Reads a content file through the ADR 0004 `_index.json` lookup surface. * * Missing entries return `NOT_FOUND` with a regeneratio
ai/services/github-workflow/LocalFileService.mjs:48
↓ 2 callersMethod#getChoiceContent
* @summary Extracts generated content from OpenAI-compatible chat completion chunks. * * Streaming SSE frames expose text as `choices[0].del
ai/provider/OpenAiCompatible.mjs:167
↓ 2 callersMethod#getIds
* Fetches the GraphQL node IDs for an issue or pull request and a set of labels. * @param {number} issueNumber The number of the issue or PR.
ai/services/github-workflow/IssueService.mjs:1151
↓ 2 callersMethod#getItemRoot
* HELPERS
src/component/Carousel.mjs:310
↓ 2 callersMethod#getOllamaProvider
* @summary Lazy-instantiates or returns the cached native Ollama provider client. * * Reads host + embeddingModel from `aiConfig.ollama`. Ca
ai/services/memory-core/TextEmbeddingService.mjs:318
↓ 2 callersMethod#interpretExecError
* @param err * @returns {boolean}
ai/services/github-workflow/HealthService.mjs:386
↓ 2 callersMethod#mapMergeRequest
* @summary Maps a GitLab `mergeRequest` GraphQL node to the flat MCP-contract item shape. * Shared by `listMergeRequests` and `getMergeRequest` s
ai/services/gitlab-workflow/MergeRequestService.mjs:101
↓ 2 callersMethod#normalizeGitlabPatAllowlist
* @summary Normalizes a GitLab-PAT allowlist config leaf. * * Config templates resolve CSV env vars to arrays; the string branch is a compat
ai/mcp/server/shared/services/AuthService.mjs:243
↓ 2 callersMethod#parseCompletionLine
* @summary Parses one streaming line or a complete single-line JSON response. * * @param {String} line SSE `data:` line or JSON response lin
ai/provider/OpenAiCompatible.mjs:186
↓ 2 callersMethod#pruneEmptyDirs
* Recursively removes now-empty directories under `root` (after a re-bucket relocation leaves * source chunk/version folders empty). Children are
ai/services/github-workflow/sync/IssueSyncer.mjs:1211
↓ 2 callersMethod#scanChromaMetadata
* Scans Chroma collection metadata in batches and projects migration counters. * * @param {Object} collection ChromaDB collection wrapper
ai/services/memory-core/HealthService.mjs:1257
↓ 2 callersMethod#setAssignees
* @summary Shared `issueSetAssignees` mutation runner (username-native; no id pre-lookup). * * Self-contained error handling so callers can
ai/services/gitlab-workflow/IssueService.mjs:121
↓ 2 callersMethod#setConfigValue
* Helper function to set a config value and trigger reactivity. * This method creates a new Config instance if one doesn't exist for the given pa
src/state/Provider.mjs:639
↓ 2 callersMethod#updateDocumentHeadIfNeeded
* A private helper method that conditionally updates the document head. * It checks if the service is `isReady` before attempting to retrieve met
apps/portal/service/Seo.mjs:156
↓ 2 callersMethod#updateRateLimit
* Updates the internal rate limit state from response headers. * @param {Response} response * @private
apps/devindex/services/GitHub.mjs:96
← previousnext →1,701–1,800 of 8,612, ranked by callers