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

Method Query

Modules/CppMicroServices/src/usLDAPExpr.cpp:272–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272bool LDAPExpr::Query( const std::string& filter, const ServicePropertiesImpl& pd)
273{
274 return LDAPExpr(filter).Evaluate(pd, false);
275}
276
277bool LDAPExpr::Evaluate( const ServicePropertiesImpl& p, bool matchCase ) const
278{

Callers

nothing calls this directly

Calls 2

LDAPExprClass · 0.85
EvaluateMethod · 0.45

Tested by

no test coverage detected