Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
bool EventFilter::Allow(const Events::Log &logev) const noexcept
52
{
53
return Allow(logev.category);
54
}
55
56
57
bool EventFilter::Allow(const LogCategory catg) const noexcept
Callers
2
SendLog
Method · 0.80
Log
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected