Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ poll
Method
poll
src/Client/Connection.cpp:958–961 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
956
957
958
bool Connection::poll(size_t timeout_microseconds)
959
{
960
return static_cast<ReadBufferFromPocoSocket &>(*in).poll(timeout_microseconds);
961
}
962
963
964
bool Connection::hasReadPendingData() const
Callers
7
main
Function · 0.45
receiveResult
Method · 0.45
receiveThread
Method · 0.45
tryReceivePacket
Method · 0.45
main
Function · 0.45
run
Method · 0.45
_check_timeout
Method · 0.45
Calls
no outgoing calls
Tested by
1
main
Function · 0.36