MCPcopy 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
62bool error_condition::empty() const {
63 return name_.empty();
64}
65
66std::string error_condition::name() const {
67 return name_;

Callers 3

operator!Method · 0.45
whatMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected