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

Method IsNull

framework/src/util/LDAPProp.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 LDAPPropExpr::operator std::string() const { return m_ldapExpr; }
46
47 bool
48 LDAPPropExpr::IsNull() const
49 {
50 return m_ldapExpr.empty();
51 }
52
53 LDAPPropExpr&
54 LDAPPropExpr::operator|=(LDAPPropExpr const& right)

Callers 4

TESTFunction · 0.45
EventMethod · 0.45
operator&&Function · 0.45
operator||Function · 0.45

Calls 1

emptyMethod · 0.45

Tested by 2

TESTFunction · 0.36
EventMethod · 0.36