Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ remove
Method
remove
base/poco/Net/src/PollSet.cpp:494–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
492
493
494
void PollSet::remove(const Socket& socket)
495
{
496
_pImpl->remove(socket);
497
}
498
499
500
void PollSet::update(const Socket& socket, int mode)
Callers
1
~FilePartStore
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected