Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
Calls
1
Match
Method · 0.80
Tested by
1
TEST
Function · 0.36