MCPcopy Create free account

hub / github.com/neomjs/neo / functions

Functions8,612 in github.com/neomjs/neo

MethodexecuteLink
()
ai/services/memory-core/GraphService.mjs:327
FunctionexecuteServiceRunnerCandidate
({candidate, activeHeavyTask, services, runtime})
ai/daemons/orchestrator/scheduling/pipeline.mjs:251
FunctionexecuteSupervisedCandidate
({candidate, activeHeavyTask, services})
ai/daemons/orchestrator/scheduling/pipeline.mjs:239
MethodexecuteTransaction
* Executes a combined difflog batch inside an atomic SQLite query wrapper natively safely. * @param {Object[]} diffLog Array of mutation traces g
ai/graph/storage/SQLite.mjs:394
FunctionexecuteWithGoldenPathDependencyGate
({executeFn, taskName, reason})
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:50
Methodexpand
* Expands a node by projecting its visible children from the Structural Layer * into the flat Projection Layer (`_items`). * Supports asynch
src/data/TreeStore.mjs:357
Methodexpand
* Returns a clone of this Rectangle expanded according to the edges array. * @param {Number[]} edges * @returns {Rectangle}
src/util/Rectangle.mjs:298
MethodexpandAll
* @summary Expands all nodes in the tree. * * Iterates through the entire structural layer, silently setting `collapsed = false` * on a
src/data/TreeStore.mjs:449
MethodexpandItem
* @param {Object} data
src/component/Circle.mjs:549
Methodexport
* Needed for remote filtering * @returns {Object|null}
src/collection/Filter.mjs:154
Methodextract
* Extracts knowledge chunks from the Issue Archive. * @param {Object} writeStream The JSONL write stream. * @param {Function} createHashF
ai/services/knowledge-base/source/TicketSource.mjs:62
Methodextract
* @summary Extracts raw-text chunks from the configured repository root. * * Config is read from `aiConfig.sourcePaths.RawRepoSource`. A str
ai/services/knowledge-base/source/RawRepoSource.mjs:79
Methodextract
* Extracts knowledge chunks from concept markdown files. * @param {Object} writeStream The JSONL write stream. * @param {Function} create
ai/services/knowledge-base/source/ConceptSource.mjs:37
Methodextract
* Extracts knowledge chunks from the 'learn/' directory based on tree.json. * @param {Object} writeStream The JSONL write stream. * @para
ai/services/knowledge-base/source/LearningSource.mjs:41
Methodextract
* Extracts knowledge chunks from ADR markdown files. * @param {Object} writeStream The JSONL write stream. * @param {Function} createHash
ai/services/knowledge-base/source/AdrSource.mjs:36
Methodextract
* Extracts knowledge chunks from local Markdown Discussions. * @param {Object} writeStream The JSONL write stream. * @param {Function} cr
ai/services/knowledge-base/source/DiscussionSource.mjs:59
Methodextract
* Extracts knowledge chunks from local Markdown Pull Requests. * @param {Object} writeStream The JSONL write stream. * @param {Function}
ai/services/knowledge-base/source/PullRequestSource.mjs:62
Methodextract
* Extracts knowledge chunks from the test directory. * @param {Object} writeStream The JSONL write stream. * @param {Function} createHash
ai/services/knowledge-base/source/TestSource.mjs:42
Methodextract
* Extracts knowledge chunks from Release Notes. * @param {Object} writeStream The JSONL write stream. * @param {Function} createHashFn Fu
ai/services/knowledge-base/source/ReleaseNotesSource.mjs:37
Methodextract
* Extracts knowledge chunks from Skill files. * @param {Object} writeStream The JSONL write stream. * @param {Function} createHashFn Func
ai/services/knowledge-base/source/SkillSource.mjs:39
Methodextract
* Extracts knowledge chunks from the source directory. * @param {Object} writeStream The JSONL write stream. * @param {Function} createHa
ai/services/knowledge-base/source/ApiSource.mjs:42
Methodextract
* @summary Extracts knowledge chunks from the workspace's `.proto` files. * @param {Object} writeStream The JSONL write stream. * @param
ai/examples/cloud-deployment/minimal-external-workspace/src/ProtoSource.mjs:39
Methodextract
* Attempts to extract and parse a JSON object from a string. * * It specifically looks for and strips Markdown code block delimiters *
src/util/Json.mjs:35
MethodextractId
(url)
apps/devindex/services/Updater.mjs:425
MethodextractIssueId
(str)
ai/services/ingestion/IssueIngestor.mjs:160
MethodfetchYears
(fromYear, toYear)
apps/devindex/services/Updater.mjs:328
MethodfileSize
ai/services/memory-core/GraphService.mjs:1093
Methodfiles
* @member {Object[]} files
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:122
FunctionfilterTabbable
src/main/DomAccess.mjs:8
Methodfinalize
(status, extras = {})
ai/daemons/orchestrator/services/DreamService.mjs:535
Methodfind
* Search vnode child nodes by id or opts object for a given vdom tree * @param {Object} vnode * @param {Object|String} opts Either an object
src/util/VNode.mjs:60
MethodfindBy
* Returns all items in the collection for which the passed function returns true * @param {function} fn The function to run for each item inside
src/collection/Base.mjs:1046
MethodfindBy
* Overrides collection.Base:findBy() to ensure the returned item(s) are Record instances. * @param {function} fn The function to run for each ite
src/data/Store.mjs:691
FunctionfindInstances
* Finds instances matching a set of properties. * @param {Object} selector Property/value pairs to match * @
test/playwright/fixtures.mjs:204
MethodfindInstances
* Finds instances matching a selector. * @param {Object} opts * @param {String} opts.sessionId * @param {Object} opts.selector * @
ai/services/neural-link/InstanceService.mjs:44
MethodfindParentComponent
* @param {Object[]} path * @returns {String|null} the component id in case there is a match
src/manager/Component.mjs:167
MethodfindTopmostItem
* @param {IntersectionObserverEntry[]} entries * @param {IntersectionObserver} observer
src/main/addon/IntersectionObserver.mjs:56
Methodfinish
ai/daemons/orchestrator/Orchestrator.mjs:334
Methodfinish
ai/agent/AgentOrchestrator.mjs:435
MethodfireAction
* @param {Object} data
src/dialog/header/Toolbar.mjs:92
MethodfireChangeEvent
* Radios should only fire change & fieldChange events if checked. * If there was just 1 radio, you can not uncheck it. * @param {*} value
src/form/field/Radio.mjs:54
MethodfireChangeEvent
* Overrides form.field.Base * @param {*} value * @param {*} oldValue * @override
src/form/field/ComboBox.mjs:479
MethodfireEvent
* Fires a custom event based on core.Observable on any app realm based Neo instance from main * @param {Object} data * @param {String} data.
src/worker/App.mjs:264
Methodfirst
* Convenience shortcut * @param {Number} [windowId] * @returns {Object}
src/util/HashHistory.mjs:46
MethodflattenTree
(tree, path = '')
apps/legit/service/Legit.mjs:160
MethodflushComment
()
apps/portal/view/news/tickets/Component.mjs:335
MethodflushComment
()
apps/portal/view/news/discussions/Component.mjs:288
MethodflushMouseMove
*
src/main/DomEvents.mjs:629
MethodflushReply
()
apps/portal/view/news/discussions/Component.mjs:269
MethodflyTo
* @param {Object} value * @param {Number} value.lat * @param {Number} value.lng
src/component/wrapper/MapboxGL.mjs:335
MethodflyTo
* @param {Object} data * @param {Number[]} data.destination * @param {Number} data.heading * @param {Number} data.pitch
src/component/wrapper/CesiumJS.mjs:67
Methodfmt
apps/devindex/services/Spider.mjs:339
Methodfn
(task)
src/manager/Task.mjs:102
MethodfocusNode
* @param {Object} delta * @param {String} delta.id
src/main/DeltaUpdates.mjs:183
Methodfollow
* @param {String} slug
apps/realworld2/api/Profile.mjs:29
Methodfollow
* @param {String} slug
apps/realworld/api/Profile.mjs:29
MethodfollowUser
* @param {String} slug * @param {Boolean} follow
apps/realworld2/view/MainContainerController.mjs:125
Methodformat
()
src/main/addon/PrefixField.mjs:121
MethodformatNumber
* @param {Number} value * @returns {String}
examples/component/coronaGallery/CountryGallery.mjs:107
Functionframe
(time)
test/playwright/e2e/utils/browser-test-helpers.mjs:99
MethodfromRect
(other)
test/playwright/setup.mjs:23
Functionfunction
(item)
src/Neo.mjs:37
Functiongatekeep
* Ensures a class is assigned to the Neo namespace only once, preventing duplicates. * This is a lightweight version of `Neo.setupClass` for simp
src/Neo.mjs:500
Functiongenerate
(promptText)
test/playwright/unit/ai/services/memory-core/SessionService.buildChatModel.spec.mjs:55
Methodgenerate
* Generates text completion. * * @param {String|Array} input Prompt string or message history array. * @param {Object} [options] *
ai/provider/Gemini.mjs:82
Methodgenerate
* @summary Natively wraps the streaming generator to bypass internal serialization locks on local LLM servers. * Generates text completion native
ai/provider/OpenAiCompatible.mjs:136
Methodgenerate
* Generates text completion. * * @param {String|Array} input Prompt string or message history array. * @param {Object} [options] *
ai/provider/Ollama.mjs:127
Methodgenerate
(messages)
ai/examples/test-loop-harden.mjs:15
FunctiongenerateContent
()
test/playwright/unit/ai/services/memory-core/SessionService.buildChatModel.spec.mjs:300
Methodgeocode
* @param {Object} data * @param {String} data.address * @param {Object} data.location * @param {String} data.placeId * @returns {O
src/main/addon/OpenStreetMaps.mjs:215
Methodgeocode
* Use either address, location or placeId * @param {Object} data * @param {String} data.address * @param {Object} data.location *
src/main/addon/GoogleMaps.mjs:150
Functionget
(target, prop, receiver)
apps/devindex/services/config.mjs:202
Functionget
(field)
test/playwright/unit/grid/RowCellIdMigration.spec.mjs:42
Functionget
({include = [], limit = 2000} = {})
test/playwright/unit/ai/services/rem-observability.spec.mjs:84
Functionget
({ids, where, limit = 100, offset = 0} = {})
test/playwright/unit/ai/services/knowledge-base/KnowledgeBase.TenantIsolation.spec.mjs:92
Functionget
({where, limit = 2000, offset = 0, include = []} = {})
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:57
Functionget
({limit = 2000, offset = 0, include = []} = {})
test/playwright/unit/ai/services/knowledge-base/VectorService.tenantStamping.spec.mjs:51
Functionget
({ids, where, limit = 2000, offset = 0, include = []} = {})
test/playwright/unit/ai/services/knowledge-base/VectorService.WorkVolumeBranching.spec.mjs:61
Functionget
({ids, where, include} = {})
test/playwright/unit/ai/services/memory-core/MemoryService.TenantIsolation.spec.mjs:73
Functionget
(args)
test/playwright/unit/ai/services/memory-core/GraphService.spec.mjs:263
Functionget
({ids, limit, offset, include} = {})
test/playwright/unit/ai/services/memory-core/SummaryService.AuthorScope.spec.mjs:41
Functionget
()
test/playwright/unit/ai/services/memory-core/SessionService.buildChatModel.spec.mjs:270
Functionget
({ids, where, limit, offset, include} = {})
test/playwright/unit/ai/services/memory-core/SummaryService.TenantIsolation.spec.mjs:62
Functionget
(...args)
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:285
Functionget
({offset})
test/playwright/unit/ai/scripts/migrations/renameAgentIdentities.spec.mjs:328
Functionget
(name)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:291
Functionget
(target, prop)
ai/ConfigProvider.mjs:421
Functionget
(target, prop)
ai/services.mjs:154
Functionget
()
src/Neo.mjs:358
Functionget
* The get trap for the proxy. This is where the magic happens. * @param {Object} currentTarget The proxy's target object. * @param {
src/state/createHierarchicalDataProxy.mjs:21
Methodget
* @summary Retrieves specific raw documents from the Vector Storage Layer. * @abstract * @param {Object} args
ai/services/memory-core/managers/AbstractVectorManager.mjs:80
Methodget
* @param {String} field * @returns {*}
src/data/RecordFactory.mjs:231
FunctiongetActiveEffect
* Returns the effect currently at the top of the stack (i.e., the one currently running). * @returns {Neo.core.Effect|null}
src/core/EffectManager.mjs:51
MethodgetActiveManagers
* Used by export/import processes to target specific or all active engines * @returns {Promise<Object[]>}
ai/services/memory-core/managers/StorageRouter.mjs:234
MethodgetActiveTabRectThenMove
* Gets the DomRect of the active tab, then moves the indicator * @param {Object|null} opts * @param {Number} opts.oldValue * @param {Nu
src/tab/Strip.mjs:58
FunctiongetAdjacentNodes
()
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:55
MethodgetAngle
(val)
apps/portal/canvas/TimelineCanvas.mjs:384
MethodgetAnimateTargetId
* Returns the id of the animation node * @returns {String}
src/dialog/Base.mjs:573
MethodgetAnimationCls
* Override as needed for dynamic record-based animation classes * @param {Record} record * @returns {String}
src/grid/column/AnimatedCurrency.mjs:82
MethodgetArticle
* Article details: get an article providing a user slug * @param {String} slug
apps/realworld2/view/MainContainerController.mjs:133
← previousnext →6,301–6,400 of 8,612, ranked by callers