MCPcopy Create free account
hub / github.com/boostorg/cobalt / test0

Function test0

test/task.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{
35
36cobalt::task<void> test0()
37{
38 return cobalt::noop<void>();
39}
40
41cobalt::task<double> test2(int i)
42{

Callers 3

test2Function · 0.70
CO_TEST_CASEFunction · 0.70
BOOST_AUTO_TEST_CASEFunction · 0.70

Calls 1

noop<void>Class · 0.85

Tested by

no test coverage detected