* Internal method to set MatterBridgeManager reference * Called by Server or ChildBridgeFork to allow API access to external servers * @internal
(manager: BaseMatterManager | null)
| 664 | * @internal |
| 665 | */ |
| 666 | _setMatterManager(manager: BaseMatterManager | null): void { |
| 667 | this._matterManager = manager |
| 668 | } |
| 669 | |
| 670 | /** |
| 671 | * Internal method to resolve pending external accessory registrations |
no outgoing calls
no test coverage detected