(&self, _client_id: ClientId)
| 533 | } |
| 534 | impl ClientData for ClientState { |
| 535 | fn initialized(&self, _client_id: ClientId) {} |
| 536 | fn disconnected(&self, _client_id: ClientId, _reason: DisconnectReason) {} |
| 537 | } |
nothing calls this directly
no outgoing calls
no test coverage detected