Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ empty
Method
empty
cpp/src/error_condition.cpp:62–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
bool error_condition::empty() const {
63
return name_.empty();
64
}
65
66
std::string error_condition::name() const {
67
return name_;
Callers
3
error_condition.cpp
File · 0.45
operator!
Method · 0.45
what
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected