MCPcopy Create free account
hub / github.com/MITK/MITK / MatchCase

Method MatchCase

Modules/CppMicroServices/src/usLDAPFilter.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83bool LDAPFilter::MatchCase(const ServiceProperties& dictionary) const
84{
85 return d->ldapExpr.Evaluate(ServicePropertiesImpl(dictionary), true);
86}
87
88std::string LDAPFilter::ToString() const
89{

Callers 1

TestEvaluateFunction · 0.80

Calls 2

EvaluateMethod · 0.45

Tested by 1

TestEvaluateFunction · 0.64