Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ test_container_immediate_stop
Function
test_container_immediate_stop
cpp/src/container_test.cpp:307–311 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
305
};
306
307
int test_container_immediate_stop() {
308
immediate_stop_tester t;
309
proton::container(t).run(); // Should return after on_container_start
310
return 0;
311
}
312
313
int test_container_pre_stop() {
314
proton::container c;
Callers
1
main
Function · 0.85
Calls
2
container
Class · 0.70
run
Method · 0.45
Tested by
no test coverage detected