MCPcopy 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 */
180export function createComponentRegistry(): ComponentRegistry {
181 return new ComponentRegistry();
182}

Callers 3

createStandardRegistryFunction · 0.90
registry.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected