MCPcopy Create free account
hub / github.com/OpenVPN/openvpn3-linux / QueueAllDone

Method QueueAllDone

src/common/requiresqueue.cpp:466–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464
465
466bool RequiresQueue::QueueAllDone() const noexcept
467{
468 for (auto &e : slots)
469 {
470 if (!e.provided)
471 {
472 return false;
473 }
474 }
475 return true;
476}
477
478
479bool RequiresQueue::QueueDone(ClientAttentionType type, ClientAttentionGroup group)

Callers 2

BackendClientObjectMethod · 0.80
cb_connectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected