MCPcopy 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
58bool error_condition::operator!() const {
59 return name_.empty();
60}
61
62bool error_condition::empty() const {
63 return name_.empty();

Callers

nothing calls this directly

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected