Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
isOpen
Method · 0.45
isOpen
Method · 0.45
read
Function · 0.45
start
Method · 0.45
startProcessingMessages
Method · 0.45
send
Method · 0.45
Calls
no outgoing calls
Tested by
1
read
Function · 0.36