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

Method Approx

Modules/CppMicroServices/src/usLDAPProp.cpp:102–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102LDAPPropExpr LDAPProp::Approx(const std::string& s) const
103{
104 if (s.empty()) return LDAPPropExpr(s);
105 return LDAPPropExpr("(" + m_property + "~=" + s + ")");
106}
107
108LDAPPropExpr LDAPProp::Approx(const us::Any& any) const
109{

Callers 1

TestLDAPExpressionsFunction · 0.80

Calls 4

LDAPPropExprFunction · 0.85
ApproxFunction · 0.85
emptyMethod · 0.45
ToStringMethod · 0.45

Tested by 1

TestLDAPExpressionsFunction · 0.64