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

Method Allow

src/log/logfilter.cpp:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49
50
51bool EventFilter::Allow(const Events::Log &logev) const noexcept
52{
53 return Allow(logev.category);
54}
55
56
57bool EventFilter::Allow(const LogCategory catg) const noexcept

Callers 2

SendLogMethod · 0.80
LogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected