Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ getRegisteredTypes
Method
getRegisteredTypes
ui/src/protocol/registry.ts:161–163 ·
view source on GitHub ↗
* 获取所有已注册的组件类型名称 * * @returns 组件类型名称数组
()
Source
from the content-addressed store, hash-verified
159
* @returns 组件类型名称数组
160
*/
161
getRegisteredTypes(): string[] {
162
return
Array.from(this.components.keys());
163
}
164
165
/**
166
* 获取已注册组件的数量
Callers
1
registry.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected