| 22 | } |
| 23 | |
| 24 | NetworkConnection::Status NetworkConnection::getStatus() { |
| 25 | return status; |
| 26 | } |
| 27 | |
| 28 | NetworkConnection::DisconnectReason NetworkConnection::getDisconnectReason() { |
| 29 | return disconnectReason; |
nothing calls this directly
no outgoing calls
no test coverage detected