Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codeya-IDE/deepin-ide
/ isOpen
Method
isOpen
3rdparty/cppdap/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
8
isOpen
Method · 0.45
isOpen
Method · 0.45
read
Function · 0.45
start
Method · 0.45
startProcessingMessages
Method · 0.45
send
Method · 0.45
outCheck
Function · 0.45
launchBackend
Method · 0.45
Calls
no outgoing calls
Tested by
1
read
Function · 0.36