MCPcopy Create free account
hub / github.com/astercloud/aster / constructor

Method constructor

ui/src/protocol/message-processor.ts:117–119  ·  view source on GitHub ↗
(registry?: ComponentRegistry)

Source from the content-addressed store, hash-verified

115 private validationErrors: ValidationError[] = [];
116
117 constructor(registry?: ComponentRegistry) {
118 this.registry = registry ?? getDefaultRegistry();
119 }
120
121 /**
122 * Get all surfaces

Callers

nothing calls this directly

Calls 1

getDefaultRegistryFunction · 0.90

Tested by

no test coverage detected