MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

↓ 1 callersMethodconvertToGeoJson
* @param {Object[]} data * @returns {Object} Object matching the geojson format
src/component/wrapper/MapboxGL.mjs:300
↓ 1 callersFunctioncopySeoFilesForApp
* 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 callersFunctioncountGraphOriginatesInEdges
(graphService, sessionId)
ai/scripts/maintenance/auditGraphIntegrity.mjs:370
↓ 1 callersFunctioncountJsonlRecords
* 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 callersMethodcreate
* @param {Object} data * @param {String} data.accessToken * @param {Object} data.center * @param {Object} [data.data] * @p
src/main/addon/MapboxGL.mjs:239
↓ 1 callersMethodcreateAgent
* 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 callersMethodcreateAllItems
* Creates the allItems collection used for filtering. * Can be overridden by subclasses. * @param {Object} config * @returns {Neo.colle
src/collection/Base.mjs:666
↓ 1 callersFunctioncreateAppMjs
(classFolder, componentChunk)
buildScripts/create/example.mjs:45
↓ 1 callersFunctioncreateArgParser
* @summary Creates an isolated Commander parser for one invocation. * @returns {Command}
ai/scripts/maintenance/kbPushClient.mjs:42
↓ 1 callersMethodcreateBacksideItems
* @param {Boolean} silent=false
src/component/Circle.mjs:468
↓ 1 callersFunctioncreateBackupBundle
* 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 callersMethodcreateBaseItems
* Create the initial three items and add them to the vdom
src/component/Carousel.mjs:166
↓ 1 callersMethodcreateBroadQueryOptions
* @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 callersMethodcreateChunk
* @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 callersMethodcreateChunkHash
* @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 callersFunctioncreateClass
* @param {Object} opts * @param {String} opts.baseClass * @param {String} opts.className * @param {Boolean} opts.isSingleton * @pa
buildScripts/create/class.mjs:444
↓ 1 callersMethodcreateComment
* 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 callersFunctioncreateConcurrencySemaphore
* @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 callersMethodcreateConfigurationComponents
* 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 callersFunctioncreateContent
* 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 callersMethodcreateDayNamesRow
*
src/component/DateSelector.mjs:598
↓ 1 callersMethodcreateDayNamesRow
*
src/calendar/view/YearComponent.mjs:554
↓ 1 callersMethodcreateDayNamesRow
* @returns {Object}
src/date/DayViewComponent.mjs:96
↓ 1 callersMethodcreateDragProxy
* @param {Object} data * @param {Boolean} createComponent=true * @returns {Object|Neo.draggable.DragProxyComponent}
src/calendar/view/week/EventDragZone.mjs:162
↓ 1 callersMethodcreateDragProxy
* @param {Object} data * @param {Boolean} createComponent=true * @returns {Object|Neo.draggable.DragProxyComponent}
src/draggable/DragZone.mjs:212
↓ 1 callersFunctioncreateEmptyString
(len)
buildScripts/helpers/convertDesignTokens.mjs:15
↓ 1 callersMethodcreateExampleComponent
* Override this method to create the component to show inside the current example * @returns {Object|Neo.component.Base|null}
examples/ConfigurationViewport.mjs:86
↓ 1 callersMethodcreateField
* @param {Object} data * @param {Object} data.field * @param {Neo.data.Model} data.model * @param {String} data.path='' * @param {
src/data/RecordFactory.mjs:85
↓ 1 callersFunctioncreateFieldsetWithTextArea
(page, config={})
test/playwright/component/form/field/TextArea.spec.mjs:5
↓ 1 callersMethodcreateFormatter
*
src/grid/column/AnimatedCurrency.mjs:71
↓ 1 callersMethodcreateFormatter
*
src/grid/column/Currency.mjs:65
↓ 1 callersFunctioncreateGitEnv
* @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 callersFunctioncreateGraphIntegrityReport
({ memorySessionCounts, summarySessions, graphSessions, getActualMemoryCount, getEntityRel
ai/scripts/maintenance/auditGraphIntegrity.mjs:232
↓ 1 callersFunctioncreateGraphSchema
* @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 callersMethodcreateHeader
*
src/dialog/Base.mjs:524
↓ 1 callersMethodcreateHeaderItems
* @returns {Object[]}
src/calendar/view/MainContainer.mjs:440
↓ 1 callersFunctioncreateInMemoryTaskStateService
* 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 callersFunctioncreateIndexHtml
(classFolder, title)
buildScripts/create/example.mjs:60
↓ 1 callersFunctioncreateInterceptor
(target, targetMethodName, interceptFunction, scope)
src/util/Function.mjs:57
↓ 1 callersMethodcreateItem
* Override this method to get different item-markups * @param {Object} vdomItem * @param {Object} record * @param {Number} index *
src/component/Helix.mjs:585
↓ 1 callersMethodcreateItem
* Override this method to get different item-markups * @param {Object} vdomItem * @param {Object} record * @param {Number} index *
src/component/Gallery.mjs:404
↓ 1 callersMethodcreateItem
* @param {Neo.list.plugin.Animate} me * @param {Object} record * @param {Number} index * @returns {Object}
src/list/plugin/Animate.mjs:135
↓ 1 callersMethodcreateItemContent
* Override this method for custom renderers * @param {Object} record * @param {Number} index * @returns {Object|Object[]|String} Either
src/list/Base.mjs:579
↓ 1 callersMethodcreateItemLevel
* 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 callersMethodcreateItems
* @protected
src/container/Base.mjs:485
↓ 1 callersMethodcreateItems
*
src/calendar/view/EditEventContainer.mjs:130
↓ 1 callersMethodcreateItems
*
src/calendar/view/calendars/EditContainer.mjs:115
↓ 1 callersMethodcreateItems
*
src/calendar/view/week/TimeAxisComponent.mjs:184
↓ 1 callersMethodcreateItems
*
src/table/header/Toolbar.mjs:106
↓ 1 callersMethodcreateItems
*
src/filter/NumberContainer.mjs:89
↓ 1 callersMethodcreateItemsContent
* @protected
src/calendar/view/MainContainer.mjs:471
↓ 1 callersMethodcreateLink
* * @param {Object} record * @returns {Object}
apps/portal/view/examples/List.mjs:137
↓ 1 callersMethodcreateLoadingMask
* 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 callersFunctioncreateMainContainer
(classFolder, componentPath, componentChunk, name)
buildScripts/create/example.mjs:97
↓ 1 callersMethodcreateMap
* 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 callersMethodcreateMarkersAndAddToMarkerStore
* 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 callersMethodcreateMarkersAndAddToMarkerStore
* 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 callersMethodcreateMcpServer
* @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 callersMethodcreateMessageChannel
* 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 callersMethodcreateMonthContent
* @param {Object} containerEl * @param {Date} currentDate * @returns {Object} vdom
src/calendar/view/YearComponent.mjs:588
↓ 1 callersFunctioncreateNeoConfig
(classFolder, componentPath)
buildScripts/create/example.mjs:80
↓ 1 callersFunctioncreateOllamaChatServer
(payloads)
test/playwright/unit/ai/provider/KeepAlive.spec.mjs:45
↓ 1 callersMethodcreateOsmBuildings
* @param {Object} data * @param {String} data.id
src/main/addon/CesiumJS.mjs:64
↓ 1 callersMethodcreateParametersTable
* * @param {Object} params * @returns {Object} vdom
docs/app/view/classdetails/MembersList.mjs:352
↓ 1 callersMethodcreatePicker
* @returns {Neo.container.Base}
src/form/field/Picker.mjs:135
↓ 1 callersMethodcreatePickerComponent
* Override this method to create your picker content as needed * @returns {Neo.component.Base|null}
src/form/field/Picker.mjs:191
↓ 1 callersMethodcreatePopupWindow
*
src/code/LivePreview.mjs:282
↓ 1 callersMethodcreatePopupWindow
*
examples/component/multiWindowCoronaGallery/ViewportController.mjs:24
↓ 1 callersMethodcreatePopupWindow
*
examples/component/multiWindowHelix/ViewportController.mjs:24
↓ 1 callersFunctioncreateProgram
()
ai/scripts/diagnostics/gemini-incident-cost-ledger.mjs:284
↓ 1 callersMethodcreateQueryOptions
* @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 callersFunctioncreateRegistryBackedClient
(registry)
test/playwright/unit/ai/services/knowledge-base/VectorService.WorkVolumeBranching.spec.mjs:119
↓ 1 callersFunctioncreateReversedEdgeAlign
src/util/Rectangle.mjs:47
↓ 1 callersMethodcreateRowPool
* 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 callersFunctioncreateSequence
(target, methodName, fn, scope)
src/util/Function.mjs:72
↓ 1 callersMethodcreateSingleton
* @param {Neo.controller.Application} app * @returns {Neo.tooltip.Base}
src/tooltip/Base.mjs:189
↓ 1 callersMethodcreateSortZone
* @param {Object} config
src/container/Base.mjs:539
↓ 1 callersMethodcreateSourceLink
* * @param {Object} record * @returns {Object}
apps/portal/view/examples/List.mjs:166
↓ 1 callersFunctioncreateSpyCollection
* 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 callersFunctioncreateSpyCollection
* 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 callersMethodcreateStoreItems
*
docs/app/view/classdetails/HierarchyTreeList.mjs:54
↓ 1 callersMethodcreateStyles
* 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 callersMethodcreateSummary
* @summary Creates an empty ingestion summary. * @param {Object} options * @returns {Object} * @protected
ai/services/knowledge-base/KnowledgeBaseIngestionService.mjs:357
↓ 1 callersFunctioncreateSyntheticClass
* 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 callersMethodcreateTask
* Adds a task to collection. * Typically used via `start(task)` * @param {Object} task * @returns {Object}
src/manager/Task.mjs:55
↓ 1 callersMethodcreateThemeMap
* @param {Object} data
src/worker/App.mjs:205
↓ 1 callersMethodcreateVdom
* 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 callersMethodcreateVdomEffect
* Final. Should not be overridden. * This is the core reactive effect. * @returns {Neo.core.Effect} * @protected
src/button/Effect.mjs:176
↓ 1 callersMethodcreateViewHeaderButtons
* @returns {Object[]}
src/calendar/view/MainContainer.mjs:554
↓ 1 callersMethodcreateViews
* @returns {Neo.component.Base[]}
src/calendar/view/MainContainer.mjs:576
↓ 1 callersMethodcreateWhereClause
* @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 callersMethodcreateWorkers
* @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 callersMethodcycleText
* Advances the text to the next string in the `cycleTexts` array. * @protected
src/component/MagicMoveText.mjs:433
↓ 1 callersFunctiondaemonHasDeliveryReceipts
* 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 callersFunctiondebugSessionState
()
ai/examples/debug_session_state.mjs:6
↓ 1 callersMethoddedupeCandidateMetadatas
* @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 callersFunctiondeepFreeze
* 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 callersFunctiondeepFreeze
* 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 callersMethoddefaultRevisionsFilePath
* 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 callersFunctiondefaultSyncGithubWorkflowBranchDetector
* @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
← previousnext →3,001–3,100 of 8,612, ranked by callers