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
Method
executeLink
()
ai/services/memory-core/GraphService.mjs:327
Function
executeServiceRunnerCandidate
({candidate, activeHeavyTask, services, runtime})
ai/daemons/orchestrator/scheduling/pipeline.mjs:251
Function
executeSupervisedCandidate
({candidate, activeHeavyTask, services})
ai/daemons/orchestrator/scheduling/pipeline.mjs:239
Method
executeTransaction
* 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
Function
executeWithGoldenPathDependencyGate
({executeFn, taskName, reason})
test/playwright/unit/ai/daemons/orchestrator/scheduling/pipeline.spec.mjs:50
Method
expand
* 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
Method
expand
* Returns a clone of this Rectangle expanded according to the edges array. * @param {Number[]} edges * @returns {Rectangle}
src/util/Rectangle.mjs:298
Method
expandAll
* @summary Expands all nodes in the tree. * * Iterates through the entire structural layer, silently setting `collapsed = false` * on a
src/data/TreeStore.mjs:449
Method
expandItem
* @param {Object} data
src/component/Circle.mjs:549
Method
export
* Needed for remote filtering * @returns {Object|null}
src/collection/Filter.mjs:154
Method
extract
* 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
Method
extract
* @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
Method
extract
* 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
Method
extract
* 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
Method
extract
* 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
Method
extract
* 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
Method
extract
* 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
Method
extract
* 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
Method
extract
* 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
Method
extract
* 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
Method
extract
* 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
Method
extract
* @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
Method
extract
* 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
Method
extractId
(url)
apps/devindex/services/Updater.mjs:425
Method
extractIssueId
(str)
ai/services/ingestion/IssueIngestor.mjs:160
Method
fetchYears
(fromYear, toYear)
apps/devindex/services/Updater.mjs:328
Method
fileSize
ai/services/memory-core/GraphService.mjs:1093
Method
files
* @member {Object[]} files
ai/mcp/server/shared/services/RuntimeFreshnessService.mjs:122
Function
filterTabbable
src/main/DomAccess.mjs:8
Method
finalize
(status, extras = {})
ai/daemons/orchestrator/services/DreamService.mjs:535
Method
find
* 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
Method
findBy
* 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
Method
findBy
* 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
Function
findInstances
* Finds instances matching a set of properties. * @param {Object} selector Property/value pairs to match * @
test/playwright/fixtures.mjs:204
Method
findInstances
* Finds instances matching a selector. * @param {Object} opts * @param {String} opts.sessionId * @param {Object} opts.selector * @
ai/services/neural-link/InstanceService.mjs:44
Method
findParentComponent
* @param {Object[]} path * @returns {String|null} the component id in case there is a match
src/manager/Component.mjs:167
Method
findTopmostItem
* @param {IntersectionObserverEntry[]} entries * @param {IntersectionObserver} observer
src/main/addon/IntersectionObserver.mjs:56
Method
finish
ai/daemons/orchestrator/Orchestrator.mjs:334
Method
finish
ai/agent/AgentOrchestrator.mjs:435
Method
fireAction
* @param {Object} data
src/dialog/header/Toolbar.mjs:92
Method
fireChangeEvent
* 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
Method
fireChangeEvent
* Overrides form.field.Base * @param {*} value * @param {*} oldValue * @override
src/form/field/ComboBox.mjs:479
Method
fireEvent
* 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
Method
first
* Convenience shortcut * @param {Number} [windowId] * @returns {Object}
src/util/HashHistory.mjs:46
Method
flattenTree
(tree, path = '')
apps/legit/service/Legit.mjs:160
Method
flushComment
()
apps/portal/view/news/tickets/Component.mjs:335
Method
flushComment
()
apps/portal/view/news/discussions/Component.mjs:288
Method
flushMouseMove
*
src/main/DomEvents.mjs:629
Method
flushReply
()
apps/portal/view/news/discussions/Component.mjs:269
Method
flyTo
* @param {Object} value * @param {Number} value.lat * @param {Number} value.lng
src/component/wrapper/MapboxGL.mjs:335
Method
flyTo
* @param {Object} data * @param {Number[]} data.destination * @param {Number} data.heading * @param {Number} data.pitch
src/component/wrapper/CesiumJS.mjs:67
Method
fmt
apps/devindex/services/Spider.mjs:339
Method
fn
(task)
src/manager/Task.mjs:102
Method
focusNode
* @param {Object} delta * @param {String} delta.id
src/main/DeltaUpdates.mjs:183
Method
follow
* @param {String} slug
apps/realworld2/api/Profile.mjs:29
Method
follow
* @param {String} slug
apps/realworld/api/Profile.mjs:29
Method
followUser
* @param {String} slug * @param {Boolean} follow
apps/realworld2/view/MainContainerController.mjs:125
Method
format
()
src/main/addon/PrefixField.mjs:121
Method
formatNumber
* @param {Number} value * @returns {String}
examples/component/coronaGallery/CountryGallery.mjs:107
Function
frame
(time)
test/playwright/e2e/utils/browser-test-helpers.mjs:99
Method
fromRect
(other)
test/playwright/setup.mjs:23
Function
function
(item)
src/Neo.mjs:37
Function
gatekeep
* 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
Function
generate
(promptText)
test/playwright/unit/ai/services/memory-core/SessionService.buildChatModel.spec.mjs:55
Method
generate
* Generates text completion. * * @param {String|Array} input Prompt string or message history array. * @param {Object} [options] *
ai/provider/Gemini.mjs:82
Method
generate
* @summary Natively wraps the streaming generator to bypass internal serialization locks on local LLM servers. * Generates text completion native
ai/provider/OpenAiCompatible.mjs:136
Method
generate
* Generates text completion. * * @param {String|Array} input Prompt string or message history array. * @param {Object} [options] *
ai/provider/Ollama.mjs:127
Method
generate
(messages)
ai/examples/test-loop-harden.mjs:15
Function
generateContent
()
test/playwright/unit/ai/services/memory-core/SessionService.buildChatModel.spec.mjs:300
Method
geocode
* @param {Object} data * @param {String} data.address * @param {Object} data.location * @param {String} data.placeId * @returns {O
src/main/addon/OpenStreetMaps.mjs:215
Method
geocode
* Use either address, location or placeId * @param {Object} data * @param {String} data.address * @param {Object} data.location *
src/main/addon/GoogleMaps.mjs:150
Function
get
(target, prop, receiver)
apps/devindex/services/config.mjs:202
Function
get
(field)
test/playwright/unit/grid/RowCellIdMigration.spec.mjs:42
Function
get
({include = [], limit = 2000} = {})
test/playwright/unit/ai/services/rem-observability.spec.mjs:84
Function
get
({ids, where, limit = 100, offset = 0} = {})
test/playwright/unit/ai/services/knowledge-base/KnowledgeBase.TenantIsolation.spec.mjs:92
Function
get
({where, limit = 2000, offset = 0, include = []} = {})
test/playwright/unit/ai/services/knowledge-base/KnowledgeBaseIngestionService.spec.mjs:57
Function
get
({limit = 2000, offset = 0, include = []} = {})
test/playwright/unit/ai/services/knowledge-base/VectorService.tenantStamping.spec.mjs:51
Function
get
({ids, where, limit = 2000, offset = 0, include = []} = {})
test/playwright/unit/ai/services/knowledge-base/VectorService.WorkVolumeBranching.spec.mjs:61
Function
get
({ids, where, include} = {})
test/playwright/unit/ai/services/memory-core/MemoryService.TenantIsolation.spec.mjs:73
Function
get
(args)
test/playwright/unit/ai/services/memory-core/GraphService.spec.mjs:263
Function
get
({ids, limit, offset, include} = {})
test/playwright/unit/ai/services/memory-core/SummaryService.AuthorScope.spec.mjs:41
Function
get
()
test/playwright/unit/ai/services/memory-core/SessionService.buildChatModel.spec.mjs:270
Function
get
({ids, where, limit, offset, include} = {})
test/playwright/unit/ai/services/memory-core/SummaryService.TenantIsolation.spec.mjs:62
Function
get
(...args)
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:285
Function
get
({offset})
test/playwright/unit/ai/scripts/migrations/renameAgentIdentities.spec.mjs:328
Function
get
(name)
test/playwright/unit/ai/mcp/server/shared/AuthService.spec.mjs:291
Function
get
(target, prop)
ai/ConfigProvider.mjs:421
Function
get
(target, prop)
ai/services.mjs:154
Function
get
()
src/Neo.mjs:358
Function
get
* 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
Method
get
* @summary Retrieves specific raw documents from the Vector Storage Layer. * @abstract * @param {Object} args
ai/services/memory-core/managers/AbstractVectorManager.mjs:80
Method
get
* @param {String} field * @returns {*}
src/data/RecordFactory.mjs:231
Function
getActiveEffect
* 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
Method
getActiveManagers
* Used by export/import processes to target specific or all active engines * @returns {Promise<Object[]>}
ai/services/memory-core/managers/StorageRouter.mjs:234
Method
getActiveTabRectThenMove
* 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
Function
getAdjacentNodes
()
test/playwright/unit/ai/services/memory-core/GraphService.TenantIsolation.spec.mjs:55
Method
getAngle
(val)
apps/portal/canvas/TimelineCanvas.mjs:384
Method
getAnimateTargetId
* Returns the id of the animation node * @returns {String}
src/dialog/Base.mjs:573
Method
getAnimationCls
* Override as needed for dynamic record-based animation classes * @param {Record} record * @returns {String}
src/grid/column/AnimatedCurrency.mjs:82
Method
getArticle
* Article details: get an article providing a user slug * @param {String} slug
apps/realworld2/view/MainContainerController.mjs:133
← previous
next →
6,301–6,400 of 8,612, ranked by callers