(module: RuntimeModule)
| 220 | } |
| 221 | |
| 222 | registerModule(module: RuntimeModule): void { |
| 223 | module.register(this) |
| 224 | } |
| 225 | |
| 226 | connect(connection: RuntimeConnection): () => void { |
| 227 | this.connections.set(connection.id, { connection, subscriptions: new Set(["*"]) }) |
no test coverage detected