MCPcopy Create free account
hub / github.com/apache/qpid-proton / describe

Method describe

c/tests/pn_test.cpp:162–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162std::string cond_empty::describe() const { return "is empty"; }
163
164bool cond_empty::match(const pn_condition_t &cond) const {
165 return !pn_condition_is_set(const_cast<pn_condition_t *>(&cond));

Callers

nothing calls this directly

Calls 4

stringifyFunction · 0.85
pn_codeFunction · 0.85
emptyMethod · 0.45
strMethod · 0.45

Tested by

no test coverage detected