* Get all currently known peers (excluding self).
()
| 165 | * Get all currently known peers (excluding self). |
| 166 | */ |
| 167 | getPeers(): Map<string, LanAnnounce> { |
| 168 | return new Map(this.peers) |
| 169 | } |
| 170 | |
| 171 | /** |
| 172 | * Update the announce data (e.g., when role changes). |
no outgoing calls
no test coverage detected