MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / coro_function

Function coro_function

test/source/tests/task_tests.cpp:155–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153
154namespace concurrencpp::tests::functions {
155 coroutine_handle<void> coro_function(dummy_test_tag) {
156 co_return;
157 }
158
159 coroutine_handle<void> coro_function(dummy_test_tag, testing_stub stub) {
160 stub();

Callers 5

test_task_constructorMethod · 0.85
test_task_destructorMethod · 0.85
test_task_clearMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected