MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 4 callersFunctiongetSymbolsComparer
(sortType, prop)
buildScripts/docs/jsdoc-x/sorter.mjs:202
↓ 4 callersMethodgetTabAtIndex
* Retrieves the `HeaderButton` instance for a tab at a specific index. * @param {Number} index The index of the tab button to retrieve. * @r
src/tab/Container.mjs:391
↓ 4 callersMethodgetTaskPidFile
* Resolves the PID file path for a child task. * @param {String} taskName Task key. * @returns {String}
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:74
↓ 4 callersFunctiongetUniqueId
(prefix)
test/playwright/unit/vdom/UpdateWedge.spec.mjs:61
↓ 4 callersFunctiongetUnreadSunsetHandovers
(db)
ai/daemons/wake/queries.mjs:280
↓ 4 callersMethodgetUsers
* Reads the rich users data (formerly data.json). * @returns {Promise<Array<Object>>}
apps/devindex/services/Storage.mjs:359
↓ 4 callersMethodgetVdomRoot
* @returns {Object} The new vdom root
src/button/Split.mjs:211
↓ 4 callersMethodgetView
* @param {Number} tabIndex * @returns {Neo.component.Base}
apps/covid/view/MainContainerController.mjs:171
↓ 4 callersMethodgetWeekComponent
* @returns {Neo.calendar.view.Component}
src/calendar/view/settings/WeekContainer.mjs:105
↓ 4 callersMethodgetWorker
* @param {String|Worker} name * @returns {Worker}
src/worker/Manager.mjs:352
↓ 4 callersMethodhasAnnotations
* @param {Record} record * @returns {Boolean}
src/selection/grid/BaseModel.mjs:332
↓ 4 callersFunctionhasBroadcastDeliveryEdges
(messageId)
ai/services/memory-core/MailboxService.mjs:224
↓ 4 callersFunctionhasCloneUrlUserInfo
(cloneUrl)
ai/services/knowledge-base/helpers/tenantRepoAccessContract.mjs:85
↓ 4 callersFunctionhasConfigTemplate
(serverPath)
ai/scripts/setup/initServerConfigs.mjs:55
↓ 4 callersFunctionhasIngestFailure
* @summary Detects whether an ingestion summary should make the hook/CI fail. * @param {*} payload Decoded tool payload. * @returns {Boolean}
ai/scripts/maintenance/kbPushClient.mjs:209
↓ 4 callersMethodhideSubMenu
*
src/menu/List.mjs:259
↓ 4 callersFunctionimportTemplateConfig
* @summary Imports the copyable GitHub workflow config template under a unit-test-only namespace. * * The template intentionally uses the production
test/playwright/unit/ai/mcp/server/github-workflow/ConfigCompleteness.spec.mjs:31
↓ 4 callersMethodingestIssueStates
* @summary Parses the local file system for markdown files and explicitly syncs their state * into the Native Graph database. Re-asserts edge wei
ai/services/ingestion/IssueIngestor.mjs:89
↓ 4 callersFunctioningestSourceFilesViaMcp
ai/mcp/server/knowledge-base/ingestSourceFilesTool.mjs:71
↓ 4 callersMethodinitRemoteExecution
* Instantiates the counterpart Pipeline in the Data Worker if workerExecution is 'data'. * @protected * @returns {Promise<void>}
src/data/Pipeline.mjs:336
↓ 4 callersFunctioninsertGraphLogRows
(count)
test/playwright/unit/ai/scripts/maintenance/compactGraphLog.spec.mjs:117
↓ 4 callersFunctioninsertNode
* @summary Inserts one graph node fixture into the in-memory database. * @param {Object} db Open better-sqlite3 connection. * @param {Object} node N
test/playwright/unit/ai/scripts/migrations/renameAgentIdentities.spec.mjs:55
↓ 4 callersFunctionisNoProgressBackoffActive
({taskState = {}, pendingJobs = [], now = Date.now()} = {})
ai/daemons/orchestrator/scheduling/memorySummaryBackfill.mjs:92
↓ 4 callersMethodisSelectedRow
* @param {Number|String} recordId * @returns {Boolean} true in case the row is selected
src/selection/grid/BaseModel.mjs:364
↓ 4 callersMethodisValid
* @returns {Boolean}
src/form/field/Text.mjs:1325
↓ 4 callersFunctionjsonlCount
test/playwright/unit/ai/services/memory-core/helpers/remRunStateStore.spec.mjs:115
↓ 4 callersFunctionlimitItems
* @param {Object[]} rows * @param {Number|null} itemLimit * @returns {Object[]}
buildScripts/release/analyzeClosedSinceRelease.mjs:216
↓ 4 callersFunctionlintConfigTemplateSsot
({rootDir = ROOT_DIR, files, baseline = BASELINE} = {})
ai/scripts/lint/lint-config-template-ssot.mjs:121
↓ 4 callersMethodlistLabels
* @summary Fetches a list of all labels in the repository via paginated GraphQL queries. * * GraphQL exceptions from `GraphqlService.query`
ai/services/github-workflow/LabelService.mjs:45
↓ 4 callersMethodlistMergeRequests
* @summary Lists the configured GitLab project's merge requests via the GitLab GraphQL API. * @param {Object} [options={}] * @param {Number}
ai/services/gitlab-workflow/MergeRequestService.mjs:216
↓ 4 callersMethodlistPermissions
* Lists permissions for an identity. Defaults to the caller. * @param {Object} opts * @param {String} [opts.forIdentity] The identity to lis
ai/services/memory-core/PermissionService.mjs:116
↓ 4 callersMethodload
* Loads configuration from a JSON or MJS file and merges it with defaults. * @param {string} filePath - The path to the configuration file.
ai/mcp/client/config.mjs:99
↓ 4 callersMethodloadData
*
apps/covid/view/MainContainerController.mjs:178
↓ 4 callersMethodloadData
*
apps/sharedcovid/view/MainContainerController.mjs:237
↓ 4 callersMethodloadItems
* Load items from a remote endpoint. * See: https://github.com/neomjs/neo/tree/dev/examples/serverside * The response should return a JSON f
src/container/Base.mjs:718
↓ 4 callersMethodloadStylesheet
* Include a link into the document.head * @param {String} href * @param {Object} dataset=null * @returns {Promise<unknown>}
src/main/DomAccess.mjs:563
↓ 4 callersFunctionmakeCandidateDescriptor
({ taskName = 'summary', executionKind = 'supervised-child-process', maintenanceClass = 'heavy',
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:19
↓ 4 callersFunctionmakeContext
(overrides = {})
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:7
↓ 4 callersFunctionmakeMockMcpServer
()
test/playwright/unit/ai/mcp/server/FileSystemPolicy.spec.mjs:23
↓ 4 callersFunctionmakePruneExec
({removed})
test/playwright/unit/ai/scripts/migrations/bootstrapWorktree.spec.mjs:811
↓ 4 callersFunctionmakeRuntime
(overrides = {})
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:79
↓ 4 callersFunctionmakeServices
(overrides = {})
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:35
↓ 4 callersFunctionmakeTestFileSystemServerClass
(callTool)
test/playwright/unit/ai/mcp/server/FileSystemPolicy.spec.mjs:37
↓ 4 callersMethodmanageMergeRequestComment
* @summary Creates or updates a comment (GitLab "note") on a merge request. * * `create` resolves the MR's global id (`noteableId`); `update
ai/services/gitlab-workflow/MergeRequestService.mjs:271
↓ 4 callersFunctionmarkdownCounts
* @param {Object[]} rows * @param {Number} limit * @returns {String}
buildScripts/release/analyzeClosedSinceRelease.mjs:249
↓ 4 callersMethodmigrateArchiveBuckets
* Facade for the one-time archive re-bucket migration (#12194). Loads metadata, delegates to * `IssueSyncer.migrateArchiveBuckets`, then persists
ai/services/github-workflow/SyncService.mjs:294
↓ 4 callersMethodmoveOrigin
*
src/component/Gallery.mjs:575
↓ 4 callersMethodnavigateTo
* @param {String} item
apps/portal/view/news/blog/MainContainerController.mjs:27
↓ 4 callersMethodnavigateTo
* @param {String} item
apps/portal/view/news/release/MainContainerController.mjs:27
↓ 4 callersMethodnavigateTo
* Navigates to the passed target * @param {Object} config * @param {Object} config.data The data block as passed to {@link #subscribe}
src/main/addon/Navigator.mjs:304
↓ 4 callersMethodnormalizeSourcePath
* @summary Normalizes local source paths to repo-relative POSIX form. * @param {String} source Source path. * @returns {String} Normalized s
ai/services/knowledge-base/QueryService.mjs:859
↓ 4 callersFunctiono
(e)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 4 callersFunctiono
(e)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 4 callersMethodonRecordChange
* Gets triggered after changing the value of a record field. * E.g. myRecord.foo = 'bar'; * @param {Object} data * @param {Object[]} da
src/data/Store.mjs:1156
↓ 4 callersMethodonTimelineDataLoad
* The core "Alignment Engine" of the timeline. * * This method synchronizes the Canvas nodes with the DOM elements (Avatars/Badges). *
apps/portal/view/content/TimelineCanvas.mjs:204
↓ 4 callersMethodpanTo
* @param data * @param {String} data.mapId * @param {Object} data.position
src/main/addon/GoogleMaps.mjs:216
↓ 4 callersFunctionparseAddedLines
* Parses a unified diff into a flat list of added-line records. Each record carries * the file path (relative to repo root), the new-file line number
ai/scripts/lint/lint-agents.mjs:152
↓ 4 callersMethodparseFrontMatter
* @summary Extends the shared frontmatter parser with the folded block scalars used by Discussion titles. * @param {String} text * @returns
apps/portal/view/news/discussions/Component.mjs:55
↓ 4 callersMethodpassSizeToBody
* @param {Boolean} silent=false * @returns {Promise<void>}
src/grid/header/Toolbar.mjs:311
↓ 4 callersFunctionportOpen
(port)
test/playwright/integration/fixtures/composeWebServer.mjs:79
↓ 4 callersMethodpost
* @param {Object} [opts={}] * @param {Object} [opts.data] * @param {Object} [opts.params] * @param {String} [opts.resource] * @par
apps/realworld2/api/Base.mjs:162
↓ 4 callersFunctionprobeModels
ai/services/graph/providerReadinessHelper.mjs:434
↓ 4 callersMethodprocessBatch
* Orchestrates the update process for a specific batch of users. * * Iterates through the provided list of logins, fetching their latest dat
apps/devindex/services/Updater.mjs:63
↓ 4 callersFunctionpruneRemRunStates
({dir, retentionLimit} = {})
ai/services/memory-core/helpers/remRunStateStore.mjs:141
↓ 4 callersFunctionreadContentIndex
(issueSyncConfig = {})
ai/services/github-workflow/shared/contentIndex.mjs:51
↓ 4 callersFunctionreadJsonlEntries
* @summary Parses one JSONL file into entries, skipping corrupt lines. * * Corruption tolerance is load-bearing: a torn final line (crash mid-append
ai/services/memory-core/helpers/memoryWalStore.mjs:160
↓ 4 callersFunctionreadPairs
test/playwright/e2e/GridHeaderCellRectSync.spec.mjs:36
↓ 4 callersFunctionreadRecentRemRunStates
({dir, limit} = {})
ai/services/memory-core/helpers/remRunStateStore.mjs:213
↓ 4 callersMethodregister
* @param {Object} item
src/manager/Toast.mjs:116
↓ 4 callersFunctionrenderConsumerFrictionSection
({now = Date.now()} = {})
ai/services/memory-core/helpers/consumerFrictionHelper.mjs:412
↓ 4 callersFunctionrequireJson
buildScripts/docs/jsdocx.mjs:11
↓ 4 callersFunctionrequireJson
buildScripts/create/appMinimal.mjs:15
↓ 4 callersFunctionrequireJson
buildScripts/create/app.mjs:15
↓ 4 callersFunctionrequireJson
buildScripts/webpack/development/webpack.config.appworker.mjs:8
↓ 4 callersMethodresolveArgs
* Internal helper for args * @param {Array} args * @returns {Object} * @protected
src/util/Logger.mjs:188
↓ 4 callersFunctionresolveChromaHost
({env = process.env, defaultHost = 'localhost'} = {})
ai/mcp/server/shared/helpers/deploymentConfig.mjs:44
↓ 4 callersMethodresolveHead
* Resolves the current repository HEAD. * @param {String} root Repository root. * @param {Function} execFileSyncFn Command execution seam.
ai/daemons/orchestrator/services/PrimaryRepoSyncService.mjs:709
↓ 4 callersFunctionresolveHeavyMaintenanceLeasePath
({heavyMaintenanceLeasePath, dataDir})
ai/daemons/orchestrator/services/MaintenanceBackpressureService.mjs:121
↓ 4 callersFunctionresolveIdentityForFamily
(family)
ai/scripts/lifecycle/revalidationSweep.mjs:146
↓ 4 callersFunctionresolveLiveSegmentIds
({dbPath, execFn = execSync} = {})
ai/scripts/maintenance/defragChromaDB.mjs:258
↓ 4 callersMethodresolveOptionalHead
* Resolves HEAD without blocking the pull path when the probe itself fails. * @param {String} root Repository root. * @param {Function} exec
ai/daemons/orchestrator/services/PrimaryRepoSyncService.mjs:719
↓ 4 callersFunctionresolveRef
* Recursively resolves JSON references ($ref) within the OpenAPI document. * This is crucial for building complete Zod schemas from potentially fragm
ai/mcp/validation/openApiValidator.mjs:61
↓ 4 callersFunctionresolveSkillMarkdownTarget
(rawTarget, sourceRelPath, index)
ai/scripts/lint/lint-skill-manifest.mjs:370
↓ 4 callersMethodresync
* Replays GraphLog deltas matching the subscription's current trigger+filter spec, * starting from `sinceLogId`. Returns the matching event paylo
ai/services/memory-core/WakeSubscriptionService.mjs:898
↓ 4 callersMethodrevertFocus
*
src/component/Base.mjs:1631
↓ 4 callersMethodrotate
*
src/component/Circle.mjs:756
↓ 4 callersMethodrotateTo
* @param {Number|null} [x] * @param {Number|null} [y] * @param {Number|null} [z]
src/layout/Cube.mjs:423
↓ 4 callersFunctionrun
test/playwright/unit/ai/scripts/lint/lintTreeJson.spec.mjs:152
↓ 4 callersFunctionrunCodexSandboxProbe
({ projectRoot, probeId, DatabaseClass = Database, fsImpl = fs, env = pro
ai/scripts/diagnostics/bootstrapCodexSandbox.mjs:152
↓ 4 callersFunctionrunWithFixture
* Runs the guard with a throwaway fixture file written under the real SEARCH_ROOT (`ai/`), then * cleans up. Returns the script's exit code + combine
test/playwright/unit/ai/scripts/diagnostics/checkRetiredPrimitives.spec.mjs:21
↓ 4 callersMethodsafeSerialize
* @param {*} value * @returns {*}
src/ai/client/Service.mjs:26
↓ 4 callersMethodsaveCheckpoint
* Helper to save partial results. * @param {Object} state
apps/devindex/services/Spider.mjs:550
↓ 4 callersFunctionseedMainHandoff
(content = '# fixture handoff\n')
test/playwright/unit/ai/scripts/migrations/bootstrapWorktree.spec.mjs:551
↓ 4 callersFunctionseedSegmentDir
* Seeds a UUID-named directory simulating an on-disk HNSW segment dir, with a marker file.
test/playwright/unit/ai/scripts/maintenance/defrag-segment-cleanup.spec.mjs:79
↓ 4 callersFunctionseedSummary
* Seed a summary row authored by one or more identities. Chroma stores `sourceAgentIdentities` as a * comma-joined string (SessionService stamps `pro
test/playwright/unit/ai/services/memory-core/SummaryService.AuthorScope.spec.mjs:64
↓ 4 callersMethodselectRoot
* Select the root item of the tree
src/selection/TreeAccordionModel.mjs:257
↓ 4 callersFunctionselfFallback
(resolvedFrom)
ai/daemons/orchestrator/scheduling/swarmHeartbeat.mjs:113
↓ 4 callersMethodsendMessage
* @param {Object} data
src/data/connection/WebSocket.mjs:275
↓ 4 callersMethodsetComponentFocus
* @param {Object} opts * @param {Array} opts.componentPath Component ids upwards * @param {Object} opts.data dom event infos * @param
src/manager/Focus.mjs:170
↓ 4 callersMethodsetNeoConfig
* Change a Neo.config from the app worker * @param {Object} data * @param {String} data.key * @param {*} data.value
src/Main.mjs:457
← previousnext →1,201–1,300 of 8,612, ranked by callers