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

Method isOpen

Utilities/cmcppdap/src/io.cpp:93–93  ·  view source on GitHub ↗

dap::ReaderWriter compliance

Source from the content-addressed store, hash-verified

91
92 // dap::ReaderWriter compliance
93 bool isOpen() override { return r->isOpen() && w->isOpen(); }
94 void close() override {
95 r->close();
96 w->close();

Callers 6

isOpenMethod · 0.45
isOpenMethod · 0.45
readFunction · 0.45
startMethod · 0.45
sendMethod · 0.45

Calls

no outgoing calls

Tested by 1

readFunction · 0.36