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

Method AllowPath

src/log/logfilter.cpp:79–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77
78
79bool EventFilter::AllowPath(const DBus::Object::Path &path) const noexcept
80{
81 if (filter_paths.size() < 1)
82 {
83 return true;
84 }
85 auto r = std::lower_bound(filter_paths.begin(), filter_paths.end(), path);
86 return r != filter_paths.end();
87}
88
89
90} // namespace Log

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.80

Tested by

no test coverage detected