Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MusicPlayerDaemon/MPD
/ Dispatch
Method
Dispatch
src/event/SocketEvent.cxx:98–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void
99
SocketEvent::Dispatch() noexcept
100
{
101
const unsigned flags = std::exchange(ready_flags, 0) &
102
GetScheduledFlags();
103
104
if (flags != 0)
105
callback(flags);
106
}
Callers
1
Loop.cxx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected