Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.45
Event
Method · 0.45
operator&&
Function · 0.45
operator||
Function · 0.45
Calls
1
empty
Method · 0.45
Tested by
2
TEST
Function · 0.36
Event
Method · 0.36