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

Method Match

Modules/CppMicroServices/src/usLDAPFilter.cpp:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73bool LDAPFilter::Match(const ServiceReferenceBase& reference) const
74{
75 return d->ldapExpr.Evaluate(reference.d->GetProperties(), true);
76}
77
78bool LDAPFilter::Match(const ServiceProperties& dictionary) const
79{

Callers 2

TestEvaluateFunction · 0.45
TestBoolComparisonFunction · 0.45

Calls 3

EvaluateMethod · 0.45
GetPropertiesMethod · 0.45

Tested by 2

TestEvaluateFunction · 0.36
TestBoolComparisonFunction · 0.36