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

Method Approx

framework/src/util/LDAPProp.cpp:143–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 LDAPPropExpr
144 LDAPProp::Approx(std::string const& s) const
145 {
146 if (s.empty())
147 return LDAPPropExpr(s);
148 return LDAPPropExpr("(" + m_property + "~=" + s + ")");
149 }
150
151 LDAPPropExpr
152 LDAPProp::Approx(cppmicroservices::Any const& any) const

Callers 1

TESTFunction · 0.80

Calls 3

ApproxFunction · 0.85
emptyMethod · 0.45
ToStringMethod · 0.45

Tested by 1

TESTFunction · 0.64