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
↓ 2 callers
Method
updateTableViewData
*
examples/tablePerformance/MainContainer2.mjs:139
↓ 2 callers
Method
updateTableViewData
*
examples/tablePerformance/MainContainer3.mjs:142
↓ 2 callers
Method
updateTag
* Updates the VDOM tag of the button (e.g., switching between 'button' and 'a' tags) based on the current configuration.
src/button/Base.mjs:649
↓ 2 callers
Method
updateTimeScale
* @param {Object} data * @param {Number} data.value
src/canvas/Header.mjs:294
↓ 2 callers
Method
updateTimer
* Update the timer, typically once per second * @param {String} value
src/component/Timer.mjs:286
↓ 2 callers
Method
updateTotalText
*
src/toolbar/Paging.mjs:270
↓ 2 callers
Method
updateTypeAhead
* @param {Boolean} [silent=false] * @protected
src/form/field/ComboBox.mjs:754
↓ 2 callers
Method
updateUseActiveTabIndicator
* @param {Boolean} silent=false
src/tab/header/Button.mjs:89
↓ 2 callers
Method
updateView
*
src/grid/plugin/AnimateRows.mjs:136
↓ 2 callers
Method
upsertHarnessPresence
* @summary Upserts the volatile HarnessPresence overlay for a bootstrapped wake route. * * The durable WAKE_SUBSCRIPTION node records intere
ai/services/memory-core/WakeSubscriptionService.mjs:400
↓ 2 callers
Method
validate
* @returns {Boolean}
src/form/field/FileUpload.mjs:862
↓ 2 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/Number.mjs:412
↓ 2 callers
Function
validateMailboxTarget
* Validates the canonical mailbox target after `normalizeMailboxTarget`. * Resolves unambiguous `AGENT:<family>/<model>` aliases against registered A
ai/services/memory-core/MailboxService.mjs:60
↓ 2 callers
Function
validateSectionRef
({sourceRelPath, lineNo, target, sectionRef, index, errors})
ai/scripts/lint/lint-skill-manifest.mjs:643
↓ 2 callers
Method
validateTenantStamp
* Rejects or logs client-supplied identity fields that conflict with server context. * * @param {Object} chunk Parsed knowledge chunk.
ai/services/knowledge-base/VectorService.mjs:197
↓ 2 callers
Function
wait
(ms)
ai/daemons/wake/daemon.mjs:213
↓ 2 callers
Method
walkDirectory
* Recursive folder iteration mapping directly to GraphService endpoints. * @param {String} dir Current directory path * @param {String} root
ai/services/memory-core/FileSystemIngestor.mjs:93
↓ 2 callers
Method
windowResizeTo
* Move a popup window * @param {Object} data * @param {Number} [data.height] * @param {Number} [data.width] * @param {String} data
src/Main.mjs:553
↓ 2 callers
Function
withFakeGitCapture
(callback)
test/playwright/unit/ai/services/knowledge-base/gitMirror.spec.mjs:83
↓ 2 callers
Function
withHeartbeatLock
(task, options = {})
ai/scripts/lifecycle/heartbeatLock.mjs:111
↓ 2 callers
Function
writeComposeDiagnostics
* @summary Emits Docker Compose process and log diagnostics for failed startup. * @param {String} reason The failure reason that triggered diagnostic
test/playwright/integration/fixtures/composeWebServer.mjs:54
↓ 2 callers
Function
writeLeaseFile
(leasePath, lease, fsModule)
ai/daemons/orchestrator/services/HeavyMaintenanceLeaseService.mjs:173
↓ 2 callers
Function
writeLeaseFileSync
(leasePath, lease, fsModule)
ai/daemons/orchestrator/services/HeavyMaintenanceLeaseService.mjs:178
↓ 2 callers
Method
writeLog
* Helper to call the injected log function. * @param {String} level * @param {String} message * @returns {void}
ai/daemons/orchestrator/services/WakeDecisionService.mjs:391
↓ 2 callers
Function
writeProcessOutput
* @summary Writes captured Docker CLI output to stderr when it is non-empty. * @param {String} label Human-readable command label. * @param {Object
test/playwright/integration/fixtures/composeWebServer.mjs:38
↓ 1 callers
Method
#armWatchdog
* Arms the wedge watchdog for one in-flight update; see {@link #registerInFlightUpdate}. * Extracted for testability — specs can shrink {@link #w
src/manager/VDomUpdate.mjs:391
↓ 1 callers
Method
#buildRequestFreshCachedHealth
* Builds a request-fresh healthcheck snapshot from a cached healthy payload. * * The broader healthcheck cache intentionally preserves expen
ai/services/memory-core/HealthService.mjs:1078
↓ 1 callers
Method
#calculateContentHash
* Calculates a SHA-256 hash of the given content for change detection. * @param {string} content The content to hash. * @returns {string} Th
ai/services/github-workflow/sync/ReleaseNotesSyncer.mjs:57
↓ 1 callers
Method
#calculateContentHash
* Calculates a SHA-256 hash of the given content for change detection. * @param {string} content The content to hash. * @returns {string} Th
ai/services/github-workflow/sync/PullRequestSyncer.mjs:51
↓ 1 callers
Method
#calculateContentHash
* Calculates a SHA-256 hash of the given content for change detection. * @param {string} content The content to hash. * @returns {string} Th
ai/services/github-workflow/sync/DiscussionSyncer.mjs:52
↓ 1 callers
Method
#checkApiKeyConfigured
()
ai/services/memory-core/HealthService.mjs:1290
↓ 1 callers
Method
#checkChromaConnection
* Checks if ChromaDB is running and accessible. * * Intent: This is the most critical check. Without ChromaDB running, no knowledge base
ai/services/knowledge-base/HealthService.mjs:173
↓ 1 callers
Method
#checkChromaMigrationState
* Computes the ChromaDB-side actionable migration-debt counts for the multi-tenant * observability surface, companion to the SQLite graph-side co
ai/services/memory-core/HealthService.mjs:1202
↓ 1 callers
Method
#checkCollections
* Verifies that the required collections exist and are accessible. * * Intent: Even if ChromaDB is running, we need to ensure our specific c
ai/services/knowledge-base/HealthService.mjs:195
↓ 1 callers
Method
#checkDatabaseConnections
* Checks if the active vector and graph databases are running and accessible. * @returns {Promise<Object>} {running: boolean, error: string|undef
ai/services/memory-core/HealthService.mjs:984
↓ 1 callers
Method
#checkEmbeddingProviderReady
* Checks whether the resolved embedding provider is ready (provider-aware). * * Reads the resolved `aiConfig.embeddingProvider` leaf (the re
ai/services/knowledge-base/HealthService.mjs:255
↓ 1 callers
Method
#checkGhAuth
* Verifies that the user is authenticated with GitHub via the `gh` CLI. * * Intent: Authentication is required for all GitHub API operations
ai/services/github-workflow/HealthService.mjs:165
↓ 1 callers
Method
#checkGhVersion
* Checks if the GitHub CLI is installed and meets the minimum version requirement. * * Intent: This is the most critical check. Without `gh`
ai/services/github-workflow/HealthService.mjs:198
↓ 1 callers
Method
#checkMigrationState
* Computes the untagged-legacy-node counts for the multi-tenant migration observability * surface. Operators scrape `healthcheck.migration.untagg
ai/services/memory-core/HealthService.mjs:1138
↓ 1 callers
Method
#classifyTargetPaths
* Builds disposable/prod classification records for every target destination path. * * @param {Object} target * @returns {Object[]}
ai/mcp/server/shared/services/DestructiveOperationGuard.mjs:301
↓ 1 callers
Method
#collectTargetPaths
* Collects target destination paths from the canonical descriptor shape. * * @param {Object} target * @returns {String[]} * @priva
ai/mcp/server/shared/services/DestructiveOperationGuard.mjs:327
↓ 1 callers
Method
#createReassignAuditComment
* @summary Persists an `acknowledgedReassign` reason as a GitHub-visible audit-trail comment. * * The reason must be persisted in a GitHub-v
ai/services/github-workflow/IssueService.mjs:337
↓ 1 callers
Method
#deriveClosedAtVersion
* @summary Resolves a closed issue's release-date bucket. * @param {String} closedAt GitHub close timestamp. * @returns {String|null} Versio
ai/services/github-workflow/sync/IssueSyncer.mjs:74
↓ 1 callers
Method
#deriveClosedAtVersion
* @summary Resolves a closed or merged pull request's release-date bucket. * @param {Object} pr GitHub pull request node or cached pull entry.
ai/services/github-workflow/sync/PullRequestSyncer.mjs:61
↓ 1 callers
Method
#deriveMilestoneVersion
* @summary Resolves an opt-in milestone archive bucket without pre-staging future releases. * @param {Object} issue GitHub issue node or cached i
ai/services/github-workflow/sync/IssueSyncer.mjs:91
↓ 1 callers
Method
#deriveMilestoneVersion
* @summary Resolves an opt-in milestone archive bucket without pre-staging future releases. * @param {Object} pr GitHub pull request node or cach
ai/services/github-workflow/sync/PullRequestSyncer.mjs:80
↓ 1 callers
Method
#drainOpenAiCompatiblePostQueue
* @summary Runs queued OpenAI-compatible posts one at a time, preferring interactive work. * @returns {Promise<void>} * @private
ai/services/memory-core/TextEmbeddingService.mjs:156
↓ 1 callers
Method
#embedOpenAiCompatibleBatch
* @summary Embeds a text array through OpenAI-compatible chunked batch requests. * * Local OpenAI-compatible embedding servers often seriali
ai/services/memory-core/TextEmbeddingService.mjs:343
↓ 1 callers
Method
#exportCollection
* Helper method to stream a ChromaDB collection into a timestamped JSONL artifact. * Mirror of `Memory_DatabaseService#exportCollection` — duplic
ai/services/knowledge-base/DatabaseService.mjs:144
↓ 1 callers
Method
#exportGraph
* Helper method to export the Native Graph (Nodes and Edges) as JSONL. * @param {String} backupPath The directory to save the backup file. *
ai/services/memory-core/DatabaseService.mjs:140
↓ 1 callers
Method
#formatTimelineEvent
* Formats a single timeline event into a human-readable Markdown string. * @param {object} event The timeline event object. * @returns {stri
ai/services/github-workflow/sync/IssueSyncer.mjs:243
↓ 1 callers
Method
#getApiUrl
* Resolves the GitLab GraphQL endpoint from config. GitLab is frequently self-hosted, * so the endpoint is `${hostUrl}/api/graphql` rather than a
ai/services/gitlab-workflow/GitLabClient.mjs:84
↓ 1 callers
Method
#getAuthToken
* Resolves the GitLab Personal Access Token from config (or the test override). Unlike the * GitHub client, this reads a config PAT rather than s
ai/services/gitlab-workflow/GitLabClient.mjs:101
↓ 1 callers
Method
#getAuthToken
* Fetches the GitHub authentication token from the `gh` CLI and caches it. * This is the only method in the service that should interact with the
ai/services/github-workflow/GraphqlService.mjs:91
↓ 1 callers
Method
#getDiscussionPath
* Determines the correct local file path for a given discussion. * @param {object} discussion The GitHub discussion object. * @param {Map} p
ai/services/github-workflow/sync/DiscussionSyncer.mjs:169
↓ 1 callers
Method
#getDisposableRoots
* Resolves the built-in and caller-provided disposable roots. * * @param {Object} target * @returns {String[]} * @private
ai/mcp/server/shared/services/DestructiveOperationGuard.mjs:352
↓ 1 callers
Method
#getEmbeddingWriteCanary
* Resolves the embedding write canary with a short healthy-result TTL. * * Cache key includes the active provider and expected vector dimens
ai/services/memory-core/HealthService.mjs:1340
↓ 1 callers
Method
#getGitlabTokenInfoScopes
* Extracts scopes from GitLab `/oauth/token/info` into the SDK AuthInfo shape. * @param {Object|null} tokenInfo * @returns {String[]}
ai/mcp/server/shared/services/AuthService.mjs:271
↓ 1 callers
Method
#getKnowledgeBaseCollectionOptions
* @returns {{name: String, embeddingFunction: Object}}
ai/services/knowledge-base/ChromaManager.mjs:179
↓ 1 callers
Method
#getNextOpenAiCompatiblePostQueueIndex
* @summary Selects the next OpenAI-compatible queue item, FIFO within each priority lane. * @returns {Number} * @private
ai/services/memory-core/TextEmbeddingService.mjs:182
↓ 1 callers
Method
#getPullRequestPath
* Determines the correct local file path for a given pull request based on its state. * @param {object} pr The GitHub pull request object. *
ai/services/github-workflow/sync/PullRequestSyncer.mjs:204
↓ 1 callers
Method
#getRetryDelay
* Calculates the retry delay for a transient GitLab failure (honors `retry-after`). * @param {Number} attempt The 1-based retry attempt. * @
ai/services/gitlab-workflow/GitLabClient.mjs:123
↓ 1 callers
Method
#getRetryDelay
* Calculates the retry delay for a transient GitHub failure. * @param {Number} attempt The 1-based retry attempt. * @param {Response|null} r
ai/services/github-workflow/GraphqlService.mjs:117
↓ 1 callers
Method
#handleBlockedByRelationship
* Handles "blocked by" relationships between issues. * @param {number} blockedIssue The issue number being blocked * @param {string}
ai/services/github-workflow/IssueService.mjs:1184
↓ 1 callers
Method
#hasPartialData
* @summary Detects whether a GraphQL response contains usable partial data. * * GitLab can return `{data, errors}` when only one aliased fie
ai/services/gitlab-workflow/GitLabClient.mjs:223
↓ 1 callers
Method
#hasPartialData
* @summary Detects whether a GraphQL response contains usable partial data. * * GitHub can return `{data, errors}` when only one aliased fie
ai/services/github-workflow/GraphqlService.mjs:217
↓ 1 callers
Method
#importGraph
* Helper method to import the Native Graph from JSONL. * @param {String} filePath The JSONL file path. * @param {String} mode 'merge' or 're
ai/services/memory-core/DatabaseService.mjs:221
↓ 1 callers
Method
#isActiveKnowledgeBaseSwapName
* @param {String} name * @returns {Boolean}
ai/services/knowledge-base/ChromaManager.mjs:228
↓ 1 callers
Method
#isCollectionAlreadyExistsError
* @param {Error} error * @returns {Boolean}
ai/services/knowledge-base/ChromaManager.mjs:198
↓ 1 callers
Method
#isCollectionNotFoundError
* @param {Error} error * @returns {Boolean}
ai/services/knowledge-base/ChromaManager.mjs:190
↓ 1 callers
Method
#isPathInside
* Checks if `childPath` is inside `parentPath`. * * @param {String} childPath * @param {String} parentPath * @returns {Boolean}
ai/mcp/server/shared/services/DestructiveOperationGuard.mjs:373
↓ 1 callers
Method
#isProductionConfirmed
* Determines whether both production-bypass gates are present. * * @param {Object} options * @param {String|Object} options.conf
ai/mcp/server/shared/services/DestructiveOperationGuard.mjs:285
↓ 1 callers
Method
#isRetryableHttpStatus
* @param {Number} status The HTTP response status. * @returns {Boolean} * @private
ai/services/gitlab-workflow/GitLabClient.mjs:179
↓ 1 callers
Method
#isRetryableHttpStatus
* @param {Number} status The HTTP response status. * @returns {Boolean} * @private
ai/services/github-workflow/GraphqlService.mjs:173
↓ 1 callers
Method
#isRetryableNetworkError
* Determines whether a transport error is likely transient. * @param {Error|*} error The thrown fetch error. * @returns {Boolean} * @pr
ai/services/gitlab-workflow/GitLabClient.mjs:152
↓ 1 callers
Method
#isRetryableNetworkError
* Determines whether a transport error is likely transient. * @param {Error|*} error The thrown fetch error. * @returns {Boolean} * @pr
ai/services/github-workflow/GraphqlService.mjs:146
↓ 1 callers
Method
#onlyRootTelemetryTimestampsChanged
* @summary Detects when saving would only update root-level telemetry timestamps. * @param {object} existingMetadata The currently persisted meta
ai/services/github-workflow/sync/MetadataManager.mjs:56
↓ 1 callers
Method
#parseAuthOutput
(out)
ai/services/github-workflow/HealthService.mjs:495
↓ 1 callers
Method
#parseCompletionBody
* @summary Parses a plain JSON chat-completions body after the stream ends. * * Pretty-printed JSON can span multiple lines, so this fallbac
ai/provider/OpenAiCompatible.mjs:211
↓ 1 callers
Method
#parseVersionOutput
(out, minVersion = '2.0.0')
ai/services/github-workflow/HealthService.mjs:503
↓ 1 callers
Method
#performHealthCheck
* Performs a comprehensive health check without using the cache. * * Intent: This is the core health check logic, separated from the caching
ai/services/knowledge-base/HealthService.mjs:279
↓ 1 callers
Method
#performHealthCheck
* Performs a comprehensive health check without using the cache. * * Intent: This is the core health check logic, separated from the caching
ai/services/memory-core/HealthService.mjs:1386
↓ 1 callers
Method
#performHealthCheck
* Performs a comprehensive health check without using the cache. * * Intent: This is the core health check logic, separated from the caching
ai/services/github-workflow/HealthService.mjs:408
↓ 1 callers
Method
#planBuckets
* @summary Pre-computes bucket distribution for all pull requests based on historical milestones/releases. * @param {object} metadata Current syn
ai/services/github-workflow/sync/PullRequestSyncer.mjs:125
↓ 1 callers
Method
#planBuckets
* @summary Pre-computes bucket counts and indices for all discussions based on historical releases. * @param {Object} metadata The sync metadata.
ai/services/github-workflow/sync/DiscussionSyncer.mjs:86
↓ 1 callers
Method
#postOpenAiCompatible
* @summary Executes OpenAI-compatible /v1/embeddings POST requests with bounded retry semantics. * * Retries unloaded-model failures for bot
ai/services/memory-core/TextEmbeddingService.mjs:214
↓ 1 callers
Method
#processCachedMethodCalls
* Sequentially processes any method calls that were cached while the addon was not ready. * This method is asynchronous to allow awaiting the exe
src/main/addon/Base.mjs:219
↓ 1 callers
Method
#relativePath
* Converts an absolute path to a path relative to the project root. * @param {string} p The absolute path. * @returns {string|null} The rela
ai/services/github-workflow/sync/PullRequestSyncer.mjs:113
↓ 1 callers
Method
#relativePath
* Converts an absolute path to a path relative to the project root. * @param {string} p The absolute path. * @returns {string|null} The rela
ai/services/github-workflow/sync/DiscussionSyncer.mjs:74
↓ 1 callers
Method
#resolveIssueGid
* @summary Resolves an issue `iid` to its opaque global id (the `noteableId` a comment needs). * @param {Number|String} iid * @returns {Prom
ai/services/gitlab-workflow/IssueService.mjs:86
↓ 1 callers
Method
#resolveKnowledgeBaseCollection
* @summary Resolves the canonical KB collection without creating it during a shadow-swap promote window. * * Shadow-swap promotion briefly r
ai/services/knowledge-base/ChromaManager.mjs:144
↓ 1 callers
Method
#resolveLabelIds
* @summary Resolves project label names to their opaque global ids (drops unknown names). * Shares the project-scoped `GET_PROJECT_LABEL_IDS` que
ai/services/gitlab-workflow/MergeRequestService.mjs:138
↓ 1 callers
Method
#resolveLabelIds
* @summary Resolves project label names to their opaque global ids (drops unknown names). * @param {String[]} labelNames * @returns {Promise
ai/services/gitlab-workflow/IssueService.mjs:100
↓ 1 callers
Method
#resolveMergeRequestGid
* @summary Resolves an MR `iid` to its opaque global id (the `noteableId` a comment needs). * @param {Number|String} iid * @returns {Promise
ai/services/gitlab-workflow/MergeRequestService.mjs:123
↓ 1 callers
Method
#resolvePath
* Resolves a path to an absolute path against the project root. * @param {string} p The path to resolve. * @returns {string|null} The absolu
ai/services/github-workflow/sync/PullRequestSyncer.mjs:101
↓ 1 callers
Method
#resolvePath
* Resolves a path to an absolute path against the project root. * @param {string} p The path to resolve. * @returns {string|null} The absolu
ai/services/github-workflow/sync/DiscussionSyncer.mjs:62
↓ 1 callers
Method
#sanitizeSynthesisError
* @summary Bounds synthesis-provider errors before returning them through MCP callers. * @param {Error|String} error The raw provider error.
ai/services/knowledge-base/SearchService.mjs:241
↓ 1 callers
Method
#scanLocalFiles
* Recursively scans the configured issue directory to find all local .md issue files. * This operation is intentionally limited to the active iss
ai/services/github-workflow/sync/IssueSyncer.mjs:1237
↓ 1 callers
Method
#seedFileSystem
* Seeds the in-memory file system with initial demo content. * This method bypasses the `ready()` check to avoid deadlocks during initialization.
apps/legit/service/Legit.mjs:242
↓ 1 callers
Method
#setAssignees
* @summary Shared `mergeRequestSetAssignees` mutation runner (username-native; no id pre-lookup). * @param {Number|String} iid * @param {Str
ai/services/gitlab-workflow/MergeRequestService.mjs:155
← previous
next →
2,601–2,700 of 8,612, ranked by callers