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

Method filter

include/process/gmock.hpp:279–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 TestsFilter() = default;
278
279 bool filter(const UPID& process, const MessageEvent& event) override
280 {
281 return handle(process, event);
282 }
283 bool filter(const UPID& process, const DispatchEvent& event) override
284 {
285 return handle(process, event);

Callers 1

synchronizedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected