Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ ClearSocketList
Method
ClearSocketList
src/event/MultiSocketMonitor.cxx:55–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
53
}
54
55
void
56
MultiSocketMonitor::ClearSocketList() noexcept
57
{
58
assert(GetEventLoop().IsInside());
59
60
fds.clear();
61
#ifdef USE_EPOLL
62
always_ready_fds.clear();
63
#endif
64
}
65
66
#ifndef _WIN32
67
Callers
1
PrepareSockets
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected