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
↓ 1 callers
Method
convertToGeoJson
* @param {Object[]} data * @returns {Object} Object matching the geojson format
src/component/wrapper/MapboxGL.mjs:300
↓ 1 callers
Function
copySeoFilesForApp
* Copies SEO files from an app root to its corresponding dist folders. * @param {string} appRootPath - Absolute path to the app's root directory. *
buildScripts/docs/seo/copy.mjs:51
↓ 1 callers
Function
countGraphOriginatesInEdges
(graphService, sessionId)
ai/scripts/maintenance/auditGraphIntegrity.mjs:370
↓ 1 callers
Function
countJsonlRecords
* Counts non-empty JSONL lines in a file (one record per line). Used both for the metadata * `recordCount` stamp and as a guard against shipping an e
ai/scripts/maintenance/uploadKnowledgeBase.mjs:91
↓ 1 callers
Method
create
* @param {Object} data * @param {String} data.accessToken * @param {Object} data.center * @param {Object} [data.data] * @p
src/main/addon/MapboxGL.mjs:239
↓ 1 callers
Method
createAgent
* Creates the underlying autonomous agent. Kept as a seam so issue-outcome * tests can drive execute() without booting real MCP servers. * @
ai/agent/AgentOrchestrator.mjs:120
↓ 1 callers
Method
createAllItems
* Creates the allItems collection used for filtering. * Can be overridden by subclasses. * @param {Object} config * @returns {Neo.colle
src/collection/Base.mjs:666
↓ 1 callers
Function
createAppMjs
(classFolder, componentChunk)
buildScripts/create/example.mjs:45
↓ 1 callers
Function
createArgParser
* @summary Creates an isolated Commander parser for one invocation. * @returns {Command}
ai/scripts/maintenance/kbPushClient.mjs:42
↓ 1 callers
Method
createBacksideItems
* @param {Boolean} silent=false
src/component/Circle.mjs:468
↓ 1 callers
Function
createBackupBundle
* Creates an atomic backup bundle from inside the deployed Memory Core container. * @param {String} bundleRoot Absolute bundle target inside the cont
test/playwright/integration/BackupRestoreWipe.integration.spec.mjs:73
↓ 1 callers
Method
createBaseItems
* Create the initial three items and add them to the vdom
src/component/Carousel.mjs:166
↓ 1 callers
Method
createBroadQueryOptions
* @summary Builds source-tiered Chroma queries for broad KB searches. * @param {Object} options * @returns {Object[]} Chroma query option ob
ai/services/knowledge-base/QueryService.mjs:289
↓ 1 callers
Method
createChunk
* @summary Creates the raw-text parsed chunk for a source file. * @param {Object} options * @returns {Object} * @protected
ai/services/knowledge-base/source/RawRepoSource.mjs:141
↓ 1 callers
Method
createChunkHash
* @summary Creates the deterministic pre-vector content hash for a parsed chunk. * @param {Object} record Parsed chunk. * @param {Object} te
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:375
↓ 1 callers
Function
createClass
* @param {Object} opts * @param {String} opts.baseClass * @param {String} opts.className * @param {Boolean} opts.isSingleton * @pa
buildScripts/create/class.mjs:444
↓ 1 callers
Method
createComment
* Creates a comment on a specific discussion. * @param {object} options The options object * @param {number} options.di
ai/services/github-workflow/DiscussionService.mjs:213
↓ 1 callers
Function
createConcurrencySemaphore
* @summary In-memory async semaphore with optional slot-acquisition timeout. * * Caps the number of concurrent acquirers to `limit`. Acquirers beyon
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:38
↓ 1 callers
Method
createConfigurationComponents
* Override this method to create the components to show inside the configuration container. * The method can optionally be async => Use this for
examples/ConfigurationViewport.mjs:78
↓ 1 callers
Function
createContent
* Creates the content of the neo-class .mjs file * @param {Object} opts * @param {String} opts.baseClass * @param {String} opts.baseFil
buildScripts/create/class.mjs:556
↓ 1 callers
Method
createDayNamesRow
*
src/component/DateSelector.mjs:598
↓ 1 callers
Method
createDayNamesRow
*
src/calendar/view/YearComponent.mjs:554
↓ 1 callers
Method
createDayNamesRow
* @returns {Object}
src/date/DayViewComponent.mjs:96
↓ 1 callers
Method
createDragProxy
* @param {Object} data * @param {Boolean} createComponent=true * @returns {Object|Neo.draggable.DragProxyComponent}
src/calendar/view/week/EventDragZone.mjs:162
↓ 1 callers
Method
createDragProxy
* @param {Object} data * @param {Boolean} createComponent=true * @returns {Object|Neo.draggable.DragProxyComponent}
src/draggable/DragZone.mjs:212
↓ 1 callers
Function
createEmptyString
(len)
buildScripts/helpers/convertDesignTokens.mjs:15
↓ 1 callers
Method
createExampleComponent
* Override this method to create the component to show inside the current example * @returns {Object|Neo.component.Base|null}
examples/ConfigurationViewport.mjs:86
↓ 1 callers
Method
createField
* @param {Object} data * @param {Object} data.field * @param {Neo.data.Model} data.model * @param {String} data.path='' * @param {
src/data/RecordFactory.mjs:85
↓ 1 callers
Function
createFieldsetWithTextArea
(page, config={})
test/playwright/component/form/field/TextArea.spec.mjs:5
↓ 1 callers
Method
createFormatter
*
src/grid/column/AnimatedCurrency.mjs:71
↓ 1 callers
Method
createFormatter
*
src/grid/column/Currency.mjs:65
↓ 1 callers
Function
createGitEnv
* @summary Returns a narrow subprocess environment instead of inheriting credential-bearing shell state. * @param {Object} overrides Git-specific env
ai/services/knowledge-base/helpers/gitMirror.mjs:73
↓ 1 callers
Function
createGraphIntegrityReport
({ memorySessionCounts, summarySessions, graphSessions, getActualMemoryCount, getEntityRel
ai/scripts/maintenance/auditGraphIntegrity.mjs:232
↓ 1 callers
Function
createGraphSchema
* @summary Creates the minimal SQLite graph schema used by the identity rename runner. * @param {Object} db Open better-sqlite3 connection.
test/playwright/unit/ai/scripts/migrations/renameAgentIdentities.spec.mjs:32
↓ 1 callers
Method
createHeader
*
src/dialog/Base.mjs:524
↓ 1 callers
Method
createHeaderItems
* @returns {Object[]}
src/calendar/view/MainContainer.mjs:440
↓ 1 callers
Function
createInMemoryTaskStateService
* Stand-in TaskStateService for the manual run path: provides only the methods the * service touches (markStarted/markCompleted/markSkipped/markFaile
ai/scripts/maintenance/syncTenantRepos.mjs:67
↓ 1 callers
Function
createIndexHtml
(classFolder, title)
buildScripts/create/example.mjs:60
↓ 1 callers
Function
createInterceptor
(target, targetMethodName, interceptFunction, scope)
src/util/Function.mjs:57
↓ 1 callers
Method
createItem
* Override this method to get different item-markups * @param {Object} vdomItem * @param {Object} record * @param {Number} index *
src/component/Helix.mjs:585
↓ 1 callers
Method
createItem
* Override this method to get different item-markups * @param {Object} vdomItem * @param {Object} record * @param {Number} index *
src/component/Gallery.mjs:404
↓ 1 callers
Method
createItem
* @param {Neo.list.plugin.Animate} me * @param {Object} record * @param {Number} index * @returns {Object}
src/list/plugin/Animate.mjs:135
↓ 1 callers
Method
createItemContent
* Override this method for custom renderers * @param {Object} record * @param {Number} index * @returns {Object|Object[]|String} Either
src/list/Base.mjs:579
↓ 1 callers
Method
createItemLevel
* Recursively generates the VDOM tree structure starting from a given parent. * * This method implements the recursive logic required to tur
src/tree/List.mjs:304
↓ 1 callers
Method
createItems
* @protected
src/container/Base.mjs:485
↓ 1 callers
Method
createItems
*
src/calendar/view/EditEventContainer.mjs:130
↓ 1 callers
Method
createItems
*
src/calendar/view/calendars/EditContainer.mjs:115
↓ 1 callers
Method
createItems
*
src/calendar/view/week/TimeAxisComponent.mjs:184
↓ 1 callers
Method
createItems
*
src/table/header/Toolbar.mjs:106
↓ 1 callers
Method
createItems
*
src/filter/NumberContainer.mjs:89
↓ 1 callers
Method
createItemsContent
* @protected
src/calendar/view/MainContainer.mjs:471
↓ 1 callers
Method
createLink
* * @param {Object} record * @returns {Object}
apps/portal/view/examples/List.mjs:137
↓ 1 callers
Method
createLoadingMask
* Override this method in case you need different mask markups. * The removal logic relies on the top level node having the cls 'neo-load-mask'
src/component/Base.mjs:1131
↓ 1 callers
Function
createMainContainer
(classFolder, componentPath, componentChunk, name)
buildScripts/create/example.mjs:97
↓ 1 callers
Method
createMap
* Creates a flat map of the vnode tree, containing ids as keys and vnodes as values. * This is highly optimized for performance to eliminate O(N²
src/util/VNode.mjs:24
↓ 1 callers
Method
createMarkersAndAddToMarkerStore
* Create Marker records from the Server result and add all Markers to the MarkerStore * @param {Object} data from earthquake.json
examples/component/wrapper/openStreetMaps/MapComponent.mjs:91
↓ 1 callers
Method
createMarkersAndAddToMarkerStore
* Create Marker records from the Server result and add all Markers to the MarkerStore * @param {Object} data from earthquake.json
examples/component/wrapper/googleMaps/MapComponent.mjs:85
↓ 1 callers
Method
createMcpServer
* @summary Constructs an `McpServer` instance from `getServerMetadata()` and wires up * the standard ListTools / CallTool request handlers via `s
ai/mcp/server/BaseServer.mjs:257
↓ 1 callers
Method
createMessageChannel
* Establishes a 2-way MessageChannel with a connecting client (window). * This is the handshake that allows the App Worker to control this Servic
src/worker/ServiceBase.mjs:227
↓ 1 callers
Method
createMonthContent
* @param {Object} containerEl * @param {Date} currentDate * @returns {Object} vdom
src/calendar/view/YearComponent.mjs:588
↓ 1 callers
Function
createNeoConfig
(classFolder, componentPath)
buildScripts/create/example.mjs:80
↓ 1 callers
Function
createOllamaChatServer
(payloads)
test/playwright/unit/ai/provider/KeepAlive.spec.mjs:45
↓ 1 callers
Method
createOsmBuildings
* @param {Object} data * @param {String} data.id
src/main/addon/CesiumJS.mjs:64
↓ 1 callers
Method
createParametersTable
* * @param {Object} params * @returns {Object} vdom
docs/app/view/classdetails/MembersList.mjs:352
↓ 1 callers
Method
createPicker
* @returns {Neo.container.Base}
src/form/field/Picker.mjs:135
↓ 1 callers
Method
createPickerComponent
* Override this method to create your picker content as needed * @returns {Neo.component.Base|null}
src/form/field/Picker.mjs:191
↓ 1 callers
Method
createPopupWindow
*
src/code/LivePreview.mjs:282
↓ 1 callers
Method
createPopupWindow
*
examples/component/multiWindowCoronaGallery/ViewportController.mjs:24
↓ 1 callers
Method
createPopupWindow
*
examples/component/multiWindowHelix/ViewportController.mjs:24
↓ 1 callers
Function
createProgram
()
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:284
↓ 1 callers
Method
createQueryOptions
* @summary Builds Chroma query option objects for a request. * * Broad `type='all'` searches are stratified before Chroma retrieval so histo
ai/services/knowledge-base/QueryService.mjs:269
↓ 1 callers
Function
createRegistryBackedClient
(registry)
test/playwright/unit/ai/services/knowledge-base/VectorService.WorkVolumeBranching.spec.mjs:119
↓ 1 callers
Function
createReversedEdgeAlign
src/util/Rectangle.mjs:47
↓ 1 callers
Method
createRowPool
* Initializes or expands the pool of `Neo.grid.Row` instances. * * This method calculates the number of rows needed to cover the viewport pl
src/grid/Body.mjs:684
↓ 1 callers
Function
createSequence
(target, methodName, fn, scope)
src/util/Function.mjs:72
↓ 1 callers
Method
createSingleton
* @param {Neo.controller.Application} app * @returns {Neo.tooltip.Base}
src/tooltip/Base.mjs:189
↓ 1 callers
Method
createSortZone
* @param {Object} config
src/container/Base.mjs:539
↓ 1 callers
Method
createSourceLink
* * @param {Object} record * @returns {Object}
apps/portal/view/examples/List.mjs:166
↓ 1 callers
Function
createSpyCollection
* Builds an in-memory ChromaDB stand-in. `query` / `get` apply the same `where` predicate * ChromaDB would, including the `$in` operator the tenant f
test/playwright/unit/ai/services/knowledge-base/KnowledgeBase.TenantIsolation.spec.mjs:49
↓ 1 callers
Function
createSpyCollection
* Author-identity scope for `SummaryService.listSummaries` / `get_all_summaries`. * * Verifies the own-vs-team boot ledger filter: `agentIdentity: '
test/playwright/unit/ai/services/memory-core/SummaryService.AuthorScope.spec.mjs:35
↓ 1 callers
Method
createStoreItems
*
docs/app/view/classdetails/HierarchyTreeList.mjs:54
↓ 1 callers
Method
createStyles
* Converts a styles object which can use camelcase syntax into a styles string * @param {Object} styles The styles object * @returns {String
src/core/Util.mjs:60
↓ 1 callers
Method
createSummary
* @summary Creates an empty ingestion summary. * @param {Object} options * @returns {Object} * @protected
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:357
↓ 1 callers
Function
createSyntheticClass
* Build one synthetic class with configurable reactive and non-reactive config load. * * @param {string} className Unique className * @param {strin
ai/scripts/benchmark/setupClass-cold-start.mjs:79
↓ 1 callers
Method
createTask
* Adds a task to collection. * Typically used via `start(task)` * @param {Object} task * @returns {Object}
src/manager/Task.mjs:55
↓ 1 callers
Method
createThemeMap
* @param {Object} data
src/worker/App.mjs:205
↓ 1 callers
Method
createVdom
* Override this method in your functional component to return its VDOM structure. * This method will be automatically re-executed when any of the
src/functional/component/Base.mjs:311
↓ 1 callers
Method
createVdomEffect
* Final. Should not be overridden. * This is the core reactive effect. * @returns {Neo.core.Effect} * @protected
src/button/Effect.mjs:176
↓ 1 callers
Method
createViewHeaderButtons
* @returns {Object[]}
src/calendar/view/MainContainer.mjs:554
↓ 1 callers
Method
createViews
* @returns {Neo.component.Base[]}
src/calendar/view/MainContainer.mjs:576
↓ 1 callers
Method
createWhereClause
* @summary Creates a Chroma metadata filter without emitting invalid empty objects. * @param {Object} options * @returns {Object|undefined}
ai/services/knowledge-base/QueryService.mjs:405
↓ 1 callers
Method
createWorkers
* @summary Instantiates the configured worker threads. * * This method reads the `Neo.config` to determine which workers to create (App, Dat
src/worker/Manager.mjs:260
↓ 1 callers
Method
cycleText
* Advances the text to the next string in the `cycleTexts` array. * @protected
src/component/MagicMoveText.mjs:433
↓ 1 callers
Function
daemonHasDeliveryReceipts
* Does a MESSAGE carry any `DELIVERED_TO` receipt edges? Drives the shared evaluator's * `SENT_TO -> AGENT:*` receipt-dedup gate (receipt-backed broa
ai/daemons/wake/daemon.mjs:432
↓ 1 callers
Function
debugSessionState
()
ai/examples/debug_session_state.mjs:6
↓ 1 callers
Method
dedupeCandidateMetadatas
* @summary Removes exact duplicate Chroma candidates returned by overlapping pools. * * The broad fallback lane intentionally queries withou
ai/services/knowledge-base/QueryService.mjs:357
↓ 1 callers
Function
deepFreeze
* Recursively freezes every plain-object / array node in the given value. * Returns the same value for chaining. No-op on primitives + functions. *
test/playwright/fixtures/aiConfigDefaults.mjs:58
↓ 1 callers
Function
deepFreeze
* Recursively freezes every plain-object / array node in the given value. * Returns the same value for chaining. No-op on primitives + functions. *
test/playwright/fixtures/knowledgeBaseConfigDefaults.mjs:59
↓ 1 callers
Method
defaultRevisionsFilePath
* Default per-tenant-repo lastIngestedRev persistence file path. Lives next to * the orchestrator state file (`<DEFAULT_DATA_DIR>/orchestrator-st
ai/daemons/orchestrator/services/TenantRepoSyncService.mjs:612
↓ 1 callers
Function
defaultSyncGithubWorkflowBranchDetector
* @summary Detects the current Git branch for the GitHub Workflow sync CLI. * @param {Object} [options] * @param {String} [options.projectRoot=proce
ai/scripts/maintenance/syncGithubWorkflowBranchGuard.mjs:14
← previous
next →
3,001–3,100 of 8,612, ranked by callers