Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
cobalt::task<void> test0()
37
{
38
return cobalt::noop<void>();
39
}
40
41
cobalt::task<double> test2(int i)
42
{
Callers
3
test2
Function · 0.70
CO_TEST_CASE
Function · 0.70
BOOST_AUTO_TEST_CASE
Function · 0.70
Calls
1
noop<void>
Class · 0.85
Tested by
no test coverage detected