MCPcopy Create free account
hub / github.com/Kitware/CMake / open

Method open

Source/cmUVStream.h:53–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 14

cmBasicUVIStreamMethod · 0.95
ProcessMethod · 0.45
cmLoadFlagTableJsonFunction · 0.45
EnsureInitMethod · 0.45
WriteTraceFileMethod · 0.45
RandomSeedMethod · 0.45
SetTraceFileMethod · 0.45
FileWriteMethod · 0.45
ReadJsonFileMethod · 0.45
cmCatFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected