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

Function quick_pop

cpp/src/connection_driver_test.cpp:206–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204};
205
206template <class S> typename S::value_type quick_pop(S& s) {
207 ASSERT(!s.empty());
208 typename S::value_type x = s.front();
209 s.pop_front();
210 return x;
211}
212
213struct namer : public io::link_namer {
214 char name;

Callers 7

test_driver_link_idFunction · 0.85
test_endpoint_closeFunction · 0.85
test_link_addressFunction · 0.85
test_messageFunction · 0.85

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected