Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
21
public:
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
synchronized
Function · 0.45
visit
Method · 0.45
Calls
1
visit
Method · 0.45
Tested by
no test coverage detected