Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenImageDebugger/OpenImageDebugger
/ has_data
Method
has_data
src/ipc/asio_transport.cpp:130–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
bool AsioTransport::has_data() const {
131
asio::error_code ec;
132
return socket_.available(ec) > 0 && !ec;
133
}
134
135
bool AsioTransport::disconnected() const {
136
return disconnected_;
Callers
2
poll
Method · 0.45
try_read_incoming_messages
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected