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

Method FilterVisitor

include/process/filter.hpp:45–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 struct FilterVisitor : EventVisitor
44 {
45 explicit FilterVisitor(
46 Filter* _filter,
47 const UPID& _process,
48 bool* _result)
49 : filter(_filter),
50 process(_process),
51 result(_result) {}
52
53 void visit(const MessageEvent& event) override
54 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected