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

Method AddPathFilter

src/log/logfilter.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43
44void EventFilter::AddPathFilter(const DBus::Object::Path &path) noexcept
45{
46 filter_paths.push_back(path);
47 std::sort(filter_paths.begin(), filter_paths.end());
48}
49
50
51bool EventFilter::Allow(const Events::Log &logev) const noexcept

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected