MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetQueuingMediaMsgCount

Method GetQueuingMediaMsgCount

src/render/plugins/net_ws/ws_server.cpp:321–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319 }
320
321 int64_t WsPluginServer::GetQueuingMediaMsgCount() {
322 int64_t count = 0;
323 stream_routers_.ApplyAll([&](const auto&, const auto& r) {
324 count += r->GetQueuingMsgCount();
325 });
326 return count;
327 }
328
329 int64_t WsPluginServer::GetQueuingFtMsgCount() {
330 int count;

Callers

nothing calls this directly

Calls 1

GetQueuingMsgCountMethod · 0.45

Tested by

no test coverage detected