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

Method GetQueuingFtMsgCount

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

Source from the content-addressed store, hash-verified

327 }
328
329 int64_t WsPluginServer::GetQueuingFtMsgCount() {
330 int count;
331 ft_routers_.ApplyAll([&](const auto&, const auto& r) {
332 count += r->GetQueuingMsgCount();
333 });
334 return count;
335 }
336
337 std::vector<std::shared_ptr<GrConnectedClientInfo>> WsPluginServer::GetConnectedClientInfo() {
338 std::vector<std::shared_ptr<GrConnectedClientInfo>> clients_info;

Callers

nothing calls this directly

Calls 1

GetQueuingMsgCountMethod · 0.45

Tested by

no test coverage detected