Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ createComponentRegistry
Function
createComponentRegistry
ui/src/protocol/registry.ts:180–182 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
178
* @returns 新的 ComponentRegistry 实例
179
*/
180
export
function
createComponentRegistry(): ComponentRegistry {
181
return
new
ComponentRegistry();
182
}
Callers
3
createStandardRegistry
Function · 0.90
standard-components.spec.ts
File · 0.90
registry.spec.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected