Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ operator!
Method
operator!
cpp/src/error_condition.cpp:58–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
}
57
58
bool error_condition::operator!() const {
59
return name_.empty();
60
}
61
62
bool error_condition::empty() const {
63
return name_.empty();
Callers
nothing calls this directly
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected