| 51 | |
| 52 | template <typename CharT, typename Traits> |
| 53 | void cmBasicUVIStream<CharT, Traits>::open(uv_stream_t* stream) |
| 54 | { |
| 55 | this->Buffer.open(stream); |
| 56 | } |
| 57 | |
| 58 | template <typename CharT, typename Traits> |
| 59 | void cmBasicUVIStream<CharT, Traits>::close() |
no outgoing calls
no test coverage detected