MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / Matches

Method Matches

compendium/EM/src/Event.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111 }
112
113 [[nodiscard]] bool
114 Event::Matches(LDAPFilter const& filter) const
115 {
116 return filter.Match(properties);
117 }
118
119} // namespace cppmicroservices::service::em

Callers 1

TESTFunction · 0.45

Calls 1

MatchMethod · 0.80

Tested by 1

TESTFunction · 0.36