Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
162
std::string cond_empty::describe() const { return
"is empty"
; }
163
164
bool 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
stringify
Function · 0.85
pn_code
Function · 0.85
empty
Method · 0.45
str
Method · 0.45
Tested by
no test coverage detected