/////////////////////////////////////////////////////// \brief Deleted copy constructor ///////////////////////////////////////////////////////
| 62 | /// |
| 63 | //////////////////////////////////////////////////////////// |
| 64 | DataChannel(const DataChannel&) = delete; |
| 65 | |
| 66 | //////////////////////////////////////////////////////////// |
| 67 | /// \brief Deleted copy assignment |
nothing calls this directly
no outgoing calls
no test coverage detected