Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ size
Method
size
ui/src/protocol/registry.ts:170–172 ·
view source on GitHub ↗
* 获取已注册组件的数量 * * @returns 组件数量
()
Source
from the content-addressed store, hash-verified
168
* @returns 组件数量
169
*/
170
size(): number {
171
return
this.components.size;
172
}
173
}
174
175
/**
Callers
2
standard-components.spec.ts
File · 0.80
registry.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected