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

Function drain

c/tests/refcount_test.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313}
314
315static void drain(pn_collector_t *collector) {
316 while (pn_collector_next(collector))
317 ;
318}
319
320TEST_CASE("test_collector_connection_transport") {
321 pn_collector_t *collector = pn_collector();

Callers 1

refcount_test.cppFile · 0.85

Calls 1

pn_collector_nextFunction · 0.85

Tested by

no test coverage detected