Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/3rdparty/libprocess
/ visit
Method
visit
include/process/filter.hpp:53–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
result(_result) {}
52
53
void visit(const MessageEvent& event) override
54
{
55
*result = filter->filter(process, event);
56
}
57
58
void visit(const DispatchEvent& event) override
59
{
Callers
1
filter
Method · 0.45
Calls
1
filter
Method · 0.45
Tested by
no test coverage detected