Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
315
static void drain(pn_collector_t *collector) {
316
while (pn_collector_next(collector))
317
;
318
}
319
320
TEST_CASE(
"test_collector_connection_transport"
) {
321
pn_collector_t *collector = pn_collector();
Callers
1
refcount_test.cpp
File · 0.85
Calls
1
pn_collector_next
Function · 0.85
Tested by
no test coverage detected