MCPcopy Create free account
hub / github.com/3rdparty/libprocess / filter

Method filter

include/process/filter.hpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21public:
22 virtual ~Filter() {}
23 virtual bool filter(const UPID& process, const MessageEvent&)
24 {
25 return false;
26 }
27 virtual bool filter(const UPID& process, const DispatchEvent&)
28 {
29 return false;

Callers 2

synchronizedFunction · 0.45
visitMethod · 0.45

Calls 1

visitMethod · 0.45

Tested by

no test coverage detected