Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
73
bool LDAPFilter::Match(const ServiceReferenceBase& reference) const
74
{
75
return d->ldapExpr.Evaluate(reference.d->GetProperties(), true);
76
}
77
78
bool LDAPFilter::Match(const ServiceProperties& dictionary) const
79
{
Callers
2
TestEvaluate
Function · 0.45
TestBoolComparison
Function · 0.45
Calls
3
ServicePropertiesImpl
Class · 0.70
Evaluate
Method · 0.45
GetProperties
Method · 0.45
Tested by
2
TestEvaluate
Function · 0.36
TestBoolComparison
Function · 0.36