Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ functions
Functions
8,612 in github.com/neomjs/neo
⨍
Functions
8,612
◇
Types & classes
2,567
↓ 6 callers
Method
getVdomItemsRoot
* Specify a different vdom items root if needed (useful in case this container uses a wrapper node). * @returns {Object} The new vdom items root
src/container/Base.mjs:593
↓ 6 callers
Function
invoke
(page, method, ...args)
test/playwright/util/RmaHelpers.mjs:37
↓ 6 callers
Method
isChromaRecycleDue
@summary Returns true when the Chroma supervised process exceeds max runtime.
ai/daemons/orchestrator/Orchestrator.mjs:324
↓ 6 callers
Method
isEmbeddingProviderReady
* Pure predicate: is the configured embedding provider ready to serve KB retrieval? * * Knowledge Base `ask`/`query` must embed the query be
ai/services/knowledge-base/HealthService.mjs:240
↓ 6 callers
Function
isExempt
* Returns true when the line text contains a same-line exemption marker per * the anchor-tag exception contract. Match is case-insensitive substring;
ai/scripts/lint/lint-agents.mjs:209
↓ 6 callers
Function
isOrchestratorDaemonCommand
(cmd)
ai/daemons/orchestrator/daemon.mjs:48
↓ 6 callers
Function
lintSeoOutputs
* Pure SEO-output validator. It compares expected generated learn routes against * checked-in SEO/LLM outputs and deliberately ignores sitemap `lastm
ai/scripts/lint/lint-tree-json.mjs:198
↓ 6 callers
Function
livingCells
A living cell carries the data.field binding; structural pool placeholders do not.
test/playwright/unit/grid/RowCellIdMigration.spec.mjs:105
↓ 6 callers
Method
load
* Orchestrates the restoration loop, ripping physical rows back out into standard `Neo.data.Record` collections internally.
ai/graph/storage/Base.mjs:57
↓ 6 callers
Function
makeDatabaseServiceSeam
({onExport, importResult} = {})
test/playwright/unit/ai/scripts/maintenance/knowledgeBaseArtifact.spec.mjs:38
↓ 6 callers
Method
manageDiscussion
* Manages discussion-level operations. Currently supports updating the discussion body, * enabling post-publication corrections without accumulat
ai/services/github-workflow/DiscussionService.mjs:347
↓ 6 callers
Method
manageDiscussionComment
* Consolidates comment management into a single method. * @param {object} options The options object * @param {number
ai/services/github-workflow/DiscussionService.mjs:308
↓ 6 callers
Function
matchHeartbeatPulse
({trace, harnessTarget, agentIdentity, entityType = HEARTBEAT_PULSE_ENTITY_TYPE, prefix = HEARTBEAT_PULSE_ENTI
ai/services/memory-core/heartbeatPulseEvaluator.mjs:82
↓ 6 callers
Function
nonEmptyValue
(value, fallback)
ai/daemons/orchestrator/services/DreamService.mjs:51
↓ 6 callers
Method
normalize
* Normalizes a raw GitHub location string to an ISO 3166-1 Alpha-2 code. * @param {String} rawLocation * @returns {String|null} 'DE', 'US',
apps/devindex/services/LocationNormalizer.mjs:145
↓ 6 callers
Function
normalizeRelPath
(filePath)
ai/scripts/lint/lint-skill-manifest.mjs:295
↓ 6 callers
Method
onDragStart
* @param data
src/dialog/Base.mjs:709
↓ 6 callers
Method
onItemClick
* @param {Object} node * @param {Object} data
src/menu/List.mjs:306
↓ 6 callers
Function
parseGraphData
* @summary Parses graph JSON defensively for migration reads. * @param {String} raw JSON string from SQLite. * @returns {Object}
ai/scripts/migrations/renameAgentIdentities.mjs:256
↓ 6 callers
Method
passSizeToBody
* @param {Boolean} silent=false * @returns {Promise<void>}
src/grid/Container.mjs:1118
↓ 6 callers
Method
processUndigestedSessions
* @summary Runs the REM digest pipeline for sessions that are not yet marked graph-digested. * * The DreamService REM pipeline hydrates raw
ai/daemons/orchestrator/services/DreamService.mjs:196
↓ 6 callers
Function
projectSourceShape
(src)
ai/scripts/setup/initServerConfigs.mjs:309
↓ 6 callers
Function
proxyToObject
(proxy)
test/playwright/unit/state/Provider.spec.mjs:34
↓ 6 callers
Function
pruneStaleWorktrees
({ projectRoot, currentPath = projectRoot, dryRun = false, worktreesRoot = DEFAULT_CL
ai/scripts/migrations/bootstrapWorktree.mjs:718
↓ 6 callers
Method
pullFromGitHub
* Fetches all relevant issues from GitHub using GraphQL with automatic pagination. * This single query fetches issues WITH their comments and rel
ai/services/github-workflow/sync/IssueSyncer.mjs:544
↓ 6 callers
Method
queryComponent
* @param {Object} params * @param {String} [params.rootId] * @param {Object} params.selector * @param {String[]} [params.returnPr
src/ai/client/ComponentService.mjs:285
↓ 6 callers
Method
read
(operation)
test/playwright/unit/data/StoreParser.spec.mjs:24
↓ 6 callers
Function
readJsonl
test/playwright/unit/ai/AgentOrchestrator.spec.mjs:13
↓ 6 callers
Function
readJsonlRecords
(dir)
test/playwright/unit/ai/scripts/maintenance/restore-filters.spec.mjs:144
↓ 6 callers
Function
readyLifecycleSeam
()
test/playwright/unit/ai/scripts/maintenance/knowledgeBaseArtifact.spec.mjs:56
↓ 6 callers
Function
recordDeferral
()
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:55
↓ 6 callers
Method
recreateDayViewContent
* Recreates the current centerEl * @param {Boolean} [silent=false] * @param {Boolean} [syncIds=true] * @protected
src/component/DateSelector.mjs:866
↓ 6 callers
Function
recycleMock
(sink)
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.spec.mjs:1424
↓ 6 callers
Method
redirectTo
* @param {Object} data * @param {String} data.url
src/Main.mjs:383
↓ 6 callers
Method
registerInFlightUpdate
* Marks a component's VDOM update as "in-flight," meaning it has been sent to the * worker for processing. * @param {String} ownerId The
src/manager/VDomUpdate.mjs:359
↓ 6 callers
Method
registerMerged
* Registers a child's update request to be merged into its parent's update cycle. * This is called by a child component when it determines it can
src/manager/VDomUpdate.mjs:421
↓ 6 callers
Method
remotesReady
* Returns a promise that resolves when the remote methods are registered. * @returns {Promise<void>}
src/core/Base.mjs:971
↓ 6 callers
Method
removeCls
* Remove a cls from the vdomRoot * @param {String} value
src/component/Base.mjs:1592
↓ 6 callers
Function
requireJson
buildScripts/webpack/production/webpack.config.appworker.mjs:10
↓ 6 callers
Method
reset
* Resets the field to its original value or null depending on the clearToOriginalValue config * You can optionally pass a new value, which will a
src/form/field/Text.mjs:1500
↓ 6 callers
Function
resolveCallback
(fn, scope=this)
src/util/Function.mjs:158
↓ 6 callers
Function
resolveMainCheckout
(cwd, {explicitRoot} = {})
ai/scripts/migrations/bootstrapWorktree.mjs:210
↓ 6 callers
Function
resolveMcpHttpPort
({env = process.env, warn = console.warn, defaultPort} = {})
ai/mcp/server/shared/helpers/deploymentConfig.mjs:15
↓ 6 callers
Function
resolveResumeHarnessInstanceAddress
({metadata = {}, env = process.env} = {})
ai/scripts/lifecycle/resumeHarness.mjs:261
↓ 6 callers
Function
resolveSummaryVisibilityUserId
({userId, participatingAgents} = {})
ai/mcp/server/shared/services/RequestContextService.mjs:121
↓ 6 callers
Function
response
({ok = true, status = 200, statusText = 'OK', json = {}} = {})
test/playwright/unit/ai/services/gitlab-workflow/GitLabClient.spec.mjs:37
↓ 6 callers
Function
rewriteUserIdColumn
* @summary Rewrites a SQLite row `user_id` column if it stores an old user id. * @param {String|null} userId Source user id. * @returns {String|null
ai/scripts/migrations/renameAgentIdentities.mjs:244
↓ 6 callers
Method
run
()
apps/devindex/services/OptIn.mjs:38
↓ 6 callers
Function
runCommandWithOutput
(command)
buildScripts/release/publish.mjs:42
↓ 6 callers
Method
runFullSync
* The main public entry point for the synchronization process. * * This method orchestrates the entire bi-directional sync workflow in a spe
ai/services/github-workflow/SyncService.mjs:106
↓ 6 callers
Function
runLint
* CLI entry. Returns numeric exit code so unit tests can drive it without * triggering `process.exit`. * @param {{base: string}} options `base` opti
ai/scripts/lint/lint-agents.mjs:279
↓ 6 callers
Function
scriptPath
test/playwright/unit/ai/scripts/maintenance/manualHeavyMaintenanceScriptLeaseAdoption.spec.mjs:35
↓ 6 callers
Method
searchNodes
* Performs a text-based fuzzy search across node topology to find structural entities. * @param {Object} data * @param {String} data.query
ai/services/memory-core/GraphService.mjs:754
↓ 6 callers
Method
selectAt
* @param {Number} index
src/selection/ListModel.mjs:135
↓ 6 callers
Function
selectHarnessAdapter
(harnessTarget, hostPlatform = process.platform)
ai/scripts/lifecycle/resumeHarness.mjs:219
↓ 6 callers
Function
sendJson
* @summary Sends a JSON response. * Sends a JSON response. * @param {http.ServerResponse} response The outgoing HTTP response. * @param {Number} st
ai/deploy/mock-openai-embedding-server.mjs:40
↓ 6 callers
Method
setSessionId
* Overrides the current session ID manually. * Helpful for reconnecting a fragmented session after a server restart. * * @summary Manua
ai/services/memory-core/SessionService.mjs:878
↓ 6 callers
Method
setup
* Setups OIDC/OAuth authorization for an Express application. * @param {Object} options * @param {Object} options.app The Express applicatio
ai/mcp/server/shared/services/AuthService.mjs:59
↓ 6 callers
Function
shouldRestore
(substrate)
ai/scripts/maintenance/restore.mjs:192
↓ 6 callers
Function
splitCsv
ai/scripts/maintenance/restore.mjs:753
↓ 6 callers
Method
startAutoCycle
* Starts or stops the `setInterval` for automatic text cycling. * @param {Boolean} start=true True to start the timer, false to stop it. * @
src/component/MagicMoveText.mjs:562
↓ 6 callers
Function
stripCommentsAndStrings
* Strips block comments, line comments, and string literals so source-grep invariants * don't false-positive against doc-mentions of the anti-pattern
test/playwright/unit/ai/daemons/orchestrator/Orchestrator.invariants.spec.mjs:452
↓ 6 callers
Function
summaryTexts
* Flattens a summary query response into searchable test evidence. * @param {Object} result The query_summaries tool result. * @returns {String}
test/playwright/integration/TeamPrivateRetrieval.integration.spec.mjs:334
↓ 6 callers
Method
superviseTask
* @summary Liveness-gated (re)start decision for one continuous task, evaluated once per poll. * * The orchestrator stays a thin scheduler:
ai/daemons/orchestrator/services/ProcessSupervisorService.mjs:497
↓ 6 callers
Method
syncPullRequests
* Fetches pull requests from GitHub and syncs them to local markdown. * @param {object} metadata The sync metadata containing cached records.
ai/services/github-workflow/sync/PullRequestSyncer.mjs:230
↓ 6 callers
Method
trigger
* Triggers a custom event on the target element * @param {HTMLElement} element - Element to trigger event on * @param {Object} sensorEvent -
src/main/draggable/sensor/Base.mjs:65
↓ 6 callers
Function
updateContentIndex
(issueSyncConfig = {}, mutations = {})
ai/services/github-workflow/shared/contentIndex.mjs:92
↓ 6 callers
Method
updateData
* Updates the data values for a specific chart. * Invalidates the geometry cache to force a recalculation on next draw. * @param {Object} da
src/canvas/Sparkline.mjs:341
↓ 6 callers
Method
updateError
@param {String|null} value @param {Boolean} silent=false
src/form/field/Text.mjs:1540
↓ 6 callers
Method
updateHeader
* @param {Boolean} [create=false]
src/calendar/view/month/Component.mjs:761
↓ 6 callers
Method
updateHeader
* @param {Boolean} [create=false] * @param {Boolean} [silent=false]
src/calendar/view/week/Component.mjs:958
↓ 6 callers
Method
updateInputWidth
* Calculates the new inputWidth based on the labelWidth & total width * @protected
src/form/field/Text.mjs:1577
↓ 6 callers
Method
updateProperties
* Update the css properties * - current amount of seconds left * - full amount of time * - size of the timer * @param {Object} pro
src/component/Timer.mjs:301
↓ 6 callers
Method
updateRowScrollPinningAddon
* @param {Boolean} active * @param {String|null} [windowId=this.windowId] * @returns {Promise<void>}
src/grid/ScrollManager.mjs:277
↓ 6 callers
Method
validate
* Checks for client-side field errors * @param {Boolean} silent=true * @returns {Boolean} Returns true in case there are no client-side erro
src/form/field/CheckBox.mjs:663
↓ 6 callers
Function
validateNonNegativeInteger
(value, name)
ai/services/github-workflow/shared/contentPath.mjs:215
↓ 6 callers
Function
verifyLivePreviewPopout
(page, livePreviewLocatorOptions = undefined)
test/playwright/e2e/LivePreviewMultiWindow.spec.mjs:10
↓ 6 callers
Function
writeJsonl
(filePath, records)
test/playwright/unit/ai/services/memory-core/DatabaseService.importMergeChroma.spec.mjs:74
↓ 5 callers
Method
#mutationErrorResponse
* @summary Builds the structured error response for a GitLab mutation that returned * user-facing validation errors in its `errors` payload.
ai/services/gitlab-workflow/MergeRequestService.mjs:77
↓ 5 callers
Method
#mutationErrorResponse
* @summary Builds the structured error response for a GitLab mutation that returned * user-facing validation errors in its `errors` payload.
ai/services/gitlab-workflow/IssueService.mjs:63
↓ 5 callers
Method
#rebuildKeysAndCount
* @summary Rebuilds the Projection Layer's internal indexing arrays and map to match the flat `_items` array. * * This method is an architec
src/data/TreeStore.mjs:751
↓ 5 callers
Method
#userErrors
* @summary Returns a GitLab mutation payload's user-facing `errors` array if non-empty. * @param {Object} payload The named mutation payload (e.g
ai/services/gitlab-workflow/MergeRequestService.mjs:89
↓ 5 callers
Method
#userErrors
* @summary Returns a GitLab mutation payload's user-facing `errors` array if non-empty. * @param {Object} payload The named mutation payload (e.g
ai/services/gitlab-workflow/IssueService.mjs:75
↓ 5 callers
Method
_getEntityLogId
* Retrieves the specific GraphLog log_id for an entity, to anchor the wake event * per ADR 0002 §6.1.6. ticket-ref-ok: decision-record authority,
ai/services/memory-core/WakeSubscriptionService.mjs:951
↓ 5 callers
Method
_loadSubscription
* Loads a subscription by id, preferring the in-memory cache and falling back to * SQLite. Cache-warms on miss. * @protected * @param {
ai/services/memory-core/WakeSubscriptionService.mjs:1116
↓ 5 callers
Function
addCandidate
test/playwright/unit/ai/services/knowledge-base/QueryService.queryDocuments.spec.mjs:340
↓ 5 callers
Function
addServerConfig
(config)
test/playwright/unit/ai/mcp/client/McpClientTransportConfig.spec.mjs:38
↓ 5 callers
Function
assertSustainedHealth
({ probe, windowMs = Number(process.env.NEO_INTEGRATION_SUSTAINED_WINDOW_MS || 30000), intervalMs
test/playwright/integration/util/assertSustainedHealth.mjs:16
↓ 5 callers
Method
bindAgentIdentity
* @summary Resolves a bare GitHub login to its seeded AgentIdentity graph node ID * using the `@`-prefixed AgentIdentity convention. Shared betwe
ai/mcp/server/memory-core/Server.mjs:345
↓ 5 callers
Method
broadcastToAgents
* Sends a message to all connected Agents. * @param {Object} payload
ai/mcp/server/neural-link/Bridge.mjs:296
↓ 5 callers
Function
buildBackupStateBlock
(backupPath, fs, path)
ai/services/memory-core/HealthService.mjs:601
↓ 5 callers
Function
buildEmbeddingWriteCanaryBlock
({ cfg = aiConfig, embedText = null, input = 'neo-healthcheck-embedding-write-canary',
ai/services/memory-core/HealthService.mjs:234
↓ 5 callers
Function
buildIngestEnvelope
({ tenantId, repoSlug, mirrorRoot, lastIngestedRev, newHead = 'HEAD', rootKind = 'exte
ai/services/knowledge-base/helpers/tenantRepoIngestEnvelopeBuilder.mjs:250
↓ 5 callers
Method
buildNodes
* @summary Translates avatar/badge DOM rects into canvas-local node descriptors, skipping unmeasured elements. * * A zero-size rect (`{x:0,y
apps/portal/view/content/TimelineCanvas.mjs:155
↓ 5 callers
Function
buildPrimaryRepoSyncTrigger
({enabled, now, lastRunAt, intervalMs})
ai/daemons/orchestrator/scheduling/primaryDevSync.mjs:11
↓ 5 callers
Function
c
(e)
docs/resources/lib/highlight/highlight.pack.js:2
↓ 5 callers
Function
c
(e)
examples/component/toast/resources/lib/highlight/highlight.pack.js:2
↓ 5 callers
Method
callTool
* Calls a tool on the server. * @param {String} name Tool name * @param {Object} args Tool arguments * @returns {Promise<Object>}
ai/mcp/client/Client.mjs:191
↓ 5 callers
Function
captureA2A
Captures `addMessage` payloads + neutralizes the RequestContextService wrapper.
test/playwright/unit/ai/daemons/kb-alerting/KbAlertingService.spec.mjs:283
↓ 5 callers
Function
captureDeltas
(operation)
test/playwright/unit/grid/Pooling.spec.mjs:48
← previous
next →
801–900 of 8,612, ranked by callers