Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
bool LDAPFilter::MatchCase(const ServiceProperties& dictionary) const
84
{
85
return d->ldapExpr.Evaluate(ServicePropertiesImpl(dictionary), true);
86
}
87
88
std::string LDAPFilter::ToString() const
89
{
Callers
1
TestEvaluate
Function · 0.80
Calls
2
ServicePropertiesImpl
Class · 0.70
Evaluate
Method · 0.45
Tested by
1
TestEvaluate
Function · 0.64