* 检查组件是否已注册 * * @param typeName - 组件类型名称 * @returns 是否已注册
(typeName: string)
| 131 | * @returns 是否已注册 |
| 132 | */ |
| 133 | has(typeName: string): boolean { |
| 134 | return this.components.has(typeName); |
| 135 | } |
| 136 | |
| 137 | /** |
| 138 | * 冻结注册表 |
no outgoing calls
no test coverage detected